@charset "UTF-8";

.img-box i {
	transition: .4s;
	-webkit-transition: .4s;
}

.swiper-pagination span {
	outline: none;
}

a:hover {
	color: #CE3034;
	transition: .4s;
}

body::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(54, 60, 80, 0.5);
}

body::-webkit-scrollbar-thumb {
	background-color: #009893;
}

/*头部*/
#header .pc-header .top {
	/* border-top: 4px solid #008d7b; */
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#header .pc-header .logo {
	width: 44.25rem;
}

#header .pc-header .search {
	height: 2.75rem;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #07BEB8;
	padding-left: 1.125rem;
	overflow: hidden;
}

#header .pc-header .search span {
	font-size: 1rem;
	color: #666;
}

#header .pc-header .search .line {
	width: 1px;
	height: 16px;
	background: url(../img/search-line.png) center center no-repeat;
	margin: 0 1.25rem;
}

#header .pc-header .search input {
	width: 12.875rem;
	height: 100%;
	background: transparent url(../img/search-icon.png) left center no-repeat;
	font-size: 1rem;
	line-height: 2.75rem;
	color: #666;
	padding-left: 2.125rem;
}

#header .pc-header .search input::-webkit-input-placeholder {
	font-size: 1rem;
	line-height: 2.75rem;
	color: #999999;
}

#header .pc-header .search a {
	width: 4.375rem;
	height: 100%;
	background-color: #07BEB8;
	font-size: 1rem;
	line-height: 2.5rem;
	color: #fff;
	text-align: center;
}

#header .pc-header .btns {
	margin-left: 3.125rem;
}

#header .pc-header .btns a {
	width: 5.8125rem;
	height: 2.625rem;
	line-height: 2.625rem;
	background: #07BEB8;
	border-radius: 8px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

#header .pc-header .btns a:nth-child(2) {
	background-color: #008d7b;
	background-image: url(../img/mail-icon.png);
	margin-left: 1.5625rem;
	background-size: 1.25rem 0.9375rem;
}

#header .pc-header .btns a .code {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 110%;
	left: 50%;
	z-index: 200;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	-webkit-transition: .4s;
}

#header .pc-header .btns a:hover .code {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

#header .pc-header .nav {
	border-top: 1px solid #e4e4e4;
	background-color: #009893;
	box-shadow: 0px 7px 12px 1px rgba(9, 3, 4, 0.09);
}

#header .pc-header .nav.on{
  position:fixed;
  top:0px;
  z-index:9999;
}

#header .pc-header .nav li {
	position: relative;
	transition: .4s;
	-webkit-transition: .4s;
}

#header .pc-header .nav li>a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 100%;
	height: 100%;
	font-size: 1.25rem;
	color: #FFF;
	line-height: 3.75rem;
	position: relative;
	transition: .4s;
	-webkit-transition: .4s;
}

#header .pc-header .nav li>a::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background-color: #E2C57F;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
	-webkit-transition: .4s;
}

#header .pc-header .nav .on {
	
}

#header .pc-header .nav li .sub {
	width: 150px;
	position: absolute;
	top: 150%;
	left: 50%;
	z-index: 1000;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: .4s;
	-webkit-transition: .4s;
}

#header .pc-header .nav li .sub .box {
	box-shadow: 0px 0px 5px #838383;
	background-color: #fff;
}

#header .pc-header .nav li .sub a {
	display: block;
	position: relative;
	font-size: 1rem;
	color: #333;
	line-height: 40px;
	transition: .4s;
	-webkit-transition: .4s;
}

#header .pc-header .nav li .sub a:hover {
	background-color: #009893;
	color: #fff;
}

#header .pc-header .nav li.on>a {
	color: #FFF500;
}

#header .pc-header .nav li.on>a::before {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

#header .pc-header .nav li:hover>a {
	color: #FFF500;
}

#header .pc-header .nav li:hover>a::before {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

#header .pc-header .nav li:hover .sub {
	top: 100%;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

#header .pc-header .search #mySelect {
	border: none;
	font-size: 1rem;
}

/* banner */

.page-banner-box .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 新闻资讯 */
.page-news-box {
	margin-top: 2.25rem;
	padding-bottom: 3.75rem;
	background:url(../img/news-bac.png)left top no-repeat;
}

.page-news-box .page-top-box .page-left-box h1 {
	font-size: 2.25rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #000000;
	padding-left: 10px;
	border-left: 4px solid #269CA6;
}

.page-news-box .page-top-box .page-right-box a {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
}

.page-news-box .page-top-box .page-right-box i {
	display: block;
	margin-left: 7px;
	transition: .4s;
}

.page-news-box .page-top-box .page-right-box a:hover {
	color: #269CA6;
	transition: .4s;
}

.page-news-box .page-top-box .page-right-box a:hover i {
	transform: rotate(90deg);
	transition: .4s;
}

.page-news-box .page-body-box {
	margin-top: 1.875rem;
}

.page-news-box .page-body-box .page-left-box {
	width: 50%;
}

.page-news-box .page-body-box .page-left-box .swiper-slide {
	width: 100% !important;
}

.page-news-box .page-body-box .page-left-box .page-top-box {
	height: 28.9375rem;
	overflow: hidden;
}

.page-news-box .page-body-box .page-left-box .btns {
	position: absolute;
	height: 2.625rem;
	bottom: 24%;
	right: 0;
	width: 5rem;
	background-color: #269CA6;
	z-index: 99;
}

.page-news-box .page-body-box .page-left-box .btns .prev {
	width: 50%;
	height: 100%;
	background: url(../img/arrow6.png) center center no-repeat;
	cursor: pointer;
}

.page-news-box .page-body-box .page-left-box .btns .next {
	width: 50%;
	height: 100%;
	background: url(../img/arrow7.png) center center no-repeat;
	cursor: pointer;
}

.page-news-box .page-body-box .page-left-box .page-top-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}

.page-news-box .page-body-box .page-left-box:hover .page-top-box img {
	transform: scale(1.1);
	transition: .4s;
}

.page-news-box .page-body-box .page-left-box .page-bottom-box {
	padding-top: 1.25rem;
}

.page-news-box .page-body-box .page-left-box .page-bottom-box .top h1 {
	font-size: 1.5rem;
	font-family: PingFang;
	font-weight: 400;
	color: #000000;
	transition: .4s;
}

.page-news-box .page-body-box .page-left-box .page-bottom-box .top img {
	object-fit: contain;
}

.page-news-box .page-body-box .page-left-box:hover .page-bottom-box .top h1 {
	color: #269CA6;
	transition: .4s;
}

.page-news-box .page-body-box .page-left-box .page-bottom-box .time {
	display: block;
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	margin-top: 1rem;
	margin-bottom: 1.25rem;
}

.page-news-box .page-body-box .page-left-box .page-bottom-box .title p {
	font-size: 1rem;
	font-family: PingFang;
	font-weight: 400;
	color: #666666;
}

.page-news-box .page-body-box .page-right-box {
	width: 50%;
	padding-left: 2.25rem;
}

.page-news-box .page-body-box .page-right-box .left-box {
	width: 6.4375rem;
	height: 6.8125rem;
	background: #FFFFFF;
	border: 1px dashed #D9D9D9;
	flex-direction: column;
}

.page-news-box .page-body-box .page-right-box .left-box em {
	display: block;
	font-size: 1rem;
	font-family: PingFang;
	font-weight: 400;
	color: #000000;
}

.page-news-box .page-body-box .page-right-box .left-box h1 {
	font-size: 2.5rem;
	font-family: PingFang;
	font-weight: bold;
	color: #000000;
	margin-top: 4px;
}



.page-news-box .page-body-box .page-right-box .body-box {
	padding-left: 1.375rem;
	width: 85%;
}

.page-news-box .page-body-box .page-right-box .body-box h1 {
	font-size: 1.5rem;
	font-family: PingFang;
	font-weight: 400;
	color: #000000;
	transition: .4s;
}

.page-news-box .page-body-box .page-right-box .body-box p {
	font-size: 1rem;
	font-family: PingFang;
	font-weight: 400;
	color: #666666;
	line-height: 1.5;
	margin-top: 1rem;
}

.page-news-box .page-body-box .page-right-box ul li:hover .body-box h1 {
	color: #269CA6;
	transition: .4s;
}

.page-news-box .page-body-box .page-right-box ul li {
	padding-bottom: 1.75rem;
	padding-top: 1.75rem;
	border-bottom: 1px solid #EDEDED;
}

.page-news-box .page-body-box .page-right-box ul li:first-child {
	padding-top: 0px;
}

.page-news-box .page-body-box .page-right-box ul li:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
}

/* 最新公告 */
.page-Notice-box {
	background: url(../img/bac-1.png)center top no-repeat;
	padding-top: 3.5625rem;
	padding-bottom: 2.5rem;
	background-size: cover;
}

.page-Notice-box .page-top-box .page-left-box h1 {
	font-size: 2.25rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #000000;
	border-left: 4px solid #269CA6;
	padding-left: 10px;
}

