/* 
	当前位置
 */

.breadcrumb {
	padding: 20px;
	max-width: 1230px;
	margin: 0 auto 20px;
	font-size: 14px;
	color: #333;
}

.x-banner,
.x-banner img {
	width: 100%;
}

/* 
	分页器
 */

.fynr {
	text-align: center;
	padding: 40px 0 110px 0;
}

.fynr li {
	display: inline-block;
	*display: inline;
}

.fynr a {
	display: inline-block;
	*display: inline;
	margin: 0 2px;
	line-height: 36px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #f1eff0;
	color: #848484;
	font-size: 13px;
	padding: 0 15px;
}

.wby2 {
	height: 34px;
	border: 1px solid #f1eff0;
	width: 58px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.fynr .hover2 a {
	color: #fff;
	background: #171c57;
}

.fynr a:hover {
	color: #fff;
	background: #171c57;
}

/* 
	院所介绍 
 */

.yuansuojieshao {
}

.about-content {
	width: 100%;
}

.about-content {
	position: relative;
}

.about-content::before {
	content: "";
	display: block;
	width: 200px;
	height: 100px;
	background-color: #911430;
	position: absolute;
	left: 0;
	bottom: -25px;
}

.about-content::after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background-color: #911430;
	position: absolute;
	right: 0;
	bottom: 0;
}

.about-content .wrap {
	max-width: 1230px;
	margin: 0 auto;
	display: flex;
	gap: 50px;
}

.about-content .img {
	width: 450px;
	position: relative;
}

.about-content .img img {
	width: 100%;
	position: relative;
	z-index: 1;
}

.about-content .img::after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background-color: #911430;
	position: absolute;
	right: -30px;
	top: -35px;
}

.about-content .about-text {
	flex: 1;
	padding-top: 80px;
}

.about-content .about-text-tit {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 25px;
	background: url(../images/image/b2.png) no-repeat left bottom;
	margin-bottom: 15px;
}

.about-content .about-text-p {
	font-size: 16px;
	text-indent: 2em;
}

.about-content .about-text-p p {
	line-height: 1.8;
}

.about-content .about-text-btn {
	color: #fff;
	display: block;
	font-size: 15px;
	cursor: pointer;
	border-radius: 50px;
	letter-spacing: 0.1em;
	width: 140px;
	text-align: center;
	line-height: 40px;
	background-color: #171c57;
	transition: all 0.3s ease;
	margin-top: 30px;
}

.about-content .about-text-btn:hover {
	opacity: 0.8;
}

.yuansuojieshao .tag-bg {
	padding: 50px 0 20px;
	background-image: url("../images/image/aboutTagBg.jpg");
	background-size: 100% 100%;
}

.yuansuojieshao .tagGrid {
	width: 100%;
	height: 520px;
	padding-top: 50px;
	margin-bottom: 80px;
	box-sizing: border-box;
	background-color: #171c57;
}

.yuansuojieshao .tagGrid-box {
	max-width: 1230px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
}

.yuansuojieshao .tagGrid-list {
	display: flex;
	flex-wrap: wrap;
	width: 720px;
	position: relative;
}

.yuansuojieshao .tagGrid-item {
	background-color: #fff;
	width: 240px;
	height: 150px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	letter-spacing: 0.1em;
	cursor: pointer;
	/* 鼠标悬停显示手型 */
	transition: all 0.3s ease;
	/* 平滑过渡 */
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	/* 初始阴影 */
}

.yuansuojieshao .tagGrid-item:not(:nth-child(1)):hover {
	transform: translateY(-6px) scale(1.03);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	z-index: 2;
	/* 确保悬停时在其他元素之上 */
}

/* 第一个 item 透明且不可点击 */

.yuansuojieshao .tagGrid-item:nth-child(1) {
	background-color: transparent;
	pointer-events: none;
	/* 禁用点击和悬停 */
	cursor: default;
	box-shadow: none;
}

.yuansuojieshao .tagGrid-item:nth-child(3),
.yuansuojieshao .tagGrid-item:nth-child(4) {
	background-color: #7b1322;
	color: #fff;
}

.yuansuojieshao .tagGrid-item:nth-child(5) {
	background-color: #c3a367;
	color: #fff;
}

.yuansuojieshao .tagGrid-img {
	width: 510px;
	margin-top: 50px;
	margin-left: -50px;
}

.yuansuojieshao .tabsContent {
	max-width: 1230px;
	margin: 50px auto;
}

.yuansuojieshao .tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
}

.yuansuojieshao .tab {
	width: calc(20% - 12px);
	border: 1px solid #04a4be;
	text-align: center;
	line-height: 39px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	border-radius: 6px;
}

.yuansuojieshao .tab:hover {
	border-color: #901430;
}

.yuansuojieshao .tab.active {
	background-color: #901430;
	color: #fff;
}

.yuansuojieshao .tab-content {
	display: none;
	padding: 40px 20px;
	border-top: none;
	font-size: 16px;
	line-height: 1.8;
}

.yuansuojieshao .tab-content.active {
	display: block;
}

/* 
	联系我们 
 */

.lianxiwomen .content {
    display: flex;
    align-items: center;
	width: 100%;
	max-width: 1230px;
	margin: 0 auto 100px;
}

.lianxiwomen .newsDataList {
	width: 100%;
}

.lianxiwomen .map-image {
    flex: 1;
}

.lianxiwomen .map-section {
	flex: 1;
	background-color: white;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	height: 600px;
	position: relative;
}

.lianxiwomen .map-section iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.lianxiwomen .map-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #333;
	z-index: 10;
}

.lianxiwomen .info-panel {
	width: 350px;
	background-color: #9a1a2d;
	color: white;
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.lianxiwomen .info-panel h1 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
}

.lianxiwomen .info-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}

.lianxiwomen .info-item .icon {
	font-size: 20px;
	margin-right: 10px;
	min-width: 20px;
}

.lianxiwomen .info-item p {
	margin: 0;
	font-size: 14px;
}

.lianxiwomen .section-title {
	font-size: 18px;
	margin: 30px 0 15px 0;
	font-weight: bold;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 10px;
}

