.home-container .home-mod-4 {
	padding: 88px 0 92px;
	background: #fff;
}

.home-container .home-mod-4 > .maxW1300 {
	position: relative;
}

.home-container .home-news-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 34px;
}

.home-container .home-news-heading {
	min-width: 0;
}

.home-container .home-news-heading h2 {
	margin: 0;
	color: #0d253e;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
}

.home-container .home-news-heading p {
	margin: 12px 0 0;
	color: #6b7280;
	font-size: 15px;
	line-height: 1.8;
}

.home-container .home-news-more {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 44px;
	padding: 0 18px;
	color: #386afd;
	font-size: 14px;
	font-weight: 600;
	background: #fff;
	border: 1px solid rgba(56, 106, 253, 0.32);
	border-radius: 6px;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.home-container .home-news-more:hover {
	color: #fff;
	background: #386afd;
	border-color: #386afd;
}

.home-container .home-news-arrow {
	flex-shrink: 0;
	display: inline-block;
	width: 8px;
	height: 8px;
	color: inherit;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: rotate(45deg);
	transition: transform .2s ease;
}

.home-container .home-news-more:hover .home-news-arrow {
	transform: translateX(3px) rotate(45deg);
}

.home-container .home-news-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 26px;
	align-items: stretch;
}

.home-container .home-news-layout-single {
	grid-template-columns: 1fr;
}

.home-container .home-news-features {
	display: grid;
	grid-auto-rows: 220px;
	gap: 20px;
	min-width: 0;
}

.home-container .home-news-feature {
	min-width: 0;
	overflow: hidden;
	background: #f7f9fd;
	border: 1px solid #e7ecf5;
	box-shadow: 0 4px 14px rgba(35, 65, 130, 0.05);
	border-radius: 16px;
	box-sizing: border-box;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.home-container .home-news-feature:hover {
	border-color: #cbd8fb;
	box-shadow: 0 14px 34px rgba(35, 65, 130, 0.14);
}

.home-container .home-news-feature-link {
	display: grid;
	grid-template-columns: 323px minmax(0, 1fr);
	min-height: 220px;
	height: 100%;
	color: inherit;
}

.home-container .home-news-cover {
	position: relative;
	display: block;
	min-width: 0;
	min-height: 0;
	height: 100%;
	overflow: hidden;
	background: #edf2ff;
	box-sizing: border-box;
}

/* 通用缩略图规则：固定容器内居中铺满，保持卡片视觉一致。 */
.home-container .home-news-cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.home-container .home-news-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	background: rgba(13, 37, 62, 0.82);
	border-radius: 4px;
	backdrop-filter: blur(4px);
}

.home-container .home-news-feature-body {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 18px 26px 16px;
}

.home-container .home-news-date {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 8px;
	color: #8a93a5;
	font-size: 12px;
	line-height: 1;
}

.home-container .home-news-date strong {
	color: #386afd;
	font-size: 15px;
	font-weight: 700;
}

.home-container .home-news-feature h3 {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: #172033;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
	word-break: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: color .2s ease;
}

.home-container .home-news-feature:hover h3 {
	color: #386afd;
}

.home-container .home-news-summary {
	display: -webkit-box;
	overflow: hidden;
	margin: 10px 0 12px;
	color: #5d6878;
	font-size: 14px;
	line-height: 1.6;
	word-break: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-container .home-news-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: auto;
	color: #8a93a5;
	font-size: 12px;
}

.home-container .home-news-latest {
	min-width: 0;
	padding: 24px 24px 16px;
	background: #0d253e;
	border-radius: 16px;
}

.home-container .home-news-latest-head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.home-container .home-news-latest-head h3 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}


.home-container .home-news-latest ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-container .home-news-latest li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-container .home-news-latest-item {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 12px;
	align-items: center;
	gap: 12px;
	min-height: 62px;
	padding: 12px 0;
	color: #fff;
}

.home-container .home-news-latest-index {
	color: #6f8edb;
	font-family: Consolas, Monaco, monospace;
	font-size: 12px;
	font-weight: 700;
}

.home-container .home-news-latest-copy {
	min-width: 0;
}

.home-container .home-news-latest-copy strong {
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color .2s ease;
}

