.news .box1{
	padding: 60px 0 80px;
}
.news .box1 .box-c ul{
	position: relative;
}
.news .box1 .box-c ul:before{
	position: absolute;
	content: "";
	left: 8.92%;
	top: 10px;
	width: 1px;
	height: 100%;
	background-color: rgba(226, 226, 226, 1);
}
.news .box1 .box-c li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.news .box1 .box-c li .li-l{
	position: relative;
	width: 8.92%;
	margin-top: 15px;
}
.news .box1 .box-c li .li-l:before{
	position: absolute;
	content: "";
	top: 0;
	right: -7px;
	width: 12px;
	height: 12px;
	background: #27943C;
	border-radius: 50%;
}
.news .box1 .box-c li .li-l .dateTime{
	width: 90px;
	height: 75px;
	background: #F5F5F5;
	text-align: right;
	padding-right: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.news .box1 .box-c li .li-l .date{
	font-size: 14px;
	font-family: OpenSans;
	font-weight: 400;
	color: #27943C;
	line-height: 1;
}
.news .box1 .box-c li .li-l .year{
	font-size: 24px;
	font-family: OpenSans;
	font-weight: 400;
	color: #27943C;
	line-height: 1;
	margin-top: 6px;
}
.news .box1 .box-c li .li-r{
	width: 87.28%;
	border: 1px solid rgba(204, 204, 204, 1);
}
.news .box1 .box-c li:hover .li-r{
	border-color: #27943C;
}
.news .box1 .box-c li .li-r a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.news .box1 .box-c li .pic{
	width: 34.94%;
	height: 244px;
}
.news .box1 .box-c li .pic img{
	height: 100%;
	object-fit: cover;
}
.news .box1 .box-c li .text-box{
	flex: 1;
	padding-left: 30px;
}
.news .box1 .box-c li .text-title{
	font-size: 24px;
	font-family: OpenSans;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c li:hover .text-title{
	color: #27943C;
}
.news .box1 .box-c li .text-des{
	font-size: 14px;
	font-family: OpenSans;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin-top: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-d .box1{
	padding-bottom: 80px;
}
.news-d .box1 .box-t{
	padding: 60px 0 37px;
	border-bottom: 1px solid rgba(226, 226, 226, 1);
}
.news-d .box1 .box-t .title{
	font-size: 30px;
	font-family: OpenSans;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.news-d .box1 .box-t .date{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-family: OpenSans;
	font-weight: 400;
	color: #27943C;
	line-height: 1;
	margin-top: 8px;
}
.news-d .box1 .box-t .date .iconfont{
	font-size: 22px;
	margin-right: 14px;
}
.news-d .box1 .box-c{
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	padding: 0 0 50px;
}
.news-d .box1 .box-c .text-box{
	margin-top: 33px;
}
.news-d .box1 .box-c .img{
	margin-top: 57px;
}
.news-d .box1 .box-c .img img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.news-d .box1 .box-b .list{
	display: flex;
	justify-content: space-between;
	padding: 22px 30px;
	background-color: rgba(245, 245, 245, 1);
}
.news-d .box1 .box-b .list>li{
	width: 50%;
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
}
.news-d .box1 .box-b .list>li:last-child{
	border-left: rgba(204, 204, 204, 1);
	text-align: right;
}
.news-d .box1 .box-b .list>li a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-d .box1 .box-b .list>li a:hover{
	color: #27943C;
}
.news-d .box1 .box-b .back{
	width: 140px;
	height: 46px;
	border: 1px solid #27943C;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: OpenSans;
	font-weight: 300;
	color: #27943C;
	text-transform: uppercase;
	margin: 40px 0 0 auto;
}
.news-d .box1 .box-b .back .iconfont{
	font-size: 20px;
	margin-left: 20px;
}
@media (max-width:1024px){
	.news .box1 .box-c ul:before{
		display: none;
	}
	.news .box1 .box-c li .li-l{
		display: none;
	}
	.news .box1 .box-c li .li-r{
		width: 100%;
	}
	.news-d .box1 .box-t .title{
		font-size: 26px;
	}
	.news-d .box1 .box-b .list{
		flex-direction: column;
	}
	.news-d .box1 .box-b .list>li{
		width: 100%;
		font-size: 14px;
		line-height: 30px;
	}
	.news-d .box1 .box-b .list>li:last-child{
		text-align: left;
	}
	.news-d .box1 .box-b .list{
		padding: 10px 15px;
	}
}
@media (max-width:768px) {
	.news .box1 .box-c li .li-r a{
		flex-direction: column;
	}
	.news .box1 .box-c li .pic{
		width: 100%;
		height: auto;
	}
	.news .box1 .box-c li .text-box{
		padding: 25px 20px;
	}
	.news .box1 .box-c li .text-title{
		font-size: 22px;
	}
	.news-d .box1 .box-t .title{
		font-size: 24px;
	}
	.news-d .box1 .box-t{
		padding: 40px 0 20px;
	}
	.news-d .box1 .box-t .date{
		font-size: 20px;
	}
	.news-d .box1 .box-c .text-box{
		margin-top: 10px;
	}
	.news-d .box1 .box-c .img{
		margin-top: 30px;
	}
	.news-d .box1 .box-c{
		font-size: 14px;
		line-height: 2;
	}
	.news-d .box1 .box-c{
		padding-bottom: 30px;
	}
	.news-d .box1 .box-b .back{
		margin-top: 30px;
		height: 40px;
	}
	.news-d .box1{
		padding-bottom: 40px;
	}
}
@media (max-width:500px) {
	.news .box1 .box-c li .text-title{
		font-size: 18px;
	}
	.news .box1 .box-c li .text-des{
		margin-top: 10px;
	}
	.news .box1 .box-c li .text-box{
		padding: 20px 10px;
	}
	.news .box1{
		padding: 40px 0 ;
	}
	.news-d .box1 .box-t .title{
		font-size: 22px;
	}
}