.news .box1{
	padding: 134px 0 28px;
}
.news .box1 .index-title .title{
	text-align: center;
}
.news .box1 .box-c{
	margin-top: 70px;
	display: flex;
}
.news .box1 .box-c .l{
	position: relative;
	width: 33.57%;
	background-color: rgba(241, 243, 244, 1);
	padding: 68px 60px 60px 50px;
	height: 490px;
}
.news .box1 .box-c .l .swiper-slide .date{
	font-size: 26px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.news .box1 .box-c .l .swiper-slide .text-title{
	font-size: 22px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #333333;
	line-height: 1.36;
	margin-top: 34px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c .l .swiper-slide:hover .text-title{
	color: rgba(44,81,138, 1);
}
.news .box1 .box-c .l .swiper-slide .text-des{
	font-size: 15px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #888888;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 19px;
}
.news .box1 .box-c .l .more{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 1;
	display: flex;
	align-items: center;
	margin-top: 50px;
}
.news .box1 .box-c .l .more .iconfont{
	margin-left: 5px;
}
.news .box1 .box-c .r{
	flex: 1;
	width: 66.5%;
	height: 490px;
}
.news .box1 .box-c .swiper,
.news .box1 .box-c .swiper-wrapper,
.news .box1 .box-c .swiper-slide,
.news .box1 .box-c .r .swiper-slide .pic,
.news .box1 .box-c .r .swiper-slide .pic img{
	height: 100%;
}
.news .box1 .box-c .r .swiper-slide .pic img{
	object-fit: cover;
}
.news .box1 .swiper-pagination{
	top: auto;
	bottom: 0;
	background-color: rgba(214, 214, 214, 1);
}
.news .box1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: linear-gradient(90deg, #5B2D89, #00A2E9);
	box-shadow: 0px 10px 25px 0px rgba(125,125,125,0.15);
}
.news .box2{
	margin: 0 0 80px;
}
.news .box2 .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news .box2 .list li,
.news .box2 .list i{
	width: 31.14%;
}
.news .box2 .list li{
	margin-top: 30px;
}
.news .box2 .list li:hover{
	box-shadow: 0px 5px 25px 0px rgba(156,156,156,0.25);
	border-radius: 10px;
}
.news .box2 .list li a{
	display: block;
	padding: 30px;
}
.news .box2 .list li .pic{
	border-radius: 10px;
	height: 271px;
}
.news .box2 .list li .text-title{
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1.66;
	margin-top: 27px;
}
.news .box2 .list li:hover .text-title{
	color: rgba(44,81,138, 1);
}
.news .box2 .list li .li-b{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.news .box2 .list li .li-b .more{
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 1;
}
.news .box2 .list li:hover .li-b .more{
	color: rgba(44,81,138, 1);
}
.news .box2 .list li .li-b .more .iconfont{
	margin-left: 5px;
}
.news .box2 .list li .li-b .date{
	font-size: 26px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}	
.news .box2 .pagination{
	margin-top: 90px;
}
@media (max-width:1280px) {
	.news .box1 .box-c .l{
		padding: 30px;
	}
}
@media (max-width:1199px) {
	.news .box1{
		padding: 100px 0 18px;
	}
	.news .box2{
		margin-bottom: 70px;
	}
	.news .box1 .box-c,.news .box2 .pagination{
		margin-top: 50px;
	}
}
@media (max-width:1024px) {
	.news .box1{
		padding: 60px 0 8px;
	}
	.news .box2{
		margin-bottom: 60px;
	}
	.news .box1 .box-c,.news .box2 .pagination{
		margin-top: 40px;
	}
	.news .box1 .box-c{
		flex-direction: column-reverse;
	}
	.news .box1 .box-c .l,
	.news .box1 .box-c .r{
		width: 100%;
	}
	.news .box1 .box-c .l,.news .box1 .box-c .r{
		height: auto;
	}
	.news .box1 .box-c .l .swiper-slide .date{
		font-size: 20px;
	}
	.news .box1 .box-c .l .swiper-slide .text-title{
		font-size: 18px;
		margin-top: 10px;
	}
	.news .box1 .box-c .l .swiper-slide .text-des{
		margin-top: 10px;
	}
	.news .box1 .box-c .l .more{
		margin-top: 15px;
	}
	.news .box1 .box-c .l{
		padding: 30px 20px 20px;
	}
	.box1 .box-c .l .swiper-slide{
		padding-bottom: 30px;
	}
	.news .box2 .list li, .news .box2 .list i{
		width: 48%;
	}
	.news .box2 .list li a{
		padding: 20px;
	}
	.news .box2 .list li .pic{
		height: auto;
	}
	.news .box2 .list li .text-title{
		margin-top: 18px;
	}
	.news .box2 .list li .li-b{
		margin-top: 20px;
	}
	.news .box2 .list li .li-b .date{
		font-size: 20px;
	}

}
@media (max-width: 768px) {
	.news .box1{
		padding: 50px 0 8px;
	}
	.news .box2{
		margin-bottom: 50px;
	}
	.news .box1 .box-c,.news .box2 .pagination{
		margin-top: 35px;
	}
	.news .box2 .list li, .news .box2 .list i{
		width: 100%;
	}
}
@media (max-width: 500px) {
	.news .box1{
		padding: 40px 0 8px;
	}
	.news .box2{
		margin-bottom: 40px;
	}
	.news .box1 .box-c,.news .box2 .pagination{
		margin-top: 30px;
	}
	.news .box2 .list li{
		margin-top: 15px;
	}
}