@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 h1{font-size:18px;}
.news_detail_cont{ padding-top:40px;}
.news_detail_cont p{line-height:30px; font-size:14px;}

.news_detail_back{ text-align:center; margin-top:90px;}
.news_detail_back ul{ width:100%; margin:0 auto;}
.news_detail_back ul li{ width:100%;float:none; text-align:left; line-height:40px;}
.news_detail_back ul li a{ color:#000;}
.news_detail_back ul li i{ display:inline-block; width:34px; height:14px;background:url(../images/news_icon.png) no-repeat;}
.news_detail_back ul li:nth-child(3) a{ color:#aa714b; font-weight:bold;}
.news_detail_back ul li:nth-child(2) i{ background-position:0px -16px;}
.news_detail_back ul li a:hover{ color:#c39673;}



@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;}
.news_detail_cont img{max-width:100%!important; height:auto!important;}
}