.news1{
	position: relative;
	width: 1200px;
	margin: 100px auto 0;
	line-height: 1;
	text-align: center;
}
.news1 .title{
	font-size: 26px;
	color: #333;
	margin-bottom: 20px;
}
.news1 .sub-title{
	font-size: 18px;
	color: #828282;
	margin-bottom: 40px;
}
.news1 .wrapper{
	text-align: left;
	margin-bottom: 53px;
}
.news1 .wrapper li{
	display: inline-block;
	width: 120px;
	height: 34px;
	line-height: 34px;
	color: #828282;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
	margin-right: 29px;
}
.news1 .wrapper li:hover,.news1 .wrapper li.active{
	box-shadow: 0px 4px 14.94px 3.06px rgba(183, 183, 183, 0.1);
}
.news1 .wrapper li :hover a,.news1 .wrapper li.active a{
	color: #e33b38;
}
.news1 .wrapper li a{
	display: block;
	color: #828282;
}
.news1 .div-search{
	position: absolute;
	right: 0;
	top: 99px;
	width: 200px;
	height: 40px;
	 border-radius: 5px;
	box-shadow: 0px 5px 28px 7px rgba(183, 183, 183, 0.22);
}
.news1 .div-search input{
	width: 162px;
	height: 100%;
	line-height: 40px;
	border: none;
	color: #999999;
	font-size: 14px;
	padding-left: 16px;
	vertical-align: middle;
	box-sizing: border-box;
	outline: none;
}

.news1 .div-search button{
	width: 38px;
	height: 100%;
	line-height: 40px;
	display: inline-block;
	margin-left: -5px;
	background-color: #e33b38;
	vertical-align: top;
	cursor: pointer;
	border: none;
}
.news1 .content li{
	width: 100%;
	padding: 0 35px 39px;
	box-sizing: border-box;
	margin-bottom: 15px;
	border-radius: 5px;
	transition: all 0.3s;
}
.news1 .content li:hover{
	box-shadow: 0px 5px 32px 0px rgba(205, 205, 205, 0.2);
	transform: translateY(-5px);
}
.news1 .content .li-head{
	text-align: left;
	padding-top: 39px;
	padding-bottom: 13px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 22px;
}
.news1 .content .text-title{
	font-size: 24px;
	color: #333333;
}
.news1 .content .date{
	font-size: 16px;
	color: #999999;
	float: right;
	margin-top: 5px;
}
.news1 .li-content>div{
	display: inline-block;
	vertical-align: top;
}
.news1 .content .left{
	width: 500px;
}
.news1 .content .left img{
	width: 100%;
}
.news1 .content .right{
	width: 630px;
	padding-left: 35px;
	margin-left: -5px;
	
	box-sizing: border-box;
}
.news1 .content .text-description{
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	padding-top: 35px;
	text-align: left;
	height: 162px;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news1 .content .details{
	border-top: 1px solid #f4f4f4;
	text-align: left;
}
.news1 .content .details a{
	display: block;
	padding-top: 23px;
}
.news1 .content .text{
	position: relative;
	padding-left: 22px;
	color: #333333;
	font-size: 16px;
}
.news1 .content .text:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 2px;
	height: 22px;
	background-color: #e33b38;
}
.news1 .content .arrow{
	float: right;
}
.news1 .content1 li{
	display: inline-block;
	width: 374px;
	height: 296px;
	border-radius: 5px;
	padding: 40px 30px 0;
	box-shadow: 0px 6px 21.84px 4.16px rgba(200, 200, 200, 0.2);
	box-sizing: border-box;
	text-align: left;
	line-height: 1;
	margin-bottom: 40px;	vertical-align: top;
}
.news1 .content1 li:nth-child(3n-1){
	margin: 0 34px 40px;
}
.news1 .content1 .text-title{
	font-size: 20px;
	color: #e33b38;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news1 .content1 .text-title img,.news1 .content1 .text-title span{
	vertical-align: middle;
	/*display: inline-block;*/
}
.news1 .content1 .text-description{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 19px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.news1 .content1 .text-title span{
	padding-left: 12px;
}
.partners{
	margin-bottom: 120px;
}
.pageing{
	margin-top: 20px;
	text-align: center;
	/* padding-bottom: 104px; */
	display: inline-block;
}
.pageing li{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #343434;
	margin-left: -5px;
	border-left: none;
	cursor: pointer;
	vertical-align: top;
}
.pageing li .img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.pageing li .img:last-child{
	display: none;
}
.pageing li:hover .img:last-child{
	display: block;
}
.pageing li:hover .img:first-child{
	display: block;
}
.pageing li:first-child{
	margin-left: 0;
	border-left: 1px solid #e5e5e5;
}
.pageing li.prev,.pageing li.next{
	letter-spacing: -6px;
	width: 65px;
	color: #838383;	font-size: 18px;
}
.pageing li.prev{
	border-radius: 5px 0 0 5px;
}
.pageing li.next{
	border-radius: 0 5px 5px 0;
}
.pageing li.prev a,.pageing li.next a{
	position: relative;
	height: 50px;
}
.pageing li.prev img,.pageing li.next img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.pageing li.prev a,.pageing li.next a{
	font-size: 22px;
}
.pageing li.prev:hover img:last-child,.pageing li.next:hover img:last-child{
	display: none;
}
.pageing li:hover,.pageing li.active{
	background-color: #d90000;
	color: #fff;
}
.pageing li a{
	display: block;
	color: #828282;
	font-size: 18px;
}
.pageing li:hover a, .pageing li.active a{
	color: #fff;
}
@media (max-width: 768px) {
	.news1{
		width: 100%;
		margin-top: 40px;
	}
	.news1 .title{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.news1 .sub-title{
		font-size: 14px;
		margin-bottom: 80px;
	}
	.news1 .wrapper li{
		font-size: 14px;
		width: auto;
		margin-right: 15px;
	}
	.news1 .wrapper li:last-child{
		margin-right: 0;
	}
	.news1 .div-search{
		top: 80px;
		right: 10px;
	}
	.news1 .wrapper{
		margin-bottom: 30px;
		padding: 0 10px;
	}
	.news1 .content li{
		padding: 10px;
		margin-bottom: 0px;
	}
	.news1 .content .li-head{
		padding-top: 15px;
		overflow: hidden;
	}
	.news1 .content .text-title{
		font-size: 16px;
	}
	.news1 .content .date{
		/* margin-top: 0; */
	}
	.news1 .content .left{
		width: 100%;
	}
	.news1 .content .right{
		padding-left: 0;
		width: 100%;
	}
	.news1 .content .text-description{
		padding-top: 15px;
		font-size: 14px;
		height: auto;
		-webkit-line-clamp: 3;
	}
	.news1 .content .details a{
		padding-top: 10px;
	}
	.news1 .content1 li{
		margin-bottom: 30px;
	}
	.news1 .content1 li:nth-child(3n-1){
		margin: 0 0 30px;
	}
}