.news .box1{
	padding: 93px 0 75px;
}
.news .box1 .box-c a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news .box1 .box-c .pic{
	width: 54.78%;
}
.news .box1 .box-c .text-box{
	width: 40.71%;
}
.news .box1 .box-c .text-box .date{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.news .box1 .box-c .text-box .text-title{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
}
.news .box1 .box-c a:hover .text-box .text-title{
	color: rgba(1, 124, 243, 1);
}
.news .box1 .box-c .text-box .line{
	width: 65px;
	height: 3px;
	background: #999999;
	margin-top: 15px;
}
.news .box1 .box-c .text-box .text-des{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1.875;
	margin-top: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c .text-box .more{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 75px;
}
.news .box2 .list li{
	border-top: 1px solid rgba(153, 153, 153, .2);
	border-bottom: 1px solid rgba(153, 153, 153, .2);
}
.news .box2 .list li:not(:last-child){
	border-bottom: none;
}
.news .box2 .list li a{
	display: flex;
	align-items: center;
	padding: 50px 0;
}
.news .box2 .list li:first-child a{
	padding-top: 0;
}
.news .box2 .list li .time{
	width: 90px;
	text-align: center;
}
.news .box2 .list li .time .line{
	height: 1px;
	background: #999999;
	opacity: 0.25;
	margin: 19px 0
}
.news .box2 .list li .date{
	font-size: 36px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.news .box2 .list li .year{
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
.news .box2 .list li .pic{
	margin: 0 4.28%;
}
.news .box2 .list li .text-box{
	flex: 1;
}
.news .box2 .list li .text-box .text-title{
	font-size: 20px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box2 .list li:hover .text-box .text-title{
	color: rgba(1, 124, 243, 1);
}
.news .box2 .list li .text-box .text-des{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box2 .list li .text-box .more{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 28px;
}
.news .box2 .pagination{
	margin-top: 40px;
}
.news .box2 {
	margin-bottom: 102px;
}
.news-details .box1{
	padding: 74px 0 100px;
}
.news-details .box1 .title{
	font-size: 28px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #333333;
	line-height: 1.357;
	text-align: center;
}
.news-details .box1 .msg{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 24px;
}
.news-details .box1 .msg span:not(:last-child){
	margin-right: 98px;
}
.news-details .box1 .box-c{
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666666;
	line-height: 2;
	margin-top: 40px;
}
.news-details .box1 .box-c img{
	/* display: block; */
	max-width: 100%;
	/* margin: 0 auto; */
}
.news-details .box1 .share{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 75px;
}
.news-details .box1 .share a{
	margin-left: 20px;
}
.news-details .box1 .box-b{
	display: flex;
	margin-top: 130px;
	display: flex;
}
.news-details .box1 .box-b a{
	width: 50%;
	background-color: rgba(247, 247, 250, 1);
	padding: 0 20px;
	line-height: 80px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.news-details .box1 .box-b a:hover{
	color: rgba(0, 113, 246, 1);
}
.news-details .box1 .box-b a .line{
	width: 1px;
	height: 24px;
	background: #999999;
	margin: 0 25px;
}
.news-details .box1 .box-b a:hover .line{
	background-color: rgba(0, 113, 246, 1);
}
.news-details .box1 .box-b a:last-child{
	flex-direction: row-reverse;
	text-align: right;
}
.news-details .box1 .box-b a .text{
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width:1280px) {
	.news .box2 .list li .pic{
		margin: 0 3%;
	}
	.news .box2 .list li a{
		padding: 35px 0;
	}
	.news .box1 .box-c .text-box{
		width: 42%;
	}
}
@media (max-width:1199px) {
	.news .box1{
		padding: 60px 0;
	}
	.news .box2{
		margin-bottom: 60px;
	}
	.news .box1 .box-c .text-box .text-des,
	.news .box1 .box-c .text-box .more{
		margin-top: 25px;
	}
	.news .box2 .list li .text-box .text-des,
	.news .box2 .list li .text-box .more{
		margin-top: 20px;
	}
	.news-details .box1 .title{
		font-size: 26px;
	}
	.news-details .box1{
		padding: 60px 0;
	}
}
@media (max-width: 1024px) {
	.news-details .box1{
		padding: 55px 0;
	}
	.news-details .box1 .title{
		font-size: 24px;
	}
	.news .box1{
		padding: 55px 0;
	}
	.news .box2{
		margin-bottom: 55px;
	}
	.news .box2 .list li .time{
		display: none;
	}
	.news .box2 .list li .pic{
		margin-left: 0;
	}
	.news-details .box1 .msg{
		font-size: 14px;
		margin-top: 14px;
	}
	.news-details .box1 .msg span:not(:last-child){
		margin-right: 20px;
	}
	.news-details .box1 .box-c{
		font-size: 16px;
		margin-top: 20px;
	}
	.news-details .box1 .share{
		margin-top: 30px;
	}
	.news-details .box1 .box-b{
		margin-top: 40px;
	}
	.news-details .box1 .box-b a{
		font-size: 16px;
		line-height: 45px;
	}
	.news-details .box1 .box-b a .line{
		margin: 0 10px;
	}
}
@media (max-width:867px) {
	.news .box1 .box-c a,
	.news .box2 .list li a{
		flex-direction: column;
	}
	.news .box1 .box-c .pic,
	.news .box2 .list li .pic{
		width: 100%;
	}
	.news .box2 .list li .pic{
		margin-right: 0;
	}
	.news .box1 .box-c .text-box,
	.news .box2 .list li .text-box{
		width: 100%;
		margin-top: 20px;
	}
}
@media (max-width:  768px) {
	.news-details .box1 .msg{
		margin-top: 8px;
	}
	.news-details .box1{
		padding: 45px 0;
	}
	.news-details .box1 .title{
		font-size: 22px;
	}
	.news .box1{
		padding: 45px 0;
	}
	.news .box2{
		margin-bottom: 45px;
	}
	.news .box2 .pagination{
		margin-top: 20px;
	}
	.news .box2 .list li .text-box .text-title{
		font-size: 18px;
	}
	.news .box2 .list li .text-box .text-des, .news .box2 .list li .text-box .more{
		margin-top: 10px;
	}
	.news .box2 .list li .text-box .more,
	.news .box1 .box-c .text-box .more{
		font-size: 14px;
	}
	.news .box1 .box-c .text-box .text-title{
		font-size: 22px;
		margin-top: 10px;
	}
	.news .box1 .box-c .text-box .text-des,
	.news .box1 .box-c .text-box .more{
		margin-top: 10px;
	}
	.news-details .box1 .box-b{
		flex-direction: column;
	}
	.news-details .box1 .box-b a{
		width: 100%;
	}
	.news-details .box1 .box-b a:not(:last-child){
		margin-bottom: 15px;
	}
	
}
@media (max-width:  500px) {
	.news-details .box1 .share,
	.news-details .box1 .box-b{
		margin-top: 20px;
	}
	.news-details .box1{
		padding: 35px 0;
	}
	.news-details .box1 .title{
		font-size: 20px;
	}
	.news .box1{
		padding: 35px 0;
	}
	.news .box2{
		margin-bottom: 35px;
	}
	.news .box1 .box-c .text-box .text-title{
		font-size: 20px;
	}
	.news .box1 .box-c .text-box .line{
		margin-top: 5px;
	}
}