.news .box1{
	padding: 102px 0 80px;
}
.news .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.news .box1 .box-c .icon{
	width: 104px;
	height: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.news .box1 .box-c .icon img{
	max-width: 100%;
	max-height: 100%;
}
.news .box1 .box-c .btn{
	display: block;
	width: 140px;
	height: 55px;
	background: #F6931D;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 55px;
	text-align: center;
	margin: 45px auto 0;
}
.news .box2{
	padding: 0 0 100px;
}
.news .box2 .title,
.news .box3 .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0E2A5C;
	line-height: 1;
	text-align: center;
}
.news .box2 .box-c{
	margin: 60px auto 0;
}
.news .box2 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news .box2 .box-c .list li,
.news .box2 .box-c .list i{
	width: 30%;
}
.news .box2 .box-c .list li{
	border: 1px solid rgba(226, 226, 226, 1);
}
.news .box2 .box-c .list li .text-box{
	padding: 17px 30px 30px;
}
.news .box2 .box-c .list li .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0E2A5C;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box2 .box-c .list li .date{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 14px;
}
.news .box2 .box-c .list li .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box2 .box-c .list li .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F6931D;
	line-height: 1;
	margin-top: 10px;
}
.news .box2 .box-c .more{
	display: block;
	width: 140px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #F6931D;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin: 70px auto 0;
}
.news .box3{
	padding: 60px 0 76px;
	background-color: rgba(204, 211, 224, 1);
}
.news .box3 .box-c{
	margin-top: 10px;
}
.news .box3 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news .box3 .box-c .list li,
.news .box3 .box-c .list i{
	width: 30.66%;
}
.news .box3 .box-c .list li{
	position: relative;
	margin-top: 46px;
	height: 165px;
	background: #F5F5F5;
}
.news .box3 .box-c .list li::before{
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "”";
	width: 34px;
	height: 34px;
	background: #F5F5F5;
	border: 1px solid #333333;
	border-radius: 50%;
	font-size: 30px;
	font-family: HarmonyOS_Sans_SC_Bold;
	font-weight: 400;
	color: #333333;
	line-height: 46px;
	text-align: center;
}
.news .box3 .box-c .list li a{
	display: block;
	padding: 40px 30px 0;
}
.news .box3 .box-c .list .text-title{
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #F6931D;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box3 .box-c .list .text-des{
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
	color: #666666;
	line-height: 24px;
	margin-top: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .box4{
	padding: 100px 0;
}
.news .box4 .box-c{
	display: flex;
	justify-content: space-between;
}
.news .box4 .box-c .l{
	max-width: 50%;
	text-align: center;
}
.news .box4 .box-c .l .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D2A5C;
	line-height: 1;
}
.news .box4 .box-c .l .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-top: 22px;
}
.news .box4 .box-c .r{
	width: 45%;
	padding-top: 20px;
}
.news-list .box1{
	padding: 60px 0;
}
.news-list .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.news-list .box1 .l,
.news-list .box1 .l1{
	width: 72%;
}
.news-list .box1 .l .list li:not(:last-child){
	margin-bottom: 40px;
}
.news-list .box1 .l .list .text-box{
	padding-top: 30px;
}
.news-list .box1 .l .list .text-title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0E2A5C;
	line-height: 1.3;
}
.news-list .box1 .l .list .date{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin: 20px 0;
}
.news-list .box1 .l .list .text-des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.news-list .box1 .l .btns{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.news-list .box1 .l .btns a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F6931D;
	line-height: 1;
}
.news-list .box1 .l1 .index-title{
	text-align: left;
	line-height: 1.4;
}
.news-list .box1 .l1 .date{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #999999;
	line-height: 1;
	margin-top: 10px;
}
.news-list .box1 .l1 .l1-c{
	margin-top: 30px;
}
.news-list .box1 .l1 .l1-c img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.news-list .box1 .l1 .l1-c .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0E2A5C;
	line-height: 36px;
	margin-top: 20px;
}
.news-list .box1 .l1 .l1-c  p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.news-list .box1 .l1 .l1-b{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #666666;
	line-height: 30px;
	margin-top: 30px;
}
.news-list .box1 .l1 .l1-b a{
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F6931D;
	line-height: 30px;
}
.news-list .box1 .l1 .l1-b a span{
	color: rgba(102, 102, 102, 1);
}
.news-list .box1 .r{
	width: 22.66%;
	padding-top: 30px;
}
.news-list .box1 .r .list li{
	background: #F7F7F7;
	border-radius: 10px;
	overflow: hidden;
}
.news-list .box1 .r .list li:not(:last-child){
	margin-bottom: 21px;
}
.news-list .box1 .r .list li .text-box{
	padding: 10px;
}
.news-list .box1 .r .list li .text-box .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 18px;
}
.news-list .box1 .r .list li .share{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.news-list .box1 .r .list li .share a:not(:last-child){
	margin-right: 15px;
}
@media (max-width:1200px) {
	.news .box2 .box-c .list li, .news .box2 .box-c .list i{
		width: 32%;
	}
	.news .box2 .box-c .list li .text-box{
		padding: 17px 20px 20px;
	}
}
@media (max-width: 1199px) {
	.news-list .box1 .r{
		display: none;
	}
	.news-list .box1 .l, .news-list .box1 .l1{
		width: 100%;
	}
	.news-list .box1 .l1 .l1-c .title,.news-list .box1 .l .list .text-title{
		font-size: 26px;
	}
}
@media (max-width:1024px) {
	.news .box1{
		padding: 60px 0;
	}
	.news .box2 .title, .news .box3 .title{
		font-size: 26px;
	}
	.news .box2 .box-c{
		margin-top: 40px;
	}
	.news .box2 .box-c .more{
		margin-top: 40px;
		line-height: 45px;
		height: 45px;
	}
	.news .box2{
		padding-bottom: 60px;
	}
	.news .box4{
		padding: 60px 0;
	}
	.news-list .box1 .l1 .l1-c .title,.news-list .box1 .l .list .text-title{
		font-size: 24px;
	}
}
@media (max-width: 768px) {
	.news .box1{
		padding: 50px 0;
	}
	.news .box2 .title, .news .box3 .title{
		font-size: 24px;
	}
	.news .box2{
		padding-bottom: 50px;
	}
	.news .box2 .box-c .list li, .news .box2 .box-c .list i,
	.news .box3 .box-c .list li, .news .box3 .box-c .list i{
		width: 48%;
	}
	.news .box2 .box-c .list li{
		margin-bottom: 30px;
	}
	.news .box2 .box-c .more{
		margin-top: 30px;
	}
	.news .box1 .box-c .btn{
		line-height: 45px;
		height: 45px;
		margin-top: 30px;
	}
	.news .box1 .box-c .icon{
		width: 70px;
		height: 70px;
	}
	.news .box4{
		padding: 50px 0;
	}
	.news .box4 .box-c{
		flex-direction: column;
	}
	.news .box4 .box-c .l{
		width: 100%;
		max-width: 100%;
	}
	.news .box4 .box-c .r{
		width: 100%;
		padding-top: 30px;
	}
	.news .box3,.news-list .box1{
		padding: 50px 0;
	}
	.news-list .box1 .l1 .l1-c .title,.news-list .box1 .l .list .text-title{
		font-size: 22px;
	}
}
@media (max-width: 500px) {
	.news .box1{
		padding: 40px 0;
	}
	.news .box2 .title, .news .box3 .title{
		font-size: 22px;
	}
	.news .box2{
		padding-bottom: 40px;
	}
	.news .box4{
		padding: 40px 0;
	}
	.news .box2 .box-c .list li, .news .box2 .box-c .list i, .news .box3 .box-c .list li, .news .box3 .box-c .list i{
		width: 100%;
	}
	.news .box3,.news-list .box1{
		padding: 40px 0;
	}
	.news-list .box1 .l1 .l1-c .title,.news-list .box1 .l .list .text-title{
		font-size: 20px;
	}
	.news-list .box1 .l .list .text-box{
		padding-top: 20px;
	}
	.news-list .box1 .l .list .date{
		margin: 10px 0;
	}
}