/*news list*/
#news{}
#news ul{border-top: 2px solid #DCDCDC;}
#news li{border-bottom: 1px dashed #DDDDDD;padding-bottom: 10px;padding-left: 10px;clear:both;}
#news li img{float:left;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;}
#lastest .list h2 a:hover{}
#news li .cate{color: #9E9E9E;font-size: 14px;height: 30px;line-height: 30px;}
#news li .cate a{color: #2A86D5;}
#news li .cate a:hover{}
#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;}
dl.news_category{float: left;width: 280px;border: 1px solid #ddd;margin-bottom: 30px;}
dl.news_category dt{font-size: 16px;line-height: 40px;text-align: center;background-color: #7CBA19;color: #fff;}
dl.news_category dd{border-top: 1px dotted #ddd;}
dl.news_category dd a{display: block;height: 32px;line-height: 32px;padding-left: 15px;text-decoration: none;}
dl.news_category dd a:hover{background-color: #33691e;color: #fff;}
dl.news_category dd a.active{font-weight: bold;}
dl.news_category dd s{text-decoration: none;margin-left: 3px;color: #999;}
dl.news_category + #news{float: right;width: 900px;}
/*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;}
ul.news_info li strong{}
.news_text{padding: 10px;line-height: 24px;}
.news_text img{max-width: 100%;}