body {
	background-color: RGBA(250, 250, 250, 1);
}

.news .box1 {
	padding: 80px 0 140px;
}

.news .box1 .box-c {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.news .box1 .box-c .swiper-slide a {
	display: flex;
}

.news .box1 .box-c .swiper-slide .pic {
	width: 510px;
}

.news .box1 .box-c .swiper-slide .text-box {
	flex: 1;
	margin-left: 37px;
}

.news .box1 .box-c .swiper-slide .date {
	font-size: 30px;
	font-family: Rany-Bold;
	color: #009944;
	line-height: 1;
}

.news .box1 .box-c .swiper-slide .text-title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 34px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}

.news .box1 .box-c .swiper-slide:hover .text-title {
	color: #009944;
}

.news .box1 .box-c .swiper-slide .text-des {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.66;
	margin-top: 9px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .box1 .box-c .swiper-slide .more {
	display: flex;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 35px;
}

.news .box1 .box-c .swiper-slide .more .iconfont {
	margin-left: 20px;
	color: rgba(0, 153, 68, 1);
}

.news .box1 .box-c .swiper-pagination {
	padding-left: 547px;
	text-align: left;
}

.news .box1 .box-c .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	border: 2px solid #009944;
	border-radius: 50%;
	opacity: 1;
	background-color: transparent;
}

.news .box1 .box-c .swiper-pagination-bullet-active {
	background-color: #009944;
}

.news .box2 {
	padding: 60px 0 140px;
	background-color: #fff;
}

.news .box2 .box-c {
	margin-top: 54px;
	border-top: 1px solid RGBA(234, 234, 234, 1);
}

.news .box2 .box-c .list li {
	border-bottom: 1px solid RGBA(234, 234, 234, 1);
}

.news .box2 .box-c .list li a {
	display: flex;
	padding: 43px 0;
}

.news .box2 .box-c .list li .li-l {
	font-size: 30px;
	font-family: Rany-Bold;
	color: #009944;
	line-height: 1;
	width: 220px;
}

.news .box2 .box-c .list li .li-c {
	flex: 1;
}

.news .box2 .box-c .list li .li-c .text-title {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}

.news .box2 .box-c .list li:hover .li-c .text-title {
	color: #009944;
}

.news .box2 .box-c .list li .li-c .text-des {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.66;
	margin-top: 10px;
}

.news .box2 .box-c .list li .li-r {
	color: rgba(222, 222, 222, 1);
	align-self: center;
	margin-left: 133px;
}

.news .box2 .box-c .list li .li-r .iconfont {
	font-size: 26px;
	font-weight: bold;
	transition: all .6s;
	display: block;
	transform: rotate(-45deg);
}

.news .box2 .box-c .list li:hover .li-r .iconfont {
	transform: rotate(0);
	color: #009944;
}

.news .box2 .box-c .more {
	display: block;
	width: 160px;
	line-height: 50px;
	background: #009944;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 60px;
}


.news-details .commonBread{
	margin-top: 0;
	background-color: transparent;
}
.news-details .box1 {
	padding: 60px 0 210px;
	width: 960px;
	margin: 0 auto;
	max-width: 94%;
}

.news-details .box1 .date {
	font-size: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: 900;
	color: rgba(0, 153, 68, 1);
	line-height: 1;
}

.news-details .box1 .title {
	font-size: 30px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #000000;
	line-height: 1.33;
	margin-top: 20px;
}

.news-details .box1 .msg {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-details .box1 .msg-l {
	display: flex;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
}

.news-details .box1 .msg-l>span {
	display: flex;
	align-items: center;
}

.news-details .box1 .msg-l>span:not(:last-child) {
	margin-right: 57px;
}

.news-details .box1 .msg-l .iconfont {
	color: rgba(0, 153, 68, 1);
	padding-right: 6px;
	font-weight: bold;
}

.news-details .box1 .msg-r {
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	display: flex;
	align-items: center;
}

.news-details .box1 .msg-r a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #EDEDED;
	border-radius: 50%;
	color: rgba(195, 195, 195, 1);
	margin-left: 11px;
}

.news-details .box1 .msg-r a:hover {
	background: rgba(0, 153, 68, 1);
	box-shadow: 3px 4px 20px 0px rgba(0,153,68,0.2);
	color: #fff;
}

.news-details .box1 .msg-r a .iconfont {
	font-size: 20px;
}

.news-details .box1 .box-c {
	margin-top: 36px;
	padding: 44px 0;
	border-top: 2px solid rgba(222, 222, 222, 1);
	border-bottom: 4px solid rgba(0, 153, 68, 1);
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #666;
	line-height: 1.875;
}

.news-details .box1 .box-c img {
	max-width: 100%;
	display: block;
}

