.list-news {
	text-decoration: none;
	width:100%;
}

.list-news-item {
	display: block;
	text-decoration: none;
	padding: 1rem 0 1rem 1.5rem;
	border-left: 4px solid #F5F5F5;

}
.page-title {
	text-align: center;
}
.list-news-item:hover {
	/* background: #f5f5f5; */
}
.list-news-item.active {
	border-color: #0086C9;
}
.news-title {
	color: #181D27;
	font-size: 1.125rem;
}
.news-time {
	color: #0086C9;
	padding-bottom: .3rem;
	font-size: 14px;
}
.news-desc {
	font-size: 1rem;
	color: #535862;
}
.news-link {
	color: #0086C9;
	font-size: 16px;
	cursor: pointer;
}
.news-card {
	width: 95%;
	height: 32.4375rem;
	box-shadow: 0 36px 96px 0 rgba(4, 60, 136, 0.19);
	border: 4px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.news-card img, .focus-card img {
	width: 100%;
	height: 100%;
}
.news-card img {
	display: none;
}
.news-card .active {
	display: block;
	object-fit: cover; /* 确保图片填满容器且不变形 */
	transition: transform 0.3s ease; /* 添加过渡效果，使放大过程更平滑 */
}
.news-card:hover img {
	transform: scale(1.2);
}


.media-card {
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid  #E9EAEB;
	background: #F5F5F5;
	height: 100%;
}
.media-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease; /* 添加过渡效果，使放大过程更平滑 */
}
.media-img {
	height: 24.625rem;
	overflow: hidden;
}
.media-img:hover img {
	transform: scale(1.2);
}
.media-wrap {
	background: url(../image/media/media-bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 96px 0;
}
.media-time {
	color: #0086C9;
	font-size: 0.875rem;
}
.media-title {
	font-size: 1.125rem;
	padding-top: 0.5rem;
	color: #181D27;
	/* min-height: 2.7rem; */
}
.media-text {
	min-height: 1.5rem;
	color: #535862;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}
.media-link {
	color: #0086C9;
	text-decoration: none;
	font-size: 1rem;
}
.media-link:hover {
	color: #0086C9;
}
.notice-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	padding: 24px;
	flex-wrap: wrap;
}

.notice-pagination .page-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	min-height: 2.5rem;
	box-sizing: border-box;
	padding: 0.5rem 1rem;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 4px;
	text-decoration: none;
	color: #1f2937;
	cursor: pointer;
	transition: all 0.3s;
}

.notice-pagination .page-btn:hover:not(.disabled):not(.active) {
	background: #f3f4f6;
}

.notice-pagination .page-btn.active {
	background: #0086c9;
	color: #fff;
	border-color: #0086c9;
}

.notice-pagination .page-btn.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.notice-pagination .page-btn.ellipsis {
	border: 0;
	background: transparent;
	cursor: default;
}

@media (max-width: 576px) {
	.notice-pagination {
		gap: 0.25rem;
		padding: 1rem 0;
	}
	.notice-pagination .page-btn {
		min-width: 2.25rem;
		min-height: 2.25rem;
		padding: 0.35rem 0.65rem;
	}
}

.media-link::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	width: 1.25rem;
	height: 1.25rem;
	background: url(../image/business/arrow-up-right.png) no-repeat;
	background-size: cover;
}

.consult-banner {
	height: 25rem;
	box-sizing: border-box;
	background: url(../image/media/banner.png) no-repeat center/cover;
	color: white;
	display: flex;
	align-items: center;
	padding: 0 4.5rem;
}
.consult-banner .title {
	font-size: 3rem;
}
.consult-banner .desc {
	font-size: 2rem;
	line-height: 3.375rem;
}
.consult-banner .line {
	margin: 1.375rem 0;
	height: 2px;
	width: 6.0625rem;
	background-color: #F5F5F5;
}
.consult-banner .text-link {
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
}

/* 媒体咨询 */
.media-contact-row {
	margin-left: 3.25rem;
	margin-right: 3.25rem;
}

.media-contact-row > [class*="col-"] {
	display: flex;
}

.media-contact-row .contact-card {
	width: 100%;
	text-align: left;
}

.media-contact-row .label,
.media-contact-row .english {
	text-align: left;
}

@media (min-width: 769px) {
	.media-contact-row > .col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

.form-container {
	position: relative;
	background-color: #fff;
	padding: 4rem 4rem 0;
	border-radius: 8px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.media-contact-row {
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}

	.form-container {
		padding: 1rem;
	}
	.consult-banner {
		height: auto;
		min-height: 22rem;
		padding: 2rem 1.25rem;
		align-items: flex-start;
		background-position: center;
		background-size: cover;
	}
	.consult-banner .title {
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.consult-banner .line {
		margin: 1rem 0;
	}
	.consult-banner .desc {
		font-size: 1.1rem;
		line-height: 1.8;
		margin-bottom: 1.25rem;
	}
	.consult-banner .text-link {
		font-size: .95rem;
		white-space: nowrap;
	}
	.list-news {
		margin-top: 3rem;
	}
	.news-card {
	  width: 100%;
	}
	.media-wrap {
		padding: 3rem 0 4rem;
	}
	.media-img {
		height: 16rem;
	}
}
/* 表单元素样式 */
.form-label {
	font-weight: 700;
	color: #414651;
	margin-bottom: 0.3rem;
	font-size: 0.875rem;
}
.form-control  {
	padding: 0.625rem 0.875rem;
	font-size: 1rem;
}
.form-control, .form-select {
	border-color: #ddd;
	border-radius: 8px;
}
.form-control::placeholder {
	color: #717680;
}
/* 提交按钮样式 */
.submit-btn {
	background-color: #0086C9;