.page-Notice-box .page-top-box .page-right-box a {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	transition: .4s;
}

.page-Notice-box .page-top-box .page-right-box i {
	display: block;
	margin-left: 7px;
	transition: .4s;
}

.page-Notice-box .page-top-box .page-right-box:hover a {
	color: #269CA6;
	transition: .4s;
}

.page-Notice-box .page-top-box .page-right-box:hover i {
	transform: rotate(90deg);
	transition: .4s;
}

.page-Notice-box .page-bottom-box {
	margin-top: 2.5rem;
}

.page-Notice-box .page-bottom-box .myNotice .swiper-wrapper .swiper-slide {
	background-color: #FFF;
	padding: 1.5rem;
	border: 1px solid #FFFFFF;
	transition: .4s;
}

.page-Notice-box .page-bottom-box .myNotice .swiper-wrapper .swiper-slide h1 {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #000000;
	line-height: 1.5;
}

.page-Notice-box .page-bottom-box .myNotice .swiper-wrapper .swiper-slide:hover {
	border: 1px solid #009999;
	transition: .4s;
}

.page-Notice-box .page-bottom-box .myNotice .swiper-wrapper .swiper-slide .bottom {
	margin-top: 2.5rem;
}

.page-Notice-box .page-bottom-box .myNotice .swiper-wrapper .swiper-slide .bottom p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	margin-left: 0.875rem;
}

.page-Notice-box .page-bottom-box .myNotice .swiper-scrollbar {
	z-index: 888;
	display: block !important;
	background: transparent;
	width: 80%;
	margin: 0 auto;
	margin-top: 2.8rem;
}

.page-Notice-box .page-bottom-box .myNotice .swiper-scrollbar .swiper-scrollbar-drag {
	height: 5px;
	background-color: #E2C57F;
	cursor: pointer;
}

.page-Notice-box .page-bottom-box .btns {
	position: absolute;
	top: 40%;
	z-index: 99;
	width: 100%;
	left: 0;
}

.page-Notice-box .page-bottom-box .next {
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: url(../img/arrow2.png)center no-repeat;
	position: absolute;
	right: 7.9375rem;
	cursor: pointer;
	top: 30%;
}

.page-Notice-box .page-bottom-box .prev {
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: url(../img/arrow1.png)center no-repeat;
	cursor: pointer;
	position: absolute;
	left: 7.9375rem;
	top: 30%;
}

/* 医院概况 */
.page-overview-box {
	background:url(../img/news-bac2.png);
	height: 56.875rem;
	overflow: hidden;
}

.page-overview-box .page-top-box {
	height: 21.25rem;
}

.page-overview-box .page-top-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-overview-box .page-bottom-box {
	height: calc(100% - 21.25rem);
}

.page-overview-box .page-bottom-box .page-left-box {
	background: rgba(0, 153, 153, 0.8);
	width: 24.375rem;
	margin-top: -11.25rem;
	position: relative;
	z-index: 1;
	height: 40.625rem;
}

.page-overview-box .page-bottom-box .page-left-box .top {
	height: 11.25rem;
	display: flex;
	align-items: center;
}

.page-overview-box .page-bottom-box .page-left-box .top h1 {
	font-size: 2.25rem;
	font-family: PingFang;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 3rem;
}

.page-overview-box .page-bottom-box .page-left-box .bottom {
	margin: 12px;
	border: 1px solid #FFFFFF;
	padding-bottom: 1.25rem;
	background: url(../img/bac-5.png)center -50% no-repeat;
}

.page-overview-box .page-bottom-box .page-left-box .bottom ul li {
	padding-left: 1rem;
	height: 4.125rem;
	line-height: 4.125rem;
	margin-top: 2rem;
	cursor: pointer;
}

.page-overview-box .page-bottom-box .page-left-box .bottom ul li.on {
	width: 28.125rem;
	background: url(../img/icon10.png) center center no-repeat;
	background-size: contain;
	margin-left: -2rem;
}

.page-overview-box .page-bottom-box .page-left-box .bottom ul li.on p {
	margin-left: 2rem;
}

.page-overview-box .page-bottom-box .page-left-box .bottom ul li p {
	font-size: 1.75rem;
	font-family: PingFang;
	font-weight: 400;
	color: #FFFFFF;
}

.page-overview-box .page-bottom-box .page-right-box {
	padding-left: 5rem;
	margin-top: 3.25rem;
	width:100%;
}

.page-overview-box .page-bottom-box .page-right-box .title {
	height: 72%;
	display: none;
}

.page-overview-box .page-bottom-box .page-right-box .title.on {
	display: block;
}

.page-overview-box .page-bottom-box .page-right-box .bottom{
  margin-top:3rem;
}

.page-overview-box .page-bottom-box .page-right-box .bottom a {
	width: 7.5rem;
	height: 2.75rem;
	background: #FFFFFF;
	border: 1px solid #009999;
	justify-content: center;
	font-size: 1rem;
	font-family: PingFang;
	font-weight: 500;
	color: #009999;
}

.page-overview-box .page-bottom-box .page-right-box .bottom a em {
	margin-right: 10px;
	font-size:1rem;
}

.page-overview-box .page-bottom-box .page-right-box .title p {
	font-size: 1.25rem;
	color: #333333;
	line-height: 2;
	overflow: hidden;
	display: -webkit-box;
	text-align: justify;
	line-height: 2;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}

.page-overview-box .page-bottom-box .page-right-box .title em {
	font-size: 2.25rem;
	font-family: PingFang;
	font-weight: bold;
	color: #009999;
}

/* 重点科室 */
.page-Department-box {
	background: url(../img/bac-2.png) center no-repeat;
	background-size: cover;
}

.page-Department-box .page-top-box {
	text-align: center;
	margin-top: 3.5625rem;
	margin-bottom: 3.125rem;
}

.page-Department-box .page-top-box h1 {
	font-size: 2.25rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
}

.page-Department-box .page-bottom-box {
	padding-bottom: 3.625rem;
}

.page-Department-box .page-bottom-box .page-left-box {
	width: 20rem;
	height: 14.0625rem;
}

.page-Department-box .page-bottom-box .page-left-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-Department-box .page-bottom-box .page-left-box .page-title-box {
	width: 100%;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.21);
	position: absolute;
	left: 0;
	bottom: 0;
}

.page-Department-box .page-bottom-box .page-left-box .page-title-box p {
	font-size: 1.125rem;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
}

.page-Department-box .page-bottom-box .page-right-box {
	margin-left: 1.75rem;
}

.page-Department-box .page-bottom-box .page-right-box ul {
	margin: 0 -6px;
	flex-wrap: wrap;
}

.page-Department-box .page-bottom-box .page-right-box ul li {
	width: 14rem;
	border: 1px solid #CFC9C9;
	text-align: center;
	height: 3.6875rem;
	line-height: 3.6875rem;
	margin: 0 6px;
	margin-bottom: 1.6875rem;
	transition:.4s;
}

.page-Department-box .page-bottom-box .page-right-box ul li:hover,
.page-Department-box .page-bottom-box .page-right-box ul li.on{
  background-color:#009893;
  transition:.4s;
}

.page-Department-box .page-bottom-box .page-right-box ul li a {
	display: block;
	font-size: 1.125rem;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	width: 100%;
	height: 100%;
}

.page-Department-box .page-bottom-box .page-right-box ul li:hover a,
.page-Department-box .page-bottom-box .page-right-box ul li.on a{
  color:#FFF;
  transition:.4s;
}

/* 院内专家 */
.page-expert-box {
	padding-bottom: 2.5rem;
}

.page-expert-box .page-top-box {
	padding-top: 3.625rem;
}

.page-expert-box .page-top-box .page-left-box h1 {
	font-size: 2.25rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #000000;
	border-left: 4px solid #269CA6;
	padding-left: 0.75rem;
}

.page-expert-box .page-top-box .page-search .left {
	height: 3.5rem;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
}

.page-expert-box .page-top-box .page-search .left input {
	width: 12.75rem;
	border: none !important;
}

.page-expert-box .page-top-box .page-search {
	position: relative;
	z-index: 10;
}

.page-expert-box .page-top-box .page-search * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.page-expert-box .page-top-box .page-search .title {
	font-size: 1.5rem;
	color: #000;
	margin-right: 1rem;
	background: url(../img/page-search-icon.png) left center no-repeat;
	background-size: 1.5rem 1.4375rem;
	padding-left: 1.875rem;
}

.page-expert-box .page-top-box .page-search .select-input {
	position: relative;
	margin-right: 1.625rem;
}

.page-expert-box .page-top-box .page-search .select-input:nth-last-child(2)::before {
	display: none;
}

