.news{
	background-color: #FAFAFA;
}
.news .box1{
	padding: 80px 0 60px;
}
.news .box1 .box-c>a{
	display: flex;
	justify-content: space-between;
}
.news .box1 .box-c .pic{
	width: 48.83%;
	border-radius: 10px;
}
.news .box1 .box-c .text-box{
	width: 48.08%;
	padding-top: 27px;
}
.news .box1 .box-c .date{
	font-family: Arial;
	font-weight: 400;
	font-size: 24px;
	color: #174896;
	line-height: 1;
}
.news .box1 .box-c .text-title{
	font-family: Arial;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.news .box1 .box-c .text-des{
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 20px;
}
.news .box1 .box-c .more{
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 44px;
	padding: 0 25px;
	margin-top: 80px;
	transition: all .6s;
}
.news .box1 .box-c .more:hover{
	background-color: #174896;
	color: #fff;
}
.news .box2{
	padding-bottom: 100px;
}
.news .box2 .box-t .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}
.news .box2 .box-t .list li{
	background: #FFFFFF;
	box-shadow: 3px 4px 30px 0px rgba(222,222,222,0.3);
	border-radius: 10px;
}
.news .box2 .box-t .list li a{
	display: block;
	padding: 42px;
}
.news .box2 .box-t .list li .date{
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 1;
}
.news .box2 .box-t .list li .text-des{
	font-family: Arial;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 30px;
	transition: all .6s;
}
.news .box1 .box-c:hover .text-title,
.news .box2 .box-t .list li:hover .text-des{
	color: #174896;
}
.news .box2 .box-t .list li .more{
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 1;
	margin-top: 50px;
}
.news .box2 .pagination{
	margin-top: 55px;
}
.news-detials{
	padding: 70px 0 120px;
	background-color: #FAFAFA;
}
.news-detials .box1{
	width: 1000px;
	margin: 0 auto;
	max-width: 94%;
}
.news-detials .box1 .inner-title{
	color: #174896;
	text-align: left;
	font-weight: bold;
	line-height: 1.33;
}
.news-detials .box1 .date{
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 1;
	margin-top: 20px;
}
.news-detials .box1 .box-c{
	border-top: 1px solid #DEDEDE;
	margin-top: 20px;
	padding: 40px 0 0;
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.news-detials .box1 .box-c img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media (max-width:1440px) {
	.news .box2 .box-t .list li .text-des,
	.news .box1 .box-c .date{
		font-size: 22px;
	}
	.news .box1 .box-c .text-title{
		font-size: 22px;
		margin-top: 10px;
	}
	.news .box1 .box-c .more{
		margin-top: 30px;
	}
	.news .box2 .box-t .list li a{
		padding: 30px;
	}
}
@media (max-width:1199px) {
	.news .box1 .box-c .more{
		margin-top: 20px;
	}
	.news .box1 .box-c .text-title,
	.news .box1 .box-c .date{
		font-size: 20px;
	}
	.news .box1 .box-c .text-des{
		margin-top: 10px;
	}
	.news .box1{
		padding: 70px 0 60px;
	}
	.news .box2{
		padding-bottom: 70px;
	}
	.news .box2 .box-t .list li .text-des{
		font-size: 20px;
	}
	.news .box2 .pagination{
		margin-top: 45px;
	}
	.news-detials{
		padding: 70px 0;
	}
}
@media (max-width:1024px) {
	.news-detials{
		padding: 60px 0;
	}
	.news .box1{
		padding: 60px 0;
	}
	.news .box2{
		padding-bottom: 60px;
	}
	.news .box2 .pagination{
		margin-top: 40px;
	}
	.news .box1 .box-c>a{
		flex-direction: column;
	}
	.news .box1 .box-c .pic{
		width: 100%;
	}
	.news .box1 .box-c .text-box{
		width: 100%;
	}
	.news .box2 .box-t .list li .text-des,
	.news .box1 .box-c .text-title, .news .box1 .box-c .date{
		font-size: 18px;
	}
	.news .box2 .box-t .list{
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width:768px) {
	.news-detials .box1 .box-c{
		padding-top: 30px;
	}
	.news-detials{
		padding: 50px 0;
	}
	.news .box1{
		padding: 50px 0;
	}
	.news .box2{
		padding-bottom: 50px;
	}
	.news .box2 .pagination{
		margin-top: 30px;
	}
	.news .box2 .box-t .list{
		grid-template-columns: repeat(1,1fr);
	}
	.news .box2 .box-t .list li .date{
		font-size: 16px;
	}
	.news .box2 .box-t .list li .text-des{
		margin-top: 14px;
	}
	.news .box2 .box-t .list li .more{
		margin-top: 20px;
	}
}
@media (max-width: 500px) {
	.news-detials .box1 .box-c{
		padding-top: 25px;
	}
	.news-detials .box1 .date{
		font-size: 16px;
	}
	.news-detials{
		padding: 40px 0;
	}
	.news .box2 .box-t .list li a{
		padding: 20px;
	}
	.news .box1{
		padding: 40px 0;
	}
	.news .box2{
		padding-bottom: 40px;
	}
	.news .box2 .pagination{
		margin-top: 25px;
	}
}