.home-container .home-news-latest-copy > span {
	display: block;
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.48);
	font-size: 11px;
	line-height: 1.4;
}

.home-container .home-news-latest-item .home-news-arrow {
	color: rgba(255, 255, 255, 0.34);
}

.home-container .home-news-latest-item:hover .home-news-latest-copy strong {
	color: #8db1ff;
}

.home-container .home-news-latest-item:hover .home-news-arrow {
	color: #8db1ff;
	transform: translateX(2px) rotate(45deg);
}

.home-container .home-news-briefs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 22px;
}

.home-container .home-news-brief {
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr) 12px;
	align-items: center;
	gap: 16px;
	min-width: 0;
	padding: 22px 20px;
	color: inherit;
	background: #fff;
	border: 1px solid #e7ecf5;
	border-radius: 12px;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.home-container .home-news-brief:hover {
	border-color: #cbd8fb;
	box-shadow: 0 10px 26px rgba(35, 65, 130, 0.08);
}

.home-container .home-news-brief-date {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-right: 12px;
	border-right: 1px solid #e7ecf5;
}

.home-container .home-news-brief-date strong {
	color: #386afd;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}

.home-container .home-news-brief-date span {
	margin-top: 6px;
	color: #9aa2b1;
	font-size: 11px;
	line-height: 1;
}

.home-container .home-news-brief-copy {
	min-width: 0;
}

.home-container .home-news-brief-copy > strong {
	display: -webkit-box;
	overflow: hidden;
	color: #172033;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
	word-break: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: color .2s ease;
}

.home-container .home-news-brief-copy > span {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 8px;
	color: #747e8e;
	font-size: 12px;
	line-height: 1.65;
	word-break: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-container .home-news-brief .home-news-arrow {
	color: #b4bdcb;
}

.home-container .home-news-brief:hover .home-news-brief-copy > strong {
	color: #386afd;
}

.home-container .home-news-brief:hover .home-news-arrow {
	color: #386afd;
	transform: translateX(2px) rotate(45deg);
}

.home-container .home-news-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	color: #9aa2b1;
	background: #f7f9fd;
	border: 1px dashed #d9e1f0;
	border-radius: 16px;
}

.home-container .home-news-empty i {
	margin-bottom: 10px;
	font-size: 28px;
}

@media (max-width: 1100px) {
	.home-container .home-mod-4 {
		padding-right: 20px;
		padding-left: 20px;
		box-sizing: border-box;
	}

	.home-container .home-news-layout {
		grid-template-columns: 1fr;
	}

	.home-container .home-news-briefs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.home-container .home-mod-4 {
		padding: 64px 16px 72px;
	}

	.home-container .home-news-head {
		display: block;
		margin-bottom: 26px;
	}

	.home-container .home-news-heading h2 {
		font-size: 28px;
	}

	.home-container .home-news-heading p {
		font-size: 14px;
	}

	.home-container .home-news-more {
		margin-top: 20px;
	}

	.home-container .home-news-feature-link {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.home-container .home-news-features {
		grid-auto-rows: auto;
	}

	.home-container .home-news-cover {
		min-height: 0;
		height: auto;
		aspect-ratio: 22 / 15;
	}

	.home-container .home-news-feature-body {
		padding: 20px;
	}

	.home-container .home-news-feature h3 {
		font-size: 19px;
	}

	.home-container .home-news-summary {
		font-size: 13px;
		-webkit-line-clamp: 2;
	}

	.home-container .home-news-latest {
		padding: 20px 18px 10px;
	}

	.home-container .home-news-latest-item {
		grid-template-columns: 30px minmax(0, 1fr) 12px;
		gap: 10px;
	}

	.home-container .home-news-briefs {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 16px;
	}

	.home-container .home-news-brief {
		padding: 18px 16px;
	}
}

@media (max-width: 480px) {
	.home-container .home-news-cover {
		height: auto;
		aspect-ratio: 22 / 15;
	}

	.home-container .home-news-brief {
		grid-template-columns: 58px minmax(0, 1fr) 12px;
		gap: 12px;
	}

	.home-container .home-news-brief-date {
		padding-right: 10px;
	}
}