.page-expert-box .page-top-box .page-search .select-input::before {
	content: '';
	display: block;
	width: 0.9375rem;
	height: 0.5625rem;
	background: url(../img/down-icon.png) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	z-index: 10;
	margin: auto;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-expert-box .page-top-box .page-search .select-input .select {
	position: absolute;
	top: 150%;
	left: -1px;
	z-index: 100;
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-expert-box .page-top-box .page-search .select-input .select .box {
	max-height: 160px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	border-top: none;
}

.page-expert-box .page-top-box .page-search .select-input .select .box::-webkit-scrollbar {
	width: 3px;
	height: 10px;
	background-color: #eee;
	border-radius: 25px;
}

.page-expert-box .page-top-box .page-search .select-input .select .box::-webkit-scrollbar-track {
	border-radius: 25px;
}

.page-expert-box .page-top-box .page-search .select-input .select .box::-webkit-scrollbar-thumb {
	border-radius: 25px;
	background-color: #27b0a9;
}

.page-expert-box .page-top-box .page-search .select-input .select .box a {
	display: block;
	width: 100%;
	line-height: 42px;
	padding-left: 20px;
	font-size: 14px;
	text-align: left;
	color: #999;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-expert-box .page-top-box .page-search .select-input .select .box a:hover {
	background-color: #27b0a9;
	color: #fff;
}

.page-expert-box .page-top-box .page-search .select-input.on .select {
	top: 100%;
	height: auto;
	opacity: 1;
	visibility: visible;
}

.page-expert-box .page-top-box .page-search input {
	height: 2.625rem;
	border: 1px solid #b4b4b4 !important;
	font-size: 1rem;
	color: #555;
	text-indent: 0.625rem;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-expert-box .page-top-box .page-search input::-webkit-input-placeholder {
	font-size: 1rem;
	color: #555;
}

.page-expert-box .page-top-box .page-search input:hover {
	border-color: #27b0a9 !important;
}

.page-expert-box .page-top-box .page-search .searchkey {
	margin-right: 0;
}

.page-expert-box .page-top-box .page-search .btn {
	width: 6.875rem;
	height: 2.25rem;
	line-height: 2.25rem;
	color: #FFF;
	padding: 0px 8px;
	background: #009999 url(../img/icon2.png)90% center no-repeat;
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
}

.page-expert-box .page-bottom-box {
	margin-top: 2.5rem;
}

.page-expert-box .page-bottom-box .myExpert .swiper-wrapper .swiper-slide{
  width:11.6875rem;
  margin-right:10px;
}

.page-expert-box .page-bottom-box .myExpert .swiper-wrapper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #D4D4D4;
	padding: 1.25rem;
	border-radius: 4px;
}

.page-expert-box .page-bottom-box .myExpert .swiper-wrapper .swiper-slide a .top {
	width: 100%;
	height: 15rem;
}

.page-expert-box .page-bottom-box .myExpert .swiper-wrapper .swiper-slide a .top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-expert-box .page-bottom-box .myExpert .swiper-wrapper .swiper-slide a .bottom {
	margin-top: 10px;
	text-align: center;
}

.page-expert-box .page-bottom-box .myExpert .swiper-wrapper .swiper-slide a .bottom h1 {
	font-size: 1.25rem;
	font-family: PingFang;
	font-weight: 500;
	color: #009999;
	text-align: center;
}

.page-expert-box .page-bottom-box .myExpert .swiper-wrapper .swiper-slide a .bottom span {
	display: block;
	width: 34px;
	height: 3px;
	background: #009999;
	margin: 0 auto;
	margin-top: 10px;
}

.page-expert-box .page-bottom-box .myExpert .swiper-wrapper .swiper-slide a .bottom .title {
	width: 5.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	background-color: #F4F4F4;
	border-radius: 4px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-expert-box .page-bottom-box .myExpert .swiper-wrapper .swiper-slide a .bottom .title p {
	font-size: 12px;
	font-family: PingFang;
	font-weight: 400;
	color: #666666;
	margin-left: 6px;

}

.page-expert-box .page-bottom-box .myExpert .swiper-wrapper .swiper-slide a .bottom p {
	font-size: 1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.page-expert-box .page-bottom-box .myExpert .swiper-wrapper .swiper-slide a .bottom em {
	font-size: 1rem;
	font-family: PingFang;
	font-weight: 400;
	color: #333333;
}

.page-expert-box .page-bottom-box .myExpert .swiper-pagination {
	position: initial;
	margin-top: 2.25rem;
}

.page-expert-box .page-bottom-box .myExpert .swiper-pagination .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #D4D4D4;
	border-radius: 50%;
	opacity: 1;
	cursor:pointer;
}

.page-expert-box .page-bottom-box .myExpert .swiper-pagination .swiper-pagination-bullet-active {
	width: 11px;
	height: 11px;
	background: #009999;
	border-radius: 50%;
}

/* 特色医疗 */
.page-treatment-box {
	background: url(../img/bac-3.png) center top no-repeat;
	background-size: cover;
	padding-bottom: 1.875rem;
}

.page-treatment-box .treatment-top .page-top-box {
	margin-top: 3.5625rem;
}

.page-treatment-box .treatment-top .page-top-box .page-left-box h1 {
	font-size: 2.25rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #000000;
	border-left: 4px solid #269CA6;
	padding-left: 10px;
}

.page-treatment-box .treatment-top .page-top-box .page-right-box a {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	transition: .4s;
}

.page-treatment-box .treatment-top .page-top-box .page-right-box:hover a {
	color: #26A09A;
	transition: .4s;
}

.page-treatment-box .treatment-top .page-top-box .page-right-box i {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	display: block;
	margin-left: 4px;
	transition: .4s;
}

.page-treatment-box .treatment-top .page-top-box .page-right-box:hover i {
	color: #26A09A;
	transform: rotate(90deg);
	transition: .4s;
}

.page-treatment-box .page-bottom-box {
	margin-top: 3.375rem;
	margin: 0 5.625rem;
}

.page-treatment-box .page-bottom-box .myTreatment {
	margin: 0 5.625rem;
}

.page-treatment-box .treatment-top .page-bottom-box .myTreatment .swiper-slide .top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-treatment-box .treatment-top .page-bottom-box .myTreatment .swiper-slide .bottom {
	padding: 1.25rem;
	background-color: #FFF;
}

.page-treatment-box .treatment-top .page-bottom-box .myTreatment .swiper-slide .bottom h1 {
	font-size: 1.5rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
}

.page-treatment-box .treatment-top .page-bottom-box .myTreatment .swiper-slide .bottom p {
	font-size: 1rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	line-height: 1.5;
	margin-top: 10px;
}

.page-treatment-box .treatment-bottom {
	background-color: #FFF;
	padding: 0 3.75rem;
	width: 100%;
}

.page-treatment-box .treatment-bottom .top-box {
	padding-top: 2.25rem;
	border-bottom: 1px solid #EDEDED;
}

.page-treatment-box .treatment-bottom .top-box a {
	font-size: 1.75rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #000000;
	padding-bottom: 1.5rem;

}

.page-treatment-box .treatment-bottom .top-box a.on {
	position: relative;
}

.page-treatment-box .treatment-bottom .top-box a.on::after {
	content: '';
	display: block;
	width: 4.875rem;
	height: 4px;
	background: #269CA6;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page-treatment-box .treatment-bottom .bottom-box {
	margin-top: 2.5rem;
	min-height:15.25rem;
}

.page-treatment-box .treatment-bottom .bottom-box ul {
	flex-wrap: wrap;
	display: none;
}

.page-treatment-box .treatment-bottom .bottom-box ul.on {
	display: flex;
	-webkit-animation: fadeInUp .8s .2s ease both;
	-moz-animation: fadeInUp .8s .2s ease both;
}

.page-treatment-box .treatment-bottom .bottom-box ul li {
	width: 47%;
	margin-bottom: 2.125rem;
}

.page-treatment-box .treatment-bottom .bottom-box ul li p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	background: url(../img/icon4.png)left center no-repeat;
	padding-left: 1.25rem;
	transition: .4s;
}

.page-treatment-box .treatment-bottom .bottom-box ul li i {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
}

.page-treatment-box .treatment-bottom .bottom-box ul li:hover p {
	color: #269CA6;
	padding-left: 30px;
	transition: .4s;

}

.page-treatment-box .page-bottom-box .list {
	margin-top: 3.375rem;
	padding-bottom: 4.375rem;

}

.page-treatment-box .page-bottom-box .list>a {
	display: block;
	width: 4.375rem;
	height: 4.375rem;
	background: rgba(0, 0, 0, 0.5) url(../img/ts-prev.png) center center no-repeat;
	background-size: 1.4375rem 2.4375rem;
	position: absolute;
	top: 11.875rem;
	z-index: 100;
	border-radius: 50%;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-treatment-box .page-bottom-box .list>a.prev {
	left: 11.25rem;
}

.page-treatment-box .page-bottom-box .list>a.next {
	right: 11.25rem;
	background-image: url(../img/ts-next.png);
}

.page-treatment-box .page-bottom-box .list>a:hover {
	background-color: #ab2b2b;
}

.page-treatment-box .page-bottom-box .list li {
	height: 18rem;
	text-align: center;
	box-shadow: 0px 4px 20px 5px #B0CBCD;
	border-radius: 8px;
}

.page-treatment-box .page-bottom-box .list li .img-box {
	border-radius: 8px;
}

.page-treatment-box .page-bottom-box .list li::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.2);
	transition: .4s;
	-webkit-transition: .4s;
	border-radius:8px;
}

.page-treatment-box .page-bottom-box .list li .title {
	height: auto;
	padding: 1rem 1.25rem;
	color: #000;
	background-color: #FFF;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	transition: .4s;
	-webkit-transition: .4s;
	text-align: left;
	border-radius: 0px 0px 8px 8px;
}

.page-treatment-box .page-bottom-box .list li .title h4 {
	font-size: 1.25rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
}

.page-treatment-box .page-bottom-box .list li .title p {
	font-size: 0.875rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
}

.page-treatment-box .page-bottom-box .list li.swiper-slide-next {
	text-align: left;
}

.page-treatment-box .page-bottom-box .list li.swiper-slide-active::before {
	opacity: 1;
	visibility: hidden;
}

.page-treatment-box .page-bottom-box .list li.swiper-slide-active .title {
	opacity: 1;

}

.page-treatment-box .page-bottom-box .btns {
	width: 100%;
	height: 52px;
	position: absolute;
	top: 30%;
	z-index: 9;
}

.page-treatment-box .page-bottom-box .btns .prev {
	width: 3.25rem;
	height: 3.25rem;
	background: #26A09A url(../img/arrow3.png) center center no-repeat;
	border-radius: 50%;
	position: absolute;
	left: -5.625rem;
	cursor: pointer;
}

.page-treatment-box .page-bottom-box .btns .next {
	width: 3.25rem;
	height: 3.25rem;
	background: #26A09A url(../img/arrow4.png) center center no-repeat;
	border-radius: 50%;
	position: absolute;
	right: -5.625rem;
	cursor: pointer;
}

.footer {
	background: url(../img/bac-4.png) center top no-repeat;
	padding-top: 3rem !important;
	background-size: cover;
	padding-bottom: 3.75rem;
	overflow:hidden;
}

.footer .top-box .left {
	width: 30%;
	border-right: 1px solid rgba(226, 197, 127, 0.48);
}

.footer .top-box .left h1 {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	background: url(../img/icon5.png) left center no-repeat;
	padding-left: 1.25rem;
	background-size: contain;
}

.footer .top-box .left h2 {
	font-size: 2.25rem;
	font-family: FZZYJW;
	font-weight: bold;
	font-style: italic;
	color: #009999;
	margin-top: 1.5rem;
}

.footer .top-box .left h3 {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	margin-top: 1.5rem;
	background-size:contain;
}

.footer .top-box .left h4 {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	margin-top: 1.5rem;
	background-size:contain;
}

.footer .top-box .body {
	width: 45%;
	border-right: 1px solid rgba(226, 197, 127, 0.48);
	padding: 0 8rem;
}

.footer .top-box .body .link-box {
	height: 2.625rem;
	line-height: 2.625rem;
	background-color: #FFFFFF;
	font-size: 1rem;
	color: #999999;
	padding: 0 0.875rem;
	border: 1px solid #E2C57F;
}

.footer .top-box .body .link-box .icon {
	width: 12px;
	height: 10px;
	background: url(../img/link-sjx.png) center center no-repeat;
	margin-left: 2.8125rem;
}

.footer .top-box .body .link-box .sub {
	position: absolute;
	top: 130%;
	left: 0;
	z-index: 200;
	background-color: #FFFFFF;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .4s;
	-webkit-transition: .4s;
}

.footer .top-box .body .link-box .sub::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(54, 60, 80, 0.5);
}

