/* 新闻中心 · 列表 + 详情（施贝安 VI 绿 #93d500 / 橙 #ffa400） */

body.news-hub-page {
	position: relative;
	color: #3d4a42;
	background: linear-gradient(180deg, #f4fcf7 0%, #fffdf6 40%, #f3faf9 100%);
	min-height: 100vh;
}

body.news-hub-page .banner {
	position: relative;
	overflow: hidden;
}
body.news-hub-page .banner::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 8;
	pointer-events: none;
	background: linear-gradient(
		165deg,
		rgba(147, 213, 0, 0.26) 0%,
		rgba(255, 164, 0, 0.16) 48%,
		rgba(12, 36, 28, 0.42) 100%
	);
}
body.news-hub-page .banner_txt {
	z-index: 10;
}
body.news-hub-page .banner_txt1 {
	text-shadow: 0 2px 22px rgba(0, 0, 0, 0.45);
}

body.news-hub-page article {
	padding-top: 8px;
	padding-bottom: 16px;
}

body.news-hub-page article > .line {
	width: 100%;
	height: 1px;
	margin: 4px 0 0;
	background: linear-gradient(90deg, transparent, rgba(147, 213, 0, 0.32), transparent);
	border: 0;
}

/* 分类导航（与产品中心一致） */
body.news-hub-page article > .menu {
	width: 100%;
	overflow: visible;
	height: auto;
	min-height: 0;
	padding: 20px 0 16px;
}
body.news-hub-page article > .menu ul {
	float: none;
	left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}
body.news-hub-page article > .menu ul li {
	float: none;
	left: auto;
	margin: 0;
	margin-top: 0;
	padding: 0;
	overflow: visible;
}
body.news-hub-page article > .menu ul li div {
	padding-bottom: 0;
}
body.news-hub-page article > .menu ul li a,
body.news-hub-page article > .menu ul li a:hover {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 999px;
	color: #4a5c54;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(147, 213, 0, 0.26);
	box-shadow: 0 4px 18px rgba(20, 60, 45, 0.06);
	transition: color 0.25s, background 0.25s, box-shadow 0.25s, border-color 0.25s, transform 0.25s;
	text-decoration: none;
}
body.news-hub-page article > .menu ul li:hover a,
body.news-hub-page article > .menu ul li.cur a {
	color: #1f4d32;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(230, 252, 235, 0.98));
	border-color: rgba(147, 213, 0, 0.48);
	box-shadow: 0 8px 26px rgba(147, 213, 0, 0.18);
	transform: translateY(-2px);
}
body.news-hub-page article > .menu ul li i {
	display: none;
}

/* 列表区 */
body.news-hub-page .news-all {
	border-top: none;
	padding-top: 36px;
	padding-bottom: 72px;
	background: transparent;
}

body.news-hub-page .news-list {
	margin-bottom: 28px;
}

body.news-hub-page .news-one {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 22px;
	max-width: 1140px;
	width: calc(100% - 24px);
	height: auto;
	min-height: 143px;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(147, 213, 0, 0.18);
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 8px 28px rgba(15, 45, 35, 0.06);
	transition: box-shadow 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}
body.news-hub-page .news-one:hover {
	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(147, 213, 0, 0.38);
	box-shadow: 0 16px 44px rgba(147, 213, 0, 0.14);
	transform: translateY(-3px);
}

body.news-hub-page .news-one-date {
	background: linear-gradient(165deg, rgba(147, 213, 0, 0.14) 0%, rgba(255, 164, 0, 0.08) 100%);
	border-right: 1px solid rgba(147, 213, 0, 0.12);
}
body.news-hub-page .news-one-date p.day {
	color: #2d6b3a;
}
body.news-hub-page .news-one-date p.year,
body.news-hub-page .news-one-date p.month {
	color: #5f7368;
}

body.news-hub-page .news-one-desc h3 a {
	color: #143d28;
	transition: color 0.2s;
}
body.news-hub-page .news-one-desc h3 a:hover {
	color: #5aa300;
}
body.news-hub-page .news-one-desc p.words {
	color: #6b7f72;
	line-height: 1.65;
}

body.news-hub-page .news-one-desc a.link {
	color: #5aa300;
	font-weight: 600;
}
body.news-hub-page .news-one-desc a.link:hover {
	color: #ffa400;
}

body.news-hub-page .pagebar {
	margin-top: 12px;
	padding-top: 28px;
	border-top: 1px solid rgba(147, 213, 0, 0.14);
	clear: both;
	text-align: center;
}
body.news-hub-page .pagebar a:hover {
	color: #5aa300;
}

