.news{
	background-color: rgba(250, 251, 255, 1);
	padding: 30px 0;
}
.news .box1 .box-c li{
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #F0F0F0;
}
.news .box1 .box-c li:not(:last-child){
	margin-bottom: 15px;
}
.news .box1 .box-c li a{
	display: flex;
	justify-content: space-between;
	padding: 16px 30px;
	align-items: center;
}
.news .box1 .box-c li .pic{
	width: 176px;
	height: 132px;
	border-radius: 4px;
}
.news .box1 .box-c li .text-box{
	flex: 1;
	margin-right: 25px;
}
.news .box1 .box-c li .text-box-c{
	/* width: 800px;
	max-width: 100%; */
	max-width: 800px;
	width: 100%;
}
.news .box1 .box-c li .text-title{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #312C2B;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c li:hover .text-title{
	color: rgba(0, 38, 255, 1);
}
.news .box1 .box-c li .text-des{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c li .date{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 22px;
	margin-top: 16px;
}
.news .box1 .box-b{
	margin-top: 30px;
}
.news-d{
	padding: 30px 0;
}
.news-d .box1 .box-t{
	background: linear-gradient(270deg, rgba(26,214,217,0.02) 0%, rgba(0,38,255,0.04) 100%);
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #F0F0F0;
	padding: 24px 30px 16px;
}
.news-d .box1 .box-t .title{
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #312C2B;
	line-height: 36px;
}
.news-d .box1 .box-t .date{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 22px;
	margin-top: 16px;
}
.news-d .box1 .box-c{
	position: relative;
	padding: 30px;
	border: 1px solid #F0F0F0;
	border-top: none;
}
.news-d .box1 .box-c .text-title{
	position: relative;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #312C2B;
	line-height: 30px;
	padding-left: 8px;
}
.news-d .box1 .box-c .text-title:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 14px;
	background-color: #1AD6D9;
	width: 2px;
}
.news-d .box1 .box-c .text-box:not(:last-child){
	margin-bottom: 30px;
}
.news-d .box1 .box-c .text-des{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #312C2B;
	line-height: 24px;
	margin-top: 18px;
}
.news-d .box1 .box-c .text-des .text:not(:last-child){
	margin-bottom: 24px;
}
.news-d .box1 .box-c .text-des .money{
	color: #0026FF;
}
.news-d .box1 .box-c .text-des .bold{
	font-family: PingFangSC-Semibold;
}
.news-d .box1 .box-c .backTop{
	position: absolute;
	bottom: 30px;
	right: -72px;
	width: 42px;
	height: 42px;
	background: #E5E5E9;
	border-radius: 4px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
	color: #666666;
}
.news-d .box1 .box-c .backTop:hover{
	background-color: #0026FF;
	color: #fff;
}
.news-d .box1 .box-c .backTop .iconfont{
	font-size: 24px;
}
@media (max-width:1024px) {
	.news .box1 .box-c li a{
		padding: 16px;
	}
	.news .box1 .box-c li .pic img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.news-d .box1 .box-t .title{
		font-size: 22px;
	}
}
@media (max-width:768px) {
	.news .box1 .box-c li .pic{
		width: 140px;
	}
	.news-d .box1 .box-t .title{
		font-size: 20px;
		line-height: 1.4;
	}
	.news-d .box1 .box-t{
		padding: 20px;
	}
	.news-d .box1 .box-t .date{
		margin-top: 6px;
	}
	.news-d .box1 .box-c{
		padding: 20px;
	}
	.news-d .box1 .box-c .text-des .text:not(:last-child){
		margin-bottom: 10px;
	}
	.news-d .box1 .box-c .text-des{
		font-size: 14px;
		margin-top: 10px;
	}
	.news-d .box1 .box-c .text-box:not(:last-child){
		margin-bottom: 15px;
	}
	.news-d .box1 .box-c .text-title{
		font-size: 16px;
	}
}
@media (max-width:500px) {
	.news-d .box1 .box-t .title{
		font-size: 18px;
	}
	.news .box1 .box-c li a{
		flex-direction: column-reverse;
	}
	.news .box1 .box-c li .pic{
		width: 100%;
		height: auto;
	}
	.news .box1 .box-c li .text-box{
		margin-right: 0;
		margin-top: 15px;
	}
	.news .box1 .box-c li .text-des,
	.news .box1 .box-c li .date{
		margin-top: 4px;
	}
}