.footer .top-box .body .link-box .sub::-webkit-scrollbar-thumb {
	background-color: #269CA6;
}

.footer .top-box .body .link-box .sub a {
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 2.1875rem;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0 0.875rem;
	transition: .4s;
}

.footer .top-box .body .link-box .sub a:hover {
	color: #269CA6;
	transition: .4s;
}

.footer .top-box .body .link-box:hover .sub {
	top: 100%;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	border: 1px solid #E2C57F;
}

.footer .top-box .body .title {
	margin-top: 1.5rem;
}

.footer .top-box .body .title p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	line-height: 1.75;
}

.footer .top-box .right {
	padding-left: 3.75rem;
	width: 25%;
}

.footer .top-box .right .code .top-box {
	width: 8.4375rem;
	height: 8.4375rem;
}

.footer .top-box .right .code .top-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer .top-box .right .code .bottom-box {
	margin-top: 10px;
}

.footer .top-box .right .code .bottom-box p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	text-align: center;
	line-height: 1.5;
}

.footer-bottom {
	height: 3.75rem;
	background-color: #009999;
}

.footer-bottom p {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}

.footer-bottom a {
	color: #FFF;
}

.footer-bottom a:hover {}

.footer-bottom .right-box a {
	font-size: 1.125rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
}

/* 02医院概况-01医院简介 */
te-space: nowrap;
}

.second-nav-wrap {
	background: center no-repeat;
	overflow: hidden;
}

.second-nav-wrap .second-nav {
	background: url(../images/nav-bg.png);
	background: linear-gradient(135deg,
			rgba(7, 190, 184, 0.95) 0%,
			rgba(0, 152, 147, 0.95) 100%);
			
			
	background-size: contain;
	min-height: 11.375rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.second-nav-wrap .second-nav>.clearfix {
	height: 9.375rem;
}

.second-nav-wrap h1 {
	height: 7.625rem;
	line-height: 7.625rem;
	color: #fff;
	font-size: 2.25rem;
	letter-spacing: 0.2em;
}

.second-nav-wrap h1.text-right {
	text-align: right;
}

.second-nav-wrap h1.text-center {
	text-align: center;
	line-height: 11.4375rem;
}

.second-nav-wrap .expert-banner h1 {
	height: 11.375rem;
	line-height: 11.375rem;
}

.second-nav-wrap .doctor-search {
	margin-top: 4.25rem;
}

.second-nav-wrap .doctor-search.mt114 {
	margin-top: 2.5rem;
}

.second-nav-wrap .doctor-search a.external-link {
	display: block;
	min-width: 15rem;
	padding: 0 1rem;
	line-height: 2.875rem;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
}

.second-nav-wrap .doctor-search a.external-link:hover {
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
	border-color: #9ae097;
	color: #9ae097;
}

.second-nav-wrap .doctor-search a.external-link .link-i {
	font-size: 1.25rem;
	font-weight: normal;
}

.second-nav-wrap .doctor-search i {
	line-height: 2.75rem;
	position: relative;
	font-size: 1.625rem;
	font-weight: bold;
}

.second-nav-wrap .doctor-search input {
	line-height: 2.875rem;
	padding: 0 10px;
	width: 17.5rem;
	border: 1px solid #fff;
	border-right: none;
	background-color: transparent;
	height: 2.875rem;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	border-radius: 0;
}

.second-nav-wrap .doctor-search input:focus {
	border: 1px solid #fff;
}

.second-nav-wrap .doctor-search input:-moz-placeholder {
	color: #fff;
	font-size: 0.875rem;
}

.second-nav-wrap .doctor-search input::-moz-placeholder {
	color: #fff;
	font-size: 0.875rem;
}

.second-nav-wrap .doctor-search input::-webkit-input-placeholder {
	color: #fff;
	font-size: 0.875rem;
}

.second-nav-wrap .doctor-search input:-ms-input-placeholder {
	color: #fff;
	font-size: 0.875rem;
}

.second-nav-wrap .doctor-search .btn {
	width: 6.1875rem;
	height: 2.875rem;
	line-height: 2.875rem;
	background-color: #fff;
	color: #03a560;
	text-align: center;
	border-radius: 0;
}

.second-nav-wrap .doctor-search .btn:hover {
	background-color: #03a560;
	color: #fff;
}

.second-nav-wrap .second-nav-list {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	height:6.25rem;
}

.second-nav-wrap .second-nav-list ul {
	position: relative;
	height: 3.75rem;
}

.second-nav-wrap .second-nav-list #mySelect {
	display: none;
}

.second-nav-wrap .second-nav-list ul li {
	position: relative;
	float: left;
}

.second-nav-wrap .second-nav-list ul li+li {
	margin-left: 2.6875rem;
}

.second-nav-wrap .second-nav-list ul li+li a:before {
	content: "";
	display: block;
	position: absolute;
	left: -1.5rem;
	top: 1.5rem;
	width: 1px;
	height: 1rem;
	background-color: #76cdbc;
	background-color: rgba(255, 255, 255, 0.4);
}

.second-nav-wrap .second-nav-list ul li a {
	position: relative;
	display: block;
	height: 3.75rem;
	line-height: 3.75rem;
	font-size: 1.25rem;
	color: #fff;
}

.second-nav-wrap .second-nav-list ul li:hover a {
	color: #9ae097;
}

.second-nav-wrap .second-nav-list ul li.cur a {
	font-weight: bold;
}

.second-nav-wrap .second-nav-list ul li.cur:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	height: 5px;
	background-color: #9ae097;
}

.container-inner {
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
	min-height:18.75rem;
}

.container .layout{
  margin-top:2.5rem;
}

.container .layout .container-inner{
  padding-top:0px;
}

