.banner-box {
	position: relative;
}

.news-banner-img {
	width: 100%;
}

.announce-box {
	position: absolute;
	height: 15vw;
	width: 60%;
	left: 20%;
	background: #ffffff;
	bottom: 0;
	border-radius: 2vw 2vw 0 0;
}

.announce-wrapper {
	display: flex;
	padding: 2vw 4vw;
	flex-direction: column;
	gap: 1vw;
	position: relative;
}

.announce-tag {
	position: absolute;
	left: -5vw;
	top: 1vw;
	width: 8vw;
	height: 2.4vw;
	text-align: center;
	line-height: 2.4vw;
	background: #0D6200;
}

.announce-title {
	color: #0d6200;
	font-weight: bold;
	font-size: 1.5vw;
}

.announce-time {
	color: #666666;
	font-size: 1vw;
}

.announce-content {
	color: #333333;
	font-size: 1.1vw;
	line-height: 1.5vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-align: justify;
	text-overflow: ellipsis;
}

.normal-news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2vw;
	background: #ffffff;
}

.normal-news-list>a {
	width: 48%;
	display: flex;
	margin-bottom: 1vw;
	align-items: center;
	padding: 1vw 0;
	gap: 1vw;
}

.normal-news-list>a img {
	width: 12vw;
	height: 9vw;
	border-radius: 0.2vw;
	object-fit: cover;
}

.normal-news-time {
	color: #666666;
	margin-right: 1vw;
	padding-left: 0.5vw;
}

.normal-news-list span {
	color: #666666;
}

.normal-news-title {
	margin-top: 1vw;
	color: #333333;
	line-height: 1.5vw;
	font-weight: bold;
	padding: 1vw;
	background: #F4F8FB;
	border-radius: 0.2vw;
	transition: all 0.5s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: justify;
	text-overflow: ellipsis;
}

.normal-news-title:hover {
	color: #ffffff;
	background: #0D6200;
}

.special-news-list {
	padding-top: 2vw;
}

.special-news-list-title {
	text-align: center;
	font-weight: bold;
	font-size: 2vw;
	margin-top: 1vw;
	margin-bottom: 2.5vw;
}

.special-news-list-items {
	display: flex;
	flex-wrap: wrap;
	gap: 3vw;
}

.special-news-list-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.2vw 0.2vw 0 0;
}

.special-news-list-item {
	width: 30%;
	display: block;
	height: 16vw;
	position: relative;
}

.special-news-list-item:hover div {
	height: 100%;
	padding-top: 4.5vw;
	white-space: wrap;
	overflow: visible;
}

.special-news-list-item>div {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 3.2vw;
	font-size: 1.2vw;
	padding: 0 1vw 0.4vw;
	height: 3.2vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgba(6, 16, 32, 0.8);
	width: 100%;
	font-weight: bold;
	transition: all 0.5s;
}

@media (max-width:768px) {
	.news-banner-img {
		width: 100%;
		object-fit: cover;
		height: 62vw;
	}

	.announce-box {
		height: 36vw;
		width: 90%;
		left: 5%;
		border-radius: 4vw 4vw 0 0;
	}

	.announce-wrapper {
		gap: 2vw;
	}

	.announce-tag {
		display: none;
	}

	.announce-title {
		font-size: 3.5vw;
	}

	.announce-content {
		font-size: 3.1vw;
		line-height: 4vw;
	}

	.announce-time {
		font-size: 3vw;
	}

	.normal-news-list {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}

	.normal-news-list>a {
		width: 100%;
		padding: 2vw 0;
		margin-bottom: 2vw;
		gap: 2vw;
	}

	.normal-news-list>a img {
		width: 24vw;
		height: 18vw;
	}

	.normal-news-list span {
		font-size: 3vw;
	}

	.normal-news-title {
		line-height: 3.5vw;
		font-weight: bold;
		padding: 1vw 2vw;
		background: #F4F8FB;
		border-radius: 0.6vw;
	}


	.special-news-list-title {
		font-size: 4vw;
		margin-top: 4vw;
		margin-bottom: 4vw;
	}

	.special-news-list-items {
		margin-bottom: 4vw;
		justify-content: space-between !important;
	}

	.special-news-list-item {
		width: 48%;
		height: 32vw;
	}

	.special-news-list-item>div {
		font-size: 2.5vw;
		padding: 0 2vw;
		height: 6.4vw;
		line-height: 6.4vw;
	}
}
