.news .box1{
	margin-top: 50px;
}
.news .box1 li{
	padding: 70px 0 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(220, 220, 220, 1);
}
.news .box1 li .l{
	display: flex;
	flex: 1;
	margin-right: 40px;
	/* align-items: center; */
}
.news .box1 li .l .time{
	width: 90px;
	height: 90px;
	background: #D8D8D8;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	border-radius: 10px;
}
.news .box1 li:hover .l .time{
	background-color: rgba(16, 29, 150, 1);
}
.news .box1 li .l .time .date{
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
.news .box1 li .l .time .year{
	font-size: 16px;
	color: #fff;
}
.news .box1 li .l .text-box{
	flex: 1;
	margin-left: 42px;
}
.news .box1 li .l .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 li:hover .l .text-title{
	color: rgba(27, 42, 124, 1);
}
.news .box1 li .l .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin-top: 20px;
}
.news .box1 li .l .more{
	display: flex;
	margin-top: 43px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	align-items: center;
}
.news .box1 li .l .more .iconfont{
	margin-left: 42px;
	font-size: 17px;
}
.news .box1 li .r .pic{
	border-radius: 10px;
}
.news .box2{
	margin: 211px 194px;
}
.news-d{
	/* padding-top: 101px; */
	padding-bottom: 183px;
}
.news-d .box1{
	margin-top: 80px;
	text-align: center;
}
.news-d .box1 .title{
	font-size: 36px;
	font-family: PingFang;
	font-weight: 500;
	color: #000000;
	line-height: 36px;
}
.news-d .box1 .msg{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 53px;
}
.news-d .box1 .msg ul{
	display: flex;
	justify-content: center;
	width: 100%;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(238, 238, 238, 1);
	margin-bottom: 47px;
}
.news-d .box1 .msg li:not(:last-child){
	margin-right: 104px;
}
.news-d .box1 .box-c .text-title span{
	display: inline-block;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #CDA766;
	line-height: 1;
	border-bottom: 1px solid #CDA766;
}
.news-d .box1 .box-c .text{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	margin-top: 40px;
}
.news-d .box1 .box-c .text .p1{
	margin-bottom: 14px;
}
.news-d .box1 .box-c .img{
	margin: 55px 0 74px;
}
.news-d .box1 .box-c .img img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.news-d .box1 .box-c .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 36px;
	text-align: left;
}
.news-d .box1 .box-c .text.bold{
	color: #333;
	/* font-weight: bold; */
}
.news-d .box1 .box-c:not(:last-child){
	margin-bottom: 133px;
}
.news-d .box1 .box-c{
	padding-bottom: 82px;
	border-bottom: 1px solid rgba(160, 160, 160, 0.38);
}
.news-d .box1 .box-b{
	margin-top: 34px;
}
.news-d .box1 .box-b .content1200{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-d .box1 .box-b .l{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	text-align: left;
}
.news-d .box1 .box-b .l a{
	color: #666;
}
.news-d .box1 .box-b .r{
	width: 125px;
	height: 44px;
	line-height: 44px;
	background: #101D96;
	border-radius: 22px;
	text-align: center;
}
.news-d .box1 .box-b .r a{
	color: #fff;
}

@media (max-width:1199px) {
	.news-d{
		padding-top: 68px;
	}
	.news-d .box1 .msg li:not(:last-child){
		margin-right: 0;
	}
	.news-d .box1 .msg ul{
		padding: 0 20px 22px;
		justify-content: space-between;
	}
	.news .box1 li{
		flex-direction: column-reverse;
	}
	.news .box1 li .r{
		width: 100%;
	}
	.news .box1 li .l{
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
	.news .box2{
		margin: 100px 0;
	}
	.news .box1 li{
		padding: 50px 0 30px;
	}
	.news .box1 li .l .more{
		margin-top: 20px;
	}
	.news .box1 li .l .text-title{
		font-size: 20px;
	}
	.news .box1{
		margin-top: 20px;
	}
	.news-d .box1 .title{
		font-size: 30px;
	}
	.news-d .box1{
		margin-top: 0;
	}
	.news-d .box1 .msg{
		margin-top: 30px;
	}
}
@media (max-width:768px) {
	.news .box1 li .l .time{
		display: none;
	}
	.news .box1 li .l .text-box{
		margin-left: 0;
	}
	.news-d .box1 .msg ul{
		flex-direction: column;
		margin-bottom: 40px;
	}
	.news-d .box1 .msg li{
		width: 100%;
		text-align: left;
		line-height: 1.5;
	}
	.news-d .box1 .box-c .img{
		margin: 30px 0;
	}
	.news-d .box1 .box-c .text{
		margin-top: 20px;
	}
	.news-d .box1 .box-c{
		padding-bottom: 40px;
	}
	.news-d{
		padding-bottom: 50px;
	}
}
@media (max-width:500px) {
	.news .box2{
		margin: 50px 0;
	}
	.news .box1 li .l{
		margin-top: 20px;
	}
	.news .box1 li .l .text-des{
		line-height: 2;
		margin-top: 10px;
	}
	.news .box1 li .l .more{
		margin-top: 10px;
	}
	.news .box1 li .l .text-title{
		font-size: 18px;
	}
	.news .box1 li{
		padding: 30px 0;
	}
	.news-d .box1 .box-c:not(:last-child){
		padding-bottom: 40px;
		margin-bottom: 50px;
	}
	.news-d .box1 .box-c .text-title span{
		font-size: 20px;
	}
	.news-d .box1 .box-c .text-title span{
		font-size: 20px;
	}
	.news-d .box1 .box-b .content1200{
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.news-d .box1 .box-b .l{
		width: 100%;
	}
	.news-d .box1 .box-b .r{
		margin-top: 10px;
	}
	.news-d{
		padding-bottom: 60px;
	}
	.news-d .box1 .title{
		font-size: 22px;
	}
	.news-d .box1 .msg ul{
		padding: 0 10px 20px;
	}
	.news-d .box1 .msg{
		margin-top: 15px;
	}
	.news-d .box1{
		/* margin-top: 60px; */
	}
	.news-d .box1 .box-c{
		padding-bottom: 40px;
	}
	.news-d{
		padding-top: 40px;
	}
}