.news{
	background-color: #fafafa;
}
.news .box1{
	padding: 100px 0 140px;
}
.news .box1 .box-c{
	margin-top: 36px;
}
.news .box1 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
.news .box1 .box-c .list li{
	transition: all .6s;
}
.news .box1 .box-c .list li:hover{
	background-color: rgba(255, 255, 255, 1);
}
.news .box1 .box-c .list li a{
	display: block;
	padding: 25px 34px;
}
.news .box1 .box-c .list li .text-title{
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c .list li .date{
	font-size: 18px;
	font-family: Rany;
	font-weight: bold;
	color: #8A8A8A;
	line-height: 1;
	margin-top: 12px;
}
.news .box1 .box-c .list li .pic{
	margin-top: 33px;
}
.news .box1 .box-c .list li .more{
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 800;
	color: #FABF1B;
	line-height: 1;
	margin-top: 67px;
	opacity: 0;
	transition: all .6s;
}
.news .box1 .box-c .list li:hover .more{
	opacity: 1;
}
.news .box1 .box-c .list li .more .line{
	width: 20px;
	height: 1px;
	background: #FABF1B;
	margin-right: 15px;
}
.news .box1 .box-c  .pagination{
	margin-top: 30px;
}
.news-details{
	background-color: RGBA(250, 250, 250, 1);
}
.news-details .box1{
	padding: 100px 0 128px;
}
.news-details .box1 .box-c{
	width: 800px;
	margin: 0 auto;
	max-width: 100%;
}
.news-details .box1 .box-c .title{
	font-size: 36px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	line-height: 1.38;
}
.news-details .box1 .box-c .date{
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	margin-top: 22px;
}
.news-details .box1 .box-c .text-box{
	border-top: 1px solid rgba(204, 204, 204, 1);
	margin-top: 24px;
	padding-top: 42px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1.875;
	border-bottom: 2px solid rgba(204, 204, 204, 1);
	padding-bottom: 80px;
}
.news-details .box1 .box-c .text-box img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.news-details .box1 .more{
	display: block;
	width: 200px;
	height: 70px;
	line-height: 68px;
	text-align: center;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	margin-top: 56px;
	transition: all .6s;
}
.news-details .box1 .more:hover{
	background-color: #FABF1B;
	border-color: #FABF1B;
	color: #fff;
}
@media (max-width:1440px) {
	.news .box1 .box-c .list li .text-title{
		font-size: 22px;
	}
	.news .box1 .box-c .list li .more{
		margin-top: 40px;
	}
	.news-details .box1 .box-c .title{
		font-size: 30px;
	}
}
@media (max-width:1280px) {
	.news .box1 .box-c .list li .text-title{
		font-size: 20px;
	}
	.news .box1 .box-c .list li a{
		padding: 25px;
	}
	.news .box1 .box-c .list li .more{
		margin-top: 30px;
	}
	.news-details .box1 .box-c .title{
		font-size: 28px;
	}
}
@media (max-width:1199px) {
	.news .box1,.news-details .box1{
		padding: 70px 0;
	}
	.news .box1 .box-c .list li .pic{
		margin-top: 20px;
	}
	.news-details .box1 .box-c .title{
		font-size: 26px;
	}
}
@media (max-width:1024px) {
	.news-details .box1 .box-c .title{
		font-size: 24px;
	}
	.news .box1,.news-details .box1{
		padding: 60px 0;
	}
	.news .box1 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.news .box1 .box-c{
		margin-top: 30px;
	}
	.news-details .box1 .box-c .date{
		margin-top: 5px;
	}
	.news-details .box1 .box-c .text-box{
		padding: 20px 0 40px;
	}
	.news-details .box1 .more{
		margin-top: 40px;
		height: 45px;
		line-height: 43px;
		width: 150px;
	}
}
@media (max-width: 768px) {
	.news-details .box1 .box-c .title{
		font-size: 22px;
	}
	.news .box1,.news-details .box1{
		padding: 50px 0;
	}
	.news .box1 .box-c .list li a{
		padding: 15px 15px 30px;
	}
}
@media (max-width: 600px) {
	.news .box1 .box-c .list{
		grid-template-columns: repeat(1,1fr)
	}
}
@media (max-width: 500px) {
	.news-details .box1 .box-c .text-box{
		padding: 10px 0 25px;
	}
	.news-details .box1 .box-c .text-box{
		font-size: 14px;
	}
	.news .box1 .box-c .list li .more{
		margin-top: 20px;
	}
	.news .box1 .box-c .list li .text-title{
		font-size: 16px;
	}
	.news .box1 .box-c .list li .date{
		font-size: 14px;
	}
	.news .box1,.news-details .box1{
		padding: 40px 0;
	}
	.news-details .box1 .more{
		margin-top: 20px;
	}
}