#top_banner_ad{width:100%;height:100px;margin:5px auto 10px auto;border:solid 1px #ddd;background-position:center center;background-repeat:no-repeat;background-size:cover;}

.section_line{display:flex;flex-direction:row;justify-content:space-between;}
.section{width:100%;margin:0 2px 8px 2px;min-height:200px;box-shadow:1px 1px 8px rgba(0,0,0,.1);border-radius:8px 8px 0 0;}
.section .section_title{font-size:18px;font-weight:400;line-height:48px;white-space:nowrap;color:#0A96E0;padding-left:15px;border-bottom:solid 1px #ddd;border-radius:8px 8px 0 0;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.section .section_title a{color:#0A96E0;}
.section .section_title a:hover{color:#0050b3;font-weight:500;}
.section .section_content{padding:15px;}
.section .section_content .read_more{text-align:center;margin-top:15px;padding-top:13px;border-top:solid 1px #eee;}
.section .section_content .read_more a{color:#00a4ff;}
@media (max-width:991px){
	.section_line{flex-direction:column;}
}
@media (max-width:767px){
	.section h1.long{display:none;}
	.section h1.short{display:block;}
}
@media (min-width:768px){
	.section h1.long{display:block;}
	.section h1.short{display:none;}
}

#cover_news .section{padding:10px 10px 25px 10px;}
#cover_news .cover_news_title{font-size:18px;line-height:42px;}
#cover_news .cover_news_digest{line-height:22px;}
#cover_news .news_snapshot{display:inline-block;width:120px;height:120px;border:solid 1px #ddd;float:left;margin:0 15px 15px 0;background-position:center center;background-repeat:no-repeat;background-size:cover;}
#cover_news .read_more{float:right;margin-top:15px;margin-right:20px;color:#00a4ff;}

.news_list ul{margin:15px;}
.news_list li{line-height:28px;list-style-type:circle;margin-left:24px;}
.news_list .read_more{float:right;margin:0 40px 20px 0;color:#00a4ff;}