.content .news-content p {
	line-height: 1.8;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun,
		"Segoe UI", Tahoma, Helvetica, sans-serif !important;
	font-size:1.25rem;
}

.content .news-content p img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

/* 02医院概况-04视频宣传 */
.page-shipin-box ul {
	flex-wrap: wrap;
	margin-top: 3.125rem;
}

.page-shipin-box ul::after {
	content: '';
	width: 30%;
	height: 0px;
}

.page-shipin-box ul li {
	width: 30%;
	margin-bottom: 1.25rem;
}

.page-shipin-box ul li .page-top-box {
	height: 20rem;
	overflow: hidden;
}

.page-shipin-box ul li img {
	width: 100%;
	height: 100%;
	transition: .4s;
}

.page-shipin-box ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.page-shipin-box ul li p {
	font-size: 1.25rem;
	text-align: left;
	position: absolute;
	bottom: 0;
	color: #FFF;
	left: 0;
	width: 100%;
	padding: 1.25rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 10%, rgba(0, 0, 0, 0.8));
}

.page-shipin-box ul li:hover img {
	transform: scale(1.1);
	transition: .4s;
}

.page-paging-box {
	text-align: center;
	margin-bottom: 3.125rem;
	margin-top: 2.5rem;
	overflow:hidden;
}

.page-paging-box .box {
	border: 1px solid #e4e4e4;
	padding: 0 2.375rem;
}

.page-paging-box a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	font-size: 1.125rem;
	color: #737373;
	padding: 18px 20px;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-paging-box a:hover,
.page-paging-box a.curr {
	background-color: #009893;
	color: #fff;
}

/* 03新闻公告-01医院新闻 */
.second-nav-wrap .second-nav-list .link-box {
	height: 2.625rem;
	line-height: 2.625rem;
	background-color: #FFFFFF;
	font-size: 1rem;
	color: #999999;
	padding: 0 0.875rem;
	border: 1px solid #E2C57F;
	display: none;
}

.second-nav-wrap .second-nav-list .link-box .icon {
	width: 12px;
	height: 10px;
	background: url(../img/link-sjx.png) center center no-repeat;
	margin-left: 2.8125rem;
}

.second-nav-wrap .second-nav-list .link-box .sub {
	position: absolute;
	top: 130%;
	left: 0;
	z-index: 200;
	background-color: #FFFFFF;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .4s;
	-webkit-transition: .4s;
}

.second-nav-wrap .second-nav-list .link-box .sub::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(54, 60, 80, 0.5);
}

.second-nav-wrap .second-nav-list .link-box .sub::-webkit-scrollbar-thumb {
	background-color: #269CA6;
}

.second-nav-wrap .second-nav-list .link-box .sub a {
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 2.1875rem;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0 0.875rem;
	transition: .4s;
}

.second-nav-wrap .second-nav-list .link-box .sub a:hover {
	color: #269CA6;
	transition: .4s;
}

.second-nav-wrap .second-nav-list .link-box:hover .sub {
	top: 100%;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	border: 1px solid #E2C57F;
}

/* 03新闻公告-02医院公告 */
.info-list-wrap .info-list li {
	padding: 15px 0;
	height: 3.4375rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px dashed #e4e4e4;
	line-height: 1.5;
	overflow: hidden;
	position: relative;
	font-size: 1.25rem;
}

.info-list-wrap .info-list li:last-child {
	border-bottom: none;
}

.info-list-wrap .info-list li a {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .4s;
	height: auto;
}

.info-list-wrap .info-list li span {
	display: block;
	width: 10%;
	flex-shrink: 0;
	color: #999;
	font-size: 0.875rem;
	position: absolute;
	right: 0;
	top: 15px;
}

.info-list-wrap .info-list li u {
	color: #e8e4e8;
	padding: 0 5px;
}

.info-list-wrap .info-list li a:before {
	content: "•";
	color: #999;
	margin-right: 10px;
}

.info-list-wrap .info-list li a p {
	max-width: 85%;
}

.info-list-wrap .info-list li:hover a {
	color: #CE3034;
	transition: .4s;
}

/* 03新闻公告-02联系方式 */
.page-contact-box {
	margin-bottom: -4.375rem;
}

.page-contact-box .tio-info {
	margin-bottom: 8.375rem;
}

.page-contact-box .tio-info .box {
	padding: 0 3.4375rem;
	margin-top: 4.375rem;
}

.page-contact-box .tio-info .list .title {
	font-size: 1.125rem;
	color: #333;
}

.page-contact-box .tio-info .list .line {
	width: 41px;
	height: 4px;
	background-color: #278578;
	margin-top: 4px;
}

.page-contact-box .tio-info .list .phone {
	font-size: 1.5rem;
	color: #333;
	margin-top: 0.875rem;
}

.page-contact-box .tio-info .list .txt {
	font-size: 1rem;
	color: #a1a1a1;
	margin-top: 0.875rem;
}

.page-contact-box #index-map .info-box .info {
	border-top: none;
	margin-top: -0.625rem;
	padding-top: 0;
	border-bottom: 1px solid #6dada5;
	margin-bottom: 2.125rem;
	padding-bottom: 1.875rem;
}

.page-contact-box .c-code p {
	text-align: center;
	background-color: #fff;
	padding: 1.25rem;
	border-radius: 10px;
}

.page-contact-box .c-code p:last-child {
	margin-left: 1.875rem;
}

.page-contact-box .c-code p .erweima {
	width: 8.75rem;
}

.page-contact-box .c-code p span {
	font-size: 1rem;
	color: #494949;
	margin-top: 0.75rem;
	line-height: 20px;
}

.page-contact-box .c-code p span img {
	margin-right: 0.5rem;
	vertical-align: -4px;
}

.page-contact-box .c-code .line {
	width: 1px;
	height: 9.3125rem;
	background: url(../img/f-line.png) center center no-repeat;
	margin: 0 2.75rem;
}

#index-map {
	height: 32.125rem;
	background-color: #eaecee;
	margin-top: 4.375rem;
	margin-bottom: 4.375rem;
}

#index-map #map {
	width: 100%;
	height: 100%;
}

#index-map .info-box {
	width: 32.125rem;
	height: 36.375rem;
	background: url(../img/map-info.jpg) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -4.25rem;
	left: 11%;
	z-index: 100;
	padding: 2.875rem;
}

#index-map .info-box .title {
	font-size: 1.875rem;
	color: #fff;
	border-bottom: 1px solid #6dada5;
	padding-bottom: 1rem;
	margin-bottom: 2.125rem;
}

#index-map .info-box .type-list {
	margin-bottom: 1.875rem;
}

#index-map .info-box .type-list a .icon {
	width: 1.75rem;
	margin-right: 0.875rem;
}

#index-map .info-box .type-list a em {
	width: 5rem;
	font-size: 1.25rem;
	color: #fff;
	margin-right: 1.375rem;
}

#index-map .info-box .type-list a .arrow {
	width: 9px;
}

#index-map .info-box .info {
	border-top: 1px solid #6dada5;
	padding-top: 1.875rem;
	margin-top: 2.5rem;
}

#index-map .info-box .info p {
	font-size: 1rem;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 0.75rem;
}

/* 05科室导航-01科室导航 */
.page-address {
	padding: 1.125rem 0;
	font-size: 0.875rem;
	color: #888;
	margin-top: 1.25rem;
}

.page-address a {
	color: #888;
}

.page-address a:hover {
	color: #1cadaa;
}

.page-navigation {
	padding: 0.75rem 2.1875rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border:1px solid #ddd;
}

.page-navigation>.w-100 {
	margin: 0.8125rem 0;
}

.page-navigation .f-l {
	width: 8%;
	text-align: right;
	font-size: 1.125rem;
	color: #717171;
	line-height: 1.5rem;
	margin: 0.625rem 0;
}

.page-navigation .f-r {
	width: 91%;
	font-size: 1rem;
}

.page-navigation .f-r a {
	float: left;
	line-height: 1.5rem;
	padding: 0 0.625rem;
	border-right: 1px solid #dddddd;
	margin: 0.625rem 0;
}

.page-navigation .f-r a.active {
	color: #0b75c3;
}

.ksdh-box {
	padding: 2.5rem 0 0;
}

.ksdh-box ul {
	margin: 0 -0.5rem;
}

.ksdh-box ul li {
	width: 25%;
	float: left;
	padding: 0 0.5rem;
	margin-bottom: 3.125rem;
}

.ksdh-box ul li a {
	width: 100%;
	float: left;
	border: 1px solid #b0dad9;
	background: #f8fdfd;
	padding: 1rem 2.1875rem;
}

.ksdh-box ul li a .box1 {
	border-bottom: 0.125rem solid #1cadaa;
	padding-bottom: 0.375rem;
	font-size: 1.5rem;
	line-height: 1.875rem;
	transition: all .6s ease;
	color: #333;
}

