@charset "UTF-8";

/* in_img */
body {
	font-family: 思源黑体;
}

@font-face {
	font-family: 'SourceHanSansSC Medium';
	src: local('Source Han Sans SC Medium'),
		/* 标准英文名称 */
		local('思源黑体 Medium');
	/* 中文名称（兼容更多系统） */
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SourceHanSansCN Regular';
	src: local('Source Han Sans CN Regular'),
		local('思源黑体 CN Regular');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.in-body {
	background-color: #f8f8f8;
}

.in_img {
	position: relative;
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}

.in_img img {
	width: 100%;
	display: block;
}

.in_ban {
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
	/* height: 100%; */
	display: flex;
	align-items: center;
}

.in_ban .in_ban_info {
	margin: 0 auto;
}

.in_ban .in_ban_info2 {
	text-align: center;
}

.in_ban .in_ban_info2 h2 {
	line-height: 2.0 !important;
}

.black_font {
	color: #000000 !important;
}

.in_ban .in_ban_info h2 {
	width: 100%;
	font-size: 32px;
	line-height: 1.5;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 2px;
	font-family: 思源黑体;
}

.in_ban .in_ban_info i {
	display: block;
	width: 46px;
	height: 3px;
	margin: 10px 0;
	background: #d62417;
}

.in_ban .in_ban_info p {
	width: 100%;
	font-size: 24px;
	line-height: 2.0;
	color: #ffffff;
}

/* in_img end*/
/* pos */
.pos {
	width: 100%;
	padding: 20px 0;
	background: #fff;
	box-shadow: 0 0 12px 6px rgba(203, 224, 247, 0.6);
	position: relative;
	/* box-shadow: 0 10px 10px #a6cdf4;
	-webkit-box-shadow: 0 10px 10px #a6cdf4;
	-moz-box-shadow: 0 10px 10px #a6cdf4; */
}

.pos_con {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: normal;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pos_info {
	padding-left: 30px;
	background: url(../images/in/home.png) left center no-repeat;
	background-size: 18px auto;
}

.pos_con .son_list {
	display: flex;
	align-items: center;
}

.pos_con .son_list li {
	position: relative;
	font-size: 18px;
	padding: 0 50px;
	letter-spacing: 2px;
	font-family: 'SourceHanSansCN-Regular', sans-serif;
}

.pos_con .son_list li::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 16px;
	background: #dcdcdc;
}

.pos_con .son_list a:first-child li {
	padding-left: 0;
}

.pos_con .son_list li.on {
	color: #f06330;
}

.pos_con .son_list li:hover {
	color: #f06330;
}

.pos_con .son_list a:last-child li::after {
	display: none;
}

@media (max-width:1440px) {
	.pos_con .son_list li {
		padding: 0 30px;
	}
}



.page_div {
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
}

.pagelist {
	text-align: center;
	margin-top: 35px;
	color: #626262;
}

.pagelist li {
	display: inline-block;
	padding: 1px 6px;
	border: 1px solid #f8f8f8;
}

.pagelist li a {
	color: #626262;
}

.pagelist .active {
	color: #1981f4;
	border-radius: 3px;
	border: 2px solid #f5f5f5;
}

.pagelist .active a {
	color: #1981f4;
}

.page_div {
	margin: 15px auto;
}

#pages {
	text-align: center;
}

#pages li {
	margin: 0 2px;
	/*height: 20px;*/
	/*line-height: 20px;*/
	/*text-align: center;*/
	/*background: #e6e6e6;*/
	/*color: #333;*/
	/*display: inline-block;*/
	
	padding: 6px 16px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
}

#pages li a {
	font-size: 14px;
	display: block;
}

#pages li span {
	font-size: 14px;
	display: block;
}

#pages li.active {
	text-align: center;
	background: #d6131a;
	border-color:#d6131a;
	color: #fff;
	display: inline-block;
}

#pages li:hover {
	background: #d6131a;
}

#pages li:hover a {
	color: #fff;
}

