/*article*/

.article-list .article { box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); border: 0px solid !important; -webkit-transition: all 400ms ease; transition: all 400ms ease; }

.article-list .article:hover { box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2); }

.article-list .article-info { display: none; }

.article-list .article .article-header h2 { font-size: 16px; margin-bottom: 10px; }

.article-list .article-introtext p { margin-bottom: 0; }

/*end of article*/