.news .box1{
	padding: 100px 0 140px;
	background-color: #fafafa;
}
.news .box1 .box-t{
	position: relative;
}
.news .box1 .box-t .swiper{
	border: 1px solid rgba(222, 222, 222, 1);
}
.news .box1 .box-t .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.news .box1 .box-t .swiper-slide .pic{
	width: 54.28%;
}
.news .box1 .box-t .swiper-slide .pic img{
	height: 100%;
	object-fit: cover;
}
.news .box1 .box-t .swiper-slide .text-box{
	flex: 1;
	padding: 42px 46px;
}
.news .box1 .box-t .swiper-slide .date{
	font-weight: bold;
	font-size: 24px;
	color: #3F48CB;
}
.news .box1 .box-t .swiper-slide .text-title{
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 23px;
}
.news .box1 .box-t .swiper-slide .line{
	width: 30px;
	height: 5px;
	background: #3F48CB;
	margin: 16px 0 30px;
}
.news .box1 .box-t .swiper-slide .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-t .swiper-slide .more{
	width: 150px;
	line-height: 50px;
	background: #3F48CB;
	border-radius: 25px;
	margin-top: 69px;
	text-align: center;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #FAFAFA;
}
.news .box1 .box-t .swiper-pagination{
	position: relative;
	margin-top: 40px;
}
.news .box1 .box-t .swiper-pagination-bullet{
	border: 2px solid rgba(222, 222, 222, 1);
	opacity: 1;
	background-color: transparent;
	width: 18px;
	height: 18px;
}
.news .box1 .box-t .swiper-pagination-bullet-active{
	background-color: #3F48CB;
	border-color: #3F48CB;
}
.news .box1 .box-c{
	margin-top: 70px;
}
.news .box1 .box-c .list li:not(:last-child){
	margin-bottom: 30px;
}
.news .box1 .box-c .list li>a{
	display: flex;
}
.news .box1 .box-c .list li .pic{
	width: 290px;
}
.news .box1 .box-c .list li .pic img{
	display: block;
	height: 100%;
	object-fit: cover;
}
.news .box1 .box-c .list li .text-box{
	border: 1px solid #DEDEDE;
	margin-left: 10px;
	padding: 30px 39px;
	display: flex;
	justify-content: space-between;
	flex: 1;
}
.news .box1 .box-c .list li .text-title{
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.news .box1 .box-c .list li:hover .text-title{
	color: rgba(63, 72, 203, 1);
}
.news .box1 .box-c .list li .line{
	width: 30px;
	height: 5px;
	background: #3F48CB;
	margin: 13px 0 30px;
}
.news .box1 .box-c .list li .date{
	font-weight: bold;
	font-size: 18px;
	color: #3F48CB;
	line-height: 1;
}
.news .box1 .box-c .list li .text-box-l{
	flex: 1;
	margin-right: 30px;
}
.news .box1 .box-c .list li .more{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3F48CB;
	border-radius: 50%;
	color: #fff;
}
.news .box1 .box-c .list li .more .iconfont{
	transform: rotate(45deg);
	font-size: 20px;
	font-weight: bold;
}
.news .box1 .box-c .pagination{
	margin-top: 60px;
}
@media (max-width:1199px) {
	.news .box1{
		padding: 70px 0;
	}
	.news .box1 .box-c .pagination,
	.news .box1 .box-c{
		margin-top: 45px;
	}
	.news .box1 .box-c .list li .more{
		width: 50px;
		height: 50px;
	}
	.news .box1 .box-c .list li .text-box{
		padding: 20px;
	}
}
@media (max-width:1024px) {
	.news .box1{
		padding: 60px 0;
	}
	.news .box1 .box-c .pagination,
	.news .box1 .box-c{
		margin-top: 40px;
	}
	.news .box1 .box-t .swiper-slide{
		flex-direction: column;
	}
	.news .box1 .box-t .swiper-slide .pic{
		width: 100%;
	}
	.news .box1 .box-t .swiper-slide .text-box{
		padding: 27px;
	}
	.news .box1 .box-t .swiper-slide .date{
		font-size: 20px;
	}
	.news .box1 .box-t .swiper-slide .text-title{
		margin-top: 10px;
	}
	.news .box1 .box-t .swiper-slide .line{
		margin: 10px 0 20px;
	}
	.news .box1 .box-t .swiper-slide .more{
		margin-top: 30px;
		line-height: 45px;
		font-size: 14px;
		width: 130px;
	}
	.news .box1 .box-t .swiper-pagination{
		margin-top: 30px;
	}
	.news .box1 .box-t .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
		border-width: 1px;
	}
	.news .box1 .box-c .list li .pic{
		width: 213px;
	}
}
@media (max-width:768px) {
	.news .box1{
		padding: 50px 0;
	}
	.news .box1 .box-c .pagination,
	.news .box1 .box-c{
		margin-top: 30px;
	}
	.news .box1 .box-c .list li>a{
		flex-direction: column;
	}
	.news .box1 .box-c .list li .pic{
		width: 100%;
	}
	.news .box1 .box-c .list li .text-box{
		margin-left: 0;
	}
	.news .box1 .box-c .list li .more{
		width: 40px;
		height: 40px;
	}
	.news .box1 .box-c .list li .line{
		margin: 10px 0 20px;
	}
}
@media (max-width:500px) {
	.news .box1 .box-c .list li .text-box-l{
		margin-right: 20px;
	}
	.news .box1 .box-c .list li .date{
		font-size: 16px;
	}
	.news .box1 .box-c .list li .text-title{
		line-height: 20px;
	}
	.news .box1{
		padding: 40px 0;
	}
	.news .box1 .box-c .pagination,
	.news .box1 .box-c{
		margin-top: 25px;
	}
	.news .box1 .box-t .swiper-slide .line{
		height: 3px;
	}
	.news .box1 .box-t .swiper-slide .text-box{
		padding: 13px 13px 20px;
	}
	.news .box1 .box-t .swiper-slide .date{
		font-size: 18px;
	}
	.news .box1 .box-t .swiper-slide .text-title{
		line-height: 24px;
	}
	.news .box1 .box-t .swiper-slide .more{
		margin-top: 25px;
		line-height: 40px;
	}
}