.public-page {
	background: #f5f5f7;
	overflow-x: hidden;
	overflow-y: auto;
}

.about-news-page {
	background: #f5f5f7;
}

.about-news-page .about-news {
	position: relative;
	padding: 0 0 0.62rem;
	overflow: hidden;
}

.about-news-page .about-news__bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10rem;
	background:
		linear-gradient(180deg, #f5f5f7 0%, rgba(245, 245, 247, 0.22) 100%),
		url("/images/page/about_honor_bg.png") center bottom / cover no-repeat;
	opacity: 0.06;
	pointer-events: none;
}

.about-news-page .about-news-tabs-wrap {
	position: relative;
	margin-top: -0.44rem;
	z-index: 6;
}

.about-news-page .about-news-tabs {
	height: 0.8rem;
	padding: 0 0.58rem;
	border-radius: 0 0.2rem 0 0;
	background: #f5f5f7;
	display: flex;
	align-items: center;
	gap: 2.2rem;
	box-shadow: -100vw 0 0 #f5f5f7;
}

.about-news-page .about-news-tabs a {
	position: relative;
	font-size: 0.18rem;
	line-height: 1.3;
	letter-spacing: 0.01em;
	color: #2a2a2a;
	padding: 0.12rem 0;
}

.about-news-page .about-news-tabs a.is-active {
	color: #00826c;
	font-weight: 600;
}

.about-news-page .about-news-tabs a.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.01rem;
	height: 2px;
	background: #00826c;
}

.about-news-page .about-news__inner {
	position: relative;
	z-index: 1;
	padding-top: 0.3rem;
}

.about-news-page .about-news-feed {
	display: grid;
	gap: 0.18rem;
}

.about-news-page .news-featured,
.about-news-page .news-list-cards li {
	display: grid;
	grid-template-columns: 1.7rem minmax(0, 1fr);
	column-gap: 0.22rem;
}

.about-news-page .news-list-cards {
	display: grid;
	gap: 0.18rem;
}

.about-news-page .news-list-cards li {
	transition: transform 0.2s ease;
}

.about-news-page .news-date {
	position: relative;
	padding: 0.2rem 0.16rem;
	border-right: 1px solid #d9d9d9;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 0.04rem;
	color: #303030;
	transition:
		background-color 0.2s ease,
		color 0.2s ease;
	overflow: visible;
}

.about-news-page .news-date::before {
	content: "";
	position: absolute;
	right: -0.22rem;
	top: 0;
	bottom: 0;
	width: 0.22rem;
	background: #00826c;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.about-news-page .news-date::after {
	content: "";
	position: absolute;
	right: -0.22rem;
	top: 50%;
	width: 0.22rem;
	height: 1px;
	background: #d9d9d9;
	transform: translateY(-50%);
	transition: background-color 0.2s ease;
}

.about-news-page .news-date__year {
	position: relative;
	z-index: 2;
	font-size: 0.14rem;
	color: #989898;
	transition: color 0.2s ease;
}