.ksdh-box ul li a .box1 span {
	float: left;
	max-width: 83%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ksdh-box ul li a .box1 i {
	float: right;
	font-size: 1.875rem;
	line-height: 1.875rem;
}

.ksdh-box ul li a .box2 {
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 0.75rem;
}

.ksdh-box ul li a .box2 span {
	color: #666;
	display: block;
	transition: all .6s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ksdh-box ul li a .box2 p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 4.375rem;
	margin-bottom: 0.3rem;
}

.ksdh-box ul li a:hover {
	background: #1cadaa;
	border-color: #1cadaa;
	color: #fff;
	box-shadow: 0 0 30px rgba(28, 173, 170, 0.5);
}

.ksdh-box ul li a:hover .box1 {
	border-color: #fff;
	color: #fff;
}

.ksdh-box ul li a:hover .box2 span {
	color: #96fffd;
}

/* 06专家介绍-01专家介绍 */
.zjjs-box1 {
	font-size: 1.5rem;
	margin-top: 2.5rem;
}

.ksdh-box.zjjs-box2 ul li {
	margin-bottom: 1.2rem;
}

.ksdh-box.zjjs-box2 ul li a {
	background: #fff;
	border-color: #e1e1e1;
	padding: 0.9375rem;
}

.ksdh-box.zjjs-box2 ul li a .f-l {
	width: 43%;
	height: 12.5rem;
	overflow: hidden;
}

.ksdh-box.zjjs-box2 ul li a .f-l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s ease;
}

.ksdh-box.zjjs-box2 ul li a .f-r {
	width: 52%;
}

.ksdh-box.zjjs-box2 ul li a .f-r .box1 {
	margin-top: 0.3rem;
}

.ksdh-box.zjjs-box2 ul li a .f-r .box3 {
	font-size: 0.875rem;
	color: #333;
	margin-top: 0.5rem;
	line-height: 1.6;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 4.4rem;
}

.ksdh-box.zjjs-box2 ul li a .f-r .box3 span {
	color: #888;
}

.ksdh-box.zjjs-box2 ul li a:hover {
	border-color: #1cadaa;
}

.ksdh-box.zjjs-box2 ul li a:hover .box1 {
	color: #1cadaa;
	border-color: #1cadaa;
}

.ksdh-box.zjjs-box2 ul li a:hover .f-l img {
	transform: scale(1.1);
}

/* 09党群工作-01党建动态 */
.inner-list-item {
	position: relative;
}

.inner-list-item .inner-list-tit {
	height: auto;
	line-height: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e4e4e4;
}

.inner-list-item .inner-list-tit .fl {
	line-height: 20px;
	color: #666;
	height: 20px;
	margin-bottom: 18px;
	position: relative;
	font-size: 20px;
}

.inner-list-item .inner-list-tit .fl span {
	font-weight: normal;
}

.inner-list-item .inner-list-tit a.fl i {
	font-size: 24px;
	color: #03a560;
	position: relative;
	top: 2px;
	margin-right: 8px;
}

.inner-list-item .inner-list-tit a.fl:hover {
	color: #03a560;
}

.inner-list-item .inner-list-tit a.fl:after {
	background-color: #03a560;
	height: 5px;
	width: 32px;
	bottom: -19px;
	left: 0;
	position: absolute;
	content: "";
}

.inner-list-item .inner-list-tit a.more:after {
	content: "\e64d";
	font-family: "iconfont";
	color: #0096d7;
	margin-left: 8px;
	font-size: 22px;
	float: right;
}

.inner-list-item .inner-list-tit .tab-tit {
	display: flex;
	color: #555;
}

.inner-list-item .inner-list-tit .tab-tit.related-tab-tit a.cur {
	color: #03a560;
	font-weight: normal;
}

.inner-list-item .inner-list-tit .tab-tit a {
	display: flex;
	line-height: 20px;
	color: #666;
	font-weight: normal;
	height: 20px;
	font-size: 16px;
	margin-right: 21px;
	position: relative;
	margin-bottom: 18px;
}

.inner-list-item .inner-list-tit .tab-tit a:last-child {
	margin-right: 0;
}

.inner-list-item .inner-list-tit .tab-tit a:after {
	height: 5px;
	width: 32px;
	bottom: -19px;
	left: 0;
	position: absolute;
	content: "";
}

.inner-list-item .inner-list-tit .tab-tit a.cur {
	color: #363636;
	font-weight: bold;
}

.inner-list-item .inner-list-tit a.department-hot-list-bar {
	display: flex;
}

.inner-list-item .inner-list-tit a i.shoucang {
	display: block;
	width: 1rem;
	height: 1rem;
	background: url(../img/icon9.png) center center no-repeat;
	margin-right: 10px;
}

.inner-list-item .inner-list-tit .tab-tit a i {
	display: block;
	width: 1rem;
	height: 1rem;
	background: url(../img/arrow5.png)center center no-repeat;
	background-size: cover;
	margin-left: 10px;
}

.inner-list-item .inner-list-tit .tab-tit a.cur:after {
	background-color: #03a560;
}

.inner-list-item .inner-list-content {
	position: relative;
	margin-top: 20px;
}

.news-list li {
	border-bottom: 1px dashed #cdcdcd;
	padding-top: 25px;
	padding-bottom: 24px;

	height: auto;
	position: relative;
}

.news-list li.hasthumb {
	padding-left: 285px;
}

.news-list li.hasthumb .label {
	top: 37px;
}

.news-list li:last-child {
	border-bottom: none;
}

.news-list li .thumb {
	position: absolute;
	left: 0;
	top: 25px;
	width: 260px;
	height: 150px;
	overflow: hidden;
}

.news-list li .thumb img {
	display: block;
	width: 100%;
	height: 100%;
}

.news-list li .label {
	height: 24px;
	padding: 0 17px;
	line-height: 24px;
	border-radius: 12px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	background-color: #757070;
	background-color: rgba(51, 51, 51, 0.7);
	position: absolute;
	top: 26px;
	left: 10px;
}

.news-list li .title {
	line-height: 26px;
	height: 105px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	margin-bottom: 20px;
}

.news-list li h2 {
	font-size: 20px;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight:600;
}

.news-list li h2.nothumb {
	padding-left: 108px;
}

.news-list li p {
	color: #797979;
	line-height: 20px;
	margin-bottom: 0;
	font-size:1rem;
}

.news-list li .info {
	font-size: 13px;
	color: #999;
	line-height: 29px;
	height: 29px;
}

.news-list li .info .mark {
	color: #999;
}

.news-list li .info .mark u {
	padding: 0 10px;
	font-size: 12px;
	color: #c7c5c5;
	position: relative;
	top: -1px;
}

.news-list li .info .share {
	cursor: pointer;
	position: relative;
}

.news-list li .info .share:hover span {
	background: #fff;
	border-color: #ddd;
}

.news-list li .info .share:hover .bdsharebuttonbox {
	display: block;
}

.news-list li .info .share i {
	margin-right: 5px;
	color: #084ba8;
	display: block;
	width: 1.6875rem;
	height: 1.6875rem;
	background: url(../img/icon8.png) center no-repeat;
	background-size: cover;
}

.news-list li .info .share span {
	display: flex;
	height: 28px;
	position: relative;
	border: 1px solid transparent;
	border-bottom: none;
	padding: 0 10px;
	z-index: 2;
	display:none;
}

.news-list li .info .share .bdsharebuttonbox {
	display: none;
	position: absolute;
	right: 0;
	bottom: 28px;
	z-index: 1;
	background: #fff;
	padding: 10px 15px;
	border: 1px solid #ddd;
	width: 123px;
	z-index: 9;
}

.news-list li .info .share .bdsharebuttonbox a {
	display: block;
	float: none;
	font-size: 14px;
	margin-right: 0;
	width: 100%;
}

.news-list li .info .share .bdsharebuttonbox a:before {
	content: attr(title);
	margin-left: 5px;
}

.bdshare-button-style0-24 a {
	background-image: url(../images/icons_0_24.png) !important;
	width: 24px;
	padding-left: 24px !important;
	height: auto;
}

.inner-list-item {
	width: 100%;
}

.news-list li .info .share .bdsharebuttonbox a .Qcode img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 专家介绍手机版 */
.page-navigation>.w-100 .search {
	position: relative;
	z-index: 10;
	display: none;
}

.page-navigation>.w-100 .search * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.page-navigation>.w-100 .search .title {
	font-size: 1.125rem;
	color: #333;
}

.page-navigation>.w-100 .search .select-input {
	position: relative;
	margin-right: 0.875rem;
}