/* pos end*/
.about_det_con{width:1200px;margin:30px auto;font-size:17px;line-height:2.0;color:#333333;}
.about_det_con h2{text-align:center;font-size:24px;line-height:2.0;font-weight:500;}
.about_det_con img{max-width:100%;}
.about_det_con video{max-width:100%;}
.about_det_con table{border:1px solid #333;border-collapse: collapse;border-spacing: 0;}
.about_det_con table tr td{border:1px solid #333;}
.about_det_con .art_time{font-size:13px;line-height:2.0;text-align:center;margin-bottom:8px;}
.n_p_page{margin:15px auto;padding-top:10px;border-top:1px solid #000000;}
.about_det_con strong{font-weight:600;}
.about_det_con strong span{font-weight:600;}

/* in-main */
.in-main {
	width: 100%;
	padding: 40px 0;
	background: url(../images/in/in_bg1.png) right top no-repeat, url(../images/in/in_bg2.jpg) left bottom no-repeat;
	background-size: 306px auto, 771px auto;
}

.in-main2 {
	width: 100%;
	padding: 66px 0;
	background: url(../images/in/in_keshi_bg.jpg) center bottom no-repeat #fff;
	background-size: 100% auto;
}
.in-main3 {
	width: 100%;
	padding: 66px 0;
	background: url(../images/in/in_keshi_bg.jpg) center bottom no-repeat #fff;
	background-size: 100% auto;
}
/* in-main end */
/* 院务公开 */
.in-list {
	margin: 0 auto;
}

/* 单条新闻项 */
.in-item {
	background: #fff;
	margin-bottom: 26px;
	padding: 25px 30px;
	border-radius: 4px;
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.in-item:hover {
	background: #0180a3;
}

/* 日期标签容器 */
.in-date-tag {
	width: 80px;
	text-align: center;
	flex-shrink: 0;
	border: 1px solid #e5e5e5;
}

.in-item:hover .in-date-tag .in-day {
	color: #fff;
}

/* 置顶日期样式 */

/* 普通日期样式 */
.in-date-tag .in-day {
	color: #565454;
	font-size: 32px;
	font-weight: normal;
	line-height: 1.6;
}

.in-date-tag .in-month {
	background: #f0f0f0;
	color: #565454;
	font-size: 16px;
	line-height: 1.6;
}

/* 新闻内容区域 */
.in-content {
	flex: 1;
}

.in-item-title {
	font-size: 20px;
	color: #030303;
	font-weight: 500;
	margin-bottom: 8px;
	line-height: 1.5;
	font-family: 'SourceHanSansSC-Medium', sans-serif;
}

.in-item:hover .in-item-title {
	color: #fff;
}

.in-item-desc {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 1.6;
}

.in-item:hover .in-item-desc {
	color: #fff;
}

/* 分页容器 */
.pagination {
	max-width: 1200px;
	margin: 30px auto 0;
	text-align: center;
}

.pagination button {
	padding: 8px 16px;
	margin: 0 3px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 20px;
	cursor: pointer;
	font-size: 14px;
}

.pagination button.active {
	background: #ed2633;
	color: #fff;
	border-color: #ed2633;
}

.pagination button:hover:not(.active) {
	background: #f5f5f5;
}

/* 院务公开 end */
/* 党群工作 */
.top-item {
	padding: 20px 30px;
	background: url(../images/in/white_bg.jpg) left bottom no-repeat;
	background-size: 100% calc(100% - 70px);
	display: flex;
	gap: 36px;
	align-items: flex-start;
	justify-content: space-between;
}

.top-item-img {
	width: 50%;
	max-height: 367px;
	overflow: hidden;
	font-size: 0;
}

.top-item-img img {
	width: 100%;
	display: block;
}

.top-item-content {
	padding-top: 80px;

}

.top-item-content h5 {
	font-size: 20px;
	line-height: 1.6;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 500;
	font-family: 'SourceHanSansSC-Medium', sans-serif;
	margin-bottom: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.top-item-content p {
	font-size: 15px;
	line-height: 2.0;
	color: rgba(0, 0, 0, 0.8);
}

.top-item-other {
	width: 100%;
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'SourceHanSansCN-Regular', sans-serif;
}

.top-item-other a {
	line-height: 28px;
	padding: 0 12px;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 20px;
	background-color: #e03323;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.top-item-other a:hover {
	transform: translateY(-6px);
}

/* 党群工作 end */
/* indq-list */
.indq-list {
	margin: 0 auto;
	display: flex;
	gap: 32px;
	margin: 30px auto;
}

.indq-list .indq-item {
	flex: 1;
	background-color: #fff;
}

.indq-list .indq-item .indq-img {
	width: 100%;
	height: 190px;
	overflow: hidden;
	font-size: 0;
}

.indq-list .indq-item .indq-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.indq-list .indq-item .indq-img img:hover {
	transform: scale(1.08);
}

.indq-list .indq-item .indq-info {
	padding: 15px 20px;
}

.indq-list .indq-item .indq-info h5 {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0, 0, 0, 0.85);
	font-family: 'SourceHanSansCN-Regular', sans-serif;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 6px;
}

.indq-list .indq-item .indq-info span {
	font-size: 14px;
	line-height: 2.0;
	color: rgba(0, 0, 0, 0.75);
	font-family: 'SourceHanSansCN-Regular', sans-serif;
}

/* indq-list end */
/* dqdt-main */
.dqdt-main {
	margin: 0 auto;
	padding: 36px 0;
	background-color: #fff;
}

.dqdt-header {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #ececec;
}

.dqdt-header h2 {
	font-size: 26px;
	line-height: 1.5;
	padding-bottom: 15px;
	font-weight: normal;
	color: #030303;
	font-family: 'SourceHanSansCN-Medium', sans-serif;
	position: relative;
}

.dqdt-header h2::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #c80000;
}

.dqdt-list {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.dqdt-item {
	padding: 28px;
	background-color: #f9f9f9;
	display: flex;
	justify-content: space-between;
	gap: 25px;
}

.dqdt-item .dqdt-img {
	width: 244px;
	height: 148px;
	overflow: hidden;
	font-size: 0;
}

.dqdt-item .dqdt-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.dqdt-item:hover .dqdt-img img {
	transform: scale(1.08);
}

.dqdt-item .dqdt-info {
	flex: 1;
}

.dqdt-title {
	width: 100%;
	display: flex;
	margin-bottom: 10px;
}

.dqdt-title a {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.dqdt-title a h5 {
	flex: 1;
	font-size: 20px;
	line-height: 1.6;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 500;
	font-family: 'SourceHanSansSC-Medium', sans-serif;
}

.dqdt-item:hover .dqdt-title a h5 {
	color: #0180a3;
}

.dqdt-title a span {
	width: 100px;
	text-align: right;
	font-size: 14px;
	line-height: 2.0;
	color: rgba(0, 0, 0, 0.75);
	font-family: 'SourceHanSansCN-Regular', sans-serif;
}

.dqdt-desc {
	font-size: 14px;
	line-height: 1.8;
	color: rgba(0, 0, 0, 0.75);
	font-family: 'SourceHanSansCN-Regular', sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.dqdt-more {
	width: 100%;
}

.dqdt-more a {
	width: 100%;
	margin-top: 30px;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 2.0;
	color: #e5062d;
	font-family: 'SourceHanSansCN-Regular', sans-serif;
}

.dqdt-more a img {
	width: 13px;
	margin-left: 10px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.dqdt-more a:hover img {
	margin-left: 15px;
}

/* dqdt-main end */
/* zdzx */
.zdzx {
	padding: 26px 0;
}

.zdzx-header h2 {
	font-size: 24px;
	color: #030303;
	letter-spacing: 1px;
}

.zdzx-con {
	display: flex;
	gap: 50px;
	margin: 20px auto;
}

.zdzx-con .zdzx-tj {
	width: 52%;
	border-radius: 3px;
	overflow: hidden;
}

.zdzx-con .zdzx-list {
	flex: 1;
	font-family: 'SourceHanSansCN-Regular', sans-serif;
}


.swiper-zdzx {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-zdzx .swiper-slide {
	width: 100%;
	height: 435px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-zdzx .swiper-slide a {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-zdzx .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.swiper-zdzx .swiper-slide:hover img {
	transform: scale(1.08);
}

/* 分页指示器样式（还原图中红色数字按钮） */
.swiper-zdzx .swiper-pagination {
	position: absolute;
	bottom: 18px;
	Left: auto;
	right: 20px;
	display: flex;
	gap: 4px;
	justify-content: flex-end;
}

.swiper-zdzx .swiper-pagination-bullet {
	width: 22px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.swiper-zdzx .swiper-pagination-bullet-active {
	background: #e53935;
	/* 红色激活态 */
	color: #fff;
}

/* 底部水印文字样式（可选） */
.swiper-zdzx .watermark {
	position: absolute;
	width: calc(100% - 180px);
	bottom: 18px;
	left: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
	z-index: 10;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* zdzx end */

/* 列表 */
.zdzx-item {
	display: flex;
	align-items: flex-start;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

/* 最后一项去掉下边框 */
.zdzx-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* 日期区域 */
.zdzx-date {
	flex-shrink: 0;
	width: 60px;
	text-align: center;
	margin-right: 20px;
}

.zdzx-date-day {
	font-size: 24px;
	font-weight: normal;
	color: #218ab4;
	line-height: 1.8;
	position: relative;
}

.zdzx-date-day::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 2px;
	background-color: #dfdfdf;
}

.zdzx-date-month {
	font-size: 14px;
	color: #000000;
	margin-top: 2px;
	line-height: 1.8;
}

/* 标题区域 */
.zdzx-title {
	flex: 1;
	padding-top: 8px;
}

.zdzx-title a {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.3s;
}

.zdzx-title a:hover {
	color: #218ab4;
}

/* 列表 end */

/* 通知公告 */
.con-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 15px;
}

.con-title h2 {
	font-size: 24px;
	color: #030303;
	letter-spacing: 1px;
}

.con-title a {
	font-size: 14px;
	line-height: 2.0;
	color: #0191c5;
	padding: 0 20px;
	border: 1px solid #33a9ab;
	border-radius: 5px;
}

.con-title a:hover {
	background-color: #218ab4;
	color: #ffffff;
}

.ggmt {
	width: 100%;
	padding: 36px 0;
	background-color: #ffffff;
}

.ggmt-main {
	display: flex;
	justify-content: space-between;
	gap: 38px;
}

.ggmt-main .tzgg-con {
	width: 53%;
}

.ggmt-main .mtxc-con {
	flex: 1;
	font-family: 'SourceHanSansCN-Regular', sans-serif;
}


.notice-list {
	overflow: hidden;
}

/* 单条公告项 */
.notice-item {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
	gap: 20px;
}

/* 最后一项去掉下边框 */
.notice-item:last-child {
	border-bottom: none;
}

/* 左侧图片容器 */
.notice-img {
	width: 108px;
	height: 76px;
	flex-shrink: 0;
	border-radius: 1px;
	overflow: hidden;
}

.notice-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.notice-item:hover .notice-img img {
	transform: scale(1.08);
}

/* 右侧内容容器 */
.notice-content {
	flex: 1;
	min-width: 0;
	/* 防止文字溢出 */
}

/* 公告标题 */
.notice-title {
	font-size: 20px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.9);
	margin-bottom: 8px;
	line-height: 1.4;
	font-family: 'SourceHanSansSC-Medium', sans-serif;
	/* 标题超出省略 */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.notice-item:hover .notice-title {
	color: #0191c5;
}

/* 公告摘要 */
.notice-desc {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	/* 摘要超出省略 */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 通知公告 end */
/* 专题视频 */
.ztsp {
	width: 100%;
	padding: 36px 0px;
	background-color: #f8f8f8;
}

.ztsp .hospital-swiper {
	width: 100%;
	padding: 0 0 10px 0;
	margin-top: 25px;
	position: relative;
}

.ztsp .hospital-swiper .swiper-slide {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.ztsp .swiper-slide:hover .ztsp-card .ztsp-title {
	color: #218ab4;
}

.ztsp .hospital-swiper .swiper-slide:hover {
	transform: translateY(-6px);
}

/* 单张卡片样式 */
.ztsp .ztsp-card {
	padding: 16px;
	position: relative;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

/* 卡片图片 */
.ztsp .ztsp-img {
	width: 100%;
	height: 175px;
	font-size: 0;
}

.ztsp .ztsp-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 卡片标题 */
.ztsp .ztsp-title {
	font-size: 16px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	margin: 15px 0 0 0;
	line-height: 1.6;
	font-family: 'SourceHanSansCN-Medium', sans-serif;
	/* 文字溢出省略 */
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 数字角标（右上角） */
.ztsp .num-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 60px;
	height: 60px;
	background: #218ab4;
	color: #fff;
	border-radius: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	z-index: 2;
}

.ztsp .num-big {
	font-size: 24px;
	line-height: 1.2;
}

.ztsp .num-small {
	font-size: 12px;
	line-height: 1.5;
}

.ztsp .swiper-button-next {
	right: 18px;
	top: 45%;
}

.ztsp .swiper-button-prev {
	left: 18px;
	top: 45%;
}

/* 轮播导航按钮 */
.ztsp .swiper-button-next,
.ztsp .swiper-button-prev {
	color: #218ab4;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #eee;
}

.ztsp .swiper-button-next:after,
.ztsp .swiper-button-prev:after {
	font-size: 18px;
	font-weight: bold;
}

/* 专题视频 end */
/* 专家团队 */
.in-title {
	width: 100%;
	text-align: center;
}

.in-title h2 {
	font-size: 30px;
	line-height: 1.5;
	padding-bottom: 15px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #030303;
	font-family: 'SourceHanSansCN-Medium', sans-serif;
	position: relative;
}

.in-title p {
	font-size: 20px;
	line-height: 1.5;
	color: rgba(37, 45, 77, 0.85);
	font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
}

.doctor-list {
	margin: 15px auto 0 auto;
	padding-bottom: 66px;
	display: grid;
	/* 桌面端5列，自适应间距 */
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.doctor-card {
	background-color: #fff;
	border-radius: 0;
	padding: 10px;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.doctor-card:hover{
    transform: translate(0,-6px);
}

.doctor-avatar {
	width: 100%;
	aspect-ratio: 1 / 1.5;
	/* 还原证件照比例 */
	border-radius: 4px;
	margin-bottom: 12px;
	overflow: hidden;
}

.doctor-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.doctor-name {
	width: 96%;
	font-size: 20px;
	line-height: 1.8;
	font-weight: normal;
	color: #218ab4;
	margin: 0 auto;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.doctor-title {
    padding:0 10px;
    text-align:left;
	font-size: 14px;
	color: #666;
	line-height: 1.4;
	padding-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 专家团队 end */

/* 医院信息 */
.hospital-info {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	background-color: #fff;
}

/* 标题区域 */
.section-title {
	text-align: center;
	margin-bottom: 30px;
}

.title-main {
	font-size: 30px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.9);
	position: relative;
	display: inline-block;
	letter-spacing: 1px;
	font-family: 'SourceHanSansCN-Medium', sans-serif;
}

/* 标题两侧横线 */
.title-main::before,
.title-main::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 80px;
	height: 2px;
	background-color: #ccc;
}

.title-main::before {
	left: -100px;
}

.title-main::after {
	right: -100px;
}

.title-sub {
	font-size: 15px;
	color: #666;
	margin-top: 10px;
	letter-spacing: 1px;
	font-family: 'SourceHanSansCN-Regular', sans-serif;
}

.hospital-info-content {
	display: flex;
	gap: 38px;
	flex-wrap: wrap;
}

.hospital-info-content .info-item {
	flex: 1;
	border: 2px solid #f1f1f1;
	border-radius: 3px;
	text-align: center;
	padding: 25px 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.hospital-info-content .info-item img {
	width: 50px;
	height: 50px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.hospital-info-content .info-item h5 {
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	margin-top: 10px;
	letter-spacing: 2px;
}

.hospital-info-content .info-item:hover {
	transform: translateY(-6px);
}

.hospital-info-content .info-item:hover img {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	/* IE 9 */
	-moz-transform: rotateY(180deg);
	/* Firefox */
	-webkit-transform: rotateY(180deg);
	/* Safari and Chrome */
	-o-transform: rotateY(180deg);
	/* Opera */
}

/* 医院信息 end */

/*科室分类*/
.tab-wrap {
    margin: 0 auto;
    padding:20px 36px;
    background:#fff;
}
/* 标签按钮 */
.tab-nav {
    display: flex;
    border-bottom: 1px dashed #7b7b7b;
    position: relative;
    margin-bottom: 20px;
}
.tab-nav-item {
    padding: 12px 0;
    margin-right:38px;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    transition: color 0.3s;
    position: relative;
    background: none;
    border: none;
    outline: none;
}
.tab-nav-item.active {
    color: #218ab4;
}
.tab-nav-item.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #218ab4;
}
/* 标签内容区 */
.tab-content {
    display: none;
    flex-wrap: wrap;
    gap: 6px 20px;
}
.tab-content.active {
    display: flex;
}
.tab-content-item {
    font-size: 16px;
    line-height:1.5;
    color: rgba(0,0,0,0.85);
    padding: 6px 0;
    white-space: nowrap;
}
.tab-content-item:hover{
    color:#218ab4;    
}
/*科室分类 end*/

/*科室内容*/
.in-keshi-main{
    padding:36px 36px;
    margin:30px auto;
    background:#fff;
}
.in-keshi-con{
    font-size:16px;
    line-height:2.0;
    color:#333;
}
/*科室内容 end*/

/* 科室介绍 */
.department-container {
	padding: 2px;
	max-width: 1320px;
	margin: 26px auto;
	background: url(../images/keshi/left_top.png) left top no-repeat, url(../images/keshi/right_top.png) right top no-repeat, url(../images/keshi/left_bottom.png) left bottom no-repeat, url(../images/keshi/right_bottom.png) right bottom no-repeat;
	background-size: 9px 18px;
	background-color: #f1f6fc;

}

.department-content {
	border: 1px dashed #b3d6e6;
	padding: 25px 50px;
}

.department-header {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}


.department-header .header-title {
	font-size: 20px;
	color: #218ab4;
	font-weight: 600;
	font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.department-header img {
	width: 35px;
	margin-right: 20px;
}

.department-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 15px;
}

/* 改为 a 标签样式，保留原有效果 + 点击跳转 */
.department-item {
	background-color: #ffffff;
	/* border-radius: 4px; */
	padding: 13px 6px;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	/* 去掉下划线 */
	display: block;
	cursor: pointer;
	transition: all 0.2s;
	font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
}

/* 鼠标悬浮效果 */
.department-item:hover {
	background-color: #e6f2ff;
	color: #218ab4;
	transform: translateY(-2px);
}

/* 响应式适配 */
@media (max-width: 992px) {
	.department-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 576px) {
	.department-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* 科室介绍 end */


/* in-wenhua */
.in-wenhua{
	padding:20px;
	background-color: #fff;
}
.in-wenhua .in-wenhua-main{
	border: 1px solid #218ab4;
	padding:30px 80px 60px 80px;
	background: url(../images/wenhua_left_top.png) left top no-repeat, url(../images/wenhua_right_top.png) right top no-repeat, url(../images/wenhua_left_bottom.png) left bottom no-repeat, url(../images/wenhua_right_bottom.png) right bottom no-repeat;
	background-size: 21px 20px;
}
.in-wenhua-content li{
	width: 100%;
	margin:20px 0;
	display: flex;
	align-items: flex-start;
	font-size: 15px;
	line-height: 30px;
	color:#5b5b5b;
}
.in-wenhua-content li h6{
	min-width: 96px;
	font-size: 20px;
	line-height: 30px;
	color:#0e7996;
}
.in-wenhua-content li>p{
	flex: 1;
}
.wenhua-right{
	flex: 1;
}
.wenhua-right p{
	margin-bottom: 20px;
}
.wenhua-right .strongs{
	color:#218ab4;
}
/* in-wenhua end */

/* 医院简介 */
.in-about {
	padding: 50px 0 0 0;
}

.in-about-content {
	padding: 0 0 30px 0;
	font-size: 16px;
	line-height: 2.0;
	color: rgba(0, 0, 0, 0.75);
}

/* 数据 */
.data-overview {
	margin: 0 auto 36px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

/* 单个数据项 */
.data-item {
	flex: 1;
	min-width: 180px;
	/* 最小宽度，防止挤压 */
}

/* 数据标签（灰色副标题） */
.data-label {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 8px;
	padding-bottom: 8px;
	letter-spacing: 1px;
	font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
	position: relative;
}

.data-label::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	height: 2px;
	background-color: #e5e5e5;
}

/* 数据数值（蓝色大数字） */
.data-value {
	margin-top: 18px;
	color: rgba(0, 0, 0, 0.75);
}

.data-value span {
	font-size: 42px;
	color: #4c7acc;
	font-weight: 600;
	font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

/* 响应式适配：小屏幕调整字体大小 */
@media (max-width: 768px) {
	.data-value {
		font-size: 28px;
	}

	.data-label {
		font-size: 16px;
	}
}

/* 医院简介 end */
/* 医院文化 */
.in-culture {
	padding: 30px 0;
}

.in-culture-img {
	width: 100%;
	font-size: 0;
	margin-top: 15px;
}

.in-culture-img img {
	width: 100%;
	display: block;
}

.in-culture-list {
	position: relative;
	width: calc(100% - 60px);
	margin: 0 auto;
	margin-top: -56px;
	display: flex;
	justify-content: space-between;
	gap: 34px;
}

.in-culture-list .in-culture-item {
	flex: 1;
	padding: 30px;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.in-culture-list .in-culture-item h5 {
	position: relative;
	font-size: 20px;
	line-height: 2.0;
	color: #000;
	letter-spacing: 1px;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.in-culture-list .in-culture-item h5::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 2px;
	background-color: #e73e00;
}

.in-culture-list .in-culture-item p {
	font-size: 15px;
	line-height: 2.0;
	color: rgba(0, 0, 0, 0.75);
	font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
}

.in-culture-list .in-culture-item:hover {
	transform: translateY(-6px);
}

/* 医院文化 end */
/* 发展历程 */
.in-history {
	margin-top: 30px;
	padding: 60px 0;
	background: url(../images/about/in_history.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.in-history .in-title h2 {
	color: #fff;
}

.fzlc {
	width: 100%;
	padding: 50px 0 60px 0;
	position: relative;
}

.fzlc .in-title {
	text-align: center;
}

.history_con_box {
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
}

.history_con {
	position: relative;
	box-sizing: border-box;
	padding: 0;
}

/* .rightbox{
	position: absolute;
	left: 0;
	bottom:70px;
	width: 46px;
	height: 48px;
	z-index: 9999;
} */

.history_con .leftbtn,
.history_con .rightbtn {
	width: 48px;
	height: 48px;
	cursor: pointer !important;
	position: absolute;
	top: 45px;
	/* bottom: 50px; */
	z-index: 9999;
}

.history_con .leftbtn {
	left: 0%;
	/* margin-left: -650px; */
}

.history_con .leftbtn_hover,
.history_con .rightbtn_hover {
	transition: 0.5s;
	opacity: 0;
}

.history_con .rightbtn {
	right: 0%;
	/* margin-right: -650px; */
}

.fzlc .timeline {
	width: 100%;
	height: 16px;
	position: absolute;
	top: auto;
	bottom: 160px;
	left: 0;
	z-index: 1;
	background: url(../images/lc_line.png) center repeat-X;
	background-size: auto 13px;
}

.history_con .time {
	font-size: 20px;
	width: 100%;
	color: #261b18;
}

.history_con .time .item {
	position: relative;
	padding-top: 20px;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	color:rgba(255, 255, 255, 0.66);
	position: relative;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.history_con .time .item::before {
	content: '';
	display: block;
	margin: 10px auto 0 auto;
	width: 12px;
	height: 55px;
	background: url(../images/lc_dot_1.png) left bottom no-repeat;
	background-size: 8px auto;
	/* background:#595758; */
	/* transform: rotateZ(45deg); */
	/* -ms-transform: rotateZ(45deg); */
	/* -moz-transform: rotateZ(45deg); */
	/* -webkit-transform: rotateZ(45deg); */
	/* -o-transform: rotateZ(45deg); */
}

.history_con .time .slick-current .item::after {
	background: #ffffff;
}

.history_con .time .slick-current .item {
	color: #ffffff;
	font-size: 24px;
}

.history_con .time .slick-current .item::before {
	background-size: 12px 55px;
	background-image: url(../images/lc_dot_2.png);
}

/* 
.history_con .time .item.slick-current::after {}

.history_con .time .item.slick-current::before {} */

.history_con .time .slick-list {
	padding-bottom: 25px !important;
}

.history_con .time .item.slick-current::after {
	opacity: 1;
}

.history_con .timecontent {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 10px 0;
	overflow: hidden;
}

.history_con .timecontent>.slick-list {
	height: 100%;
}

.history_con .timecontent>.slick-list>.slick-track {
	height: 100%;
}

.history_con .timecontent>.slick-list>.slick-track>.slick-slide>div {
	height: 100%;
}

.history_con .timecontent .item {
	height: 100%;
}

.history_con .timecontent p {
	font-size: 16px;
	line-height: 2.0;
	color: #666;
}

.history_con .time .slick-list {
	/* height: 130px; */
	position: relative;
	z-index: 10;
}

.item_con {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.itemfl {
	width: 32%;
	padding-left: 8%;
	height: 100%;
	display: flex;
	align-items: center;
}

.itemfl .lc_img {
	width: 100%;
	max-height: 500px;
	margin: 0 auto;
	overflow: hidden;
}

.itemfl .lc_img img {
	width: 100%;
	border-radius: 5px;
}
.itemfl h2{
    font-size: 60px;
    line-height: 2.0;
    color: #f6f6f6;
}

.itemfr {
	width: 56%;
	height: 90%;
	padding: 0;
	box-sizing: border-box;
	overflow-y: auto;
}

.itemfr .lc_p {
	width: 100%;
	overflow-y: auto;
	font-size: 20px;
	line-height: 1.8;
}

.itemfr .lc_p h2 {
	position: relative;
	margin-bottom: 15px;
	font-size: 50px;
	line-height: 2.0;
	color: #9e7b4b;
}

/* .itemfr .lc_p h2:after {
	display: block;
	content: "";
	width: 29px;
	height: 3px;
	background: #9e7b4b;
} */

.itemfr .lc_p p {
	position: relative;
	padding-left: 38px;
	width: 80%;
	font-size: 18px;
	line-height: 2.0;
	color:#fff;
}

.itemfr .lc_p p:before {
	position: absolute;
	left: 0;
	top: 10px;
	content: "";
	display: block;
	width: 2px;
	height: 100px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
}

.disnone {
	display: none !important;
}

.clearfix::after {
	display: block;
	clear: both;
	height: 0;
	content: ' ';
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*slick 修整*/
.slick-track .slick-slide {
	display: block !important;
}

/* Slider */
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
	cursor: pointer;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* .slick-arrow.slick-hidden {
	display: none;
} */
/* 发展历程 end */
/* 组织架构 */
.org {
	width: 100%;
	padding: 60px 0 80px 0;
	background: url(../images/about/org_bg.jpg) center no-repeat;
	background-size: cover;
}

.org-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 15px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.dept-card {
	background-color: #ffffff;
	flex: 1;
	min-width: 160px;
	padding: 20px 15px;
	text-align: center;
	border-radius: 4px;
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); */
	font-size: 18px;
	color: #000;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
}

.dept-card:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

/* 组织架构 end */
/* 荣誉资质 */
.in-honor{
	width: 100%;
	padding:60px 0;
}
.jhfz_main {
	position: relative;
	margin: 26px auto;
	overflow: hidden;
	padding-bottom: 60px;
}

.jhfz_main .swiper-button-prev {
	left:auto;
	right: 40px;
	top: auto;
	bottom:6px;
	width: 30px !important;
	height: 30px !important;
	background: url(../images/about/lc_left.png) center center no-repeat;
	background-size: 100% 100%;
}

.jhfz_main .swiper-button-prev:after {
	content: '' !important;
}

.jhfz_main .swiper-button-next {
	right: 0;
	top: auto;
	bottom:6px;
	width: 30px !important;
	height: 30px !important;
	background: url(../images/about/lc_right.png) center center no-repeat;
	background-size: 100% 100%;
}

.jhfz_main .swiper-button-next:after {
	content: '' !important;
}

.jhfz_main .swiper-button-prev:hover {
	background-image: url(../images/about/lc_left_2.png);
}

.jhfz_main .swiper-button-next:hover {
	background-image: url(../images/about/lc_right_2.png);
}

.in-honor .swiper-container-horizontal>.swiper-pagination-progressbar,
.in-honor .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 260px;
}

.jhfz_main .jhfz_con {
	/* height: 320px; */
	margin: 0;
	/* background: #fff; */
}

.jhfz_main .jhfz_con .swiper-slide {
	/* position: relative; */
	background: #fff;
}

.jhfz_main .jhfz_con .swiper-slide .lc_img {
	width: calc(100% - 40px);
	height: 166px;
	margin: 0 auto;
	/* padding:0 20px; */
	margin-top: 20px;
	overflow: hidden;
	font-size: 0;
}

.jhfz_main .jhfz_con .swiper-slide .lc_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.jhfz_main .jhfz_con .swiper-slide:hover .lc_img img {
	transform: scale(1.1, 1.1);
	transition: .4s transform;
	z-index: 1000;
}

.jhfz_main .jhfz_con .swiper-slide .lc_info {
	width: 100%;
	font-size: 15px;
	line-height: 1.8;
	color: #676767;
}

.jhfz_main .jhfz_con .swiper-slide .lc_info h5 {
	width: 84%;
	font-size: 20px;
	line-height: 2.6;
	letter-spacing: 1px;
	margin: 0 auto;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jhfz_main .jhfz_con .swiper-slide .lc_info h5 span {
	color: #b29676;
}

.jhfz_main .jhfz_con .swiper-slide .lc_info .li_line {
	width: 100%;
	height: 20px;
	background: url(../images/lc/lc_line.png) center center no-repeat;
	background-size: 100% 3px;
}

.jhfz_main .jhfz_con .swiper-slide .lc_info .li_line i {
	display: block;
	width: 84%;
	height: 100%;
	margin: 0 auto;
	background: url(../images/lc/lich_dot.png) left center no-repeat;
	background-size: auto 18px;
}

.jhfz_main .jhfz_con .swiper-slide .lc_info p {
	width: 84%;
	margin: 0 auto;
	margin-top: 12px;
	line-height: 1.8;
}

.jhfz_main .jhfz_con .swiper-slide .lc_title {
	width: 100%;
	padding:12px 0 15px 0;
	overflow: hidden;
}

.jhfz_main .jhfz_con .swiper-slide .lc_title  h5 {
	width: calc(100% - 40px);
	margin:0 auto;
	font-size: 15px;
	line-height: 2.0;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.85);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jhfz_main .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
	height: 2px;
}
/* .jhfz_main .jhfz_con .swiper-slide-active .lc_title {
	display: block;
} */

.in-honor .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: calc(100% - 90px);
	top:auto;
	bottom: 20px;
}

/* 荣誉资质 end*/
/* 医院环境 */
.scene-swiper {
	margin: 10px auto 0 auto;
	padding-bottom: 60px;
	position: relative;
	overflow: hidden;
}

/* 单个场景项 */
.scene-item {
	border-radius: 12px 12px 0 0;
	overflow: hidden;
	background-color: #e8f8fe;
}

/* 场景图片 */
.scene-img {
	width: 100%;
	height: 225px;
	overflow: hidden;
	line-height: 0;
}

.scene-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.scene-item:hover .scene-img img {
	transform: scale(1.1, 1.1);
	transition: .4s transform;
	z-index: 1000;
}

/* 场景文字说明 */
.scene-text {
	width: calc(100% - 66px);
	margin: 0 auto;
	padding: 18px 0;
	padding-left: 26px;
	font-size: 15px;
	color: #000;
	background: url(../images/about/env_icon.png) left center no-repeat;
	background-size: 18px 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 分页指示器 */
.scene-swiper .swiper-pagination {
	bottom: 20px;
}

/* 箭头样式（可选，根据需要开启） */
.scene-swiper .swiper-button-next,
.scene-swiper .swiper-button-prev {
	width: 45px;
	height: 45px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
	color: #2385bb;
}

.scene-swiper .swiper-button-next::after,
.scene-swiper .swiper-button-prev::after {
	font-size: 20px;
	font-weight: bold;
}

/* 响应式适配 */
@media (max-width: 992px) {
	.scene-img img {
		height: 260px;
	}

	.scene-text {
		font-size: 20px;
		padding: 15px 12px;
	}
}

@media (max-width: 768px) {
	.scene-img img {
		height: 220px;
	}

	.scene-text {
		font-size: 18px;
		padding: 12px 10px;
	}
}

/* 医院环境 end */
/* 医院环境 */
.env {
	width: 100%;
	padding: 50px 0;
	background-color: #ffffff;
}

/* 医院环境 end */


/*荣誉页*/
.in-honor-list{
    display: flex;
    flex-wrap:wrap;
    gap: 30px;
}
.in-honor-list .honor-items{
    width:23%;
    background:#fff;
}
.in-honor-list .honor-items .honor_img{
    width: calc(100% - 40px);
    height: 166px;
    margin: 0 auto;
    /* padding: 0 20px; */
    margin-top: 20px;
    overflow: hidden;
    font-size: 0;
}

.in-honor-list .honor-items .honor_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.in-honor-list .honor-items:hover .honor_img img{
    transform: scale(1.06);
}

.in-honor-list .honor-items .honor_title{
    width: 100%;
    padding: 12px 0 15px 0;
    overflow: hidden;
}
.in-honor-list .honor-items .honor_title h5{
    width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 15px;
    line-height: 2.0;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*荣誉页 end*/

/*医院环境*/
.in-env-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
/*医院环境 end*/

/* 预约挂号 */
.in-server {
	width: 100%;
	padding: 50px 0;
	background-color: #ffffff;
}

.server-container {
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

.server-container .card-2 {
	flex: 1;
}

.server-container .card {
	width: 250px;
	background: url(../images/in/server_bg.jpg) right bottom no-repeat #ecf6ff;
	background-size: 158px 176px;
	color: #ecf6ff;
	border-radius: 6px;
	padding: 25px;
}

.server-container .card-title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.server-container .card-title img {
	width: 36px;
	height: 36px;
	margin-right: 12px;
}

.server-container .card-title h3 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.server-container .card p,
.server-container .card li {
	font-size: 16px;
	color: #000;
	line-height: 1.7;
	font-weight:500;
	font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
}

.server-container .card ul {
	list-style: none;
}

.server-container .card li {
	display: flex;
	margin-bottom: 12px;
}

.server-container .card li::before {
	content: "●";
	color: #218ab4;
	margin-right: 8px;
	font-size: 14px;
	line-height: 1.7;
}

.server-container .tel {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.server-container .qrcode-box {
	display: flex;
	gap: 12px;
	margin-top: 20px;
}

.server-container .qrcode-item {
	text-align: center;
	flex: 1;
}

.server-container .qrcode {
	width: 100%;
	aspect-ratio: 1/1;
	/* background: #fff;
	border: 1px solid #eee; */
	margin-bottom: 6px;
}

.server-container .qrcode img {
	width: 96%;
	height: 96%;
	object-fit: cover;
}

/* 预约挂号 end */
/* 门诊排班 */
.paiban {
	width: 100%;
	padding: 60px 0;
	background: url(../images/in/paiban_bg.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.paiban-main {
	margin-top: 15px;
	position: relative;
}

.paiban-main .paiban-img {
	width: 66%;
	font-size: 0;
	position: relative;
}

.paiban-main .paiban-img::after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: -25px;
	right: -25px;
	width: 69%;
	height: 84%;
	background-color: #bddbea;
}

.paiban-main .paiban-img img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1000;
}

.paiban-con {
	position: absolute;
	border-radius: 10px;
	z-index: 1000;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(../images/in/paiban_img.jpg) center center no-repeat;
	background-size: 100% 100%;
	min-width: 500px;
	padding: 50px 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
}

.paiban-con h5 {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.paiban-con .paiban-more {
	display: flex;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.paiban-con .paiban-more .paiban-more-con {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	padding: 0 20px;
	margin-top: 20px;
	border: 1px solid #fff;
	border-radius: 20px;
}

.paiban-con .paiban-more .paiban-more-con img {
	width: 18px;
	height: 12px;
	margin-left: 12px;
}

.paiban-con .paiban-more:hover {
	transform: translateY(-6px);
}

/* 门诊排班 end*/
/* 门诊流程 */
.liucheng {
	width: 100%;
	padding: 60px 0 30px 0;
	background-color: #ffffff;
}

.liucheng-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto 20px auto;
}

.liucheng-item {
	flex: 1;
	text-align: center;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.liucheng-item .liucheng-num {
	width: 100%;
	height: 69px;
	text-align: center;
	line-height: 66px;
	font-size: 25px;
	color: #ffffff;
	font-weight: 500;
	background: url(../images/in/lc_icon_bg.png) center no-repeat;
	background-size: auto 100%;
}

.liucheng-item h5 {
	position: relative;
	font-size: 20px;
	line-height: 1.8;
	color: #000000;
	margin: 20px 0 10px 0;
	padding-bottom: 15px;
	letter-spacing: 1px;
	font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.liucheng-item h5::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 36px;
	height: 3px;
	background-color: #f89b2d;
}

.liucheng-item p {
	width: 94%;
	text-align: left;
	margin: 10px auto;
	font-size: 14px;
	line-height: 2.0;
	color: rgba(0, 0, 0, 0.75);
	font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
}

.liucheng-line {
	width: 53px;
	font-size: 0;
	padding-top: 25px;
}

.liucheng-line img {
	width: 100%;
}

/* 门诊流程 end */
/* 科室分布 */
.keshifenbu {
	padding: 20px 0;
}

.keshifenbu-main {
	margin: 20px auto;
	background-color: #fcfcfc;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.left-fenbu {
	width: 56%;
}

.left-fenbu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.right-fenbu {
	flex: 1;
	padding: 10px 25px 20px 25px;
}

.fenbu-title {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 8px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.fenbu-title::before {
	content: "●";
	color: #218ab4;
	margin-right: 10px;
	font-size: 16px;
}

.fenbu-content {
	color: #666;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 8px;
	padding-left: 20px;
}

/* 适配移动端 */
@media (max-width: 768px) {
	.keshifenbu-main {
		flex-direction: column;
	}

	.right-fenbu {
		padding: 20px;
	}
}

/* 科室分布 end */
/* 便民服务 */
.bianmin {
	padding: 30px 0;
}

.bianmin-con {
	width: 95%;
	margin: 0 auto;
	text-indent: 2.0em;
	font-size: 18px;
	line-height: 1.8;
	color: rgba(0, 0, 0, 0.85);
	margin-bottom: 15px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
}

.bianmin-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.bianmin-list .bianmin-item {
	flex: 1;
	text-align: center;
	background-color: #f5f5f5;
}

.bianmin-list .bianmin-item .bianmin-img {
	width: 100%;
	height: 218px;
	overflow: hidden;
}

.bianmin-list .bianmin-item .bianmin-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.bianmin-list .bianmin-item .bianmin-img img:hover {
	transform: scale(1.08);
}

.bianmin-list .bianmin-item h5 {
	width: 90%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.8;
	color: #000000;
	padding: 15px 0 15px 0;
	letter-spacing: 1px;
	font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 便民服务 end */
/* 须知 */
.xuzhi {
	width: 100%;
	padding: 50px 0;
	background: url(../images/in/in_bg.jpg) right bottom no-repeat #f9f9f9;
	background-size: 24% auto;
}

.xuzhi-container {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.accordion-item {
	border-bottom: 1px solid #e5e5e5;
}

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

.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 25px;
	cursor: pointer;
	background-color: #fff;
	transition: background-color 0.2s;
}

.accordion-header:hover {
	background-color: #f5f7fa;
}

.accordion-title {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	display: flex;
	align-items: center;
}

.accordion-item:first-child .accordion-title {
	color: #177cb0;
}

.accordion-title::before {
	content: "●";
	color: #177cb0;
	margin-right: 10px;
	font-size: 14px;
}

.accordion-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #f0f7ff;
	color: #177cb0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	transition: transform 0.3s;
}

.accordion-content {
	padding: 0 25px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.4s ease;
	background-color: #fff;
	color: #666;
	font-size: 16px;
	line-height: 1.8;
}
.accordion-content p{
	font-size: 16px;
	line-height: 1.8;
}

.content-more{
    text-align:right;
}
.accordion-content a{
    color:#177cb0;
}

.accordion-item.active .accordion-content {
	padding: 0 25px 25px;
	max-height: 800px;
}

.accordion-item.active .accordion-icon {
	/* transform: rotate(45deg); */
	background-color: #e8f0f8;
}

@media (max-width: 768px) {
	.accordion-header {
		padding: 15px 20px;
	}

	.accordion-title {
		font-size: 18px;
	}

	.accordion-content {
		font-size: 15px;
	}
}

/* 须知 end */

/* 医护管理 */
.in-jkgl {
	padding: 50px 0;
	background-color: #fafafa;
}

.in-yihu {
	margin: 0 auto;
}

/* 列表项 */
.in-yihu-item {
	display: flex;
	gap: 20px;
	margin-bottom: 26px;
	padding: 25px;
	background-color: #ffffff;
}

.in-yihu-item:last-child {
	border-bottom: none;
}

.in-yihu-img {
	width: 244px;
	height: 148px;
	overflow: hidden;
}

.in-yihu-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	flex-shrink: 0;
	transition: all .2s linear;
}

.in-yihu-item:hover .in-yihu-img img {
	transform: scale(1.08);
}

.in-yihu-content {
	flex: 1;
	width:calc(100% - 266px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.in-yihu-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.in-yihu-header a {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-yihu-header .in-yihu-date {
	width: 100px;
	text-align: right;
}

.in-yihu-title {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.in-yihu-item:hover .in-yihu-title {
	color: #e5062d;
}

.in-yihu-desc {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 10px;
}

.in-yihu-date {
	text-align: right;
	font-size: 14px;
	color: #999;
	margin-bottom: 8px;
}

.view-more {
	font-size: 15px;
	color: #e5062d;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.view-more::after {
	content: "→";
}

/* 分页 */
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 30px;
}

.page-btn {
	padding: 8px 16px;
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
}

.page-btn:hover {
	border-color: #d9232d;
	color: #d9232d;
}

.page-btn.active {
	background-color: #d9232d;
	color: #fff;
	border-color: #d9232d;
}

/* 响应式适配 */
@media (max-width: 768px) {
	.news-item {
		flex-direction: column;
	}

	.news-img {
		width: 100%;
		height: 200px;
	}
}

/* 医护管理 end */
/* 护理天地 */
.in-hltd{
	padding: 50px 0 86px 0;
	background: url(../images/in/in_huli_bg.jpg) right bottom no-repeat #fff;
	background-size: 100% auto;
}
.hltd-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.hltd-item {
	overflow: hidden;
	background-color: #eaeaea;
}

.hltd-img {
	width: 100%;
	aspect-ratio: 4 / 3;
	/* 控制图片宽高比 */
	overflow: hidden;
}

.hltd-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all .2s linear;
}

.hltd-item:hover .hltd-img img{
	transform: scale(1.08);
}

.hltd-caption {
	width: 90%;
	margin:0 auto;
	background-color: #eee;
	padding:15px 0px;
	font-size: 15px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 响应式适配：平板2列、手机1列 */
@media (max-width: 992px) {
	.hltd-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.hltd-grid {
		grid-template-columns: 1fr;
	}
}

/* 护理天地 end */
/* 联系我们 */
.in-contact {
	padding: 50px 0;
	background-color: #fff;
}
.in-contact-list{
	margin:10px auto;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.in-contact-item{
	flex: 1;
	display: flex;
	padding: 25px 35px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid #f6f6f6;
	background-color: #fbfdff;
	transition: all .2s linear;
}
.in-contact-item:hover{
	transform: translateY(-6px);
}
.in-contact-item img{
	width: 50px;
	height: 50px;
}
.in-contact-item h5{
	font-size: 20px;
	line-height: 2.0;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 10px;
	letter-spacing: 1px;
	font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}
.in-contact-item p{
	font-size: 18px;
	line-height: 1.6;
	color: #000;
	letter-spacing: 1px;
	font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
}
/* 联系我们 end */
/* 交通指引 */
.jtzy{
	width: 100%;
	padding: 50px 0 76px 0;
	background-color: #f9f9f9;
}
.jtzy-con{
	font-size: 0;
}
.jtzy-con img{
	width: 100%;
	display: block;
}
.jtzy-info{
	position: relative;
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
	margin-top:-36px;
	display: flex;
	align-items: center;
	gap:30px;
	justify-content: space-between;
}
.jtzy-info .jtzy-item{
	flex:1;
	padding: 26px 36px;
}
.jtzy-info .jtzy-item h6{
	font-size: 18px;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
}
.jtzy-info .jtzy-item p{
	font-size: 15px;
	color: #000;
	line-height: 1.6;
	letter-spacing: 1px;
}
.jtzy-line{
	width: 2px;
	height: 56px;
	background-color: #e7e7e7;
}

/* 交通指引 end */