/* news.css — 对齐静态页 ELSKY2/NEWS.html */

.site-page-news,
.site-archive-news,
.site-blog.site-archive-news {
	background: #fff;
}

.news-page-header {
	text-align: center;
	padding: 40px 0 32px;
	background: #ffffff;
	border-bottom: 1px solid #e8eaf0;
}

.news-page-header .container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 80px;
	box-sizing: border-box;
}

.news-page-header .eyebrow {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #d4af37;
	margin-bottom: 6px;
}

.news-page-header h1 {
	font-size: 38px;
	font-weight: 800;
	color: #0a0e27;
	line-height: 1.2;
	margin: 0;
}

.news-page-header p {
	font-size: 17px;
	color: #8888aa;
	margin: 8px auto 0;
	max-width: 560px;
}

.news-page {
	padding: 50px 0 80px;
	color: #1a1a2e;
	font-family: 'PingFang SC', 'Microsoft YaHei', -apple-system, sans-serif;
	line-height: 1.6;
}

.news-page a {
	text-decoration: none;
	color: inherit;
}

.news-page img {
	display: block;
	max-width: 100%;
}

.news-page .container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 80px;
	box-sizing: border-box;
}

.news-page .news-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin-bottom: 36px;
	justify-content: center;
}

.news-page .news-filter-btn {
	padding: 6px 22px;
	border-radius: 30px;
	background: #f0f4f5;
	border: 1.5px solid transparent;
	color: #666;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.25s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.news-page .news-filter-btn:hover {
	border-color: #0a6e6e;
	color: #0a6e6e;
}

.news-page .news-filter-btn.active {
	background: linear-gradient(135deg, #0a6e6e, #0a0e27);
	color: #fff;
	border-color: #0a6e6e;
	box-shadow: 0 4px 14px rgba(10, 110, 110, 0.25);
}

.news-page .news-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.news-page .news-card {
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #e8eaf0;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
	display: block;
}

.news-page .news-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 60px rgba(10, 110, 110, 0.10);
	border-color: rgba(10, 110, 110, 0.15);
}

.news-page .news-card .news-img-wrap {
	height: 367px;
	overflow: hidden;
	background: #f0f4f5;
}

.news-page .news-card .news-img {
	width: 100%;
	height: auto;
	display: block;
	background: #f0f4f5;
}

.news-page .news-card .news-img-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 367px;
	background: #f0f4f5;
}

.news-page .news-card .news-body {
	padding: 24px 28px 28px;
}

.news-page .news-card .news-tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 3px 16px;
	border-radius: 30px;
	background: rgba(10, 110, 110, 0.08);
	color: #0a6e6e;
	margin-bottom: 10px;
}

.news-page .news-card .news-title {
	font-size: 19px;
	font-weight: 700;
	color: #0a0e27;
	line-height: 1.4;
	margin-bottom: 10px;
	transition: color 0.3s;
}

.news-page .news-card:hover .news-title {
	color: #0a6e6e;
}

.news-page .news-card .news-excerpt {
	font-size: 15px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 14px;
}

.news-page .news-card .news-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	padding-top: 14px;
	border-top: 1px solid #eef0f4;
	font-size: 13px;
	color: #aaaacc;
}

.news-page .news-card .news-meta .readmore {
	color: #0a6e6e;
	font-weight: 600;
	transition: all 0.3s;
}

.news-page .news-card:hover .news-meta .readmore {
	transform: translateX(4px);
}

.news-page .news-list-empty {
	text-align: center;
	padding: 60px 20px;
	color: #8888aa;
	font-size: 15px;
}

/* 分页：与产品 / 解决方案列表一致 */
.news-page .pagination,
.news-page .navigation.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 52px;
	padding: 0;
}

.news-page .pagination .page-numbers,
.news-page .navigation.pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-page .pagination .page-numbers li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-page .pagination .page-numbers a,
.news-page .pagination .page-numbers span,
.news-page .navigation.pagination .page-numbers {
	width: 40px;
	min-width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 10px;
	border: 0;
	background: #e0e4ea;
	color: #1a1a2e;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
	transition: all 0.2s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-sizing: border-box;
}

.news-page .pagination .page-numbers a:hover,
.news-page .pagination .page-numbers a:focus {
	background: #d4d9e0;
	color: #0a6e6e;
}

.news-page .pagination .page-numbers .current {
	background: #0a6e6e;
	color: #fff;
}

.news-page .pagination .page-numbers .prev,
.news-page .pagination .page-numbers .next {
	width: 40px;
	min-width: 40px;
	background: transparent;
	border: 0;
	font-size: 20px;
	letter-spacing: 0;
	text-transform: none;
	color: #666;
	padding: 0;
}

.news-page .pagination .page-numbers .prev:hover,
.news-page .pagination .page-numbers .next:hover {
	background: transparent;
	color: #0a6e6e;
}

.news-page .pagination .page-numbers .dots {
	background: #e0e4ea;
	color: #1a1a2e;
	pointer-events: none;
}

@media (max-width: 1200px) {
	.news-page .container,
	.news-page-header .container {
		padding: 0 40px;
	}
}

@media (max-width: 992px) {
	.news-page .news-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.news-page .container,
	.news-page-header .container {
		padding: 0 20px;
	}

	.news-page-header h1 {
		font-size: 28px;
	}

	.news-page-header p {
		font-size: 15px;
	}

	.news-page .news-card .news-body {
		padding: 18px 20px 22px;
	}

	.news-page .news-card .news-img-wrap {
		height: 232px;
	}

	.news-page .news-card .news-img-placeholder {
		min-height: 232px;
	}
}

@media (max-width: 480px) {
	.news-page-header h1 {
		font-size: 24px;
	}

	.news-page .news-card .news-title {
		font-size: 17px;
	}
}
