@charset "utf-8";

.ny-banner{overflow: hidden;}
.ny-banner img{width: 100%;}

/* 当前位置 */
.location{ overflow: hidden;height: 66px;line-height: 66px; border-bottom: 1px solid #E7E7E7;}
.location h2{float: left;color: #333;}
.location .here{color: #333;}
.location .here a{ color: #333;}
.location .here a:hover{ color: #c9151e;}


.sublist{ float:right; width:50%; }
.sublist ul{ float:right; }
.sublist ul li{float: left; margin-left: 30px; height:66px; line-height:66px; font-size: 17px; text-align: center;}
.sublist ul li a{color: #333;}
.sublist ul li a:hover{color: #c9151e;}
.sublist ul li:hover{border-bottom: 2px solid #c9151e;}
.sublist ul li.hover{ border-bottom: 2px solid #c9151e;}
.sublist ul li.hover a{color: #c9151e;}


.danye-line {overflow: hidden;line-height: 30px;   text-align: justify;}
.danye-line img{ max-width: 100%; }


/*新闻资讯*/
.newslist{overflow: hidden;  margin: 2% 0;}
.newslist ul{margin: 20px 0;}
.newslist ul li{overflow: hidden; border: 1px solid #E7E7E7; margin-bottom: 30px ; background: #FFF; padding: 30px;transition: all 0.5s ease; -webkit-transition:all 0.5s ease;}
.newslist ul li:hover{box-shadow: 0 8px 20px 0 rgba(0,0,0,.10); transform: translate3d(0,-2px,0); transition: all .3s cubic-bezier(.55,0,.1,1);}
.newslist ul li .img{float: left;width: 220px; height: 165px; margin-right: 20px;}
.newslist ul li .img img{width: 100%; height: 100%;}
.newslist ul li .text{float: left; width: calc((100% - 240px)); color: #666; line-height: 24px;}
.newslist ul li .text h2{font-size: 18px; font-weight: bold; margin: 10px 0;}
.newslist ul li .text .time{color: #999;clear: both;margin: 10px 0;}




/*在线留言*/
.book{padding: 15px; overflow: hidden;}
.book ul{}
.book ul li{float: left; width: 100%;  padding: 5px 0;}
.book ul li span{float: left; font-size: 15px; width: 60px; line-height: 32px;}
.book ul li i{color: #FF0000; font-weight: bold; padding-left: 8px;}
.book ul li input{ height: 30px; line-height: 30px; padding:0 5px; width: 66%; border: 1px solid #ccc;}
.book ul li textarea{ padding:0 5px; width: 66%; border: 1px solid #ccc;}
.book ul li .yzm{width: 80px;}
.book .submit{ background: #f23803; width: 100px; line-height: 38px; height: 38px; text-align: center; border: 0; cursor: pointer; color: #FFF; margin-left: 60px; margin-top: 15px;}


/*新闻详情页*/
.newsshow-left{float: left; width: calc((100% - 390px));}
.newsshow-right{float: left;width: 340px;margin-left: 50px;margin-top: 45px;}

/*新闻相关信息*/
.newslist-xg{overflow: hidden;border: 1px solid #E7E7E7; padding: 25px;margin-bottom: 30px;}
.newslist-xg h5{border-bottom: 1px solid #E7E7E7;font-size: 22px;margin-bottom: 20px;padding-bottom: 10px;}
.newslist-xg ul {}
.newslist-xg ul li{}
.newslist-xg ul li .img{overflow: hidden; }
.newslist-xg ul li .img img{max-width: 100%;border-radius: 6px;}
.newslist-xg ul li h2{margin: 20px 0;line-height: 32px;text-align: left; font-size: 14px; color: #222;}
.newslist-xg ul li h3{margin: 20px 0;line-height: 32px;text-align: center; font-size: 17px; color: #222;}
.newslist-xg ul li p{margin: 20px 0;line-height: 24px;}

.newslist-gzh{overflow: hidden;border: 1px solid #E7E7E7; padding: 30px;background: url(../images/gzhbg.jpg) no-repeat center bottom;background-size: cover;margin: 50px 0;}
.newslist-gzh .img{ width: 154px; margin: 0 auto;}
.newslist-gzh .img img{ width: 154px;}
.newslist-gzh p{ text-align: center;font-size: 18px;line-height: 28px;}
.newslist-gzh p small{ font-size: 19px;color: #999;}


/*详情页*/
.Details_tit{ text-align:center; font-weight: bold; margin-top: 50px; font-size:38px; color: #c9151e;}
.showbt{overflow: hidden; border-bottom: 1px solid #e7e7e7;}
.showbt span{ display: inline-block; padding: 10px 20px; border-radius: 6px 6px 0 0; color: #FFF;  font-size: 17px;background: linear-gradient(to right, #183883, #76c5f0);
}

.proimg{margin: 50px auto;}
.Details{overflow: hidden; padding: 15px 0;}
.Details h1{ text-align: center; font-size: 30px; line-height: 50px; margin: 30px 0;}
.Details dt{ text-align: center; line-height: 50px; border-bottom: 1px solid #E7E7E7;border-top: 1px solid #E7E7E7;}


.Details-conent{overflow: hidden; margin: 30px 0; line-height: 32px;}
.Details-conent img{max-width: 100%;}

.show-img img{width: 100%; border-radius: 8px;}




@media (min-width:1024px) and (max-width:1366px) {
	



}

@media (min-width:768px) and (max-width:1023px) {

.ny-banner{height:auto;}

	
}
@media screen and (max-width:767px) {

.ny-banner{height: auto;}

.newslist ul li{padding: 12px;}
.newslist ul li .img{width: 100%; height: auto; margin-right: 0;}
.newslist ul li .text{width: 100%;}

.Details_tit{font-size: 24px;}

.newsshow-left{width: 100%;}
.newsshow-right{width: 100%; margin-left: 0;}

.page a{padding: 8px; line-height: 50px;}
.page .nolink{display: none;}


}



