.news1{
	margin-top: 100px;
	line-height: 1;
	text-align: center;
}
.news1 .title{
	font-size: 26px;
	color: #333333;
	margin-bottom: 29px;
}
.news1 .content{
	width: 1200px;
	margin: 0 auto;
}
.news1 .wrapper{
	margin-bottom: 60px;
}
.news1 .wrapper li{
	display: inline-block;
	width: 140px;
	height: 44px;
	line-height: 44px;
	border-radius: 5px;
	margin: 0 23px;
}
.news1 .wrapper li a{
	font-size: 18px;
	color: #999999;
}
.news1 .wrapper li.active{
	background-color: #d4e1fa;
}
.news1 .wrapper li.active a{
	color: #286ae8;
}
.news1 .lists li{
	display: inline-block;
	width: 380px;
	height: 284px;
	border-radius: 5px;
	background-color: #f6f6f6;
	margin-bottom: 30px;
	vertical-align: top;
}
.news1 .lists li a{
	display: block;
	padding: 38px 30px  0;
	box-sizing: border-box;
}
.news1 .lists li:nth-child(3n-1){
	margin-left: 25px;
	margin-right: 25px;
}
.news1 .lists li .text-title{
	font-size: 20px;
	color: #333333;
}
.news1 .lists li .text-description{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
	text-align: left;
	margin-bottom: 41px;
}
.news1 .details{
	color: #666666;
	font-size: 14px;
	text-align: left;
	position: relative;
	padding-bottom: 23px;
	border-bottom: 1px solid #ededed;
}
.news1 .details .icon{
	float: right;
}
.news1 .details .icon img{
	position: absolute;
	top: 0;
	right: 0;
}
.news1 .details .icon img:last-child{
	display: none;
}
.news1 .lists li:hover{
	box-shadow: 0px 6px 21.84px 4.16px rgba(200, 200, 200, 0.2);
	background-color: #fff;
}
.news1 li:hover .details .icon img:last-child{
	display: block;
}
.news1 li:hover .details{
	border-color: #bed2f8;
}
.paging {
	display: inline-block;
	border: 1px solid #e5e5e5;
	margin: 50px 0 100px 0;
	border-radius: 5px;
	overflow: hidden;
}
.paging span{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #e5e5e5;
	vertical-align: top;
	float: left;
	/* margin-left: -5px; */
}
.paging span:first-child{
	margin-left: 0;
}
.paging span a{
	display: block;
	color: #828282;
	font-size: 18px;
	width: 100%;
	height: 100%;
}
.paging span:hover,.paging span.active{
	background-color: #286ae8;
}
.paging span:hover a,.paging span.active a{
	color: #fff;
}
.paging .prev,.paging .next{
	/* width: 65px; */
}
.paging .prev img,.paging .next img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.paging .prev:hover img:last-child,.paging .next:hover img:last-child{
	display: none;
}
.paging span:last-child{
	border-right: none;
}
@media screen and (max-width: 780px) {
	.news1{
		margin-top: 40px;
	}
	.news1 .title{
		font-size: 22px;
	}
	.news1 .content{
		width: 100%;
	}
	.news1 .wrapper li{
		padding: 0 10px;
		width: auto;
		height: 35px;
		line-height: 35px;
		margin: 0 5px;
		
	}
	.news1 .wrapper li a{
		font-size: 14px;
	}
	.news1 .lists li{
		width: 100%;
		box-sizing: border-box;
		height: auto;
	}
	.news1 .lists li a{
		padding: 20px;
	}
	.news1 .wrapper{
		margin-bottom: 30px;
	}
	.news1 .lists li .text-description{
		margin-bottom: 20px;
	}
	.news1 .lists li:nth-child(3n-1){
		margin-left: 0;
		margin-right: 0;
	}
	.paging{
		margin-top: 0px;
		margin-bottom: 40px;
	}
	.paging span{
		width: 50px;
		height: 35px;
		line-height: 35px;
	}
}