.news{
	background-color: RGBA(236, 240, 243, 1);
}
.news .box1{
	padding: 100px 0 125px;
}
.news .box1 .box-t>a{
	display: flex;
	justify-content: space-between;
}
.news .box1 .box-t-l{
	padding-top: 20px;
	width: 42.85%;
}
.news .box1 .box-t-l .date{
	font-family: Rany-Bold;
	font-size: 24px;
	color: #1257BD;
	line-height: 1;
}
.news .box1 .box-t-l .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #222222;
	line-height: 1.66;
	margin-top: 30px;
	transition: all .6s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-t:hover .box-t-l .text-title{
	color: #1257BD;
}
.news .box1 .box-t-l .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 16px;
	color: #999999;
	line-height: 1.875;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-t-l .more{
	margin-top: 50px;
	display: inline-block;
	line-height: 58px;
	background: #ECF0F3;
	border-radius: 30px;
	border: 1px solid #DEDEDE;
	padding: 0 45px;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 16px;
	color: #999999;
	transition: all .6s;
}
.news .box1 .box-t:hover .box-t-l .more{
	background-color: #1257BD;
	color: #fff;
	border-color: #1257BD;
}
.news .box1 .box-t-r{
	width: 51.42%;
}
.news .box1 .box-t-r .pic{
	border-radius: 20px;
}
.news .box1 .box-c{
	margin-top: 80px;
}
.news .box1 .box-c a{
	display: flex;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px 36px 30px 45px;
}
.news .box1 .box-c a:hover{
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
}
.news .box1 .box-c a:not(:last-child){
	margin-bottom: 20px;
}
.news .box1 .box-c .date{
	font-family: Rany;
	font-weight: bold;
	font-size: 24px;
	color: #999999;
	line-height: 1.5;
}
.news .box1 .box-c .text-title{
	flex: 1;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 1.5;
	margin: 0 200px;
}
.news .box1 .box-c .text-title span{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 620px;
	max-width: 100%;
}
.news .box1 .box-c .icon{
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(204, 204, 204, 1);
}
.news .box1 .box-c a:hover .text-title,
.news .box1 .box-c a:hover .date{
	color: #fff;
}
.news .box1 .box-c a:hover .icon{
	color: #1A64D1;
}
.news .box1 .box-c .icon .iconfont{
	font-size: 30px;
}
.news .box1 .pagination{
	margin-top: 50px;
}
.news-details .box1{
	padding: 112px 0 140px;
}
.news-details .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.news-details .box1 .l{
	width: 64.28%;
}
.news-details .box1 .l .title{
	line-height: 1.66;
	/* font-weight: 300; */
}
.news-details .box1 .box-c .l .msg{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 17px;
}
.news-details .box1 .box-c .l .msg-l{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 60px;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
}
.news-details .box1 .box-c .l .msg-l .date{
	font-family: Rany-Bold;
	font-size: 24px;
	color: #222222;
	line-height: 30px;
}
.news-details .box1 .box-c .l .msg-r{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	display: flex;
	gap: 10px;
	align-items: center;
}
.news-details .box1 .box-c .l .msg-r a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #EDEDED;
	border-radius: 50%;
	color: rgba(195, 195, 195, 1);
}
.news-details .box1 .box-c .l .msg-r a:hover{
	color: #fff;
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
}
.news-details .box1 .box-c .l .msg-r a .iconfont{
	font-size: 20px;
}
.news-details .box1 .box-c .l-c{
	margin-top: 40px;
	border-top: 2px solid rgba(222, 222, 222, 1);
	padding: 40px 0 0;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	
}
.news-details .box1 .box-c .l-c img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.news-details .box1 .box-c .l-b{
	margin-top: 60px;
}
.news-details .box1 .box-c .l-b a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 18px;
	color: #999999;
	line-height: 30px;
	border-radius: 10px;
	border: 1px solid #DEDEDE;
	padding: 24px 30px;
}
.news-details .box1 .box-c .l-b a:hover{
	background: linear-gradient(-72deg, #1A64D1, #094AAA);
	box-shadow: 3px 4px 15px 0px rgba(23,114,237,0.15);
	color: #fff;
	border-color: transparent;;
}
.news-details .box1 .box-c .l-b a:not(:last-child){
	margin-bottom: 10px;
}
.news-details .box1 .box-c .r{
	width: 28.57%;
}
.news-details .box1 .box-c .r-title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	color: #222222;
	line-height: 1;
}
.news-details .box1 .box-c .r-c{
	margin-top: 37px;
}
.news-details .box1 .box-c .r-c a{
	display: block;
	border: 1px solid #DBE3E9;
	border-radius: 10px;
	padding: 35px 40px;
}
.news-details .box1 .box-c .r-c a:not(:last-child){
	margin-bottom: 30px;
}
.news-details .box1 .box-c .r-c .date{
	font-family: Rany;
	font-weight: 300;
	font-size: 24px;
	color: #999999;
	line-height: 1;
}
.news-details .box1 .box-c .r-c .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 24px;
	color: #222222;
	line-height: 1.5;
	margin-top: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.news-details .box1 .box-c .r-c a:hover .text-title{
	color: #094AAA;
}
.news-details .box1 .box-c .r-c .more{
	display: block;
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 16px;
	color: #999999;
	line-height: 1;
	margin-top: 56px;
}
@media (max-width:1440px) {
	.news .box1 .box-c .text-title,
	.news .box1 .box-c .date,
	.news .box1 .box-t-l .date{
		font-size: 22px;
	}
	.news .box1 .box-c .text-title span{
		width: 100%;
	}
	.news-details .box1 .box-c .r-c .text-title,
	.news-details .box1 .box-c .r-c .date{
		font-size: 22px;
	}
	.news-details .box1 .box-c .r-c a{
		padding: 25px;
	}
	.news-details .box1 .box-c .r-c .text-title{
		margin-top: 18px;
	}
	.news-details .box1 .box-c .r-c .more{
		margin-top: 30px;
	}
}
@media (max-width:1280px) {
	.news-details .box1 .box-c .r-c .text-title,
	.news-details .box1 .box-c .r-c .date{
		font-size: 20px;
	}
	.news .box1 .box-c .text-title,
	.news .box1 .box-c .date,
	.news .box1 .box-t-l .date{
		font-size: 20px;
	}
	.news .box1 .box-t-l .text-des,
	.news .box1 .box-t-l .text-title{
		margin-top: 20px;
	}
	.news .box1 .box-t-l .more{
		margin-top: 30px;
		line-height: 48px;
	}
	.news .box1 .box-c .text-title{
		margin: 0 100px;
	}
	.news .box1 .box-c .icon{
		width: 40px;
		height: 40px;
	}
	.news .box1 .box-c .icon .iconfont{
		font-size: 24px;
	}
}
@media (max-width:1199px) {
	.news-details .box1 .box-c .r{
		display: none;
	}
	.news-details .box1 .l{
		width: 100%;
	}
	.news .box1{
		padding: 70px 0;
	}
	.news .box1 .pagination,
	.news .box1 .box-c{
		margin-top: 45px;
	}
	.news-details .box1{
		padding: 70px 0;
	}
	.news-details .box1 .box-c .l-b{
		margin-top: 45px;
	}
}
@media (max-width: 1024px) {
	.news-details .box1 .box-c .l-b{
		margin-top: 40px;
	}
	.news-details .box1{
		padding: 60px 0;
	}
	.news .box1{
		padding: 60px 0;
	}
	.news .box1 .pagination,
	.news .box1 .box-c{
		margin-top: 40px;
	}
	.news .box1 .box-t-l{
		padding-top: 0;
	}
	.news .box1 .box-t-l .text-des, .news .box1 .box-t-l .text-title{
		margin-top: 10px;
	}
	.news .box1 .box-t-l .more{
		line-height: 38px;
		padding: 0 20px;
		margin-top: 20px;
		font-size: 14px;
	}
	.news .box1 .box-t-l{
		width: 46%;
	}
	.news .box1 .box-c a{
		padding: 15px 20px;
	}
	.news .box1 .box-c .text-title, .news .box1 .box-c .date, .news .box1 .box-t-l .date{
		font-size: 18px;
	}
	.news .box1 .box-c .text-title{
		margin: 0 40px;
	}
	.news-details .box1 .box-c .l .msg-l .date{
		font-size: 22px;
	}
	.news-details .box1 .box-c .l-b a{
		padding: 15px 20px;
	}
}
@media (max-width: 768px) {
	.news-details .box1 .box-c .l .msg{
		flex-direction: column;
	}
	.news-details .box1 .box-c .l .msg-l{
		font-size: 16px;
		width: 100%;
	}
	.news-details .box1 .box-c .l .msg-r{
		width: 100%;
		margin-top: 5px;
	}
	.news-details .box1 .box-c .l-b a{
		padding: 10px 15px;
		font-size: 16px;
		line-height: 24px;
	}
	.news-details .box1 .box-c .l-b{
		margin-top: 30px;
	}
	.news-details .box1 .box-c .l-c{
		margin-top: 30px;
		padding-top: 25px;
	}
	.news-details .box1 .box-c .l .msg-r a .iconfont{
		font-size: 16px;
	}
	.news-details .box1 .box-c .l .msg-r a{
		width: 34px;
		height: 34px;
	}
	.news-details .box1 .box-c .l .msg-r{
		font-size: 14px;
		font-size: 16px;
		gap: 5px;
	}
	.news-details .box1 .box-c .l .msg-l{
		gap: 10px 20px;
	}
	.news-details .box1 .box-c .l .msg-l .date{
		font-size: 18px;
	}
	.news-details .box1{
		padding: 50px 0;
	}
	.news .box1 .box-t-r{
		width: 100%;
	}
	.news .box1 .box-t-l{
		width: 100%;
		margin-top: 20px;
	}
	.news .box1 .box-t>a{
		flex-direction: column-reverse;
	}
	.news .box1{
		padding: 50px 0;
	}
	.news .box1 .pagination,
	.news .box1 .box-c{
		margin-top: 30px;
	}
	.news .box1 .box-c a{
		flex-wrap: wrap;
	}
	.news .box1 .box-c .date{
		width: 100%;
	}
	.news .box1 .box-c .text-title{
		margin: 0 30px 0 0;
	}
}
@media (max-width: 500px) {
	.news-details .box1 .box-c .l-c{
		margin-top: 25px;
		padding-top: 20px;
	}
	.news-details .box1 .box-c .l-b{
		margin-top: 25px;
	}
	.news-details .box1{
		padding: 40px 0;
	}
	.news .box1 .box-c .text-title{
		margin-right: 20px;
	}
	.news .box1 .box-c .icon{
		width: 36px;
		height: 36px;
	}
	.news .box1 .box-t-l .more{
		margin-top: 14px;
	}
	.news .box1 .box-t-l .text-des, .news .box1 .box-t-l .text-title{
		margin-top: 7px;
	}
	.news .box1 .box-c .text-title, .news .box1 .box-c .date, .news .box1 .box-t-l .date{
		font-size: 16px;
	}
	.news .box1{
		padding: 40px 0;
	}
	.news .box1 .box-c{
		margin-top: 25px;
	}
}