.about-news-page .news-date__day {
	position: relative;
	z-index: 2;
	font-size: 0.42rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.about-news-page .news-date__icon {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	height: 0.18rem;
}

.about-news-page .news-date__icon img {
	display: block;
	height: 15px;
	width: 16px;
	transition: filter 0.2s ease;
}

.about-news-page .news-date--featured {
	background: #00826c;
	border-right-color: #d9d9d9;
	color: #fff;
}

.about-news-page .news-date--featured::after {
	right: -0.22rem;
	width: 0;
	height: 0;
	background: transparent;
	transform: translate(100%, -50%);
	border-top: 0.16rem solid transparent;
	border-bottom: 0.16rem solid transparent;
	border-left: 0.16rem solid #00826c;
}

.about-news-page .news-date--featured::before {
	opacity: 1;
}

.about-news-page .news-date--featured .news-date__year,
.about-news-page .news-date--featured .news-date__icon {
	color: rgba(255, 255, 255, 0.85);
}

.about-news-page .news-card {
	background: #fff;
	padding: 0.5rem 0.4rem 0.5rem;
	transition:
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.about-news-page .news-card-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.about-news-page .news-list-cards li:hover .news-card {
	box-shadow: 0 0.08rem 0.2rem rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}

.about-news-page .news-card h2,
.about-news-page .news-card h3 {
	font-size: 0.28rem;
	line-height: 1.38;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.about-news-page .news-card--featured h2 {
	color: #00826c;
}

.about-news-page .news-card h3 {
	color: #2a2a2a;
	transition: color 0.2s ease;
}

.about-news-page .news-list-cards li:hover .news-date {
	background: #00826c;
	border-right-color: #d9d9d9;
	color: #fff;
}

.about-news-page .news-list-cards li:hover .news-date::after {
	right: -0.22rem;
	width: 0;
	height: 0;
	background: transparent;
	transform: translate(100%, -50%);
	border-top: 0.16rem solid transparent;
	border-bottom: 0.16rem solid transparent;
	border-left: 0.16rem solid #00826c;
	z-index: 99;
}

.about-news-page .news-list-cards li:hover .news-date::before {
	opacity: 1;
}

.about-news-page .news-list-cards li:hover .news-date__year {
	color: rgba(255, 255, 255, 0.85);
}

.about-news-page .news-list-cards li:hover .news-date__icon img {
	filter: brightness(0) invert(1);
}

.about-news-page .news-list-cards li:hover .news-card h3 {
	color: #00826c;
}

.about-news-page .news-meta {
	margin-top: 0.08rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.18rem;
	font-size: 0.14rem;
	line-height: 1.4;
	color: #9d9d9d;
}

.about-news-page .news-meta__item {
	display: inline-flex;
	align-items: center;
	gap: 0.06rem;
}

.about-news-page .news-meta__item img {
	width: 0.14rem;
	height: 0.14rem;
	flex: none;
}

.about-news-page .news-desc {
	margin-top: 0.1rem;
	font-size: 0.15rem;
	line-height: 1.86;
	color: #555;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 900px) {
	.about-news-page .about-news {
		padding-bottom: 0.3rem;
	}

	.about-news-page .about-news-tabs-wrap {
		margin-top: -0.24rem;
	}

	.about-news-page .about-news-tabs {
		height: 0.96rem;
		padding: 0 0.14rem;
		border-radius: 0 0.12rem 0 0;
		gap: 0.28rem;
		overflow-x: auto;
		white-space: nowrap;
	}

	.about-news-page .about-news-tabs a {
		font-size: 14px;
		padding: 10px 0;
	}

	.about-news-page .about-news__inner {
		padding-top: 0.16rem;
	}

	.about-news-page .news-featured,
	.about-news-page .news-list-cards li {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	.about-news-page .news-date {
		display: none;
	}

	.about-news-page .news-date::before,
	.about-news-page .news-date::after {
		display: none;
	}

	.about-news-page .news-card {
		padding: 0.14rem 0.12rem 0.12rem;
	}

	.about-news-page .news-card h2,
	.about-news-page .news-card h3 {
		font-size: 16px;
	}

	.about-news-page .news-meta,
	.about-news-page .news-desc {
		font-size: 12px;
	}

	.about-news-page .news-list-cards {
		gap: 0.12rem;
	}
}

.news-detail-page {
	background: #fefefe;
	padding: 0.46rem 0 0.64rem;
}

.news-detail-page .news-detail-article {
	max-width: 14rem;
	margin: 0 auto;
}

.news-detail-page .news-detail-title {
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 1.28;
	letter-spacing: 0.01em;
	color: #2d2d2d;
}

.news-detail-page .news-detail-meta-row {
	margin-top: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.2rem;
}

.news-detail-page .news-detail-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
	font-size: 0.14rem;
	line-height: 1.2;
	color: #686868;
}

.news-detail-page .news-detail-print {
	display: inline-flex;
	align-items: center;
	gap: 0.06rem;
	font-size: 0.14rem;
	line-height: 1.2;
	color: #686868;
}

.news-detail-page .news-detail-print img {
	width: 0.18rem;
	height: 0.18rem;
}

.news-detail-page .news-detail-divider {
	margin-top: 0.14rem;
	height: 1px;
	background: #e0e0e0;
}

.news-detail-page .news-detail-main {
	margin-top: 0.22rem;
	display: grid;
	grid-template-columns: 0.6rem minmax(0, 13rem);
	column-gap: 0.24rem;
	align-items: start;
}
.news-detail-content {
	font-size: 16px;
	text-indent: 2em;
	line-height: 2;
}

.news-detail-content p {
	margin-bottom: 0.1rem;
	font-size: 16px;
	text-indent: 2em;
	line-height: 2;
}

.news-detail-content img {
	margin: 30px auto;
	max-width: 100%;
}
.news-detail-page .news-detail-actions {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	align-items: flex-start;
}

.news-detail-page .news-detail-actions a {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 999px;
	background: #f0f0f0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.news-detail-page .news-detail-actions img {
	width: 0.26rem;
	height: 0.23rem;
}

.news-detail-page .news-detail-share .footer-qr-pop {
	left: calc(100% + 0.14rem);
	bottom: 50%;
	transform: translateY(50%);
}

.news-detail-page .news-detail-share .footer-qr-inner {
	width: 1.62rem;
}

.news-detail-page .news-detail-share .footer-qr-inner::after {
	left: -0.14rem;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	border-width: 0.08rem;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
}

.news-detail-page .news-detail-share.is-open .footer-qr-pop {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(50%);
}

.news-detail-page .news-share-qrcode {
	width: 1.28rem;
	height: 1.28rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-detail-page .news-share-qrcode canvas,
.news-detail-page .news-share-qrcode img {
	width: 100% !important;
	height: 100% !important;
	display: block;
}

.news-detail-page .news-detail-content p {
	font-size: 0.18rem;
	line-height: 1.6667;
	letter-spacing: 0.01em;
	color: #2d2d2d;
	text-align: justify;
}

.news-detail-page .news-detail-nextprev {
	max-width: 14rem;
	margin: 0.56rem auto 0;
	background: #fff;
	height: 0.88rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.3rem;
	padding: 0 0.4rem;
}

.news-detail-page .news-detail-nextprev a {
	font-size: 0.16rem;
	line-height: 1.75;
	color: #2d2d2d;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 900px) {
	.news-detail-page {
		padding: 0.2rem 0 0.3rem;
	}

	.news-detail-page .news-detail-title {
		font-size: 16px;
        line-height: 1.5;
	}

	.news-detail-page .news-detail-meta-row {
		margin-top: 0.12rem;
		flex-wrap: wrap;
	}

	.news-detail-page .news-detail-meta,
	.news-detail-page .news-detail-print {
		font-size: 12px;
	}

	.news-detail-page .news-detail-main {
		margin-top: 0.14rem;
		grid-template-columns: 1fr;
		row-gap: 0.12rem;
	}

	.news-detail-page .news-detail-actions {
		flex-direction: row;
	}

	.news-detail-page .news-detail-actions a {
		width: 30px;
		height: 30px;
	}

	.news-detail-page .news-detail-actions img {
		width: 14px;
		height: 14px;
	}
	.news-detail-content img {
		margin: 30px auto;
		max-width: 100% !important;
		height: auto !important;
	}
	.news-detail-page .news-detail-share .footer-qr-pop {
		left: 50%;
		bottom: calc(100% + 0.12rem);
		transform: translateX(-50%);
	}

	.news-detail-page .news-detail-share .footer-qr-inner::after {
		left: 50%;
		top: auto;
		bottom: -0.14rem;
		transform: translateX(-50%);
		border-color: #fff transparent transparent transparent;
	}

	.news-detail-page .news-detail-share.is-open .footer-qr-pop {
		transform: translateX(-50%);
	}

	.news-detail-page .news-detail-content p {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 10px;
	}

	.news-detail-page .news-detail-figure {
		margin: 0.14rem 0;
	}

	.news-detail-page .news-detail-nextprev {
		margin-top: 0.18rem;
		height: auto;
		padding: 0.2rem 0.12rem;
		flex-direction: column;
		align-items: stretch;
		gap: 0.2rem;
	}

	.news-detail-page .news-detail-nextprev a {
		font-size: 12px;
	}
}

@media print {
	@page {
		margin: 12mm;
	}

	body * {
		visibility: hidden !important;
	}

	.news-detail-page .site-wrap,
	.news-detail-page .site-wrap * {
		visibility: visible !important;
	}

	.news-detail-page .site-wrap {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.news-detail-page .news-detail-nextprev {
		display: none !important;
	}

	.news-detail-page .site-attachment-list,
	.news-detail-page .site-attachment-list * {
		display: none !important;
		visibility: hidden !important;
	}
}
