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

.about-page-main {
	color: #2a2a2a;
}

.about-hero {
	position: relative;
	height: 4.4rem;
	background: url("/images/page/about_bg.png") center / cover no-repeat;
	overflow: hidden;
}

.about-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 130, 108, 0.94) 12%, rgba(0, 130, 108, 0.2) 52%, rgba(0, 130, 108, 0) 100%);
}

.about-hero__inner {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.about-culture__panel{
	font-size: clamp(12px, 2.2vw, 16px);
	line-height: 2;
	margin: 0 0 30px 0;
}
.about-culture__panel p{
	font-size: clamp(12px, 2.2vw, 16px);
	line-height: 2;
	margin-top: 10px;
}
.about-culture__panel img{
	text-align: center;
	max-width: 100%;
	margin: 0 auto;
}
.about-tabs-wrap::before {
	content: "";
	position: absolute;
	left: -48%;
	background: #fff;
	top: 0;
	width: 50%;
	height: 0.8rem;
}
.about-hero__title-wrap {
	color: #fff;
	padding-left: 0.28rem;
	position: relative;
}

.about-hero__heading {
	display: inline-flex;
	align-items: flex-end;
	gap: 0.08rem;
}

.about-hero__title-icon {
	width: 0.56rem;
	height: 0.62rem;
	object-fit: contain;
	flex: none;
}

.about-hero h1 {
	font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
	font-size: 0.4rem;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.01em;
}

.about-hero__title-line {
	position: absolute;
	top: 115px;
	width: 2.2rem;
	max-width: 100%;
	height: 0.07rem;
	margin: -0.01rem 0 0;
}

.about-hero__title-line::before,
.about-hero__title-line::after {
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.72);
}

.about-hero__title-line::before {
	top: 0;
	width: 2.72rem;
}

.about-hero__title-line::after {
	bottom: 0;
	width: 100%;
}

.about-hero__breadcrumb {
	margin-top: 0.04rem;
	display: flex;
	align-items: center;
	gap: 0.06rem;
	font-size: 0.14rem;
	color: rgba(255, 255, 255, 0.9);
}

.about-hero__home-icon {
	width: 0.15rem;
	height: 0.15rem;
	flex: none;
}

.about-hero__breadcrumb .sep {
	font-size: 0.08rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.9);
	transform: translateY(-0.01rem);
}

.about-hero__breadcrumb strong {
	font-weight: 500;
	color: #fff;
}

.about-tabs {
	width: 90%;
	position: relative;
	margin-top: -0.44rem;
	height: 0.8rem;
	padding: 0 0.34rem;
	border-radius: 0.2rem 0.2rem 0 0;
	background: #f5f5f7;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	scrollbar-width: none;
	z-index: 6;
	box-shadow: -100vw 0 0 #f5f5f7;
}
.about-tabs-wrap {
	position: relative;
	top: -20px;
}
.about-tabs-wrap::before {
	width: 50%;
	height: 0.8rem;
	content: "";
	position: absolute;
	left: -48%;
	background: #f5f5f7;
	top: 0;
}
.about-tabs::-webkit-scrollbar {
	display: none;
}

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

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

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

.about-intro {
	padding: 0.62rem 0 0.36rem;
}

.about-intro__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(3.5rem, 4.8rem);
	column-gap: 0.84rem;
	align-items: center;
}

.about-intro__text h2 {
	font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
	font-size: 0.5rem;
	font-weight: 700;
	line-height: 1.25;
	color: #00826c;
	margin-bottom: 0.34rem;
}

.about-intro__text p {
	font-size: 0.16rem;
	line-height: 1.95;
	text-align: justify;
	text-indent: 2em;
}

.about-intro__figure {
	position: relative;
	margin: 0;
}

.about-intro__figure::before,
.about-intro__figure::after {
	content: "";
	position: absolute;
	width: 0.28rem;
	height: 0.28rem;
	background: rgba(0, 130, 108, 0.9);
}