.lianxiwomen .transport-option {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.lianxiwomen .transport-option h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
}

.lianxiwomen .transport-option h3 .icon {
	margin-right: 10px;
	font-size: 18px;
}

.lianxiwomen .transport-option .expand-icon {
	float: right;
	font-size: 18px;
	cursor: pointer;
}

.lianxiwomen .transport-details {
	font-size: 14px;
	margin: 10px 0 0 20px;
}

.lianxiwomen .transport-details ol {
	margin: 5px 0;
}

.lianxiwomen .transport-details li {
	margin-bottom: 5px;
}

/* 
	友情链接
 */

.youqinglianjie .content {
	max-width: 1230px;
	margin: 0 auto 100px;
}

.youqinglianjie .link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	padding: 20px 0;
}

.youqinglianjie .link-item {
	flex: 0 1 calc(33.333% - 14px);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: inherit;
	padding: 15px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	/* 添加阴影和过渡 */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	/* 弹性缓动 */
	overflow: hidden;
	position: relative;
}

/* 鼠标悬停效果 */
.youqinglianjie .link-item:hover {
	transform: translateY(-8px) scale(1.03);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
	z-index: 2;
}

/* 图标动画 */
.youqinglianjie .link-icon {
	width: 100%;
	height: 100px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.youqinglianjie .link-item:hover .link-icon {
	transform: scale(1.1);
}

.youqinglianjie .link-icon img {
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
	transition: filter 0.3s ease;
}

/* 悬停时图标轻微变亮（可选） */
.youqinglianjie .link-item:hover .link-icon img {
	filter: brightness(1.1) saturate(1.1);
}

/* 文字动画 */
.youqinglianjie .link-text {
	font-size: 14px;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: color 0.25s ease, transform 0.25s ease;
}

.youqinglianjie .link-item:hover .link-text {
	color: #0056b3;
	/* 医院主题色，可自定义 */
	transform: translateY(2px);
}

/* 
	数据列表页
 */
.newsDataList .newsDataList {
	width: 100%;
}
.newsDataList .news-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
}

.newsDataList .news-item {
	flex: 0 1 calc(33.333% - 14px);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border-bottom: 2px solid #eaeaec;
	transition: all 0.3s ease;
	cursor: pointer;
}

.newsDataList .news-item:hover {
	transform: translateY(-5px);
	border-color: #444766;
	box-shadow: 1px 10px 10px #dedede;
}

.newsDataList .news-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-bottom: 1px solid #eee;
	transition: transform 0.5s ease;
	background-color: #fff;
}

.newsDataList .news-item:hover .news-image {
	transform: scale(1.06);
}

