.news{
	padding: 5% 0;
}
.content{
	width: 79.167%;
	margin: auto;
}
.swiper-box{
	position: relative;
}
.swiper{
	height: 25.416vw;
}
.item{
	display: flex;
	justify-content: space-between;
	padding: 2.03125vw 2.03125vw 2.03125vw 3.125vw;
	border-bottom: 1px solid #c1c1c1;
	margin-top: 2.03125vw;
}
.item-pic{
	width: 23.5vw;
	height: 10.416vw;
	border-radius: 0.4166vw;
	overflow: hidden;
}
.item-pic>div{
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.item-pic>div:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.item:hover{
	border-bottom: 1px solid #007BC8;
}
.swiper .item{
	display: flex;
	height: 25.416vw;
	border: none;
	padding: 0;
	margin: 0;
}

.swiper .item-pic{
	width: 50%;
	height: 100%;
}

.swiper .item-text{
	width: 50%;
	padding: 4.5% 2% 0;
	box-sizing: border-box;
}
.date{
	font-size: 1.042vw;
	line-height: 1.4583vw;
	color: #c1c1c1;
}
.item-title{
	font-size: 1.5625vw;
	line-height: 3.64583vw;
	font-weight: bold;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item-content{
	font-size: 0.833vw;
	line-height: 1.5625vw;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

.swiper .item-title{
	font-size: 2.34375vw;
	line-height: 3.0208vw;
	word-break: break-all;
}
.swiper .item-content{
	font-size: 1.04166666vw;
	line-height: 1.3020833333vw;
	margin: 1.92708333333vw 0 2.0833333333vw;
}
.more{
	width: 9.114583vw;
	height: 2.5vw;
	border-radius: 2.5vw;
	text-align: center;
	line-height:2.5vw;
	border: 1px solid #007bc8;
	color: #007bc8;
	font-size:0;
}
.arrow{
	width: 0.9375vw;
	vertical-align: middle;
	margin-left: 0.52083vw;
}
.more span{
	vertical-align: middle;
	font-size: 0.989vw;
}

.left-arrow,.right-arrow{
	width: 0.5208vw;
	position: absolute;
	top: 48.5%;
	cursor: pointer;
	padding: 0.55vw;
}
.left-arrow{
	left: -4.114583vw;
}
.right-arrow{
	right: -4.114583vw;
}
.swiper-pagination{
	text-align: center;
	margin-top: 2.0833vw;
}
.swiper-pagination>span{
	width: 0.55vw;
	height: 0.55vw;
	border-radius: 10px;
	background: #d9d9d9;
	margin:0 0.52083vw;
	display: inline-block;
	cursor: pointer;
}
.swiper-pagination>span.swiper-pagination-bullet-active{
	background: #007bc8;
}

.item-text{
	width: 60%;
	padding: 1.197916vw 0 0;
	box-sizing: border-box;
}




a{
	width: 100%;
	height: 100%;
	display: block;
}

.item:hover .item-title{
	color: #007BC8;
}



@media screen and (max-width:1024px) {
	.news{
		padding: 0.8rem 0;
	}
	.content{
		width: 91.47%;
	}
	.left-arrow, .right-arrow{
		display: none;
	}
	.swiper{
		height: 9.05rem;
		background: #f9f9fb;
		overflow: hidden;
		border-radius: 0.12rem;
	}
	
	.item{
		padding: 0.45rem 0.2rem;
		margin-top: 0.4rem;
	}
	.item-text{
		width: 54.5%;
	}
	.item-title{
		height: 0.72rem;
		font-size: 0.32rem;
		line-height: 0.36rem;
		overflow: hidden;
	}
	.item-content{
		height: 0.56rem;
		font-size: 0.21rem;
		line-height: 0.28rem;
		overflow: hidden;
		margin-top: 0.12rem;
	}
	.item-pic{
		width: 39%;
		height: 2rem;
		border-radius: 0.1rem;
	}
	
	.swiper .item{
		height: auto;
		display: block;
	}
	.swiper .item-pic{
		width: 100%;
		height: 4.2rem;
	}
	.swiper .item-text{
		width: 100%;
		padding: 0.7rem 0.2rem 0;
	}
	.date{
		font-size: 0.21rem;
		line-height: 0.35rem;
	}
	.swiper .item-title{
		height: auto;
		font-size: 0.47rem;
		line-height: 0.58rem;
		margin-top: 0.08rem;
	}
	.swiper .item-content{
		height: auto;
		font-size: 0.2rem;
		line-height: 0.24rem;
		margin: 0.35rem 0 0.39rem;
	}
	.more{
		width: 1.74rem;
		height: 0.48rem;
		line-height: 0.48rem;
		border-radius: 0.3rem;
	}
	.more span{
		font-size: 0.2rem;
	}
	.arrow{
		width: 0.18rem;
		margin-left: 0.1rem;
	}
	.swiper-pagination{
		margin-top: 0.35rem;
	}
	.swiper-pagination>span{
		width: 0.15rem;
		height: 0.15rem;
		margin: 0 0.1rem;
	}
	
	
}