.about-intro__figure::before {
	left: -0.06rem;
	top: -0.1rem;
}

.about-intro__figure::after {
	right: -0.12rem;
	bottom: 0.56rem;
	background: rgba(0, 130, 108, 0.24);
}

.about-intro__figure img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0 0.12rem 0.36rem rgba(11, 36, 46, 0.08);
}

.about-summary {
	background: #e4f0ec;
	padding: 0.42rem 0 0.44rem;
}

.about-summary__inner {
	font-size: 0.16rem;
	line-height: 1.95;
	text-align: justify;
	text-indent: 2em;
}

.about-summary__inner p + p {
	margin-top: 0.22rem;
}

.about-stats {
	padding: 0.42rem 0 0.38rem;
}

.about-stats__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-stats__list li {
	min-height: 0.78rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0.06rem;
	padding: 0.08rem 0.08rem 0.1rem;
}

.about-stats__list .label {
	font-size: 0.2rem;
	line-height: 1.35;
	color: #111;
}

.about-stats__list strong {
	font-family: serif;
	font-size: 0.6rem;
	font-weight: 700;
	line-height: 1;
	color: #00826c;
}

.about-stats__list .unit {
	font-size: 0.22rem;
	line-height: 1.3;
	color: #00826c;
	padding-bottom: 0.04rem;
}

.about-detail {
	position: relative;
	padding: 0.08rem 0 0.9rem;
	overflow: hidden;
}

.about-detail::after {
	content: "";
	width: 100vw;
	height: 500px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background:
		linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.24) 100%),
		url("/images/page/about_jiagou_bg.png") center bottom / cover no-repeat;
	opacity: 0.08;
	pointer-events: none;
}

.about-detail__inner {
	position: relative;
	z-index: 1;
	font-size: 0.16rem;
	line-height: 1.95;
	text-align: justify;
}

.about-detail__inner p + p {
	margin-top: 0.22rem;
}

.about-detail__inner strong {
	font-weight: 600;
	color: #202020;
}

@media (max-width: 900px) {
	.about-hero {
		height: 2.2rem;
		background-position: center;
	}

	.about-hero__title-wrap {
		padding-left: 0;
		top: -23px;
	}

	.about-hero h1 {
		font-size: 0.34rem;
	}

	.about-hero__title-icon {
		width: 0.33rem;
		height: 0.37rem;
	}

	.about-hero__title-line {
		width: 2.55rem;
		height: 0.06rem;
		margin-top: 0;
	}

	.about-hero__breadcrumb {
		display: none;
		margin-top: 0.025rem;
		font-size: max(12px, 0.12rem);
		gap: 0.05rem;
	}

	.about-hero__home-icon {
		width: 0.13rem;
		height: 0.13rem;
	}

	.about-hero__breadcrumb .sep {
		font-size: 0.08rem;
	}

	.about-tabs {
		height: 0.96rem;
		width: 100%;

		margin-top: -0.24rem;
		padding: 0 0.14rem;
		border-radius: 0.12rem 0.12rem 0 0;
		gap: 0.26rem;
	}

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

	.about-intro {
		padding: 0.24rem 0 0.2rem;
	}

	.about-intro__inner {
		grid-template-columns: 1fr;
		row-gap: 0.2rem;
	}

	.about-intro__text h2 {
		font-size: 0.3rem;
		margin-bottom: 0.12rem;
	}

	.about-intro__text p,
	.about-summary__inner,
	.about-detail__inner {
		font-size: max(12px, 0.14rem);
		line-height: 1.75;
	}

	.about-intro__figure::before,
	.about-intro__figure::after {
		width: 0.16rem;
		height: 0.16rem;
	}

	.about-intro__figure::before {
		left: 0;
		top: -0.08rem;
	}

	.about-intro__figure::after {
		right: 0;
		bottom: 0.3rem;
	}

	.about-summary {
		padding: 0.22rem 0;
	}

	.about-stats {
		padding: 0.2rem 0 0.14rem;
	}

	.about-stats__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-stats__list li {
		min-height: 0.74rem;
	}

	.about-stats__list li:nth-child(2n) {
		border-right: 0;
	}

	.about-stats__list li:nth-child(n + 3) {
		border-top: 1px solid #dce2df;
	}

	.about-stats__list .label {
		font-size: max(12px, 0.15rem);
	}

	.about-stats__list strong {
		font-size: 0.38rem;
	}

	.about-stats__list .unit {
		font-size: max(12px, 0.14rem);
	}

	.about-detail {
		padding: 0.02rem 0 0.48rem;
	}

	.about-detail::after {
		height: 1.4rem;
		opacity: 0.2;
	}
}