body.news-hub-page .pagebar span a {
	color: #4a5c54;
}
body.news-hub-page .pagebar .page-index,
body.news-hub-page .pagebar .page-last,
body.news-hub-page .pagebar .page-next,
body.news-hub-page .pagebar .page-num,
body.news-hub-page .pagebar .page-pre,
body.news-hub-page .pagebar .page-status {
	border-color: rgba(147, 213, 0, 0.28);
	background: rgba(255, 255, 255, 0.95);
	border-radius: 6px;
	margin: 0 4px 8px 0;
	transition: border-color 0.2s, background 0.2s, color 0.2s;
}
body.news-hub-page .pagebar .page-num:hover,
body.news-hub-page .pagebar .page-index a:hover,
body.news-hub-page .pagebar .page-last a:hover,
body.news-hub-page .pagebar .page-next a:hover,
body.news-hub-page .pagebar .page-pre a:hover {
	background: rgba(147, 213, 0, 0.1);
	border-color: rgba(147, 213, 0, 0.45);
	color: #5aa300;
}
body.news-hub-page .pagebar .page-num-current {
	background: linear-gradient(135deg, #7ec300, #93d500) !important;
	border-color: #6fb800 !important;
	color: #fff !important;
	box-shadow: 0 4px 14px rgba(147, 213, 0, 0.35);
}
body.news-hub-page .pagebar a.page-num-current:hover {
	color: #fff !important;
}

/* ========== 详情页 ========== */
body.news-hub-page.news-detail-page .menu-news-dtl {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 252, 247, 0.88) 100%);
	border-bottom: 1px solid rgba(147, 213, 0, 0.1);
}

body.news-hub-page.news-detail-page .news-all-dtl {
	border-top: none;
	border-bottom: 1px solid rgba(147, 213, 0, 0.12);
	padding-top: 48px;
	padding-bottom: 56px;
	background: transparent;
}

body.news-hub-page.news-detail-page h2.news-title {
	margin-bottom: 36px;
	font-size: clamp(22px, 3vw, 34px);
	line-height: 1.35;
	color: #143d28;
	position: relative;
	padding-bottom: 20px;
}
body.news-hub-page.news-detail-page h2.news-title::after {
	content: "";
	display: block;
	width: 72px;
	height: 4px;
	margin: 18px auto 0;
	border-radius: 4px;
	background: linear-gradient(90deg, #93d500, #ffa400);
}

body.news-hub-page.news-detail-page .news-belong {
	text-align: center;
	margin-bottom: 8px;
}
body.news-hub-page.news-detail-page .belong-one {
	display: inline-flex;
	align-items: center;
	margin: 6px 12px;
	padding: 8px 16px;
	font-size: 13px;
	color: #4a5c54;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(147, 213, 0, 0.2);
	border-radius: 999px;
	vertical-align: middle;
}
body.news-hub-page.news-detail-page .belong-one img {
	opacity: 0.85;
}

body.news-hub-page.news-detail-page .news-edit {
	border-top: 1px dashed rgba(147, 213, 0, 0.28);
	padding-top: 40px;
	margin-top: 28px;
	font-size: 16px;
	line-height: 1.85;
	color: #3d4a42;
}
body.news-hub-page.news-detail-page .news-edit p {
	margin-bottom: 1em;
}
body.news-hub-page.news-detail-page .news-edit img {
	border-radius: 12px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

body.news-hub-page.news-detail-page .news-ctrl {
	height: auto;
	min-height: 90px;
	padding-bottom: 24px;
	background: transparent;
}
body.news-hub-page.news-detail-page a.news-ctrl-l::before,
body.news-hub-page.news-detail-page a.news-ctrl-r::before {
	background: rgba(147, 213, 0, 0.35);
	opacity: 1;
}
body.news-hub-page.news-detail-page a.news-ctrl-l:hover::before,
body.news-hub-page.news-detail-page a.news-ctrl-r:hover::before {
	background: linear-gradient(135deg, #93d500, #7ec300);
	opacity: 1;
}
body.news-hub-page.news-detail-page a.news-ctrl-l:hover span.words,
body.news-hub-page.news-detail-page a.news-ctrl-r:hover span.words {
	color: #5aa300;
}

@media (max-width: 992px) {
	body.news-hub-page .news-all {
		padding-top: 28px;
		padding-bottom: 48px;
	}
	body.news-hub-page .news-one {
		width: calc(100% - 20px);
		min-height: 94px;
	}
	body.news-hub-page.news-detail-page h2.news-title {
		margin-bottom: 28px;
	}
	body.news-hub-page.news-detail-page .belong-one {
		margin: 4px 6px;
		padding: 6px 12px;
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	body.news-hub-page article > .menu ul li a,
	body.news-hub-page article > .menu ul li a:hover {
		padding: 8px 14px;
		font-size: 13px;
	}
}
