@charset "utf-8";
/* CSS Document */





/* 联系我们 */
.contact_banner{}




/* 新闻中心详情 */
.news_banner{ width:100%; margin:0 auto;}
.news_banner img{ width:100%}
.news_detail{ width:100%; margin:0 auto; padding-bottom:70px; }
.news_detail_title{ text-align:center;padding-top:50px;padding-bottom:20px; border-bottom:dotted #dcdcdc 1px;}
.news_detail_title h2{font-size:18px;}
.news_detail_cont{ padding-top:40px;}
.news_detail_cont p{line-height:30px; font-size:14px;}
.news_detail_cont p img{ width:100%;}
.news_detail_back{ text-align:center; margin-top:90px;}
.news_detail_back ul{ width:28%; margin:0 auto;}
.news_detail_back ul li{ width:28%;float:left; }
.news_detail_back ul li a{ color:#000;}
.news_detail_back ul li i{ display:inline-block; width:14px; height:14px;background:url(../images/news_icon.png) no-repeat;}
.news_detail_back ul li:nth-child(2) a{ color:#feca0a; font-weight:bold;}
.news_detail_back ul li:nth-child(3) i{ background-position:0px -16px;}
.news_detail_back ul li a:hover{ color:#06C;}



@media screen and (max-width:992px){
.news_detail_back ul{ width:100%;}
}
@media screen and (max-width:768px){
.news_detail_back ul{ width:60%; }
.news_detail_title h2{font-size:16px;}
.news_detail{line-height:24px; font-size:14px;}
}