.news .box1{
	background-color: rgba(245, 245, 245, 1);
	padding: 100px 0;
}
.news .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.news .box1 .l{
	width: 46.87%;
}
.news .box1 .r{
	width: 46.87%;
}
.news .box1 .r .list li{
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(219, 219, 219, 1);
}
.news .box1 .r .list li:not(:last-child){
	margin-bottom: 25px;
}
.news .box1 .r .list li:hover{
	padding-bottom: 25px;
}
.news .box1 .r .list .date{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}
.news .box1 .r .list .text-title{
	font-size: 22px;
	font-family: Poppins;
	font-weight: 400;
	color: #4A363C;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 19px;
}
.news .box1 .r .list .more{
	position: relative;
	width: 70px;
	height: 70px;
	background: rgba(74, 54, 60, 0);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 0-2px;
}
.news .box1 .r .list li:hover .more{
	margin-top: 18px;
	justify-content: center;
	background-color: rgba(74, 54, 60, .1);
}
.news .box1 .r .list .more::before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	background: #4A363C;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
.news .box1 .r .list li:hover .more::before{
	opacity: 1;
}
.news .box1 .r .list .more .iconfont{
	position: relative;
	color: #9c9c9c;
	font-size: 20px;
	z-index: 3;
}
.news .box1 .r .list li:hover .more .iconfont{
	color: #fff;
	font-size: 22px;
}
.news .box2{
	padding: 70px 0 93px;
}
.news .box2 .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news .box2 .list li,
.news .box2 .list i{
	width: 23.12%;
}
.news .box2 .list li{
	margin-bottom: 50px;
}
.news .box2 .list .text-box{
	margin-top: 28px;
}
.news .box2 .list .text-title{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #4A363C;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box2 .list .date{
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 22px;
}
.news .box2 .list .more{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #4A363C;
	line-height: 1;
	margin-top: 30px;
}
.news .box2 .list .more .text{
	width: 0;
	opacity: 0;
	white-space: nowrap;
}
.news .box2 .list li:hover .more .text{
	margin-right: 12px;
	width: 88px;
	opacity: 1;
	transition: width .6s, opacity .6s .3s;
}
.news .box2 .list .more .iconfont{
	font-size: 22px;
}
.news .box2 .pagination{
	margin-top: 25px;
}
.news-d{
	margin: 42px 0 100px;
}
.news-d  .box1 .box-c{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(8, 6, 6, .1);
}
.news-d  .box1 .box-c .l{
	width: 62.5%;
}
.news-d  .box1 .box-c .l .title{
	font-size: 36px;
	font-family: Poppins;
	font-weight: 600;
	color: #000000;
	line-height: 1.33;
	text-align: center;
}
.news-d  .box1 .box-c .l .date{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #333333;
	margin-top: 14px;
	text-align: center;
}
.news-d  .box1 .box-c .l .l-c{
	border-top: 1px solid rgba(8, 6, 6, .1);
	margin-top: 36px;
	padding: 50px 0 40px;
}
.news-d  .box1 .box-c .l .l-c .text-box{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	margin-bottom: 28px;
}
.news-d  .box1 .box-c .l .l-c img{
	margin: 35px auto;
	max-width: 100%;
}
.news-d  .box1 .box-c .l .l-c .bold{
	font-weight: bold;
}
.news-d  .box1 .box-c .l .l-c .text1 a{
	color: rgba(102, 102, 102, 1);
}
.news-d  .box1 .box-c .l .l-c .text-box1{
	margin: 70px 0 0;
}
.news-d  .box1 .box-c .l .l-c .text-box1 .bold{
	margin-top: 7px;
}
.news-d  .box1 .box-c .l .l-c .text-box1 .bold a{
    color: rgba(102, 102, 102, 1);
}
.news-d  .box1 .box-c .r{
	width: 31.25%;
}
.news-d  .box1 .box-c .r .r-title{
	font-size: 20px;
	font-family: Poppins;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.news-d  .box1 .box-c .r .list{
	margin-top: 30px;
}
.news-d  .box1 .box-c .r .list li{
	border-top: 1px solid rgba(8, 6, 6, .1);
}
.news-d  .box1 .box-c .r .list li a{
	padding: 30px 0;
	display: flex;
}
.news-d  .box1 .box-c .r .list li .pic{
	width: 136px;
}
.news-d  .box1 .box-c .r .list li .text-box{
	flex: 1;
	margin-left: 20px;
}
.news-d  .box1 .box-c .r .list li .text-title{
	font-size: 16px;
	font-family: Poppins;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-d  .box1 .box-c .r .list li .date{
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 22px;
}
.news-d  .box2{
	padding-top: 80px;
}
.news-d  .box2 .title{
	font-size: 24px;
	font-family: Poppins;
	font-weight: 400;
	color: #111111;
	line-height: 1;
	text-align: center;
}
.news-d  .box2 .box-c{
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-d  .box2 .box-c a{
	width: 60px;
	height: 60px;
	background: #DBDBDB;
	border-radius: 30px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
.news-d  .box2 .box-c a .iconfont{
	font-size: 24px;
}
.news-d  .box2 .box-c a:not(:last-child){
	margin-right: 80px;
}
.news-d  .box2 .box-c a:hover{
	background-color: rgba(74, 54, 60, 1);
	color: #fff;
}
@media (max-width:1199px) {
	.news-d .box1 .box-c .l .title{
		font-size: 30px;
	}
	.news-d .box1 .box-c .r{
		display: none;
	}
	.news-d .box1 .box-c .l{
		width: 100%;
	}
}
@media (max-width:1024px) {
	.news .box1,.news .box2{
		padding: 60px 0;
	}
	.news .box2 .list li, .news .box2 .list i{
		width: 32%;
	}
	.news .box2 .list li{
		margin-bottom: 30px;
	}
	.news .box1 .box-c{
		flex-direction: column;
	}
	.news .box1 .l{
		width: 100%;
	}
	.news .box1 .r{
		width: 100%;
		margin-top: 30px;
	}
	.news .box1 .r .list .more{
		height: 50px;
		width: 50px;
	}
	.news .box1 .r .list .more::before{
		width: 30px;
		height: 30px;
	}
	.news .box1 .r .list .text-title{
		font-size: 18px;
		margin-top: 10px;
	}
	.news .box1 .r .list li:hover .more{
		margin-top: 10px;
	}
	.news .box1 .r .list li:hover{
		padding-bottom: 20px;
	}
	.news .box1 .r .list li:not(:last-child){
		margin-bottom: 20px;
	}
	.news .box2 .list .text-box{
		margin-top: 15px;
	}
	.news .box2 .list .date{
		margin-top: 10px;
	}
	.news .box2 .list .more{
		margin-top: 15px;
	}
	.news-d{
		margin: 20px 0 60px;
	}
	.news-d .box1 .box-c .l .title{
		font-size: 26px;
	}
}
@media (max-width: 768px) {
	.news .box2 .list li, .news .box2 .list i{
		width: 48%;
	}
	.news .box1, .news .box2{
		padding: 50px 0;
	}
	.news-d .box1 .box-c .l .l-c{
		padding: 30px 0;
	}
	.news-d .box1 .box-c .l .l-c .text-box{
		margin-bottom: 15px;
	}
	.news-d .box1 .box-c .l .l-c img{
		margin: 15px 0;
	}
	.news-d .box1 .box-c .l .l-c .text-box1{
		margin-top: 30px;
	}
	.news-d .box2{
		padding-top: 50px;
	}
	.news-d .box2 .box-c{
		margin-top: 30px;
	}
	.news-d .box2 .box-c a{
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.news-d .box2 .box-c a:not(:last-child){
		margin-right: 40px;
	}
}
@media (max-width: 500px) {
	.news .box2 .list li, .news .box2 .list i{
		width: 100%;
	}
	.news .box1, .news .box2{
		padding: 40px 0;
	}
	.news .box2 .list li{
		margin-bottom: 20px;
	}
	.news .box2 .list .more{
		margin-top: 10px;
	}
	.news-d{
		margin-bottom: 40px;
	}
	.news-d .box2{
		padding-top: 40px;
	}
}