/* about_lingdao.shtml only */
.about-leadership-page .about-leadership {
	background: #f5f5f7;
	padding: 0.48rem 0 0.6rem;
}

.about-leadership__title-wrap {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0.22rem;
}

.about-leadership__title {
	position: relative;
	min-width: 2.1rem;
	height: 0.5rem;
	padding: 0 0.44rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.24rem;
	line-height: 1.5;
	color: #fff;
	letter-spacing: 0.01em;
	background: #00826c;
	margin-left: 44px;
}

.about-leadership__title::before,
.about-leadership__title::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(0, 130, 108, 0.35) 0%, rgba(0, 130, 108, 0) 100%);
}

.about-leadership__title::before {
	right: calc(100% + 0.04rem);
}

.about-leadership__title::after {
	left: calc(100% + 0.04rem);
	transform: translateY(-50%) scaleX(-1);
}

.about-leadership__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.2rem;
}

.about-leadership-card {
	position: relative;
	background: #fff;
	box-shadow: 0 0.04rem 0.2rem rgba(44, 46, 46, 0.14);
	padding: 0.5rem 0.22rem 0.26rem 0.9rem;
}

.about-leadership-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0.5rem;
	background: url(/images/page/about_list.png) center center / cover no-repeat;
}

.about-leadership-page .about-leadership-list {
	display: grid;
	gap: 0;
}

.about-leadership-page .about-leadership-list li,
.about-leadership-page .about-leadership-line {
	min-height: 0.6rem;
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	align-items: center;
	column-gap: 0.2rem;
	padding: 0.4rem 0.2rem;
	border-bottom: 1px solid #e7e7e7;
}

.about-leadership-page .about-leadership-list li:last-child {
	border-bottom: 1px solid #e7e7e7;
}

.about-leadership-page .about-leadership-list .label,
.about-leadership-page .about-leadership-line .label {
	position: relative;
	padding-left: 0.08rem;
	font-size: 0.18rem;
	font-weight: 400;
	color: #00826c;
	line-height: 1.4;
	white-space: nowrap;
}

.about-leadership-page .about-leadership-list .label::before,
.about-leadership-page .about-leadership-line .label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 0.04rem;
	height: 0.04rem;
	background: #00826c;
	transform: translateY(-50%);
}

.about-leadership-page .about-leadership-list .name,
.about-leadership-page .about-leadership-list .names,
.about-leadership-page .about-leadership-line .names {
	font-size: max(14px, 0.16rem);
	color: #2a2a2a;
	line-height: 1.6;
	font-family: "Source Han Serif SC", Arial, sans-serif;
}

.about-leadership-page .name-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.08rem 0.2rem;
}

.about-leadership-page .leader-name-link {
	color: #2a2a2a;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.2s ease;
	line-height: 1.5;
	margin-right: 25px;
}

.about-leadership-page .leader-name-link:hover {
	color: #00826c;
	border-bottom-color: #00826c;
}

.about-leadership-page .about-leader-popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	z-index: 900;
}

