.tr_links img { width: 20px; position: relative; top: 5px; margin-right: 1px;}
.header-search-bar { color: rgb(255, 255, 255); font-size: 20px;}
.article-container li { border-bottom: 1px dotted #666; padding: 5px 0 10px; margin: 10px 0; overflow: hidden;}
.article-container li h3 { font-size: 17px; color: #666; font-weight: normal; margin-bottom: 6px;}
.article-container li .thumb { float: left; margin-right: 15px;}
.article-container li img { width: 180px;}
.article-container li .text { color: #333;}
.article-container li .text p { text-indent: 2em; margin-top: 4em; line-height: 1.7; font-size: 15px; text-align: justify;}
.article-container li .text a { float: right; font-size: 15px;}
.article-container li .name { font-weight: bold; color: #15915d;}

.past { text-align: center; margin: 30px auto 50px;}
.past a { background: #15915d; line-height: 38px; display: inline-block; padding: 0 58px; border-radius: 5px; color: #fff;}
.past a:hover { background: #eca029;}

@media (max-width: 768px) {
    .article-container li .text p { margin-top: 1em;}
}
.article-container img { max-width: 100%;}
