@charset "utf-8";
/*banner*/
.news_banner{ width:100%; height: 510px; background: url(../images/news/news_banner.png) no-repeat center top;}
.news_top{ width:100%; overflow: hidden; margin-top: 60px;}
.news_top .img_box{ float: right; width:580px; height: 350px;}
.news_top .img_box img{ width:580px; height: 350px;}
.news_top .img_con{ width:590px; height: 350px; overflow: hidden; float: left;}
.news_top .img_con h3{ font-size: 30px; color:#333; line-height: 40px; max-height:80px; overflow: hidden;}
.news_top .img_con p{ font-size: 16px; line-height: 30px; height:180px; overflow: hidden; margin-top: 20px; color:#666;}
.news_top .date{ width:100%; height: 20px; line-height: 20px; text-align: right; font-size: 14px; color:#666;}
.news_top .more{ width:137px; height: 43px; background:url(../images/news/news_btn.png) no-repeat;}
.news_top .more a{ display: inline-block; width:137px; height: 43px; text-align: center; line-height: 43px; color:#333;}
.news_top .more a:hover{ color:#a5040e;}
.news_list{ width:100%; height:auto; overflow: hidden;}
.news_list ul{ padding-bottom: 50px;}
.news_list ul li{ width:100%; overflow: hidden; margin-top: 60px;}
.news_list ul li .img_box{ float: left; width:315px; height: 180px; overflow: hidden;}
.news_list ul li .img_box img{width:315px; height: 180px;}
.news_list ul li .img_con{ float: right; width:860px; height: 180px; overflow: hidden;}
.news_list ul li .img_con .name{ width:100%; height: 40px; line-height: 40px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis; font-size: 18px;}
.news_list ul li .img_con p{ color:#666; font-size: 14px; line-height: 25px; height: 100px; overflow: hidden;}
.news_list ul li .img_fot{ width:100%; margin-top: 5px;}
.news_list ul li .img_fot span{ height: 30px; padding-left: 30px; line-height: 30px; display: inline-block; margin-right: 30px; font-size: 16px; color:#666; position: relative;}
.news_list ul li .img_fot span i{ position: absolute; left:0; display: block;}
.news_list ul li .img_fot span i.time{ width:17px; height: 17px; background: url(../images/news/news_time.png) no-repeat; top:6px; left:5px;}
.news_list ul li .img_fot span i.count{ width:22px; height: 15px; background: url(../images/news/news_view.png) no-repeat; top:8px;}
.news_list ul li.no_img .img_con{ float: right; width:100%; height: auto; overflow: hidden;}
.news_list ul li.no_img .img_con .name{ width:100%; height: 40px; line-height: 40px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis; font-size: 18px;}
.news_list ul li.no_img .img_con p{ color:#666; font-size: 14px; line-height: 25px; height: auto; overflow: hidden;}

.news_detail{ width:100%; text-align: center; padding-top: 20px;}
.news_detail h3{ font-size: 26px; color:#333; line-height: 40px; overflow: hidden; text-align: center;}
.news_detail h4{ font-size: 16px; color:#666; line-height: 30px; text-align: center;}
.news_detail p{ font-size: 16px; line-height: 30px; padding: 10px 0;color:#666; text-align: left; text-indent: 2em;}
.news_detail img{ max-width: 100%;}
