.news{
	background-color: #f6f6f6;
	padding-bottom: 80px;
}
.news .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.news .box1 .box-c .l{
	position: relative;
	width: 64%;
}
.news .box1 .box-c .l .pic{
	width: 100%;
	height: 100%;
}
.news .box1 .box-c .l .pic img{
	height: 100%;
	object-fit: cover;
}
.news .box1 .box-c .l .text-box{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 40px 45px;
	z-index: 2;
}
.news .box1 .box-c .l .text-box .date{
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
	opacity: .8;
}
.news .box1 .box-c .l .text-box .text{
	font-size: 22px;
	font-family: GothamRounded;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c .r{
	width: 32%;
}
.news .box1 .box-c .r .text-box,
.news .box2 .list li .text-box{
	position: relative;
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(203, 203, 203, 1);
}
.news .box1 .box-c .r .text-box:before,
.news .box2 .list li .text-box:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 0;
	background-color: rgba(0, 64, 131, 1);
	transition: all 1s;
}
.news .box1 .box-c .r:hover .text-box:before,
.news .box2 .list li:hover .text-box:before{
	width: 100%;
}
.news .box1 .box-c .r .text-title,
.news .box2 .list li .text-title{
	font-size: 20px;
	font-family: GothamRounded;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c .r .text-des,
.news .box2 .list li .text-des{
	font-size: 16px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #888888;
	line-height: 24px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c .r:hover .text-title,
.news .box2 .list li:hover .text-title,
.news .box1 .box-c .r:hover .text-des,
.news .box2 .list li:hover .text-des,
.news .box1 .box-c .r:hover .more,
.news .box2 .list li:hover .more{
	color: rgba(0, 64, 131, 1);
}
.news .box1 .box-c .r .more,
.news .box2 .list li .more{
	margin-top: 80px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: GothamRounded;
	font-weight: normal;
	color: #777777;
	line-height: 1;
}
.news .box2 .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news .box2 .list li{
	margin-top: 60px;
}
.news .box2 .list li,
.news .box2 .list i{
	width: 32%;
}
.news .box2 .list li .more{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.news .box2 .pagination{
	margin-top: 60px;
}
.news-d{
	background-color: #f6f6f6;
	padding-bottom: 82px;
}
.news-d .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.news-d .box1 .l{
	width: 66.66%;
}
.news-d .box1 .l .date{
	font-size: 18px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.news-d .box1 .l .title{
	font-size: 32px;
	font-family: Poppins;
	font-weight: 500;
	color: #333333;
	line-height: 1.125;
	margin-top: 30px;
}
.news-d .box1 .l .text-box{
	font-size: 18px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 2;
	margin-top: 65px;
}
.news-d .box1 .l .text-box .text:not(:last-child){
	margin-bottom: 30px;
}
.news-d .box1 .l .text-box img{
	display: block;
	max-width: 100%;
	margin: 30px auto;
}
.news-d .box1 .l .share{
	margin-top: 90px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 18px;
	font-family: Poppins;
	font-weight: 400;
	color: #333333;
}
.news-d .box1 .l .share a{
	color: rgba(8, 6, 6, 1);
	display: flex;
	align-items: center;
}
.news-d .box1 .l .share a:not(:last-child){
	margin-right: 20px;
}
.news-d .box1 .l .share a .iconfont{
	color: #000;
	margin-right: 8px;
	font-size: 22px;
}
.news-d .box1 .l .share a:hover .iconfont,
.news-d .box1 .l .share a:hover{
	color: rgba(0, 64, 131, 1);
}
.news-d .box1 .l .l-b{
	margin-top: 30px;
	background-color: #fff;
	padding: 35px 30px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(125, 125, 125, 0.1000);
	box-shadow: 0px 2px 0px 0px rgba(125,125,125,0.1);
}
.news-d .box1 .l .l-b a{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: Poppins;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 1;
}
.news-d .box1 .l .l-b a:hover{
	color: #111;
}
.news-d .box1 .r{
	width: 28.66%;
}
.news-d .box1 .r .r-title{
	font-size: 24px;
	font-family: Poppins;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.news-d .box1 .r .list{
	border-top: 1px dashed rgba(210, 210, 210, 1);
	border-bottom: 1px dashed rgba(210, 210, 210, 1);
	padding: 28px 0 38px;
	margin-top: 30px;
}
.news-d .box1 .r .list li a{
	display: block;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #777777;
	line-height: 36px;
}
.news-d .box1 .r .list li a:hover{
	color: rgba(8, 64, 131, 1);
}
.news-d .box1 .r .list li:not(:last-child){
	margin-bottom: 22px;
}
.news-d .box1 .r .return{
	display: inline-block;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #084083;
	line-height: 1;
	margin-top: 30px;
}
@media (max-width:1280px) {
	.news-d .box1 .l .title{
		font-size: 30px;
	}
}
@media (max-width:1199px) {
	.news-d .box1 .l .title{
		font-size: 28px;
	}
	.news-d .box1 .r{
		display: none;
	}
	.news-d .box1 .l{
		width: 100%;
	}
	.news-d .box1 .l .text-box{
		margin-top: 40px;
	}
}
@media (max-width:1024px) {
	.news{
		padding-bottom: 60px;
	}
	.news-d .box1 .l .title{
		font-size: 26px;
	}
	.news-d{
		padding-bottom: 60px;
	}
}
@media (max-width:768px) {
	.news-d .box1 .l .title{
		font-size: 24px;
	}
	.news .box1 .box-c{
		flex-direction: column;
	}
	.news .box1 .box-c .l{
		width: 100%;
	}
	.news .box1 .box-c .r{
		width: 100%;
		margin-top: 40px;
	}
	.news .box1 .box-c .r .more, .news .box2 .list li .more{
		margin-top: 20px;
	}
	.news .box2 .list li, .news .box2 .list i{
		width: 48.5%;
	}
	.news .box1 .box-c .r .text-box, .news .box2 .list li .text-box{
		margin-top: 15px;
	}
	.news .box2 .list li,.news .box2 .pagination{
		margin-top: 40px;
	}
	.news{
		padding-bottom: 50px;
	}
	.news .box1 .box-c .l .text-box{
		padding:  0 20px 20px;
	}
	.news .box1 .box-c .l .text-box .text{
		margin-top: 5px;
		font-size: 18px;
	}
	.news .box1 .box-c .r .text-des, .news .box2 .list li .text-des{
		margin-top: 5px;
	}
	.news-d .box1 .l .text-box .text:not(:last-child){
		margin-bottom: 15px;
	}
	.news-d .box1 .l .text-box{
		margin-top: 25px;
	}
	.news-d .box1 .l .share{
		margin-top: 30px;
	}
	.news-d .box1 .l .l-b{
		padding: 15px;
	}
	.news-d .box1 .l .share{
		font-size: 16px;
	}
	.news-d .box1 .l .share a .iconfont{
		margin-right: 3px;
		font-size: 18px;
	}
	.news-d .box1 .l .share a:not(:last-child){
		margin-right: 10px;
	}
	.news-d .box1 .l .l-b a{
		font-size: 16px;
	}
	.news-d{
		padding-bottom: 50px;
	}
	.news-d .box1 .l .text-box{
		font-size: 16px;
	}
}
@media (max-width:500px) {
	.news .box1 .box-c .r .text-title, .news .box2 .list li .text-title{
		font-size: 18px;
	}
	.news .box2 .list li, .news .box2 .list i{
		width: 100%;
	}
	.news .box2 .list li,.news .box2 .pagination{
		margin-top: 30px;
	}
	.news{
		padding-bottom: 40px;
	}
	.news-d .box1 .l .title{
		font-size: 22px;
	}
	.news-d .box1 .l .share{
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: 20px;
	}
	.news-d .box1 .l .share-text{
		width: 100%;
	}
	.news-d .box1 .l .share{
		font-size: 14px;
	}
	.news-d .box1 .l .l-b{
		margin-top: 20px;
	}
	.news-d .box1 .l .l-b a{
		font-size: 14px;
	}
	.news-d{
		padding-bottom: 40px;
	}
}