.news {
	padding: 50px 0 0;
}

.footer .fooer-box{
    margin-top: 20px !important;
}

.news .list ul {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
.pages-turn{width:100%;height:auto;padding-top:30px;text-align:center;position:relative;overflow:hidden; }/*分页*/
.pages-turn span{
	display:inline-block;width:44px;height:44px;line-height:31px;text-align:center;font-family:'Arial';background-color:#1e9e42;line-height: 44px; border-radius: 44px;  margin: 10px;color: #ffffff;
}
.pages-turn a{display:inline-block;width:44px;height:44px;line-height:31px;color:#000000; text-align:center;font-family:'Arial';background-color:#eaefeb;line-height: 44px; margin: 10px;  border-radius: 44px;}

.pages-turn a.on, .pages-turn a:hover{color:#fff;background-color:#1e9e42; }
.news .list li {
	width: 30.21%;
	margin-bottom: 44px;
	padding-bottom: 20px;
	margin: 0 1.5%;
}

.xianlan{
    width: 0%;
    height: 4px;
    background: rgba(0, 145, 41, 1);
    margin-top: 15px;
	transition: all 1s;
}

.news .list li:hover .xianlan{
    width: 100% !important;
}
.news .list li .li-t {
	display: flex;
	justify-content: space-between;
}
.newSFen{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-left: 1.5%;
}


.newSFen ul{
    display: flex;
}

.newSFenaa{
    background: rgba(0, 145, 41, 1) !important;
    color: white !important;
}
.newSFen ul a{
    min-width: 150px;
    height: 50px;
    border: 1px solid  rgba(0, 145, 41, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    color: rgba(0, 145, 41, 1);
}
.news .list li .li-t .date {
	font-size: 30px;
	font-family: Bebas;
	font-weight: 400;
	color: #222222;
	line-height: 1;
}

.news .list li .li-t .year {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 12px;
}

.news .list li .li-t .l {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news .list li .li-t .l .l-b .iconfont {
	font-size: 32px;
	color: rgba(34, 34, 34, 1);
}

.news .list li .li-t .l {
	width: 93px;
}

.news .list li .li-t .r {
	flex: 1;
}

.news .list li .li-b {
	/*padding: 28px 0 0 93px;*/
	margin-top: 20px;
}

.wy1{
    margin-top: 20px;
	color: #777777 !important;
	font-size: 14px;
	font-weight: 700;
}
.news .list li .li-b .text-title {
	font-size: 20px;
	font-family: PingFang;
	font-weight: bold;
	color: #222222;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .list li .li-b .text-des {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin-top: 19px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .more {
	text-align: center;
}

.news .more a {
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #009129;
	line-height: 1;
}

.news-details .content1400 {
	display: flex;
	justify-content: space-between;
	padding: 74px 0 91px;
	align-items: flex-start;
}

.news-details .left {
	width: 66.1%;
}

.news-details .left .title-div {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(240, 240, 240, 1);
	margin-bottom: 40px;
}

.news-details .left .title-div .title {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	/* line-height: 1; */
}

.news-details .left .title-div ul {
	display: flex;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 39px;
}

.news-details .left .title-div li {
	margin-right: 49px;
}

.news-details .left .title-div li:last-child {
	margin-right: 0;
}

.news-details .left .text-content .text {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 34px;
	margin-bottom: 27px;
}

.news-details .left .text-content img {
	max-width: 100%;
	display: block;
	margin: 0 auto 30px;
	height: 100%;
}

.news-details .right {
	width: 29.2%;
	background-color: rgba(250, 250, 250, 1);
	padding: 28px 45px 30px;
}

.news-details .right p {
	margin-bottom: 20px;
}

.news-details .right p a {
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	line-height: 34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-details .right p a span {
	color: rgba(153, 153, 153, 1);
}

.news-details .right .back {
	margin-top: 41px;
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: rgba(0, 145, 41, 1);
	font-size: 16px;
}

.news-details .right .back a {
	display: block;
	color: rgba(255, 255, 255, 1);
}

@media(max-width:1199px) {
	.news-details .content1400 {
		flex-wrap: wrap;
	}

	.news-details .left {
		width: 100%;
	}

	.news-details .right {
		width: 100%;
		margin-top: 20px;
	}
	.news .list li .li-t .date{
		font-size: 22px;
	}
	.news .list li .li-t .l .l-b .iconfont{
		font-size: 26px;
	}
	.news .list li .li-t .l{
		width: 75px;
	}
	.news .list li .li-b{
		/*padding-left: 75px;*/
	}
	.news .list li{
		width: 32%;
	}
	.news .list li .li-b .text-title{
		font-size: 18px;
	}
}
@media (max-width:1000px) {
	.news .list li{
		width: 49%;
	}
}
@media (max-width:650px) {
	.news .list li{
		width: 100%;
	}
}
@media(max-width:500px) {
	.news .list li .li-b{
		/*padding-left: 60px;*/
	}
	.news .list li .li-t .l{
		width: 60px;
	}
	.news .list li .li-t .date{
		font-size: 18px;
	}
	.news-details .left .title-div .title {
		font-size: 20px;
		line-height: 1.5;
	}

	.news-details .left .title-div li {
		margin-bottom: 10px;
	}

	.news-details .left .title-div ul {
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.news-details .left .title-div {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.news-details .left .text-content .text {
		font-size: 16px;
		line-height: 1.7;
	}

	.news-details .right {
		padding: 25px 15px;
	}

	.news-details .content1400 {
		padding: 35px 0 40px;
	}
}
