/*news list*/
#news,#news_content{margin:0 auto;width:1440px;}
#news li{border-bottom: 1px dashed #DDDDDD;padding-bottom: 10px;padding-left: 10px;clear:both;}
#news li img{float:left;max-width:100px;margin-right:15px;padding-top:10px;}
#news li h2{padding: 5px 0;}
#news li h2 a{color: #1089D6;font-size: 14px;line-height: 20px;}
#news li .cate{color: #9E9E9E;font-size: 14px;height: 30px;line-height: 30px;}
#news li .cate a{color: #2A86D5;}
#news li .text{color: #8D8D8D;font-size: 14px;line-height: 24px;word-break: normal;word-wrap: normal;}
#news li .text img{max-width: 100%;max-height: 150px;float: left;margin-right: 10px;}
/*news show*/
h1.news_title{border-bottom: 1px solid #CCCCCC;color: #AF0D0D;font-size: 14px;font-weight: bold;line-height: 20px;padding: 10px 0;text-align: center;}
ul.news_info{height: 30px;line-height: 30px;margin: 0 auto;text-align: center;}
ul.news_info li{display: inline;margin-right: 50px;}
ul.news_info li.end{margin:0;}
.news_text{padding: 10px;line-height: 24px;}
.news_text img{float: left;margin: 10px;}
.news_text div:after,.news_text p:after{clear: both;content: "";display: block;height: 0;visibility: hidden;}
.news_text div,.news_text p{padding-top:10px;}
@media screen and (max-width: 767px)
{
	/*news list*/
	#news,#news_content{width: auto;}
	#news li .cate{height: auto;}
	.news_text img{float: none;display: block;margin: 0 auto;}
	.news_text div,.news_text p{overflow: hidden;}
}