.page-navigation>.w-100 .search .select-input::before {
	content: '';
	display: block;
	width: 0.9375rem;
	height: 0.5625rem;
	background: url(../img/page-ks-down.png) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 1.875rem;
	bottom: 0;
	z-index: 10;
	margin: auto;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-navigation>.w-100 .search .select-input .select {
	position: absolute;
	top: 150%;
	left: 0;
	z-index: 100;
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-navigation>.w-100 .search .select-input .select .box {
	max-height: 160px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	border-top: none;
}

.page-navigation>.w-100 .search .select-input .select .box::-webkit-scrollbar {
	width: 3px;
	height: 10px;
	background-color: #eee;
	border-radius: 25px;
}

.page-navigation>.w-100 .search .select-input .select .box::-webkit-scrollbar-track {
	border-radius: 25px;
}

.page-navigation>.w-100 .search .select-input .select .box::-webkit-scrollbar-thumb {
	border-radius: 25px;
	background-color: #489a8e;
}

.page-navigation>.w-100 .search .select-input .select .box a {
	display: block;
	width: 100%;
	line-height: 40px;
	padding-left: 20px;
	font-size: 14px;
	text-align: left;
	color: #999;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-navigation>.w-100 .search .select-input .select .box a:hover {
	background-color: #489a8e;
	color: #fff;
}

.page-navigation>.w-100 .search .select-input.on .select {
	top: 100%;
	height: auto;
	opacity: 1;
	visibility: visible;
}

.page-navigation>.w-100 .search input {
	width: 11.125rem;
	height: 2.75rem;
	border: 1px solid #e1e1e1;
	font-size: 1rem;
	color: #333;
	text-indent: 0.625rem;
	background-color: transparent;
	transition: .4s;
	-webkit-transition: .4s;
}

.page-navigation>.w-100 .search input::-webkit-input-placeholder {
	font-size: 1rem;
	color: #999999;
}

.page-navigation>.w-100 .search input:hover {
	border-color: #489a8e;
}

.page-navigation>.w-100 .search .searchkey {
	margin-right: 0;
}

.page-navigation>.w-100 .search .btn {
	width: 5.625rem;
	height: 2.75rem;
	background: #489a8e url(../img/page-search.png) center center no-repeat;
	background-size: 1.5625rem 1.5625rem;
}

.page-team-box {
    margin-top: 1.875rem;
}

.page-team-box .top-info .left img {
    width: 2.75rem;
    margin-right: 0.6875rem;
}

.page-team-box .top-info .left .title {
    font-size: 1.5rem;
    color: #333;
    margin-right: 1.625rem;
}

.page-team-box .top-info .left .num {
    font-size: 1.125rem;
    color: #888888;
}

.page-team-box .top-info .left .num em {
    font-size: 1.5rem;
    color: #d20000;
}

.page-team-box .top-info .search {
    position: relative;
    z-index: 10;
}

.page-team-box .top-info .search * {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: middle;
}

.page-team-box .top-info .search .title {
    font-size: 1.125rem;
    color: #333;
}

.page-team-box .top-info .search .select-input {
    position: relative;
    margin-right: 0.875rem;
}

.page-team-box .top-info .search .select-input::before {
    content: '';
    display: block;
    width: 0.9375rem;
    height: 0.5625rem;
    background: url(../img/page-ks-down.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 1.875rem;
    bottom: 0;
    z-index: 10;
    margin: auto;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-team-box .top-info .search .select-input .select {
    position: absolute;
    top: 150%;
    left: 0;
    z-index: 100;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-team-box .top-info .search .select-input .select .box {
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-top: none;
}

.page-team-box .top-info .search .select-input .select .box::-webkit-scrollbar {
    width: 3px;
    height: 10px;
    background-color: #eee;
    border-radius: 25px;
}

.page-team-box .top-info .search .select-input .select .box::-webkit-scrollbar-track {
    border-radius: 25px;
}

.page-team-box .top-info .search .select-input .select .box::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background-color: #14c1a3;
}

.page-team-box .top-info .search .select-input .select .box a {
    display: block;
    width: 100%;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    text-align: left;
    color: #999;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-team-box .top-info .search .select-input .select .box a:hover {
    background-color: #14c1a3;
    color: #fff;
}

.page-team-box .top-info .search .select-input.on .select {
    top: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
}

.page-team-box .top-info .search input {
    width: 11.125rem;
    height: 2.75rem;
    border: 1px solid #e1e1e1;
    font-size: 1rem;
    color: #333;
    text-indent: 0.625rem;
    background-color: transparent;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-team-box .top-info .search input::-webkit-input-placeholder {
    font-size: 1rem;
    color: #999999;
}

.page-team-box .top-info .search input:hover {
    border-color: #14c1a3;
}

.page-team-box .top-info .search .searchkey {
    margin-right: 0;
}

.page-team-box .top-info .search .btn {
    width: 5.625rem;
    height: 2.75rem;
    background: #14c1a3 url(../img/page-search.png) center center no-repeat;
    background-size: 1.5625rem 1.5625rem;
}

.page-team-box .page-line {
    height: 12px;
    background: url(../img/page-ys-line.png) left center no-repeat;
    background-size: 100% 100%;
    margin-top: 1.5625rem;
}

.page-team-box .list {
    margin-top: 2.625rem;
}

.page-team-box .list ul {
    margin: 0 -1rem;
}

.page-team-box .list li {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: calc(100% / 3);
    height: 15.25rem;
    padding: 0 1rem;
    margin-bottom: 2rem;
}

.page-team-box .list li a {
    padding: 1.25rem;
    border: 1px solid #e4e4e4;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-team-box .list li .img-box {
    width: 9.125rem;
}

.page-team-box .list li .info {
    padding-left: 1.625rem;
}

.page-team-box .list li .info .title {
    font-size: 1.5rem;
    color: #4e4e4e;
    font-weight: 600;
}

.page-team-box .list li .info .line {
    width: 24px;
    height: 3px;
    background-color: #14c1a3;
    margin-top: 0.875rem;
    margin-bottom: 1.25rem;
}

.page-team-box .list li .info .desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 0.625rem;
}

.page-team-box .list li .info .copy-desc {
    font-size: 1rem;
    color: #4e4e4e;
    margin-top: 0.9375rem;
}

.page-team-box .list li .info .copy-desc em {
    font-weight: bold;
}

.page-team-box .list li:hover a {
    border-color: #14c1a3;
    box-shadow: 0px 0px 10px #c5e1dd;
}

/* 03新闻公告-03新闻详情页 */
.page-details-box {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.page-details-box .details-left {
    width: 71%;
    padding-right: 3.5rem;
}

.page-details-box .details-left h4.title {
    font-size: 2.0625rem;
    color: #333;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 3%;
}

.page-details-box .details-left .details-time span {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: middle;
    font-size: 14px;
    color: #888;
    line-height: 25px;
    padding-left: 22px;
}

.page-details-box .details-left .details-time span:nth-child(1) {
    background: url(../img/page-news-time.png) left center no-repeat;
}

.page-details-box .details-left .details-time span:nth-child(2) {
    background: url(../img/browse-icon-1.png) left center no-repeat;
    margin-left: 22px;
}

.page-details-box .details-left .font-max {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
}

.page-details-box .details-left .font-max * {
    font-size: 14px;
    color: #888;
}

.page-details-box .details-left .right-day .no-print{
  background-color:transparent;
  font-size:14px;
  color:#888;
}

.page-details-box .details-left .details-right-sher span {
    font-size: 14px;
    color: #5b5b5b;
}

.page-details-box .details-left .details-right-sher .social-share-icon {
    border-color: #939393;
    color: #939393;
    font-size: 16px;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-details-box .details-left .details-right-sher .social-share-icon:hover {
    background-color: #14c1a3;
    border-color: #14c1a3;
    color: #fff;
}

.page-details-box .details-left .pagePrint {
    font-size: 14px;
    color: #666;
    margin-right: 3.125rem;
}

.page-details-box .details-left .page-details-content {
    min-height: 370px;
    margin-top: 1%;
    border-top: 1px dashed #d5d5d5;
    padding-top: 3%;
    font-size: 1rem;
    color: #222;
    line-height: 2;
    text-align: justify;
}

.page-details-box .details-left .page-details-content table{
  width:100%!important;
}

.page-details-box .details-left .page-details-content img {
    max-width: 100%;
    margin: 10px 0;
    height: auto !important;
}

.page-details-box .details-page-right {
    width: 28%;
    position: relative;
}

.page-details-box .details-page-right .top .prev, .page-details-box .details-page-right .top .next {
    display: block;
    width: 100%;
    padding: 7%;
    background-color: #f3f3f3;
}

.page-details-box .details-page-right .top .prev span, .page-details-box .details-page-right .top .next span {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
}

.page-details-box .details-page-right .top .prev .title, .page-details-box .details-page-right .top .next .title {
    font-size: 1.125rem;
    color: #333;
    margin-top: 5%;
    margin-bottom: 5%;
}

.page-details-box .details-page-right .top .prev em, .page-details-box .details-page-right .top .next em {
    font-size: 14px;
    color: #969696;
}

.page-details-box .details-page-right .top .return-list {
    height: 4.375rem;
    background-color: #14c1a3;
    text-align: center;
    line-height: 4.375rem;
    font-size: 1.375rem;
    color: #fff !important;
    overflow: hidden;
}

.page-details-box .details-page-right .top .return-list i {
    width: 18px;
    height: 100%;
    background: url(../img/back-icon.png) center center no-repeat;
    vertical-align: bottom;
    margin-right: 20px;
}

.page-details-box .details-page-right .top a {
    margin-bottom: 10px;
}

.page-details-box .details-page-right .top a * {
    transition: .4s;
    -webkit-transition: .4s;
}

.page-details-box .details-page-right .top a:hover * {
    color: #14c1a3 !important;
}

.page-details-box .details-page-right .bottom {
    margin-top: 3.75rem;
    padding-left: 14px;
}

.page-details-box .details-page-right .bottom .title {
    font-size: 1.375rem;
    color: #333333;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 0.625rem;
    position: relative;
    background: linear-gradient(#278578, #278578) left bottom/5.375rem 2px no-repeat;
}

.page-details-box .details-page-right .bottom .list {
    margin-top: 1.875rem;
}

.page-details-box .details-page-right .bottom .list a {
    padding: 1.5rem 0.875rem;
    margin-bottom: 1rem;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    border:1px solid #ddd;
}

.page-details-box .details-page-right .bottom .list a .time {
    font-size: 14px;
    color: #999;
    position: relative;
    margin-top: 0.75rem;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-details-box .details-page-right .bottom .list a .desc {
    font-size: 1.25rem;
    color: #333;
    text-align: justify;
    line-height: 1.5;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-details-box .details-page-right .bottom .list a:hover .time {
    color: #333;
}

.page-details-box .details-page-right .bottom .list a:hover .desc {
    color: #14c1a3;
}

/* 05科室导航-科室详情 */
.page-departmentdetails-box {
    margin-top: 3rem;
	margin-bottom: 3rem;
	min-height:25rem;
}

.page-departmentdetails-box .top-info .img-box {
    width: 38rem;
	height: 20rem;
}

.page-departmentdetails-box .top-info .info {
    padding-left: 1.625rem;
}

.page-departmentdetails-box .top-info .info .title {
    font-size: 1.5rem;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
}

.page-departmentdetails-box .top-info .info .title .line {
    width: 2.875rem;
    height: 3px;
    background-color: #14c1a3;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.page-departmentdetails-box .top-info .info .desc {
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 0.625rem;
}

.page-departmentdetails-box .desc-info {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin-top: 1.25rem;
}

.page-departmentdetails-box .bottom-title {
    font-size: 1.5rem;
    color: #333;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    margin-top: 1.75rem;
}

.page-departmentdetails-box .bottom-title .line {
    width: 2.875rem;
    height: 3px;
    background-color: #14c1a3;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

/* 06专家介绍-02专家详情页 */
.page-teamDetails-box {
    margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.page-teamDetails-box .top-info {
    height: 18.75rem;
    background-color: #fff;
    box-shadow: 0px 0px 10px #dbdbdb;
    border-bottom: 4px solid #278578;
    padding: 2.875rem;
}

.page-teamDetails-box .top-info .left {
    border-right: 1px solid #dbdbdb;
    padding-right: 1.25rem;
    margin-right: 3.125rem;
}

.page-teamDetails-box .top-info .left .img-box {
    width: 9.125rem;
}

.page-teamDetails-box .top-info .left .info {
    padding-left: 1.625rem;
}

.page-teamDetails-box .top-info .left .info .title {
    font-size: 1.5rem;
    color: #4e4e4e;
    font-weight: 600;
}

.page-teamDetails-box .top-info .left .info .line {
    width: 24px;
    height: 3px;
    background-color: #278578;
    margin-top: 0.875rem;
    margin-bottom: 1.25rem;
}

.page-teamDetails-box .top-info .left .info .desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 0.625rem;
}

.page-teamDetails-box .top-info .left .info .copy-desc {
    font-size: 1rem;
    color: #4e4e4e;
    margin-top: 0.9375rem;
}

.page-teamDetails-box .top-info .left .info .copy-desc em {
    font-weight: bold;
}

.page-teamDetails-box .top-info .right {
    width: 45.25rem;
    padding-top: 0.5rem;
}

.page-teamDetails-box .top-info .right > .title {
    font-size: 1.125rem;
    color: #333;
    font-weight: bold;
}

.page-teamDetails-box .top-info .right > .title em {
    font-size: 14px;
    font-weight: normal;
}

.page-teamDetails-box .top-info .right .times {
    border: 1px solid #eaeaea;
    margin-top: 1.25rem;
}

.page-teamDetails-box .top-info .right .times li {
    border-bottom: 1px solid #eaeaea;
}

.page-teamDetails-box .top-info .right .times li:last-child {
    border-bottom: none;
}

.page-teamDetails-box .top-info .right .times .top-title {
    font-size: 0;
    background-color: #f8f8f8;
}

.page-teamDetails-box .top-info .right .times span {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: calc(100% / 8);
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1.125rem;
    color: #555;
    border-right: 1px solid #eaeaea;
}

.page-teamDetails-box .top-info .right .times span:last-child {
    border-right: none;
}

.page-teamDetails-box .top-info .right .times span.on {
    background: url(../img/page-time.png) center center no-repeat;
    background-size: 1.4375rem 1.4375rem;
}

.page-teamDetails-box .bottom-title {
    width: 11.0625rem;
    height: 2.6875rem;
    line-height: 2.6875rem;
    background: url(../img/page-title-bg.png) center center no-repeat;
    background-size: 100% 100%;
    margin: 3.125rem auto 2.25rem;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
}

.page-teamDetails-box .page-desc {
    font-size: 1rem;
    color: #4e4e4e;
    text-align: justify;
    line-height: 2;
    padding-bottom: 20px;
}

.page-teamDetails-box .page-line {
    height: 12px;
    background: url(../img/page-ys-line.png) left center no-repeat;
    background-size: 100% 100%;
    margin-top: 1.5625rem;
}

.page-samedep-box .bottom-title {
    width: 11.0625rem;
    height: 2.6875rem;
    line-height: 2.6875rem;
    background: url(../img/page-title-bg.png) center center no-repeat;
    background-size: 100% 100%;
    margin: 3.125rem auto 2.25rem;
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
}

.page-samedep-box .list {
    padding-right: 1px;
}

.page-samedep-box li {
    width: 30rem;
    height: 15.1875rem;
}

.page-samedep-box li a {
    padding: 1.25rem;
    border: 1px solid #e4e4e4;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-samedep-box li .img-box {
    width: 9.125rem;
}

.page-samedep-box li .info {
    padding-left: 1.625rem;
}

.page-samedep-box li .info .title {
    font-size: 1.5rem;
    color: #4e4e4e;
    font-weight: 600;
}

.page-samedep-box li .info .line {
    width: 24px;
    height: 3px;
    background-color: #278578;
    margin-top: 0.875rem;
    margin-bottom: 1.25rem;
}

.page-samedep-box li .info .desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 0.625rem;
}

.page-samedep-box li .info .copy-desc {
    font-size: 1rem;
    color: #4e4e4e;
    margin-top: 0.9375rem;
}

.page-samedep-box li .info .copy-desc em {
    font-weight: bold;
}

.page-samedep-box li:hover a {
    border-color: #14c1a3;
}

.page-samedep-box .btns {
    margin-top: 2.375rem;
    text-align: center;
}

.page-samedep-box .btns a {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    width: 3.75rem;
    height: 3.75rem;
    background: url(../img/d-prev.png) center center no-repeat;
    background-size: 0.9375rem 1.625rem;
    border-radius: 50%;
    border: 1px solid #cacaca;
    transition: .4s;
    -webkit-transition: .4s;
}

.page-samedep-box .btns a.next {
    background-image: url(../img/d-next.png);
    margin-left: 3.125rem;
}

.page-samedep-box .btns a:hover {
    background-color: #efefef;
    opacity: 0.8;
}

.header-top{
  width:100%;
  height:6px;
  background-color:#009893;
}

.page-address{
  display:none;
}

#page-main-box .page-address{
  display:block;
}



			.second-nav-wrap2 .second-nav{
				background: rgba(239, 237, 229, 0.95);
			}
			
			.second-nav-wrap2 .second-nav-list ul li a{
				color: #666;
			}
			
			.second-nav-wrap2 h1{
				color: #c50c11;
			}
			
			.party-subweb .second-nav-wrap2 .second-nav-list ul li.cur:after{
				background-color: #c50c11;
			}
			
			.second-nav-wrap2 .second-nav-list ul li.cur:after{
				background-color: #c50c11;
			}
			
			.second-nav-wrap2 .second-nav-list ul li:hover a{
				color: #c50c11;
			}
			
			.inner-list-item .inner-list-tit .tab-tit a.cur:after{
				background-color: #c50c11;
			}
			
			.page-paging-box2 a:hover,
			.page-paging-box2 a.curr {
				background-color: #CE3034;
				color: #fff;
			}

.page-overview-box .page-bottom-box .page-right-box .title ul li {
	width: 48%;
	height: 20rem;
}

.page-overview-box .page-bottom-box .page-right-box .title ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.page-overview-box .page-bottom-box .page-right-box .title ul li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-overview-box .page-bottom-box .page-right-box .title i {
	font-size: 1.25rem;
	text-align: left;
	position: absolute;
	bottom: 0;
	color: #FFF;
	left: 0;
	width: 100%;
	padding: 1.25rem;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 10%, rgba(0, 0, 0, 0.8));
}