
a{
	text-decoration: none;
}
.news-main {
	padding: 42px 0 58px;
	background: #f5f5f5;
}

.news-layout {
	display: grid;
	grid-template-columns: minmax(0, 850px) 300px;
	gap: 40px;
	align-items: start;
}

.news-content {
	min-width: 0;
}

.news-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 32px;
}

.news-tab {
	min-width: 76px;
	height: 31px;
	padding: 0 10px;
	border: 0;
	border-radius: 10px;
	background: #fff;
	color: #111;
	font-size: 14px;
	line-height: 31px;
	text-align: center;
	cursor: pointer;
	transition: all .2s ease;
}

.news-tab:hover,
.news-tab.active {
	background: #235b8a;
	color: #fff;
}

.news-tab.is-empty {
	color: #999;
	background: #f7f7f7;
}

.news-tab.is-empty:hover,
.news-tab.is-empty.active {
	background: #e6e6e6;
	color: #999;
}

.news-tabCount {
	margin-left: 4px;
	font-size: 12px;
	opacity: .7;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 16px;
}

.news-card {
	display: block;
	overflow: hidden;
	border-radius: 16px;
	background: #fff;
	color: inherit;
	transition: transform .2s ease, box-shadow .2s ease;
	text-decoration: none;
}

.news-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, .08);
}

.news-cardImg {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.news-cardBody {
	padding: 16px 18px 24px;
}

.news-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 62px;
	height: 24px;
	padding: 0 12px;
	border-radius: 5px;
	background: #235b8a;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.news-card h3 {
	margin: 7px 0 8px;
	color: #235b8a;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: 1px;
	text-align: left;
}

.news-card p {
	margin: 0;
	color: #111;
	font-size: 14px;
	line-height: 1.5;
}

.news-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 24px;
	color: #888;
	font-size: 16px;
}

.news-pageInfo {
	margin-right: 4px;
	color: #666;
	font-size: 14px;
	white-space: nowrap;
}

.news-pageBtn,
.news-pageInput {
	width: 44px;
	height: 44px;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	background: #fff;
	color: #888;
	font-size: 18px;
	text-align: center;
}

.news-pageBtn {
	cursor: pointer;
	transition: all .2s ease;
}

.news-pageBtn.active {
	border-color: #f39800;
	background: #235b8a;
	color: #fff;
}

.news-pageBtn:disabled {
	color: #c8c8c8;
	cursor: not-allowed;
}

.news-pageJump {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-left: 2px;
}

.news-pageInput {
	width: 60px;
	font-size: 16px;
}

.news-sidebar {
	min-width: 0;
	padding-top: 30px;
}

.news-hot {
	margin-bottom: 34px;
	padding-bottom: 0 !important;
}

.news-hot h2 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin: 0 0 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #111;
	color: #111;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

.news-hot h2 span {
	font-size: 26px;
	line-height: 1;
	background: url('../images/news/hot.png') no-repeat left;
	text-indent: 30px;
}

.news-hotItem {
	text-decoration: none;
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 10px;
	padding: 5px 0;
	color: #111;
}

.news-hotIndex {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	border-radius: 5px;
	background: #ddd;
	color: #111;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.news-hotItem:nth-child(-n+3) .news-hotIndex {
	background: #235b8a;
	color: #fff;
}

.news-hotItem p {
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
}

.news-consult {
	overflow: hidden;
	border-radius: 22px;
	padding: 0;
	background: linear-gradient(180deg, #3a7bb5 0%, #235b8a 100%);
}

.news-consult h2 {
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 6px;
	margin: 0;
	padding: 20px 12px 12px;
	color: #050505;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
}


.news-consultList {
	padding: 0 18px 24px;
}

.news-consultItem {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	white-space: nowrap;
}

.news-consultItem span {
	flex: 0 0 auto;
	padding: 0 10px;
	border-radius: 5px;
	background: #fff;
	color: #111;
	line-height: 29px;
}

.news-consult > a {
	display: block;
	align-items: center;
	justify-content: center;


	color: #235b8a;
	font-size: 24px;
	font-weight: 700;
}

.news-cta {
	padding: 70px 0;
	background: #f6f9fc;
}

.news-ctaInner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
}
.news-detail-ctaInner img,.news-ctaInner img{
	display: block;
	width: 100% !important;
	max-width: 850px;
}
.news-cta h2 {
	margin: 0;
	color: #10233f;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.4;
}

.news-cta p {
	margin-top: 14px;
	color: #5b6d82;
	font-size: 18px;
	line-height: 1.8;
}
.fn-container img{
	display: block;
	width: 100%;
}

.fn-container img.news-footerbanner{
	display: block;
	width: 100%;
	max-width: 850px;
}

@media (max-width: 1200px) {
	.news-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 34px;
	}

	.news-sidebar {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}

	.news-hot {
		margin-bottom: 0;
		padding: 0;
	}
}

@media (max-width: 768px) {
	.news-main {
		padding: 32px 0 44px;
	}

	.news-grid,
	.news-sidebar {
		grid-template-columns: 1fr;
	}

	.news-cardImg {
		height: 190px;
	}

	.news-ctaInner {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
	}
}
.news-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.news-tab {
	flex: 0 0 auto;
	white-space: nowrap;
}
.news-cardBody h3,
.news-cardBody p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-empty {
	min-height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #fff;
	color: #999;
	font-size: 16px;
	letter-spacing: 0;
}
.news-hotItem p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.news-hotItem.active .news-hotIndex {
	background: #235b8a;
	color: #fff;
}

.news-bannerSkeleton {
	width: 100%;
	min-height: 240px;
}

.news-pageError {
	min-height: 520px;
	background: #fff;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
}

.news-tabsSkeleton {
	align-items: center;
}

.news-tabSkeleton {
	display: block;
	width: 82px;
	height: 31px;
	border-radius: 10px;
}

.news-cardSkeleton {
	pointer-events: none;
}

.news-cardImgSkeleton {
	height: 210px;
}

.news-cardBodySkeleton {
	padding: 16px 18px 24px;
}

.news-tagSkeleton {
	display: block;
	width: 72px;
	height: 24px;
	border-radius: 5px;
}

.news-cardTitleSkeleton {
	width: 78%;
	height: 18px;
	margin-top: 12px;
}

.news-cardDescSkeleton {
	width: 100%;
}

.news-cardDescSkeletonShort {
	width: 64%;
}

.news-hotItemSkeleton {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 10px;
	padding: 5px 0;
}

.news-hotIndexSkeleton {
	width: 20px;
	height: 20px;
	border-radius: 5px;
}

.news-hotTextSkeleton {
	width: 86%;
	height: 14px;
	margin-top: 3px;
}

.news-adSkeleton {
	width: 100%;
	min-height: 332px;
	border-radius: 22px;
}

.news-footerSkeleton {
	width: 100%;
	min-height: 140px;
	border-radius: 22px;
}
