.news .box1{
	padding: 70px 0 88px;
}
.news .box1 .box-t{
	position: relative;
}
.news .box1 .box-t .container{
	background: #FFFFFF;
	box-shadow: 0px 13px 40px 0px rgba(108,108,108,0.07);
	border-radius: 10px;
}
.news .box1 .box-t .swiper-slide{
	display: flex;
	padding: 30px 0 30px 30px;
	align-items: center;
}
.news .box1 .box-t .swiper-slide .l{
	width: 55.34%;
}
.news .box1 .box-t .swiper-slide .l .pic{
	border-radius: 10px;
}
.news .box1 .box-t .swiper-slide .l .pic img{
	height: 321px;
	object-fit: cover;
}
.news .box1 .box-t .swiper-slide .r{
	flex: 1;
	padding: 0 64px;
}
.news .box1 .box-t .swiper-slide .r .date{
	display: flex;
	align-items: center;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #858585;
	line-height: 30px;
}
.news .box1 .box-t .swiper-slide .r .date .iconfont{
	color: RGBA(35, 151, 68, 1);
	margin-right: 6px;
	font-size: 20px;
}
.news .box1 .box-t .swiper-slide .r .text-title{
	font-family: PingFangSC;
	font-weight: 800;
	font-size: 22px;
	color: #444444;
	line-height: 1.45;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news .box1 .box-t .swiper-slide .r .text-des{
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news .box1 .box-t .swiper-slide .r .more{
	width: 150px;
	line-height: 42px;
	background: #1B8840;
	border-radius: 3px;
	text-align: center;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 13px;
}
.news .box1 .box-t .swiper-pagination{
	position: relative;
	margin-top: 30px;
}
.news .box1 .box-t .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #E8E8E8;
	border-radius: 50%;
	opacity: 1;
	margin: 0 9px;
}
.news .box1 .box-t .swiper-pagination-bullet-active{
	background-color: rgba(27, 136, 64, 1);
}
.news .box1 .box-c{
	margin-top: 64px;
}
.news .box1 .pagination{
	margin-top: 68px;
}
.newsDetails{
	background-color: RGBA(250, 250, 252, 1);
}
.newsDetails .box1{
	padding: 57px 0 87px;
}
.newsDetails .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.newsDetails .box1 .l{
	width: 67.78%;
	padding: 36px 45px 45px;
	background: #FFFFFF;
	border-radius: 6px;
}
.newsDetails .box1 .l .title{
	font-family: PingFangSCBold;
	font-size: 28px;
	color: #373738;
	line-height: 1.35;
}
.newsDetails .box1 .l .date{
	display: flex;
	align-items: center;
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 14px;
	color: #209643;
	line-height: 28px;
	margin-top: 4px;
}
.newsDetails .box1 .l .date .iconfont{
	font-size: 22px;
	margin-right: 9px;
}
.newsDetails .box1 .l-c{
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 15px;
	color: #4F5A6A;
	line-height: 24px;
	margin-top: 40px;
}
.newsDetails .box1 .l-c img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.newsDetails .box1 .l .back{
	width: 142px;
	height: 41px;
	background: rgba(241,140,51,0);
	border-radius: 6px;
	border: 1px solid #209643;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 15px;
	color: #209643;
	line-height: 30px;
	transition: all .6s;
	margin: 30px auto 0;
}
.newsDetails .box1 .l .back:hover{
	background-color: #209643;
	color: #fff;
}
.newsDetails .box1 .l .btns{
	margin-top: 44px;
}
.newsDetails .box1 .l .btns a{
	padding: 0 43px;
	line-height: 61px;
	background: #F0F3F7;
	border-radius: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #63666C;
	transition: all .6s;
}
.newsDetails .box1 .l .btns a:not(:last-child){
	margin-bottom: 10px;
}
.newsDetails .box1 .l .btns a:hover{
	background-color: #1B8840;
	color: #fff;
}
.newsDetails .box1 .r .r-box:not(:last-child){
	margin-bottom: 19px;
}
.newsDetails .box1 .r{
	width: 28.78%;
}
.newsDetails .box1 .r .r-box{
	padding: 26px 30px;
	background: #FFFFFF;
	border-radius: 3px;
}
.newsDetails .box1 .r .r-title{
	position: relative;
	font-family: PingFangSCBold;
	font-size: 20px;
	color: #373738;
	line-height: 24px;
	padding-left: 20px;
}
.newsDetails .box1 .r .r-title::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #1B8840;
}
.newsDetails .box1 .r .list{
	margin-top: 16px;
}
.newsDetails .box1 .r .list li>a{
	display: flex;
}
.newsDetails .box1 .r .list li .number{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: rgba(110, 110, 120, 1);
	line-height: 34px;
	font-style: italic;
}
.newsDetails .box1 .r .list li:nth-child(1) .number,
.newsDetails .box1 .r .list li:nth-child(2) .number,
.newsDetails .box1 .r .list li:nth-child(3) .number{
	color: #1B8840;
}
.newsDetails .box1 .r .list li .text-title{
	flex: 1;
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 15px;
	color: #6E6E78;
	line-height: 34px;
	margin-left: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.newsDetails .box1 .r .list li:hover .text-title{
	color: #209643;
}
.newsDetails .box1 .r .items{
	display: flex;
	/* grid-template-columns: repeat(3,1fr); */
	gap: 13px;
	margin-top: 18px;
	flex-wrap: wrap;
}
.newsDetails .box1 .r .items .item{
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 13px;
	color: #333333;
	line-height: 30px;
	border-radius: 3px;
	border: 1px solid #E3E3E3;
	text-align: center;
	transition: all .6s;
	min-width: 97px;
	padding: 0 5px;
}
.newsDetails .box1 .r .items .item:hover{
	border-color: #1B8840;
	background-color: #1B8840;
	color: #fff;
}
.newsDetails .box1 .r .items1{
	margin-top: 25px;
}
.newsDetails .box1 .r .items1 .item1{
	display: block;
	font-family: PingFangSCRegular;
	font-weight: 400;
	font-size: 15px;
	color: #6E6E78;
	line-height: 24px;
	padding-bottom: 9px;
	transition: all .6s;
}
.newsDetails .box1 .r .items1 .item1:hover{
	color: #1B8840;
}
.newsDetails .box1 .r .items1 .item1:not(:last-child){
	margin-bottom: 11px;
	border-bottom: 1px solid rgba(233, 236, 243, 1);
}
@media (max-width: 1199px) {
	.news .box1 .box-t .swiper-slide .r{
		padding: 0 41px;
	}
	.news .box1{
		padding: 70px 0;
	}
	.news .box1 .pagination,
	.news .box1 .box-c{
		margin-top: 45px;
	}
	.news .box1 .box-t .swiper-pagination{
		margin-top: 20px;
	}
	.newsDetails .box1 .r{
		display: none;
	}
	.newsDetails .box1 .l{
		width: 100%;
	}
	.newsDetails .box1{
		padding-bottom: 70px;
	}
	.newsDetails .box1 .l .title{
		font-size: 26px;
	}
}
@media (max-width: 1024px) {
	.newsDetails .box1 .l .title{
		font-size: 24px;
	}
	.newsDetails .box1{
		padding-bottom: 60px;
	}
	.news .box1 .box-t .swiper-slide .l .pic img{
		height: auto;
	}
	.news .box1 .box-t .swiper-slide .r .text-title{
		font-size: 20px;
	}
	.news .box1 .box-t .swiper-slide{
		flex-direction: column;
		padding: 25px;
	}
	.news .box1 .box-t .swiper-slide .l{
		width: 100%;
	}
	.news .box1 .box-t .swiper-slide .r{
		padding: 20px 0 0;
	}
	.news .box1{
		padding: 40px 0 60px;
	}
	.news .box1 .pagination,
	.news .box1 .box-c{
		margin-top: 40px;
	}
	.newsDetails .box1 .l{
		padding: 36px;
	}
	.newsDetails .box1 .l-c{
		margin-top: 30px;
	}
}
@media (max-width: 768px) {
	.newsDetails .box1 .l .btns a{
		padding: 0 29px;
		line-height: 45px;
	}
	.newsDetails .box1 .l .back{
		margin-top: 25px;
	}
	.newsDetails .box1 .l .btns{
		margin-top: 31px;
	}
	.newsDetails .box1 .l-c{
		margin-top: 14px;
	}
	.newsDetails .box1 .l .title{
		font-size: 20px;
	}
	.newsDetails .box1{
		padding: 50px 0;
	}
	.news .box1{
		padding: 30px 0 50px;
	}
	.news .box1 .pagination,
	.news .box1 .box-c{
		margin-top: 30px;
	}
}
@media (max-width: 500px) {
	.newsDetails .box1 .l .btns{
		margin-top: 26px;
	}
	.newsDetails .box1 .l .btns a{
		padding: 0 19px;
	}
	.newsDetails .box1 .l{
		padding: 25px;
	}
	.newsDetails .box1{
		padding: 40px 0;
	}
	.news .box1 .box-t .swiper-slide{
		padding: 20px;
	}
	.news .box1{
		padding: 20px 0 40px;
	}
	.news .box1 .pagination{
		margin-top: 25px;
	}
	.news .box1 .box-c{
		margin-top: 10px;
	}
}