.about-leadership-page .about-leader-popup.is-open {
	display: block;
}

.about-leadership-page .about-leader-popup__panel {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(3.2rem, 88vw);
	background: #fff;
	border-radius: 0.08rem;
	padding: 0.18rem 0.18rem 0.16rem;
	box-shadow: 0 0.12rem 0.3rem rgba(0, 0, 0, 0.2);
	pointer-events: auto;
}

.about-leadership-page .about-leader-popup__close {
	position: absolute;
	right: 0.06rem;
	top: 0.06rem;
	width: 0.28rem;
	height: 0.28rem;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 0.2rem;
	line-height: 1;
	cursor: pointer;
}

.about-leadership-page .about-leader-popup__name {
	margin: 0 0 0.1rem;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 600;
	color: #00826c;
}

.about-leadership-page .about-leader-popup__title {
	margin: 0 0 0.04rem;
	text-align: center;
	font-size: 0.14rem;
	color: #666;
}

.about-leadership-page .about-leader-popup__panel img {
	display: block;
	width: 100%;
	height: auto;
	background: #f5f5f7;
}

.about-leadership-page .about-leadership-card--full {
	margin-top: 0.2rem;
	padding-top: 0.32rem;
	padding-bottom: 0.24rem;
}

.about-leadership-page .about-leadership-card--full .about-leadership-line {
	border-bottom: 0;
	min-height: 0.52rem;
}

.about-leadership-page .about-leadership-card--full .names {
	margin: 0;
}

@media (max-width: 900px) {
	.about-leadership-page .about-leader-popup__close {
		width: 20px;
		height: 20px;
		font-size: 12px;
	}
	.about-leadership-page .about-leadership {
		padding: 0.24rem 0 0.36rem;
	}

	.about-leadership-page .about-leadership__title-wrap {
		justify-content: center;
		margin-bottom: 0.14rem;
	}

	.about-leadership-page .about-leadership__title {
		min-width: 1.6rem;
		height: 0.4rem;
		padding: 0 0.28rem;
		font-size: max(12px, 0.24rem);
		margin-left: 0;
	}

	.about-leadership-page .about-leadership__title::before,
	.about-leadership-page .about-leadership__title::after {
		width: 0.14rem;
		height: 0.3rem;
	}

	.about-leadership-page .about-leadership__grid {
		grid-template-columns: 1fr;
		gap: 0.14rem;
	}

	.about-leadership-page .about-leadership-card {
		padding: 0.16rem 0.12rem 0.12rem 0.24rem;
	}

	.about-leadership-page .about-leadership-card::before {
		width: 0.14rem;
	}

	.about-leadership-page .about-leadership-list li,
	.about-leadership-page .about-leadership-line {
		min-height: 0.44rem;
		column-gap: 0.12rem;
		grid-template-columns: minmax(0, 1fr);
		align-items: center;
		padding: 0.08rem 0;
	}

	.about-leadership-page .about-leadership-list .label,
	.about-leadership-page .about-leadership-line .label {
		font-size: 14px;
	}

	.about-leadership-page .about-leadership-list .name,
	.about-leadership-page .about-leadership-line .names {
		font-size: 14px;
		margin: 15px;
	}

	.about-leadership-page .name-list {
		gap: 0.06rem 0.14rem;
		line-height: 2;
		margin: 15px;
	}

	.about-leadership-page .about-leader-popup__panel {
		width: min(4.8rem, 92vw);
		padding: 0.14rem 0.14rem 0.12rem;
	}

	.about-leadership-page .about-leader-popup__title {
		font-size: 14px;
	}

	.about-leadership-page .about-leader-popup__name {
		font-size: 14px;
	}

	.about-leadership-page .about-leadership-card--full {
		margin-top: 0.14rem;
	}
}

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

.about-org-page .about-org {
	position: relative;
	padding: 0.24rem 0 0.32rem;
	overflow: hidden;
}

