/* xinwen */
#news-div {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#news-div .banner {
	width: 100%;
	position: relative;
	line-height: 0;
	aspect-ratio: 16 / 5;
}

#news-div .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#news-div .banner-text {
	position: absolute;
	font-weight: bold;
	font-size: 55px;
	color: #FFFFFF;
	line-height: 55px;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: 'Montserrat';
}

/* neirong */
#news-div .newst-right {
	width: 1400px;
	margin: 30px auto;
	display: flex;
	justify-content: flex-end;
}

#news-div .content {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 88px;
	background: #F5F5F7;
	position: relative;
}

#news-div .newst-right a {
	width: 157px;
	height: 36px;
	border: 1px solid #8D8D8D;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #8D8D8D;
	border-radius: 50px;
	cursor: pointer;
	margin-left: 30px;
	font-family: 'Montserrat';
}

#news-div .hbl {
	border: 1px solid #009173 !important;
	color: #009173 !important;
}

#news-div .content-data {
	width: 1400px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#news-div .content-data a:nth-child(3n+2) {
	margin-left: 31px;
	margin-right: 31px;
}

#news-div .item1 a:nth-child(3n + 4) {
	margin-left: 31px;
	margin-right: 31px;
}

#news-div .item1 a:nth-child(3n + 2) {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#news-div .item1 a:first-child {
	width: 923px !important;
	height: 512px !important;
	position: relative;
	border-radius: 16px;
	margin-right: 31px;
	overflow: hidden;
	display: inline-block;
}

#news-div .item1 a:first-child .top-img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 30%;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 23%, rgba(0, 0, 0, 0.49) 48%, rgba(0, 0, 0, 0.74) 74%, #000000 100%);
}

.item1 a:first-child .top-img,
.item1 a:first-child .content-item {
	width: 100% !important;
	height: 100% !important;
}

.item1 a:first-child img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	border-radius: 16px !important;
}

.item1 a:first-child .bottom-text h5 {
	font-size: 26px !important;
	color: #FFFFFF !important;
	line-height: 36px !important;
	margin-bottom: 18px !important;
	height: auto !important;
}

.item1 a:first-child .bottom-time {
	margin-bottom: 0px;
}

.item1 a:first-child .bottom-time span {
	font-weight: 300 !important;
	font-size: 16px !important;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 27px !important;
}

.item1 .button-more {
	width: 105px;
	height: 30px;
	background: #008068;
	border-radius: 32px 32px 32px 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	border: none;
	font-family: 'Montserrat';
}

#news-div .content-data a {
	display: inline-block;
	width: 446px;
	height: 512px;
	background: #FFFFFF;
	border-radius: 16px 16px 16px 16px;
	margin-bottom: 32px;
}

.item1 a:first-child .bottom-text {
	background: none !important;
	position: absolute;
	left: 25px;
	bottom: 26px;
	height: auto;
	width: auto;
}

.content-data a .bottom-text {
	width: 100%;
	height: 244px;
	background: #FFFFFF;
	padding: 31px 19px 0px 19px;
	border-radius: 0px 0px 16px 16px;
}

.content-data a .top-img {
	width: 446px;
	height: 268px;
	background: #3C3D3D;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	line-height: 0;
}

.content-data a .top-img img {
	width: 446px;
	height: 268px;
	object-fit: cover;
	border-radius: 16px 16px 0 0;
}

.content-data a .bottom-text h5 {
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 36px;
	margin-bottom: 26px;
	word-wrap: break-word;
	height: 72px;
	overflow: hidden;
	font-family: 'Montserrat';
	word-break: break-word;
	overflow-wrap: break-word;
}

.content-data a .bottom-time {
	display: flex;
	justify-content: space-between;
	margin-bottom: 44px;
}

.content-data a .bottom-time span {
	font-weight: 300;
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	opacity: 0.7;
	font-family: 'Montserrat';
}

.content-data a .bottom-time img {
	opacity: 0.5;
}

.content-data a .button-more {
	width: 105px;
	height: 30px;
	background: #008068;
	border-radius: 32px 32px 32px 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	border: none;
}

/* fenye */
#pageGro {
	width: 100%;
	margin: 100px auto 0 auto;
	display: flex;
	justify-content: center;
}

#pageGro div,
#pageGro div ul li {
	font-size: 10px;
	color: #999;
	line-height: 10px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	font-family: 'Montserrat';
}

#pageGro div ul li {
	width: 44px;
	height: 44px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #DCDCDE;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pageGro div ul li.on {
	color: #fff;
	background: #000000;
	border: 1px solid #000000;
}

#pageGro .pageUp,
#pageGro .pageDown {
	width: 44px;
	height: 44px;
	text-indent: 5px;
	border: 1px solid #999;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px 10px 10px 10px;
}

.pageList ul {
	margin: 0;
}

/* newskd */
.content-data a {
	overflow: hidden;
}

.content-item img {
	transition: all 0.3s;
}

.content-item:hover img {
	transform: scale(1.1);
}

.content-item:hover .bottom-text h5 {
	color: #008068;
}

/* newskd end*/
@media (max-width: 1440px) {
	#news-div .newst-right {
		width: 1140px;
	}

	#news-div .content-data {
		transform-origin: top center;
		position: relative;
		left: 50%;
		transform: scale(0.88) translateX(-57%);
	}

	#news-div .content {
		padding-top: 15px;
		padding-bottom: 30px;
	}

	#news-div #pageGro {
		margin: 0;
		bottom: 70px;
		position: absolute;
	}
}

@media (max-width:1140px) {
	#news-div .newst-right {
		width: 95%;
		justify-content: space-around;
	}

	#news-div .newst-right a {
		margin-left: 0;
	}

	#news-div .item1 a:first-child .top-img::after {
		background: none;
	}

	#news-div .content-data {
		width: 90%;
		margin: auto;
		left: 0;
		transform: none;
		flex-direction: column;
	}

	#news-div .content-data a,
	#news-div .top-img,
	#news-div .top-img img,
	#news-div .item1 a:first-child,
	#news-div .content-data a .bottom-text {
		width: 100% !important;
		height: auto !important;
	}

	#news-div .item1 a:nth-child(3n + 4),
	#news-div .content-data a:nth-child(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}

	#news-div .item1 a:first-child .bottom-text {
		position: relative;
		margin-right: 0px;
		left: auto;
		bottom: auto;
		padding-bottom: 5px;
	}

	#news-div .item1 a:first-child .bottom-text h5 {
		font-size: 16px !important;
		line-height: 20px !important;
		color: #000000 !important;
		height: 40px !important;
	}

	#news-div .item1 a:first-child .bottom-time span {
		color: #000000 !important;
	}

	#news-div .content-data a .bottom-text h5 {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
		margin-bottom: 18px;
	}

	#news-div .content-data a .button-more {
		margin-bottom: 20px !important;
	}

	#news-div .content-data a .bottom-time {
		margin-bottom: 27px;
	}

	#news-div .item1 a:first-child img {
		border-radius: 16px 16px 0 0 !important;
	}

	#news-div .item1 a:first-child {
		margin-right: 0px !important;
	}

	#news-div #pageGro {
		position: relative;
		bottom: 0;
	}
}

@media (max-width:750px) {
	#news-div .banner {

		aspect-ratio: 15 / 19;
	}
}