.newsDataList .news-content {
	padding: 15px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.newsDataList .news-title {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin: 0 0 8px 0;
	line-height: 1.4;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: color 0.3s ease;
}

.newsDataList .news-item:hover .news-title {
	color: #007bff;
}

.newsDataList .news-desc {
	font-size: 13px;
	color: #666;
	margin: 0 0 10px 0;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsDataList .news-date {
	font-size: 12px;
	color: #999;
	margin: 0 0 10px 0;
}

.newsDataList .news-action {
	padding-top: 10px;
	height: 36px;
	position: relative;
}

.newsDataList .news-action .arrow-btn {
	width: 36px;
	height: 36px;
	cursor: pointer;
	position: absolute;
	/* 初始位置：靠左 */
	left: 0;
	bottom: 0;
	border-radius: 50%;
	border: 1px solid #dadada;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-45deg);
	transition: all 0.3s ease;
	background-color: transparent;
	color: inherit;
}

/* hover 效果：移到右边 + 旋转回正 + 变色 */
.newsDataList .news-item:hover .news-action .arrow-btn {
	background-color: #171c57;
	color: #fff;
	border-color: #171c57;
	left: calc(100% - 36px);
	transform: rotate(0deg);
}

/* 
	科室介绍
 */

.keshijieshao .content {
	max-width: 1230px;
	margin: 0 auto 100px;
}

.keshijieshao .pageTitle {
	font-size: 24px;
	margin-bottom: 20px;
}

/* 科室导航 */

.keshijieshao .department-nav {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	/* 每行7个，等宽分布 */
	gap: 10px;
	/* 可选：设置网格间距 */
	margin-bottom: 30px;
}

.keshijieshao .dept-item {
	padding: 8px 15px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	font-size: 12px;
	cursor: pointer;
	transition: all 0.2s ease;
	text-align: left;
	min-width: 80px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.keshijieshao .dept-item:hover {
	background-color: #e6e6e6;
}

.keshijieshao .dept-item.active {
	background-color: #171c57;
	color: white;
}

/* 科室详情 */

.keshijieshao .department-detail {
	display: flex;
	gap: 30px;
	margin-bottom: 40px;
	align-items: flex-start;
}

.keshijieshao .department-content {
	flex: 1;
}

.keshijieshao .section-title {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-left: 12px;
	position: relative;
	padding-left: 12px;
	margin-bottom: 20px;
}

.keshijieshao .section-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 20px;
	background-color: #171c57;
}

.keshijieshao .department-intro {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	margin-bottom: 10px;
}

.keshijieshao .department-intro p {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 15px;
	text-indent: 2em;
}

.keshijieshao .department-intro h3 {
	color: #171c57;
	margin: 0 0 8px 0;
	font-weight: bold;
}

.keshijieshao .treatment-scope {
	margin-bottom: 10px;
}

.keshijieshao .treatment-scope li {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	text-indent: 2em;
	margin-bottom: 15px;
}

.keshijieshao .treatment-scope h3 {
	color: #171c57;
	margin: 0 0 8px 0;
	font-weight: bold;
}

.keshijieshao .btn-more {
	display: inline-block;
	padding: 6px 16px;
	background-color: #171c57;
	color: white;
	border-radius: 4px;
	font-size: 12px;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.keshijieshao .btn-more:hover {
	background-color: #0056b3;
}

.keshijieshao .department-image {
	width: 50%;
	height: auto;
	object-fit: cover;
}

/* 专家团队 */

.keshijieshao .expert-team {
	margin-top: 40px;
}

.keshijieshao .team-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.keshijieshao .team-title {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-left: 12px;
}

.keshijieshao .team-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 20px;
	background-color: #171c57;
}

.keshijieshao .view-more {
	font-size: 14px;
	color: #666;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.keshijieshao .view-more:hover {
	opacity: 0.75;
}

.keshijieshao .view-more img {
	width: 24px;
	margin-left: 4px;
}

.keshijieshao .experts-grid {
	display: flex;
	gap: 2.5%;
	flex-wrap: wrap;
}

.keshijieshao .expert-card {
	width: 18%;
	cursor: pointer;
	padding: 16px 16px 0;
	box-sizing: border-box;
	overflow: hidden;
	transition: transform 0.3s ease;
	background-image: url("../images/image/dys.png");
	background-size: 100% 100%;
}

.keshijieshao .expert-card:hover {
	transform: translateY(-5px);
}

.keshijieshao .expert-card:hover .expert-name {
	color: #901430;
}

.keshijieshao .expert-photo {
	width: 100%;
	object-fit: cover;
}

.keshijieshao .expert-info {
	padding: 12px 0 18px;
	text-align: center;
}

.keshijieshao .expert-name {
	font-size: 18px;
	color: #202020;
	padding: 5px 0;
}

.keshijieshao .expert-title {
	font-size: 15px;
	color: #565656;
}

/*==专家列表内页==*/

.detailZhuanjia .content {
	max-width: 1230px;
	margin: 0 auto;
}

.zjlb_ny {
	overflow: hidden;
}

.zlny_left {
	width: 200px;
	float: left;
}

.zlny_left img {
	width: 200px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.zlny_right {
	float: right;
	width: 950px;
	background: url(../images/b21.png) no-repeat left bottom;
	padding-bottom: 55px;
}

.zlny_right p {
	font-size: 14px;
	line-height: 38px;
	color: #474747;
}

.zlny_right h2 {
	font-size: 24px;
	color: #333333;
	padding: 35px 0 15px 0;
}

.grjj {
	padding-top: 70px;
}

.grjj_tit h2 {
	font-size: 24px;
	color: #333333;
	border-bottom: 1px solid #e0e1e3;
	line-height: 2;
}

.grjj_nr {
	padding: 15px;
}

.grjj_nr td {
	border: 1px solid #ddd;
}

.grjj_nr p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.grjj_tp {
	text-align: center;
	padding: 20px 0;
}

.gdtj {
	padding-top: 50px;
}

.tdnr {
	transition: all 0.3s;
}

.tdnr:hover {
	transform: scale(0.95);
}

.tdnr img {
	width: 160px;
	height: 210px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.zdx_nr .slick-next {
	background-image: url(../images/png19.png);
	width: 35px;
	height: 35px;
	right: -50px;
	background-size: 100% 100%;
}

.zdx_nr {
	position: relative;
	margin: 50px auto;
}

.zdx_nr .slick-prev {
	background-image: url(../images/png18.png);
	width: 35px;
	height: 35px;
	left: -50px;
	background-size: 100% 100%;
}

.tdtext {
	text-align: center;
}

.tdtext h2 {
	font-size: 18px;
	color: #202020;
	padding: 10px 0 5px;
}

.tdtext p {
	font-size: 15px;
	color: #565656;
}

.zdx_nr .slick-carousel {
	margin: 0 50px;
}

.zdx_nr .slick-slide {
	margin-right: 30px;
}

/* 响应式设计 */

@media (max-width: 768px) {
	.keshijieshao .department-detail {
		flex-direction: column;
	}

	.keshijieshao .department-image {
		width: 100%;
		height: 250px;
	}

	.keshijieshao .experts-grid {
		justify-content: center;
	}

	.keshijieshao .expert-card {
		width: 200px;
	}
}

/* 
	专家介绍
 */

.zhuanjiajieshao .content {
	max-width: 1230px;
	margin: 0 auto 100px;
}

.zhuanjiajieshao .pageTitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}

.zhuanjiajieshao .pageTitle img {
	width: 30px;
}

.zhuanjiajieshao .department-nav-box {
	border: 10px solid transparent;
	-webkit-border-image: url("../images/image/expert-border.png") 10 10 round;
	/* Safari 5 and older */
	-o-border-image: url("../images/image/expert-border.png") 10 10 round;
	/* Opera */
	border-image: url("../images/image/expert-border.png") 10 10 round;
	margin-bottom: 60px;
}

.zhuanjiajieshao .department-nav {
	/* display: flex; */
	display: grid; /* 修改为 grid */
	grid-template-columns: repeat(6, 1fr);
	gap: 10px; /* 行间距和列间距 */
	/* flex-wrap: wrap;
	gap: 10px; */
	/* 可选：设置网格间距 */
	background-color: #8f132f;
	padding: 20px 15px;
}

.zhuanjiajieshao .dept-item {
	padding: 8px 15px;
	border-radius: 4px;
	font-size: 12px;
	cursor: pointer;
	transition: all 0.2s ease;
	text-align: left;
	min-width: 80px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
}

.zhuanjiajieshao .dept-item:hover {
	background-color: #ceb072;
}

.zhuanjiajieshao .dept-item.active {
	background-color: #ceb072;
	color: white;
}

.zhuanjiajieshao .experts-grid {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.zhuanjiajieshao .expert-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	width: calc(20% - 20px);
	cursor: pointer;
	padding: 16px 16px 0;
	box-sizing: border-box;
	overflow: hidden;
	transition: transform 0.3s ease;
	background-image: url("../images/image/dys.png");
	background-size: 100% 100%;
}

.zhuanjiajieshao .expert-card:hover {
	transform: translateY(-5px);
}

.zhuanjiajieshao .expert-card:hover .expert-name {
	color: #901430;
}

.zhuanjiajieshao .expert-photo {
	width: 100%;
	height: 291px;
	object-fit: cover;
}

.zhuanjiajieshao .expert-info {
	padding: 15px 0 25px;
	text-align: center;
}

.zhuanjiajieshao .expert-name {
	font-size: 18px;
	color: #202020;
	padding: 5px 0;
}

.zhuanjiajieshao .expert-title {
	font-size: 15px;
	color: #565656;
}

/* 
	质控中心
 */

.zhikongzhongxin .content {
	position: relative;
}

.zhikongzhongxin .content::after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background: #e1e1f4;
	position: absolute;
	right: 0;
	top: 80px;
}

.zhikongzhongxin .navsBox {
	display: flex;
	max-width: 1230px;
	margin: 0 auto;
}

.zhikongzhongxin .navsBox-left {
	flex: 1;
}

.zhikongzhongxin .navsBox-right {
	padding-top: 40px;
}

.zhikongzhongxin .navsBox-right .nav-list {
	display: flex;
	width: 480px;
	flex-wrap: wrap;
}

.zhikongzhongxin .navsBox-right .nav-list .nav-item {
	width: 240px;
	height: 240px;
	box-sizing: border-box;
	padding: 30px 0 0 20px;
	position: relative;
	transition: all 0.3s ease;
	cursor: pointer;
}

.zhikongzhongxin .navsBox-right .nav-list .nav-item:nth-child(1) {
	background-color: #c7a368;
}

.zhikongzhongxin .navsBox-right .nav-list .nav-item:nth-child(2) {
	background-color: #901430;
}

.zhikongzhongxin .navsBox-right .nav-list .nav-item:nth-child(3) {
	cursor: default;
}

.zhikongzhongxin .navsBox-right .nav-list .nav-item:not(:nth-child(3)):hover {
	transform: scale(0.93);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

.zhikongzhongxin .navsBox-right .nav-list .nav-item:nth-child(3)::after {
	content: "";
	display: block;
	width: 50%;
	height: 50%;
	background: #e1e1f4;
	position: absolute;
	left: 0;
	bottom: 0;
}

.zhikongzhongxin .navsBox-right .nav-list .nav-item:nth-child(4) {
	background-color: #171c57;
}

.zhikongzhongxin .navsBox-right .nav-list .nav-item .nav-item-tit {
	font-size: 20px;
	color: #fff;
}

.zhikongzhongxin .navsBox-right .nav-list .nav-item .nav-item-txt {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}

.zhikongzhongxin .navsBox-right .nav-list .nav-item .nav-item-icon {
	position: absolute;
	right: 30px;
	bottom: 30px;
	height: 40px;
}

.zhikongzhongxin .navsBox-right .nav-list .nav-item .nav-item-icon img {
	height: 100%;
}

.zhikongzhongxin .policy {
	max-width: 1230px;
	margin: 100px auto;
}

.zhikongzhongxin .policy .policy-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.zhikongzhongxin .policy .policy-head-tit {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding-left: 10px;
	letter-spacing: 0.1em;
	border-left: 3px solid #171c57;
}

.zhikongzhongxin .policy .policy-head-subtit {
	font-size: 20px;
	font-weight: bold;
	color: #dddde3;
	margin-top: 5px;
}

.zhikongzhongxin .policy .policy-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.zhikongzhongxin .policy .policy-list .policy-item {
	width: calc(50% - 10px);
	display: flex;
	align-items: center;
	background-color: #fff;
	box-sizing: border-box;
	padding: 14px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.zhikongzhongxin .policy .policy-list .policy-item:hover {
	transform: translateY(-5px);
}

.zhikongzhongxin .policy .policy-list .policy-item .item-text {
	font-size: 15px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 10px;
}

.zhikongzhongxin .policy .policy-list .policy-item .item-time {
	font-size: 14px;
	color: #999;
	width: 100px;
	text-align: right;
	border-left: 1px solid #dddde3;
}

/* 
	护理天地
*/

.hulitiandi .content {
	background-image: url("../images/image/hulibg1.jpg");
	background-position: top center;
	background-size: 100%;
	background-color: #ffffff;
}

.hulitiandi .contentText {
	max-width: 1230px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.hulitiandi .navsBox {
	background-image: url("../images/image/hulibg2.jpg");
	background-position: top center;
	background-size: 100% auto;
	background-color: #ffffff;
	padding: 60px 0;
}

.hulitiandi .navsBox .navs {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}

.hulitiandi .navsBox .navs-list {
	width: 560px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	top: 60px;
}

.hulitiandi .navsBox .navs-list .navs-item {
	width: 280px;
	height: 156.8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	cursor: pointer;
}

.hulitiandi .navsBox .navs-list .navs-item:hover {
	transform: translateY(-5px);
}

.hulitiandi .navsBox .navs-list .navs-item:nth-child(1) {
	background-color: #c7a368;
}

.hulitiandi .navsBox .navs-list .navs-item:nth-child(2) {
	background-color: #901430;
}

.hulitiandi .navsBox .navs-list .navs-item:nth-child(4) {
	background-color: #171c57;
}

.hulitiandi .navsBox .navs-list .navs-item:nth-child(3) {
	cursor: default;
}

.hulitiandi .navsBox .navs-list .navs-item .navs-item-icon {
	width: 60px;
}

.hulitiandi .navsBox .navs-list .navs-item .navs-item-text {
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.hulitiandi .navsBox .navs-list .navs-item .navs-item-img,
.hulitiandi .navsBox .navs-list .navs-item .navs-item-img img {
	width: 100%;
	height: 100%;
}

.hulitiandi .navsBox .navs-img {
	width: 600px;
}

/* 
	科研教学
*/

.keyanjiaoxue .navs {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 30px;
}

.keyanjiaoxue .navs .navs-item {
	display: flex;
	transition: all 0.3s ease;
}

.keyanjiaoxue .navs .navs-item:hover {
	transform: scale(0.95);
}

.keyanjiaoxue .navs .navs-item img {
	width: 100%;
}

.keyanjiaoxue .navs .navs-item:nth-child(1) {
	width: 40%;
	margin-right: 3.35%;
}

.keyanjiaoxue .navs .navs-item:nth-child(2) {
	width: 26.25%;
	align-items: center;
}

.keyanjiaoxue .navs .navs-item:nth-child(3) {
	width: 15.2%;
	align-items: flex-start;
}

.keyanjiaoxue .navs .navs-item:nth-child(4) {
	width: 15.2%;
	align-items: flex-end;
}

.keyanjiaoxue .article {
	width: 100%;
	background-color: #ffffff;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	background-image: url("../images/image/keyanBg2.jpg");
	position: relative;
}

.keyanjiaoxue .article::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: top right;
	background-image: url("../images/image/keyanBg1.jpg");
}

.keyanjiaoxue .articleCont {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
}

.keyanjiaoxue .cont-title {
	width: 160px;
	box-sizing: border-box;
	padding-right: 30px;
	padding-bottom: 50px;
	position: relative;
	border-bottom: 1px solid #96203b;
}

.keyanjiaoxue .cont-title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #96203b;
}

.keyanjiaoxue .cont-area {
	flex: 1;
	box-sizing: border-box;
	padding-left: 50px;
	padding-bottom: 20px;
	border-left: 1px solid #96203b;
	border-bottom: 1px solid #96203b;
	position: relative;
	z-index: 1;
}

.keyanjiaoxue .cont-area::before {
	content: "";
	display: block;
	position: absolute;
	left: -4px;
	top: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #96203b;
}

.keyanjiaoxue .cont-area::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -4px;
	right: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #96203b;
}

/* 
	文章详情
 */
.articleDetail {
	background-color: #fff;
}

.articleDetail .content {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
}

.articleDetail .content .cont-left {
	flex: 1;
}

.articleDetail .sxpwz {
	border-top: 1px solid #dcdcdc;
	padding: 25px 0 70px 0;
	margin-top: 85px;
}

.articleDetail .sxpwz p {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	letter-spacing: 0.1em;
}

.articleDetail .sxpwz a {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

.articleDetail .detail-head {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
}

.articleDetail .detail-tit {
	font-size: 24px;
	color: #333333;
	padding-bottom: 15px;
}

.articleDetail .detail-subtit {
	font-size: 16px;
	color: #666;
}

.articleDetail .sxpwz a:hover {
	color: #0056b3;
}

.articleDetail .content .cont-right {
	width: 360px;
	margin-left: 80px;
	/* 与左侧保持适间距 */
	padding-top: 30px;
	/* 与左侧标题对齐 */
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 20px;
}

.articleDetail .cont-right .right-tit {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 2px solid #f0f0f0;
}

.articleDetail .cont-right .right-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.articleDetail .cont-right .right-list li {
	margin-bottom: 18px;
	line-height: 1.6;
}

.articleDetail .cont-right .right-list a {
	font-size: 15px;
	color: #444;
	text-decoration: none;
	display: block;
	transition: color 0.2s;
	line-height: 1.5;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.articleDetail .cont-right .right-list a:hover {
	color: #0056b3;
	padding-left: 4px;
}

/* 
	科室详情
 */

.detailKeshi .content {
	max-width: 1240px;
	margin: 0 auto;
}

.zjzz {
	overflow: hidden;
}

.zjzz_left {
	width: 596px;
	float: left;
}

.zjzz_left img {
	width: 100%;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.zjzz_right {
	width: 610px;
	float: right;
	padding-top: 120px;
}

.zjzz_right h2 {
	background: url(../images/image/b2.png) no-repeat left bottom;
	font-size: 33px;
	padding-bottom: 37px;
	margin-bottom: 25px;
}

.zjzz_right p {
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 32px;
}

.zjzz .btn2 {
	width: 152px;
	height: 36px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	transition: All 0.4s ease-in-out;
	background: #04a4be;
	color: #fff;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	display: block;
}

.zjzz .btn2:hover {
	background: #02788b;
	color: #fff;
}

/* 
	通用详情
*/

.generalDetail {
	background-color: #fff;
}

.generalDetail .content {
	max-width: 1240px;
	margin: 0 auto;
}

.generalDetail .content-tit {
	font-size: 24px;
	color: #333333;
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}

.generalDetail .content-text {
	padding: 20px;
}

.generalDetail .content-text p{
    line-height: 1.8;
}

/*==职工入口==*/

.zzrr_mobile {
	display: none;
}

.zzrr {
	position: relative;
	padding: 100px 5px 130px 5px;
	position: relative;
	max-width: 1200px;
	margin: 0 auto 100px;
}

.zzrr_left {
	transition: all 0.5s;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #7799e1;
	width: 582px;
	height: 468px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.zzrr_left a img,
.zzrr_left a p {
	transition: all 0.5s;
}

.zzrr_left:hover img,
.zzrr_left:hover p {
	transform: scale(1.1);
}

.zzrr_left h2 {
	padding-top: 110px;
	text-align: center;
}

.zzrr_left p {
	font-size: 22px;
	color: white;
	padding-top: 45px;
}

.zzrr_rigth {
	width: 710px;
	position: absolute;
	top: 100px;
	right: 0;
}

.zzrr_rigth a img,
.zzrr_rigth a p {
	transition: all 0.5s;
}

.zzrr_rigth a:hover img,
.zzrr_rigth a:hover p {
	transform: scale(1.1);
}

.zzrr_top {
	overflow: hidden;
}

.zzbtn {
	display: block;
	width: 475px;
	height: 310px;
	background: #901430;
	text-align: center;
	padding-top: 80px;
	box-sizing: border-box;
	margin-right: 30px;
	float: left;
}

.zzbtn p {
	color: #fff;
	font-size: 23px;
	padding-top: 28px;
}

.zzrr_top h2 {
	font-size: 30px;
	color: #444444;
	padding: 60px 0 30px 0;
	font-weight: normal;
}

.zzrr_top h4 {
	color: #444;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
}

.zzrr_bottom {
	padding: 20px 0 0 27px;
}

.zzrr_bottom ul {
	overflow: hidden;
}

.zzrr_bottom li {
	float: left;
	padding: 0 0 0 20px;
	width: 50%;
	box-sizing: border-box;
}

.zzrr_bottom a {
	display: block;
	height: 262px;
	text-align: center;
	background: #a49b72;
	padding-top: 65px;
	box-sizing: border-box;
	transition: all 0.5s;
}

.zzrr_bottom a img,
.zzrr_bottom a p {
	transition: all 0.5s;
}

.zzrr_bottom a:hover img,
.zzrr_bottom a:hover p {
	transform: scale(1.1);
}

.zzrr_bottom p {
	font-size: 23px;
	color: #fff;
	padding-top: 20px;
}

.zzrr_mobile {
	padding: 50px 10px;
}

.zzrr_mobile a {
	width: 80%;
	display: flex;
	align-items: center;
	padding: 15px;
	gap: 20px;
	color: #fff;
	font-size: 16px;
	margin: 30px auto;
}

.zzrr_mobile a:nth-child(1) {
	background-color: #7799e1;
}

.zzrr_mobile a:nth-child(2) {
	background-color: #901430;
}

.zzrr_mobile a:nth-child(3) {
	background-color: #a49b72;
}

.zzrr_mobile a img {
	width: auto;
	height: 50px;
}

/*==就诊版==*/

.jzxq {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
	margin-bottom: 100px;
}

.jzxq li {
	display: inline-block;
	*display: inline;
	padding: 65px 13px 0 13px;
}

.jzxqbox {
	width: 328px;
	padding: 20px 0 45px 0;
	border: 1px solid #901430;
	background-color: #fff;
	transition: all 0.3s ease;
}

.jzxqbox:hover {
	transform: scale(0.98);
	box-shadow: 1px 10px 10px #cacaca;
}

.jzxqbox p {
	font-size: 27px;
	color: #606059;
	text-align: center;
}

.jzxqbox:hover span {
	animation: rot 0.6s;
}

.jzxqbox span {
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 auto;
}

.om1 {
	background: url(../images/image/icon/z1.png) no-repeat center center;
}

.om2 {
	background: url(../images/image/icon/z2.png) no-repeat center center;
}

.om3 {
	background: url(../images/image/icon/z3.png) no-repeat center center;
}

.om4 {
	background: url(../images/image/icon/z4.png) no-repeat center center;
}

.om5 {
	background: url(../images/image/icon/z5.png) no-repeat center center;
}

.om6 {
	background: url(../images/image/icon/z6.png) no-repeat center center;
}

.logo3 {
	padding-top: 15px;
}

/*==就医指南==*/

.jiuyizhinan .content {
	max-width: 1200px;
	margin: 100px auto;
}

.bbn {
	background: url(../images/b31.png);
	padding-bottom: 130px;
}

.wz1200 {
	width: 1200px;
	margin: 0 auto;
}

.jyzn h2 {
	text-align: center;
	font-size: 25px;
	color: #333333;
	padding-bottom: 25px;
}

.jyzn_nr ul:after {
	content: "";
	clear: both;
	visibility: hidden;
	display: block;
	width: 0;
}

.jyzn_nr li {
	float: left;
	padding-right: 10px;
	transition: all 0.5s;
}

.jyzn_nr li:hover {
	transform: translateY(-7px);
}

.jyzn_nr a {
	display: block;
	text-align: center;
	width: 225px;
	padding: 30px 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.jyzn_nr p {
	color: #fff;
	font-size: 20px;
}

.jyzn_nr span {
	display: block;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	position: relative;
}

.jyzn_nr li:hover span{
	animation: rot 0.6s;
}

/* 定义左右晃动的动画 */
@keyframes rot {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
    }
    75% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }    
}

.jyzn_nr ul li:nth-child(1) a {
	background: #15c283;
}

.jyzn_nr ul li:nth-child(2) a {
	background: #e5b152;
}

.jyzn_nr ul li:nth-child(3) a {
	background: #64a4cd;
}

.jyzn_nr ul li:nth-child(4) a {
	background: #c14b4d;
}

.jyznb {
	margin-top: 95px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}

.jyzn_tit {
	background: #901430;
}

.jyzn_tit h2 {
	color: #fff;
	line-height: 58px;
	padding-left: 28px;
	font-size: 20px;
}

.jyxx {
	padding-top: 22px;
}

.jyxx h3 {
	line-height: 40px;
	font-size: 18px;
	color: #333333;
	padding-left: 40px;
	font-weight: normal;
}

.rjdh {
	margin: 0 25px 25px 25px;
	border: 1px solid #dddddd;
	padding: 15px 0;
	display: none;
}

.jyxx h3 a {
	color: #333;
}

.rjdh h2 {
	font-size: 18px;
	color: #333333;
	padding: 10px;
}

.rjdh p {
	padding: 0 40px;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

.rjdhbox {
	padding-bottom: 40px;
}

.jyxx h3 i {
	display: inline-block;
	*display: inline;
	margin-left: 12px;
	width: 40px;
	height: 40px;
	background: url(../images/b36.png) no-repeat center center;
	vertical-align: middle;
	margin-top: -6px;
}

.jyxx .on {
	background: #ac173a;
}

.jyxx .on a {
	color: #fff;
}

.jyxx .on i {
	background: url(../images/b37.png) no-repeat center center;
}

.fdck .yymz {
	display: block;
	background: url(../images/b38.png) no-repeat center 15px #fff;
}

.fdck .yymz p {
	color: #333;
	text-align: center;
	padding-top: 63px;
	font-size: 14px;
	height: 93px;
	display: block;
}

.fdck .yymz:hover {
	background: url(../images/b39.png) no-repeat center 15px #14aac2;
}

.fdck .yymz:hover p {
	color: #fff;
}

/* 检查报告查询 */
.jianchabaogao .content {
	max-width: 1200px;
	margin: 100px auto;
}

.step-tip {
	background: #901430;
	color: #fff;
	padding-left: 100px;
	padding-top: 22px;
	padding-bottom: 10px;
	border-radius: 3px;
}

.step-tip h4 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 13px;
}

.step-tip p {
	font-size: 14px;
	line-height: 2;
}

/* 整形期刊 */
.qikan .carousel-title {
	text-align: center;
	font-size: 20px;
	color: #333;
	letter-spacing: 0.1em;
	padding: 45px 0 25px 0;
}

/* 轮播图容器 */
.qikan .carousel-container {
	position: relative;
	margin-bottom: 40px;
}

/* Slick轮播样式定制 */
.qikan .content {
	max-width: 1200px;
	margin: 0 auto 100px;
}

.qikan .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	margin: 0 50px;
}

.qikan .slick-arrow {
	font-size: 30px;
	color: #b8b8b8;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qikan .slick-arrow:hover {
	color: #000000;
}

.qikan .slick-next {
	width: 35px;
	height: 35px;
	right: -50px;
}

.qikan .slick-prev {
	width: 35px;
	height: 35px;
	left: -50px;
}

/* 卡片样式 */
.qikan .slick-list {
	padding: 20px 0;
}

.qikan .slick-slide {
	margin-right: 15px;
}

.qikan .card {
	background: #f5f5f5;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	cursor: pointer;
	transition: transform 0.3s ease;
	display: flex !important;
	gap: 15px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 160px;
	box-sizing: border-box;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.qikan .card img {
	width: auto;
	height: 50px;
	display: block;
	margin: 0 auto;
}

.qikan .card:hover {
	transform: translateY(-5px);
}

.qikan .card-icon {
	height: 50px;
}

.qikan .card-title {
	font-size: 18px;
	color: white;
}

/* 不同颜色的卡片 */
.qikan .slick-slide:nth-child(5n + 1) .card {
	background: #c55c73;
}

.qikan .slick-slide:nth-child(5n + 2) .card {
	background: #5b9bd5;
}

.qikan .slick-slide:nth-child(5n + 3) .card {
	background: #7bce68;
}

.qikan .slick-slide:nth-child(5n + 4) .card {
	background: #656fd6;
}

.qikan .slick-slide:nth-child(5n + 5) .card {
	background: #53c5ba;
}

/* 杂志简介部分 */
.qikan .section-title {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 5px solid #901430;
}

.qikan .article-content {
}

.qikan .article-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.qikan .article-item {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	transition: all 0.4s ease;
}

.qikan .article-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #555;
}

.qikan .article-item:hover {
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	border-color: #999;
}

.qikan .article-title {
	flex: 1;
	padding-right: 20px;
	font-size: 16px;
}

.qikan .article-date {
	font-size: 14px;
	color: #888;
}

/* 响应式设计 */
@media (max-width: 768px) {
	.slick-prev {
		left: -40px;
	}

	.slick-next {
		right: -40px;
	}

	.card {
		height: 120px;
		padding: 15px;
	}

	.card-icon {
		font-size: 36px;
	}

	.card-title {
		font-size: 14px;
	}
}

/* 
	预约挂号
 */
.yuyueguahao .content {
	max-width: 1230px;
	margin: 0 auto;
}

.yuyueguahao .titleBanner {
	width: 100%;
	padding: 30px 0;
	text-align: center;
	background-color: #901430;
	margin-top: 30px;
}

.yuyueguahao .titleBanner h1 {
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #fff;
}

.yuyueguahao .main {
	margin: 60px auto 100px;
	display: flex;
	gap: 30px;
}

.yuyueguahao .main-left {
	width: 370px;
	padding: 20px;
	background-color: #fff;
	box-sizing: border-box;
}

.yuyueguahao .main-right {
	flex: 1;
}

.yuyueguahao .appointment {
	background-color: #fff;
	padding: 30px;
}

.yuyueguahao .appointment:first-child {
	margin-bottom: 15px;
}

.yuyueguahao .appointment-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	font-size: 22px;
}

.yuyueguahao .appointment-content {
	height: 135px;
	overflow-y: auto;
}

.yuyueguahao .appointment-content::-webkit-scrollbar {
	width: 8px;
	/* 滚动条的宽度 */
	height: 8px;
	/* 滚动条的高度 */
}

/* 滚动条轨道 */
.yuyueguahao .appointment-content::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* 轨道的颜色 */
}

/* 滚动条滑块 */
.yuyueguahao .appointment-content::-webkit-scrollbar-thumb {
	background: #bcbcbc;
	/* 滑块的颜色 */
	border-radius: 10px;
	/* 滑块的圆角 */
}

/* 滑块在鼠标悬停时的样式 */
.yuyueguahao .appointment-content::-webkit-scrollbar-thumb:hover {
	background: #555;
	/* 滑块悬停时的颜色 */
}

.yuyueguahao .appointment-content p {
	line-height: 1.8;
	font-size: 16px;
}

/* 
	搜索
*/
.search .search-box {
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	display: flex;
	margin-bottom: 25px;
}

.search .search-btn {
	width: 60px;
	height: 38px;
	background-color: #901430;
	color: #fff;
	border: none;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

.search .search-btn:hover {
	background-color: #666;
}

.search .search-btn i {
	font-size: 20px;
	line-height: 40px;
}

.search .search-input {
	flex: 1;
	height: 38px;
	line-height: 38px;
	border: none;
	padding: 0 10px;
	box-sizing: border-box;
}

/* 
	列表页（无图）
*/
.list_list .content {
	max-width: 1230px;
	margin: 50px auto;
}
.list_list .newsPage-title {
	font-size: 24px;
	padding-left: 15px;
}
.list_list .news-list {
	padding: 25px 15px;
}

.list_list .news-item {
	padding: 20px 15px;
	border-bottom: 1px solid #eee;
	transition: all 0.4s ease;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.list_list .list_list .news-item:last-child {
	border-bottom: none;
}

.list_list .news-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.list_list .news-item:hover::before {
	transform: scaleX(1);
}

.list_list .news-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(to bottom, #1a2a6c, #1a2a6c);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}

.list_list .news-title {
	font-size: 18px;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 4px;
	line-height: 1.4;
	transition: color 0.3s;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.list_list .news-item:hover .news-title {
	color: #1a2a6c;
}

.news-time {
	font-size: 13px;
	color: #7f8c8d;
	font-weight: 400;
}

/* 卡片底部装饰 */
.list_list .news-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, transparent, #1a2a6c, #1a2a6c, transparent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.5s ease;
}

.list_list .news-item:hover::after {
	transform: scaleX(1);
}

/* 1200 */

@media screen and (max-width: 1200px) {
	.articleDetail .cont-left {
		margin: 0 20px;
	}

	.articleDetail .cont-right {
		display: none;
	}
}

/* mobile */

@media screen and (max-width: 750px) {
	/* 院所介绍 */
	.about-content .img {
		display: none;
	}

	.about-content .about-text {
		padding: 0 20px 20px;
	}

	.about-content::before {
		display: none;
	}

	.about-content::after {
		display: none;
	}

	.about-content .about-text-btn {
		display: block;
		margin: 20px auto 0;
	}

	.yuansuojieshao .tagGrid-img {
		display: none;
	}

	.yuansuojieshao .tagGrid {
		margin: 0;
		padding: 0;
		height: auto;
	}

	.yuansuojieshao .tagGrid-list {
		width: 100%;
	}

	.yuansuojieshao .tagGrid-item {
		width: 50%;
	}

	.yuansuojieshao .tagGrid-item:nth-child(1) {
		display: none;
	}

	/* 科研教学 */
	.keyanjiaoxue .cont-title {
		display: none;
	}

	.keyanjiaoxue .cont-area {
		padding: 0 20px;
		border: none;
	}

	/* 联系我们 */
	.lianxiwomen .content {
		display: block;
		margin-bottom: 20px;
	}

	.lianxiwomen .newsDataList {
		width: 100%;
	}

	.lianxiwomen .map-section {
		display: none;
	}

	.lianxiwomen .info-panel {
		width: 100%;
	}

	/* list_党建工作 */
	.newsDataList .news-grid {
		display: block;
		padding: 0 15px;
	}

	.newsDataList .news-item {
		width: 100%;
		max-width: none;
		background-color: #fff;
		margin-bottom: 15px;
	}

	.newsDataList .news-action {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}

	.newsDataList .news-content {
		padding: 10px;
		position: relative;
	}

	/* list_友情链接 */
	.youqinglianjie .link-list {
		gap: 10px;
		padding: 0 10px;
	}

	.youqinglianjie .link-item {
		flex: 0 1 calc(50% - 5px);
	}

	/* 质控中心 */
	.zhikongzhongxin .navsBox-right {
		padding-top: 0;
	}

	.zhikongzhongxin .navsBox {
		display: block;
	}

	.zhikongzhongxin .navsBox-right .nav-list {
		width: 100%;
	}

	.zhikongzhongxin .navsBox-right .nav-list .nav-item {
		display: block;
		width: 100%;
		height: auto;
		padding: 20px;
		box-sizing: border-box;
	}

	.zhikongzhongxin .content::after,
	.zhikongzhongxin .navsBox-right .nav-list .nav-item:nth-child(3)::after,
	.zhikongzhongxin .navsBox-right .nav-list .nav-item:nth-child(3),
	.zhikongzhongxin .policy .policy-head-subtit,
	.zhikongzhongxin .policy .policy-list .policy-item .item-time {
		display: none;
	}

	.zhikongzhongxin .policy {
		margin: 30px auto;
		padding: 0 15px;
	}

	.zhikongzhongxin .policy .policy-list {
		gap: 15px;
	}

	.zhikongzhongxin .policy .policy-list .policy-item {
		width: 100%;
	}

	/* 护理天地 */
	.hulitiandi .contentText {
		padding: 0 10px;
	}

	.hulitiandi .navsBox .navs-list {
		width: 100%;
		top: 0;
	}

	.hulitiandi .navsBox .navs-list .navs-item {
		width: 50%;
	}

	/* 科室介绍 */
	.keshijieshao .department-detail {
		margin: 0 10px;
	}

	.keshijieshao .department-nav {
		display: flex;
		flex-wrap: wrap;
		padding: 0 10px;
	}

	.keshijieshao .expert-team {
		margin: 0 10px;
	}

	.keshijieshao .experts-grid {
		gap: 12px;
	}

	.keshijieshao .expert-card {
		width: calc(50% - 6px);
	}

	/* 专家介绍 */
	.zhuanjiajieshao .content {
		padding: 0 10px;
	}

	.zhuanjiajieshao .pageTitle {
		margin-bottom: 10px;
	}

	.zhuanjiajieshao .department-nav-box {
		margin-bottom: 20px;
	}

	.zhuanjiajieshao .experts-grid {
		gap: 12px;
	}

	.zhuanjiajieshao .expert-card {
		width: calc(50% - 6px);
	}

	/* 职工入口 */
	.zzrr {
		display: none;
	}

	.zzrr_mobile {
		display: block;
	}

	/* 就诊版 */
	.jzxq {
		width: 100%;
	}

	.jzxq li {
		padding: 13px 13px 0 13px;
	}

	.jzxqbox {
		padding: 10px 0;
	}

	.jzxqbox span {
		width: 50px;
		height: 50px;
		background-size: 100% 100%;
	}

	.jzxqbox p {
		font-size: 18px;
		margin-top: 10px;
	}

	/* 就医指南 */
	.jyzn_nr ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
		padding: 10px;
	}

	.jyzn_nr ul li {
		width: calc(50% - 6px);
		float: none;
		padding: 0;
	}

	.jyzn_nr ul li a {
		width: 100%;
		padding: 15px 0;
	}

	.jyzn_nr span {
		width: 40px;
		height: 40px;
	}

	.jyzn_nr span img {
		max-width: 100%;
		max-height: 100%;
	}

	.jyzn_nr p {
		font-size: 16px;
		line-height: 2;
	}

	.jyznb {
		margin: 10px;
	}

	.rjdh {
		margin: 10px;
	}

	/* 预约挂号 */
	.yuyueguahao .main {
		align-items: center;
		flex-direction: column-reverse;
		margin: 30px 0;
	}

	.yuyueguahao .appointment-content {
		height: auto;
	}
}