.about-org-page .about-org::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 8.34rem;
	background:
		linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.24) 100%),
		url("/images/page/about_jiagou_bg.png") center bottom / cover no-repeat;
	opacity: 0.08;
	pointer-events: none;
}

.about-org-page .about-org__inner {
	position: relative;
	z-index: 1;
}

.about-org-page .about-org-panel {
	position: relative;
	background: #fff;
	padding: 0.58rem 0.6rem 0.56rem;
}

.about-org-page .about-org-panel + .about-org-panel {
	margin-top: 0.42rem;
}

.about-org-page .about-org-panel--manage::before {
	content: "";
	position: absolute;
	left: -0.2rem;
	bottom: -0.24rem;
	width: 0.8rem;
	height: 1.65rem;
	background: #00826c;
	z-index: -99;
}

.about-org-page .about-org-panel--clinical::after {
	content: "";
	position: absolute;
	right: -0.2rem;
	bottom: -0.28rem;
	width: 0.8rem;
	height: 2.96rem;
	background: #00826c;
	z-index: -99;
}

.about-org-page .about-org-panel__title {
	position: relative;
	padding-left: 0.14rem;
	font-size: 0.26rem;
	line-height: 1.38;
	font-weight: 600;
	color: #00826c;
	letter-spacing: 0.01em;
}

.about-org-page .about-org-panel__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 0.06rem;
	height: 0.24rem;
	transform: translateY(-50%);
	background: #00826c;
}

.about-org-page .about-org-panel__figure {
	margin: 0.34rem auto 0;
	max-width: 14rem;
}

.about-org-page .about-org-panel__figure img {
	display: block;
	width: 100%;
	height: auto;
}

.about-org-page .about-org-panel__figure--manage {
	margin-top: 0.3rem;
}

.about-org-page .about-org-panel__figure--bottom {
	max-width: 7.1rem;
}

@media (max-width: 900px) {
	.about-org-page .about-org {
		padding: 0.16rem 0 0.22rem;
	}

	.about-org-page .about-org__top-bg {
		height: 4.4rem;
		background-position: center top;
		opacity: 0.05;
	}

	.about-org-page .about-org-panel {
		padding: 0.18rem 0.14rem 0.22rem;
	}

	.about-org-page .about-org-panel + .about-org-panel {
		margin-top: 0.16rem;
	}

	.about-org-page .about-org-panel--manage::before,
	.about-org-page .about-org-panel--clinical::after {
		width: 0.22rem;
	}

	.about-org-page .about-org-panel--manage::before {
		left: -0.04rem;
		bottom: -0.06rem;
		height: 0.5rem;
	}

	.about-org-page .about-org-panel--clinical::after {
		right: -0.04rem;
		bottom: -0.08rem;
		height: 0.72rem;
	}

	.about-org-page .about-org-panel__title {
		padding-left: 0.08rem;
		font-size: 16px;
	}

	.about-org-page .about-org-panel__title::before {
		width: 0.03rem;
		height: 0.12rem;
	}

	.about-org-page .about-org-panel__figure {
		margin-top: 0.14rem;
		overflow-x: auto;
	}
}

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

.about-honor-page .about-honor {
	position: relative;
	padding: 0.42rem 0 0.48rem;
	overflow: hidden;
}

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

.about-honor-page .about-honor__inner {
	position: relative;
	z-index: 1;
}

.about-honor-page .about-honor__title {
	font-size: 0.46rem;
	line-height: 1.34;
	font-weight: 700;
	color: #111;
	letter-spacing: 0.01em;
}

.about-honor-page .about-honor__slider-wrap {
	position: relative;
	margin-top: 0.34rem;
	padding: 0 0.8rem;
}

.about-honor-page .about-honor-swiper .swiper-slide {
	height: auto;
}

.about-honor-page .about-honor-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 44 / 29;
	object-fit: cover;
	border: 1px solid #121212;
}