.news-details .box1 .box-b {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-details .box1 .box-b-l {
	flex: 1;
	margin-right: 40px;
}

.news-details .box1 .box-b-l a {
	font-size: 14px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 2.14;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.news-details .box1 .box-b-l a:hover{
	color: #009944;
}
.news-details .box1 .box-b-r {
	width: 202px;
	height: 62px;
	border: 2px solid #DEDEDE;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	transition: all .6s;
}

.news-details .box1 .box-b-r:hover {
	background-color: rgba(0, 153, 68, 1);
	border-color: rgba(0, 153, 68, 1);
	color: #fff;
}

.news-details .box1 .box-b-r .icon-fanhui {
	margin-left: 30px;
	font-size: 20px;
}
@media (max-width:1199px) {
	.news .box1{
		padding: 70px 0;
	}
	.news .box1 .box-c{
		margin-top: 45px;
	}
	.news .box2{
		padding-bottom: 70px;
	}
	.news .box2 .box-c .list li .li-r{
		margin-left: 50px;
	}
	.news .box2 .box-c .list li .li-l{
		font-size: 24px;
		width: 160px;
	}
	.news .box2 .box-c .list li .li-c .text-title{
		font-size: 22px;
	}
	.news .box2 .box-c{
		margin-top: 45px;
	}
	.news .box2 .box-c .more{
		margin-top: 45px;
	}
}
@media (max-width:1024px) {
	.news .box2 .box-c{
		margin-top: 40px;
	}
	.news .box1 .box-c .swiper-slide .pic{
		width: 100%;
	}
	.news .box1 .box-c .swiper-slide a{
		flex-direction: column;
	}
	.news .box1 .box-c .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
		border-width: 1px;
	}
	.news .box1 .box-c .swiper-pagination{
		text-align: center;
		padding-left: 0;
	}
	.news .box1 .box-c .swiper-slide .date{
		font-size: 26px;
	}
	.news .box1 .box-c .swiper-slide .text-title{
		font-size: 20px;
		margin-top: 20px;
	}
	.news .box1 .box-c .swiper-slide .more{
		margin-top: 20px;
	}
	.news .box1 .box-c .swiper-slide .text-box{
		margin-left: 20px;
	}
	.news-details .box1 {
		padding: 30px 0 60px;
	}

	.news-details .box1 .date,
	.news-details .box1 .title {
		font-size: 26px;
	}

	.news-details .box1 .msg {
		margin-top: 20px;
	}

	.news-details .box1 .box-c {
		margin-top: 25px;
		padding-top: 30px;
	}

	.news-details .box1 .box-b-r {
		height: 40px;
		width: 150px;
	}

	.news-details .box1 .box-b-r .icon-fanhui {
		margin-left: 17px;
		font-size: 16px;
	}

	.news-details .box1 .box-b-r {
		font-size: 14px;
	}

	.news-details .box1 .box-b {
		margin-top: 30px;
	}

	.news-details .box1 .title,
	.news-details .box1 .msg {
		margin-top: 10px;
	}

	.news .box2 .list li .text-title {
		font-size: 22px;
		margin-top: 10px;
	}

	.news .box2 .list li a {
		padding-bottom: 30px;
	}
	.news .box1{
		padding: 60px 0;
	}
	.news .box1 .box-c{
		margin-top: 40px;
	}
	.news .box2{
		padding-bottom: 60px;
	}
	.news .box1 .box-c .swiper-slide .text-box{
		margin-left: 0;
		margin-top: 20px;
		padding-bottom: 40px;
	}
	.news .box2 .box-c .more{
		margin-top: 40px;
	}
}

@media (max-width:768px) {
	.news .box2 .box-c{
		margin-top: 30px;
	}
	.news .box1 .box-c .swiper-slide .date{
		font-size: 22px;
	}
	.news .box1 .box-c .swiper-slide .text-title{
		margin-top: 10px;
	}
	.news-details .box1 {
		padding: 25px 0 50px;
	}

	.news-details .box1 .date,
	.news-details .box1 .title {
		font-size: 24px;
	}

	.news-details .box1 .msg-l>span:not(:last-child) {
		margin-right: 30px;
	}

	.news-details .box1 .msg-l {
		font-size: 14px;
	}

	.news-details .box1 .msg-r {
		font-size: 14px;
	}

	.news-details .box1 .msg-r a {
		width: 34px;
		height: 34px;
		line-height: 34px;
	}

	.news-details .box1 .msg-r a .iconfont {
		font-size: 14px;
	}
	.news .box1{
		padding: 50px 0;
	}
	.news .box1 .box-c{
		margin-top: 30px;
	}
	.news .box2{
		padding-bottom: 50px;
	}
	.news .box2{
		padding-top: 50px;
	}
	.news .box2 .box-c .list li a{
		flex-direction: column;
		justify-content: flex-end;
	}
	.news .box2 .box-c .list li .li-l{
		font-size: 22px;
	}
	.news .box2 .box-c .list li .li-c .text-title{
		font-size: 20px;
	}
	.news .box2 .box-c .list li .li-l{
		width: 100%;
	}
	.news .box2 .box-c .list li .li-r{
		display: none;
	}
	.news .box2 .box-c .list li a{
		padding: 20px 0;
	}
	.news .box2 .box-c .more{
		margin-top: 30px;
	}
}

@media (max-width:500px) {
	.news .box2 .box-c .more{
		margin-top: 25px;
		line-height: 40px;
	}
	.news .box2 .box-c{
		margin-top: 25px;
	}
	.news .box2{
		padding-top: 40px;
	}
	.news .box1{
		padding: 40px 0 30px;
	}
	.news .box1 .box-c{
		margin-top: 25px;
	}
	.news .box2{
		padding-bottom: 40px;
	}
	.news-details .box1 {
		padding: 10px 0 30px;
	}

	.news-details .box1 .date,
	.news-details .box1 .title {
		font-size: 22px;
	}

	.news-details .box1 .box-c {
		margin-top: 15px;
		padding-top: 15px;
		line-height: 1.5;
		padding-bottom: 25px;
	}

	.news-details .box1 .box-b {
		margin-top: 10px;
	}

	.news-details .box1 .box-b-r {
		width: 120px;
	}

	.news-details .box1 .box-b-l {
		margin-right: 20px;
	}
	.news .box2 .box-c .list li .li-l{
		font-size: 20px;
	}
	.news .box2 .box-c .list li .li-c .text-title{
		font-size: 18px;
	}
}