.news_layout{
	padding-top: 130px;
	padding-bottom: 50px;
}
.news_layout .header_inner{
	margin-bottom: 60px;
}
.page_nav .all_nav{
	top: 40px;
}
.news_lists_layout{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 40px;
}
.news_lists_layout::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	height: 1px; 
}
.news_lists_layout > li{
	padding: 30px;
}
.news_lists_layout > li{
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
.news_lists_layout > li:first-child{
	max-width: 100%;
	min-width: 100%;
	border-bottom: 1px solid #000;
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.news_lists_layout > li .img{
	display: block;
	overflow: hidden;
}
.news_lists_layout > li .img > img{
	width: 100%;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.news_lists_layout > li:hover .img > img{
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
.news_lists_layout > li:nth-child(3n+2){
	border-left: none;
	padding-left: 0;
	max-width: calc(34.2% - 15px);
	min-width: calc(34.2% - 15px);

}
.news_lists_layout > li:nth-child(3n+3){
	max-width: 34.2%;
	min-width: 34.2%;
}
.news_lists_layout > li:nth-child(3n+4){
	padding-right: 0;
	max-width: calc(34.2% - 15px);
	min-width: calc(34.2% - 15px);
}
.news_lists_layout > li.datanotfound{
	max-width: 100%;
	min-width: 100%;
	background: #fff;
	border: none;
	text-align: center;
	color: #ccc;
}
.news_lists_layout > li .img{
	margin-bottom: 15px;
}
.news_lists_layout > li .img > img{
	max-width: 100%;
}
.news_lists_layout > li .n_name{
	color: #000;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
}
.news_lists_layout > li .n_time{
	margin-bottom: 15px;
}
.n_tags{
	display: inline-block;
	background: #f6b518;
	padding: 4px 15px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 14px;
}
.n_tags.B{
	background: #f67618;
}
.news_lists_layout > li:first-child{
	display: flex;
	padding-top: 0;
}
.news_lists_layout > li:first-child > .img{
	min-width: 55%;
	max-width: 55%;
}
.news_lists_layout > li:first-child > .info{
	min-width: 45%;
	max-width: 45%;
	padding-left: 60px;
}
.news_lists_layout > li .n_download > a img{
	padding: 5px;
	-webkit-transition: all .6s ease;
	   -moz-transition: all .6s ease;
	    -ms-transition: all .6s ease;
	     -o-transition: all .6s ease;
	        transition: all .6s ease;
}
.news_lists_layout > li .n_download > a:hover img{
	-webkit-transform: rotateY(180deg);;
	   -moz-transform: rotateY(180deg);;
	    -ms-transform: rotateY(180deg);;
	     -o-transform: rotateY(180deg);;
	        transform: rotateY(180deg);;
}
.news_layout.view{
	padding-top: 120px;
	padding-bottom: 0;
}
.news_layout.view .new_html .img{
	float: right;
	width: 50%;
	margin-left: 15px;
	margin-bottom: 15px;
}
.news_layout.view .new_html .img > img{
	width: 100%;
	padding-bottom: 15px;
}
.news_layout.view .new_html.info{

}
.news_layout .news_more{
	text-align: center;
}
.news_layout .news_more p{
	font-weight: 500;
	font-size: 20px;
}
.new_view  > h1{
	font-size: 30px;
	margin-bottom: 15px;
	text-align: center;
}
.new_view > .desc,
.new_view > .date{
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
}
.new_view > .date{
	font-weight: 600;
}
.new_html .col2{
	background: #eaeaea;
	padding: 30px 30px;
}
.new_html .col2 > h3{
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
}
.news_other_lists{
	list-style: none;
	padding: 0;
	margin: 0;
}
.news_other_lists > li{
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
}
.news_other_lists > li:last-child{
	margin-bottom: 0;
}
.news_other_lists > li .n_name{
	color: #000;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}
.news_layout.view .news_other_lists > li .img{
	float: none;
	margin: 0;
	margin-bottom: ;
}
.news_other_lists > li .info .n_time{
	margin-bottom:5px;
	font-weight: 400;
}
.news_other_lists > li .info p{
	margin-bottom: 0;
}
.gallery_layout{
	background: #eaeaea;
	margin-top: 70px;
	padding: 70px 0;
}


/* Slide {*/
	.rotateslider-container {
	  position: relative;
	  width: 100%;
	  height: 350px;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 25px;
	}

	.rotateslider-container .rotateslider-item {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
	  -ms-transform: translateY(-50%) translateX(-50%) scale(0.7);
	  transform: translateY(-50%) translateX(-50%) scale(0.7);
	  opacity: 0;
	  -webkit-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	.rotateslider-container .rotateslider-item > img{
	  width: 350px;
	  height: 350px;
	  object-fit: contain;
	}
	.rotateslider-container .rotateslider-item.next {
	  left: 80%;
	  opacity: 0.5;
	}

	.rotateslider-container .rotateslider-item.prev {
	  left: 20%;
	  opacity: 0.5;
	}
	.rotateslider-container .rotateslider-item.now {
	  opacity: 1;
	  -webkit-filter: blur(0px);
	  filter: blur(0px);
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
	  -ms-transform: translateY(-50%) translateX(-50%) scale(1);
	  transform: translateY(-50%) translateX(-50%) scale(1);
	  z-index: 1;
	}

	.rotateslider-container .js_arrow {
	  display: inline-block;
	  width: 50px;
	  height: 50px;
	  background-color: #000;
	  position: absolute;
	  top: 50%;
	  margin-top: -25px;
	  cursor: pointer;
	  color: #fff;
	  text-align: center;
	}

	.rotateslider-container .js_arrow.left { left: 0; }

	.rotateslider-container .js_arrow.right { right: 0; }

	.compain_menu{
	  display: flex;
	  justify-content: center;
	}
	.compain_menu a.btn{
	  color: #000;
	  outline: none;
	  box-shadow: none;
	}
	.compain_menu a.btn-main{
	  color: #fff;
	}

	.new_view .new_html .info img{
		max-width: 100%;
		height: auto!important;
	}
	@media (max-width: 1199px) {
		.gallery_layout{
			padding-top: 50px;
		}
		.gallery_layout .header_inner{
			margin-bottom: 0px;
		}
		.rotateslider-container{
			height: 250px;
			margin-bottom: 0;
		}
		.rotateslider-container .rotateslider-item > img{
			width: 250px;
			height: 250px;
		}
	}
	@media (max-width: 991px) {
		.gallery_layout{
			padding-top: 40px;
			padding-bottom: 60px;
			margin-top: 40px;
		}
		.rotateslider-container .js_arrow{
			width: 40px;
			height: 40px;
			font-size: 13px;
			margin-top: -20px;
		}
		.rotateslider-container .rotateslider-item > img{
			width: 200px;
			height: 200px;
		}
	}
	@media (max-width: 767px) {
		.gallery_layout .header_inner{
			margin-bottom: 0!important;
		}
		.gallery_layout .container{
			max-width: 100%;
		}
	}
	@media (max-width: 575px) {
		.rotateslider-container{
			height: 320px;
		}
		.rotateslider-container .rotateslider-item > img{
			width: 350px;
			height: 250px;
		}
		.rotateslider-container .rotateslider-item.now{
		}
	}
/* } End Slide */
@media (max-width: 1199px) {
	.news_lists_layout > li .n_name{
		font-size: 18px;
	}
	.new_view  > h1{
		font-size: 30px;
	}
	.new_html .col2{
		padding: 20px 15px;
		padding-bottom: 15px;
	}
}
@media (max-width: 991px) {
	.news_lists_layout > li:first-child > .info{
		padding-left: 20px;
	}
	.news_lists_layout > li:first-child > .img {
	    min-width: 50%;
	    max-width: 50%;
	}
	.news_lists_layout > li:nth-child(3n+2),
	.news_lists_layout > li:nth-child(3n+3),
	.news_lists_layout > li:nth-child(3n+4){
	    max-width: 50%;
	    min-width: 50%;
	}
	.news_lists_layout > li:nth-child(2n+2){
		border-left: none;
		padding-left: 0;
		padding-right: 15px;
	}
	.news_lists_layout > li:nth-child(2n+3){
		border-left: none;
		padding-left: 15px;
		padding-right: 0px;
		border-left: 1px solid #000;
	}
	.new_html .col2 > h3{
		font-size: 16px;
	}
	.news_other_lists > li .n_name{
		font-size: 14px;
	}
	.n_tags{
		font-size: 14px;
	}
	.news_other_lists > li .info .n_time{
		font-size: 14px;
	}
	.news_other_lists > li .info p{
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.news_layout{
		padding-top: 100px;
	}
	.news_layout .header_inner{
		margin-bottom: 30px;
	}
	.news_lists_layout > li:first-child{
		flex-wrap: wrap;
	}
	.news_lists_layout > li:first-child > .img{
		max-width: 100%;
		min-width: 100%;
	}	
	.news_lists_layout > li:first-child > .info{
		padding-left: 0;
		max-width: 100%;
		min-width: 100%;
	}
	.new_view  > h1{
		font-size: 18px;
	}
	.new_view > .desc, .new_view > .date{
		font-size: 14px;
	}
	.new_view .new_html > .row > .col1,
	.new_view .new_html > .row > .col2{
		min-width: 100%;
		max-width: 100%;
	}
	.news_layout.view{
		padding-top: 70px;
	}
	.page_nav .all_nav{
		top: 20px;
	}
	.new_view .new_html .info{
		font-size: 14px;
	}
	.new_html .col2{
		background: #fff;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.news_other_lists{
		display: flex;
		overflow-x: auto;
	}
	.news_other_lists > li{
		padding: 15px ;
		border: 6px solid #eaeaea;
		border-radius: 3px;
		min-width: 300px;
		max-width: 300px;
		margin-bottom: 0;
		margin-right: 15px;
		min-height: 100%;

	}
	.new_view .new_html .col2{
		display: none;
	}
	.rotateslider-container .js_arrow{
		display: none;
	}
	.news_other_lists > li:last-child{
		margin-right: 0;
	}
	.new_view .new_html .info h2{
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.news_lists_layout > li:nth-child(2n+2),
	.news_lists_layout > li:nth-child(2n+3){
		max-width: 100%;
		min-width: 100%;
		padding: 20px 0;
		padding-bottom: 30px;
		border: none;
		border-bottom: 1px solid #000;
	}
	.page_nav .all_nav{
		top: 10px;
	}
	.news_layout.view,
	.news_layout{
		padding-top: 60px;
		padding-bottom: 0px;
	}
	.news_lists_layout{
		margin-bottom: 0;
	}
}