.news_wrapper .h_title{margin-bottom:35px;}
.newsList{width:1280px;margin:0 auto 65px;}
.n_list{width:100%;padding-bottom:40px;}
.n_list .item{float:left;position:relative;width:25%;margin-bottom:30px;padding:0 5px;}
.n_list .item .img{width: 100%;overflow:hidden;}
.n_list .item .img img{width: 100%;transition: all .5s;}
.n_list .item:hover .img img{transform: scale(1.1);}
.n_list .text{color:#595757;height:40px;position:relative;margin: 15px 0 0;}
.n_list .text h2{font-size: 15px;text-overflow:ellipsis;white-space: nowrap;overflow:hidden;}
.n_list .date{font-weight:700;}



/*新闻详情弹窗*/
.news_details{position:fixed;width:100%;height:100%;background:rgba(13,13,13,0.95);top:0;left:0;z-index:10;}
.news_details .container{position:absolute;width:74%;height:74%;left:13%;top:13%;}
.news_details .close{position:absolute;width:52px;height:52px;background:url(../images/icon/icon_6.png) no-repeat;background-size:100% 100%;top:-52px;right:-52px;cursor:pointer;}
.news_details .close:hover{background:url(../images/icon/icon_6_cur.png) no-repeat;background-size:100% 100%;}
.news_details .inner{width:80%;height:100%;margin:0 auto;overflow-y:auto;color:#c9caca;font-size:14px;padding-right:10px;}
.news_details .inner p{text-align:justify;line-height:24px;margin-bottom:20px;}
.news_details .inner img{max-width:100%;margin:0 auto 20px;}
.news_details .n_tit{text-align:center;margin-bottom:35px;}
.news_details .n_tit h1{font-size:18px;}
.news_details .n_tit .date{font-size:26px;margin-bottom:15px;}
.news_details .pager{position:absolute;left:0;bottom:-70px;margin-bottom:0;}
.news_details .inner::-webkit-scrollbar{width:8px;overflow:hidden;background:#153c72;}
.news_details .inner::-webkit-scrollbar-thumb{background:#007bd6;border-radius:10px;}


/*新闻详情*/
.details{padding-bottom:20px;}
.details .content{padding-bottom:30px;}
.details .n_tit{text-align:center;margin-bottom:35px;}
.details .n_tit h1{font-size:18px;}
.details .n_tit .date{font-size:26px;margin-bottom:15px;}
.details .content p{text-align:justify;line-height:1.71428571;margin-bottom:20px;}
.details .content img{max-width:100%;margin:0 auto 20px;}





@media screen and (min-width:1200px) and (max-width:1400px){
	.newsList{width:1150px;}
	.news_details .inner{width:90%;}
}



@media screen and (min-width:992px) and (max-width:1199px){
	.news_wrapper .h_title{margin-bottom:25px;}
	.newsList{width:970px;}
	.news_details .inner{width:90%;}
	
}	

@media screen and (min-width:768px) and (max-width:991px){
	.news_wrapper .h_title{margin-bottom:25px;}
	.newsList{width:750px;margin-bottom:45px;}
	.n_list{padding-bottom:25px;}
	.news_details .close{width:40px;height:40px;top:-70px;right:-40px;}
	.news_details .inner{width:100%;}
	.news_details .n_tit{margin-bottom:20px;}
	.news_details .n_tit h1{font-size:16px;}
	.news_details .n_tit .date{font-size:22px;margin-bottom:10px;}
	.news_details .inner p,.news_details .inner img{margin-bottom:17px;}


	/*新闻详情*/
	.details .n_tit{margin-bottom:20px;}
	.details .n_tit h1{font-size:16px;}
	.details .n_tit .date{font-size:22px;margin-bottom:10px;}
	.details .content p,.details .content img{margin-bottom:17px;}

}

@media screen and (min-width:0px) and (max-width:767px){
	.news_wrapper .h_title{margin-bottom:20px;}
	.newsList{width:100%;padding:0 15px;margin-bottom:30px;}
	.n_list .item{width:50%;}
	.n_list{padding-bottom:20px;}
	.news_details .container{width:100%;left:0;}
	.news_details .close{width:35px;height:35px;top:-50px;right:6%;}
	.news_details .pager{bottom:-55px;}
	.news_details .inner{width:96%;font-size:13px;}
	.news_details .n_tit{margin-bottom:20px;}
	.news_details .n_tit h1{font-size:16px;}
	.news_details .n_tit .date{font-size:20px;margin-bottom:8px;}
	.news_details .inner p,.news_details .inner img{margin-bottom:15px;}

	/*新闻详情*/
	.details{padding-bottom:0;}
	.details .n_tit{margin-bottom:20px;}
	.details .n_tit h1{font-size:16px;}
	.details .n_tit .date{font-size:20px;margin-bottom:8px;}
	.details .content{font-size:13px;padding-bottom:15px;}
	.details .content p,.details .content img{margin-bottom:15px;}

}