.about-honor-page .about-honor-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	border: 1px dashed #919191;
	background: rgba(255, 255, 255, 0.86) url("/images/page/arrow.svg") center / 0.22rem 0.22rem no-repeat;
	cursor: pointer;
	z-index: 3;
}

.about-honor-page .about-honor-prev {
	left: 0;
	transform: translateY(-50%) rotate(180deg);
}

.about-honor-page .about-honor-next {
	right: 0;
}

.about-honor-page .about-honor-pagination {
	margin-top: 0.26rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.08rem;
}

.about-honor-page .about-honor-pagination .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	margin: 0 !important;
	border-radius: 0;
	background: transparent;
	border: 1px solid #00787b;
	opacity: 1;
}

.about-honor-page .about-honor-pagination .swiper-pagination-bullet-active {
	background: #00787b;
}

@media (max-width: 900px) {
	.about-honor-page .about-honor {
		padding: 0.2rem 0 0.24rem;
	}

	.about-honor-page .about-honor__bg {
		height: 3.8rem;
		opacity: 0.06;
	}

	.about-honor-page .about-honor__title {
		font-size: 0.3rem;
		line-height: 1.32;
	}

	.about-honor-page .about-honor__slider-wrap {
		margin-top: 0.16rem;
		padding: 0 0.38rem;
	}

	.about-honor-page .about-honor-nav {
		width: 0.28rem;
		height: 0.28rem;
		background-size: 0.13rem 0.13rem;
	}

	.about-honor-page .about-honor-swiper .swiper-slide img {
		aspect-ratio: 43 / 30;
	}

	.about-honor-page .about-honor-pagination {
		margin-top: 0.14rem;
	}

	.about-honor-page .about-honor-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}
}

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

.about-culture-page .about-culture {
	position: relative;
	padding: 0.42rem 0 0.66rem;
	overflow: hidden;
}

.about-culture-page .about-culture__bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 9.4rem;
	background:
		linear-gradient(180deg, #f5f5f7 0%, rgba(245, 245, 247, 0.18) 100%),
		url("/images/page/about_wenhua_bg.png") center bottom / cover no-repeat;
	opacity: 0.08;
	pointer-events: none;
}

.about-culture-page .about-culture__inner {
	position: relative;
	z-index: 1;
}

.about-culture-page .about-culture__panel {
	position: relative;
	max-width: 14rem;
	margin: 0 auto;
	padding: 0.36rem 0.86rem 0.34rem;
	background: #ffffffc9;
	font-size: max(12px, 0.14rem);
}
.about-culture-page .about-culture__panel img {
	max-width: 100%;
}
.about-culture-page .about-culture__panel::before,
.about-culture-page .about-culture__panel::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0.24rem;
	background: #008a79;
}

.about-culture-page .about-culture__panel::before {
	left: 0;
}

.about-culture-page .about-culture__panel::after {
	right: 0;
}

.about-culture-page .about-culture__logo {
	width: 4.84rem;
	margin: 0 auto 0.26rem;
}

.about-culture-page .about-culture__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.about-culture-page .about-culture h2 {
	margin: 0 0 0.2rem;
	font-size: 0.22rem;
	line-height: 1.36;
	font-weight: 600;
	color: #2a2a2a;
	text-align: center;
	letter-spacing: 0.01em;
}

.about-culture-page .about-culture__text {
	font-size: max(12px, 0.18rem);
	line-height: 1.67;
	color: #2d2d2d;
	letter-spacing: 0.008em;
	text-align: justify;
}

.about-culture-page .about-culture__text p {
	margin: 0;
}

.about-culture-page .about-culture__text p + p {
	margin-top: 0.08rem;
}

.about-culture-page .about-culture__text strong {
	font-weight: 600;
	color: #2a2a2a;
}

