.all_news{
	padding-bottom: 5em;
}
.headinner{
	background-image: url('../img/news/banner.jpg');
	background-position-y: -12vw;
}
#newslide .info .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}
#newslide .info .img{
	height: 25vw;

}
#newslide .slick-slide .info{
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;

	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	     -o-transform: scale(0.7);
	        transform: scale(0.7);
}
#newslide .slick-slide.slick-current .info{
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}
#newslide .slick-slide .info .desc{
	padding: 0;
	max-height: 0;
	overflow: hidden;
}
#newslide .slick-slide.slick-current .info .desc{
	padding: 20px 0;
	max-height: inherit;
}
#newslide .slick-slide .info .desc a.subject{
	display: block;
	color: #000;
	font-size: 1.5em;
	text-decoration: none;
}
#newslide .slick-slide .info .desc .time{
	color: #8a8989;
	font-size: 1.5em;
	padding-bottom: 0.3em;
}
#newslide .slick-slide .info .desc .link{
	text-align: center;
	padding-top: 15px;
}
#newslide .slick-slide .info .desc a.linkbtn{
	font-size: 1.5em;
}
.newrelate,
#newslide{
	position: relative;
	padding-bottom: 140px;
}
.newrelate .slick-next,
.newrelate .slick-prev,
#newslide .slick-next,
#newslide .slick-prev{
	width: 100px;
	height: 100px;
	background: #000;
	z-index: 2;
	top: auto;
	bottom: -50px;
}
.newrelate .slick-prev,
#newslide .slick-prev{
	left: calc(50% - 150px);
	background: url('/web-assets/img/news/icon-back1.png') center center no-repeat;
}
.newrelate .slick-prev:hover,
#newslide .slick-prev:hover{
	background-image: url('/web-assets/img/news/icon-back1-2.png');
}
.newrelate .slick-next,
#newslide .slick-next{
	right: calc(50% - 150px);;
	background: url('/web-assets/img/news/icon-back2.png') center center no-repeat;
}
.newrelate .slick-next:hover,
#newslide .slick-next:hover{
	background-image: url('/web-assets/img/news/icon-back2-2.png');
}
.newrelate .slick-next::before,
.newrelate .slick-prev::before,
#newslide .slick-next::before,
#newslide .slick-prev::before{
	display: none;
}
.last_news{
	padding: 8em 0;
	padding-bottom: 0;
}
.last_news .title{
	padding-bottom: 3em;
}
.last_news .title h2{
	text-align: center;
	font-size: 4em;
}
.last_news .title h2 span{
	color: #bf0202;
}
ul.newslists{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
ul.newslists > li{
	min-width: calc(50%);
	max-width: calc(50%);
}
.listsinfo{
	border: 2px solid #e5e1e1;
	margin: 20px;
}
.listsinfo{
	display: flex;
}
.listsinfo .img{
	display: block;
	min-width: 380px;
	max-width: 380px;
	height: 380px;
	overflow: hidden;
}
.listsinfo .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.listsinfo:hover .img > img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.listsinfo .info{
	padding: 40px;
}
.listsinfo .info .date{
	color: #737070;
	padding-bottom: 5px;
}
.listsinfo .info .subject{
	color: #000;
	font-size: 1.8em;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.listsinfo:hover .info .subject{
	color: #bf0202;
}
.listsinfo .info .link{
	padding-top: 15px;
}
.listsinfo .info .link a{
	font-size: 1.5em;
}
.all_news hr{
	border-width: 2px;
	margin-top: 4em;
	margin-bottom: 4em;
}
.new_inner{
	padding: 5em 0;
}
.new_inner .new_head{
	display: flex;
}
.new_inner .new_head .img{
	max-width: 50%;
	min-width: 50%;
	padding-left: 15px;
}
.new_inner .new_head .img > img{
	max-width: 100%;
}
.new_inner .new_head .info .date{
	font-size: 1.5em;
	color: #737070;
	padding-bottom: 20px;
}
.new_inner .new_head .info .subject{
	font-size: 2em;
}
.newrelate{
	margin-left: -20px;
	margin-right: -20px;
}
.newrelate .listsinfo .info{
	padding: 20px 25px;
}
.newrelate .listsinfo .img{
	min-width: 300px;
	max-width: 300px;
}
.newrelate .listsinfo .info .subject{
	font-size: 1.5em;
}
.new_related .hd{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.new_related .hd h3{
	margin-bottom: 0;
	font-size: 3em;
	font-weight: 600;
}
.new_related .hd .linkbtn{
	font-size: 1.3em;
	background: #fff;
	color: #000;
	border: 2px solid #000;
}
@media (min-width: 1920px) {
	.new_inner .container{
		max-width: 1500px;
	}	
}
@media (max-width: 1920px) {
	.listsinfo .img{
		min-width: 220px;
		max-width: 220px;
		height: 220px;
	}
	.listsinfo .info{
		padding: 20px;
	}
	.listsinfo .info .subject{
		font-size: 1.2em;
	}
	.listsinfo .info .link a{
		font-size: 1em;
	}
	.newrelate .listsinfo .img{
		min-width: 200px;
		max-width: 200px;
		height: 200px;
	}
	.newrelate .listsinfo .info .subject{
		font-size: 1.2em;
	}
	.newrelate .listsinfo .info{
		padding: 15px 20px;
	}
}
@media (max-width: 1440px) {
	.last_news{
		padding-top: 5em;
	}
	.last_news .title h2{
		font-size: 3em;
	}
	#newslide .slick-slide .info .desc a.subject{
		font-size: 1.5em;
	}
	#newslide .slick-slide .info .desc a.linkbtn{
		font-size: 1.3em;
	}
	#newslide .slick-slide .info .desc .time{
		font-size: 1.2em;
	}
}
@media (max-width: 1199px) {
	.listsinfo .img {
	    min-width: 180px;
	    height: 180px;
	}
	.listsinfo .info{
		padding: 15px;
	}
	.listsinfo .info .subject{
		font-size: 1em;
	}
	ul.newslists > li {
	    min-width: calc(50%);
	    max-width: calc(50%);
	}
	.newrelate .listsinfo{
		margin-left: 10px;
		margin-right: 10px;
	}
	.new_related .hd h3{
		font-size: 2em;
	}
	.new_related .hd .linkbtn{
		font-size: 1em;
	}
	.new_inner .new_head .info .subject{
		font-size: 2em;
	}
}
@media (max-width: 1023px) {
	#newslide .slick-slide .info .desc a.subject{
		font-size: 1.2em;
	}
	#newslide .info .img{
		height: 35vw;
	}
}
@media (max-width: 991px) {
	ul.newslists{
		margin: 0;
	}
	ul.newslists > li {
	    min-width: calc(100%);
	    max-width: calc(100%);
	    margin-bottom: 20px;
	}
	.listsinfo{
		margin: 0;
	}
	.listsinfo .img {
	    min-width: 300px;
	    max-width: 300px;
	    height: auto;
	}
	.new_related .hd{
		margin-bottom: 20px;
	}
	.new_inner .new_head .info .date{
		font-size: 1em;
	}
	.new_inner .new_head .info .subject{
		font-size: 1.4em;
	}
	.new_html{
		font-size: 1.3em;
	}
	.new_inner{
		padding: 2em 0;
	}
}
@media (max-width: 767px) {
	.last_news .title h2{
		font-size: 2.5em;
	}
	.last_news{
		padding-top: 3em;
	}
	.last_news .title{
		padding-bottom: 1em;
	}
	.newrelate, #newslide{
		padding-bottom: 100px;
	}
	#newslide{
		padding-bottom: 70px;
	}
	#newslide .info .img{
		height: 50vw;
	}
	.newrelate .slick-next,
	.newrelate .slick-prev,
	#newslide .slick-next,
	#newslide .slick-prev{
		width: 70px;
		height: 70px;
		background-size: cover;
	}
	.newrelate .slick-prev,
	#newslide .slick-prev{
		left: calc(50% - 90px);
	}
	.newrelate .slick-next,
	#newslide .slick-next{
		right: calc(50% - 90px);
	}
	.listsinfo .img {
	    min-width: 200px;
	    max-width: 200px;
	    height: auto;
	}
	.new_related .hd h3{
		font-size: 1.5em;
	}
	.new_related .hd .linkbtn{
		font-size: 0.8em;
	}
	.newrelate .listsinfo .img {
	    min-width: 100%;
	    max-width: 100%;
	    height: 60vw;
	}
	.newrelate{
		margin-left: -10px;
		margin-right: -10px;
	}
	.new_inner .new_head .img{
		min-width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.new_inner .new_head{
		flex-wrap: wrap;
	}
	#newslide .slick-slide .info .desc .time{
		font-size: 1em;
	}
}
@media (max-width: 575px) {
	.last_news .title h2{
		font-size: 1.8em;
	}
	.last_news{
		padding-top: 3em;
	}
	.listsinfo{
		flex-wrap: wrap;
	}
	ul.newslists{
		padding-left: 0px;
		padding-right: 0px;
	}
	.listsinfo .img {
		min-width: 100%;
		max-width: 100%;
		height: auto;
	}
	.all_news{
		padding-top: 40px;
		padding-bottom: 0;
	}
	.all_news hr{
		margin-top: 3em;
		margin-bottom: 3em;
		display: none;
	}
	.new_html{
		font-size: 1em;
	}
	.newrelate .slick-next, .newrelate .slick-prev{
		bottom: -30px;
	}
	#newslide .info .img{
		height: 60vw;
	}
}