@media (max-width: 900px) {
	.about-culture-page .about-culture {
		padding: 0.18rem 0 0.28rem;
	}

	.about-culture-page .about-culture__bg {
		height: 4.2rem;
		opacity: 0.06;
	}

	.about-culture-page .about-culture__panel {
		padding: 0.18rem 0.18rem 0.2rem;
	}

	.about-culture-page .about-culture__panel::before,
	.about-culture-page .about-culture__panel::after {
		width: 0.08rem;
	}

	.about-culture-page .about-culture__logo {
		width: min(3.2rem, calc(100% - 0.36rem));
		margin-bottom: 0.14rem;
	}

	.about-culture-page .about-culture__text {
		font-size: 13px;
		line-height: 1.72;
	}
}

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

.about-staff-page .about-staff {
	position: relative;
	padding: 0.42rem 0 0.6rem;
	overflow: hidden;
}

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

.about-staff-page .about-staff__inner {
	position: relative;
	z-index: 1;
	padding-top: 0.02rem;
}

.about-staff-page .about-staff-head {
	margin-bottom: 0.22rem;
}

.about-staff-page .about-staff-head__title {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.4rem;
	height: 0.5rem;
	padding: 0 0.54rem;
	border-radius: 999px;
	background: #00826c;
	font-size: 0.44rem;
	line-height: 1;
	font-weight: 500;
	color: #fff;
}

.about-staff-page .about-staff-head__title::before,
.about-staff-page .about-staff-head__title::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 0.08rem;
	height: 0.34rem;
	transform: translateY(-50%);
	background: linear-gradient(180deg, #8ecfc5 0%, rgba(142, 207, 197, 0.05) 100%);
	border-radius: 999px;
}

.about-staff-page .about-staff-head__title::before {
	left: -0.18rem;
}

.about-staff-page .about-staff-head__title::after {
	right: -0.18rem;
}

.about-staff-page .about-staff-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.about-staff-page .about-staff-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 0.8rem;
	padding: 0 0.3rem;
	border-left: 2px solid #00826c;
	background: #fff;
	transition:
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.about-staff-page .about-staff-list li:last-child {
	border-bottom: 0;
}

.about-staff-page .about-staff-list li:hover {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}

.about-staff-page .about-staff-list a {
	flex: 1;
	min-width: 0;
	padding-right: 0.22rem;
	font-size: 0.16rem;
	line-height: 1.6;
	color: #353535;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.about-staff-page .about-staff-list a:hover {
	color: #00826c;
}

.about-staff-page .about-staff-list time {
	flex: none;
	font-size: 0.16rem;
	letter-spacing: 0.02em;
	color: #999;
}

@media (max-width: 900px) {
	.about-staff-page .about-staff {
		padding: 0.2rem 0 0.28rem;
	}

	.about-staff-page .about-staff__bg {
		height: 4rem;
		opacity: 0.06;
	}

	.about-staff-page .about-staff__inner {
		gap: 0.14rem;
	}

	.about-staff-page .about-staff-head {
		margin-bottom: 0.14rem;
	}

	.about-staff-page .about-staff-head__title {
		min-width: 1.6rem;
		height: 0.4rem;
		padding: 0 0.24rem;
		font-size: 0.3rem;
	}

	.about-staff-page .about-staff-head__title::before,
	.about-staff-page .about-staff-head__title::after {
		width: 0.06rem;
		height: 0.22rem;
	}

	.about-staff-page .about-staff-head__title::before {
		left: -0.12rem;
	}

	.about-staff-page .about-staff-head__title::after {
		right: -0.12rem;
	}

	.about-staff-page .about-staff-list li {
		min-height: 0.7rem;
		padding: 0 0.14rem;
		transition: none;
	}

	.about-staff-page .about-staff-list time {
		display: none;
	}

	.about-staff-page .about-staff-list a {
		padding-right: 0.12rem;
		font-size: 12px;
		padding: 20px 0;
	}
}
