﻿#banner-web {
    position: relative;
    overflow: hidden;
}
#banner-web > img {
    display: block;
    width: 100%;
    min-height: 150px;
    object-fit: cover;
}
#banner-web > .banner-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4em;
    font-weight: bold;
    color: #fff;
    padding: 1em;
    line-height: 1.2;
}

/*show*/





/*
** bread
*/
#web-bread {
	padding-top: 1.25em;
	padding-bottom: 1.25em;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#web-bread > .container {
	color: #666;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

#web-bread i,
#web-bread em {
	font-style: normal;
}

#bread-crumb em {
	padding-left: 0.5em;
	padding-right: 0.5em;
	opacity: 0.5;
	user-select: none;
}

#bread-share {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

#bread-share a {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e4edf5;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 3px;
	transition: all 0.3s;
}

#bread-share a:not(:last-child) {
	margin-right: 0.5em;
}

#bread-share .iconfont {
	font-size: 1.25em;
}

.share-wechat i {
	color: #0FCF1B !important;
}

.share-qq i {
	color: #e3a423 !important;
}

.share-weibo i {
	color: #ED4014 !important;
}

.share-qzone i {
	color: #189CFF !important;
}

#bread-share a:hover {
	border-color: #7f8aa0;
}

#bread-share .share-wechat:hover {
	border-color: #0FCF1B;
}

#bread-share .share-qq:hover {
	border-color: #e3a423;
}

#bread-share .share-weibo:hover {
	border-color: #ED4014;
}

#bread-share .share-qzone:hover {
	border-color: #189CFF;
}

/*
** main list
*/
#main-list {
    overflow: hidden;
}
#main-full {
    margin-bottom: 2em;
    display: none !important;
}
[page-type="category"][page-parent-id="60638"] #main-full {
    display: block !important;
}
#main-column {
    display: flex;
    flex-wrap: wrap;
}
#column-aside {
    width: 300px;
    margin-right: 3em;
}
#column-prime { 
    flex: 1;
    width: 100%;
    overflow: hidden;
}

/*
** main medical
*/
#main-medical {
    overflow: hidden;
    background-image: url(../images/bg-list-department.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

[page-type="category"][page-channel-id="60618"] #main-medical {
    background-image: url(../images/bg-list-department.jpg);
}

[page-type="category"][page-channel-id="60617"] #main-medical {
    background-image: url(../images/bg-list-doctor.jpg);
}

[page-type="category"][page-channel-id="70782"] .department-other-part {
    background-color: #fff;
}

/*
** aside
*/
.aside-category {
    line-height: 1.2;
}
.aside-category > dt {
    background-color: #EFF7FF;
    background-image: url(../images/bg-aside.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    border: 1px solid #e9f2fc;
}
.category-parent {
    font-size: 1.5em;
    font-weight: bold;
    color: #0b72cd;
}
.category-lineae {
    margin-top: 2em;
    width: 2em;
    height: 31px;
    border-top: 2px solid #0078e3;
    position: relative;
}
.category-lineae::before,
.category-lineae::after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #0078e3;
}
.category-lineae::before {
    width: 1.25em;
    top: 13px;
    opacity: 0.5;
}
.category-lineae::after {
    width: 0.75em;
    top: 27px;
    opacity: 0.25;
}
.aside-category > dd ul li {
    margin-top: 1em;
}
.aside-category > dd ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #EFF7FF;
    border: 1px solid #e9f0fb;
    padding: 1.25em 2em;
    border-radius: 3px;
    text-decoration: none;
}
.aside-category > dd ul li a span {
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
    margin-right: 1em;
}
.aside-category > dd ul li a:hover {
    border-color: #0b72cd;
}
.aside-category > dd ul li.active a {
    background-color: #0b72cd;
    border-color: #0b72cd;
    color: #fff;
}
.aside-other {
    margin-top: 1em;
}

/*
** medical
*/
.medical-especial {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.especial-title {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    padding-top: 1em;
}
.especial-line-body {
    margin-top: 1em;
    text-align: center;
}
.especial-qrcode-list {
    justify-content: center;
    margin-top: 2em;
}
.especial-qrcode-list li:not(:last-child) {
    margin-right: 3em;
}
.especial-qrcode-list li img {
    max-width: 120px;
    border-radius: 3px;
}

[line-row-position="up"],
[line-row-position="down"],
[line-row-position="both"] {
	position: relative;
}

[line-row-position="up"]::before,
[line-row-position="down"]::after,
[line-row-position="both"]::before,
[line-row-position="both"]::after {
	position: absolute;
    content: "";
	width: 100%;
	height: 1px;
    left: 0;
    right: 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 1), transparent);
    
}

[line-row-position="up"]::before,
[line-row-position="both"]::before {
    top: 0;
}

[line-row-position="down"]::after,
[line-row-position="both"]::after {
    bottom: 0;
}

.especial-qrcode-text {
    margin-top: 1.5em;
    padding: 1.25em;
}

.medical-ordinary {
    margin-top: 3em;
    margin-bottom: 2em;
}

[page-type="category"][page-channel-id="70782"] .medical-ordinary {
    margin-top: 0;
}

.mode-web-dl dt {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2em;
    font-weight: bold;
    color: #005bac;
    text-align: center;
}

.mode-web-dl {
    display: flex;
    flex-direction: column;
}

.mode-web-dl dd {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mode-web-dl dd ul {
    margin-bottom: auto;
}

.mode-web-dl dd ul  + .more-box{
    margin-top: 1.5em;
}

.mode-web-dl dd .more-box {
    text-align: center;
}

.mode-web-dl dd .more-box a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #0069c7;
    color: #005bac;
    padding: 0.25em 1.25em;
    border-radius: 0.5em;
}

.mode-web-dl dd .more-box a:hover {
    background-color: #0069c7;
    color: #fff;
}

.especial-contact-list {
    margin-top: 3em;
    margin-bottom: 3em;
}
.especial-contact-list > li {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.especial-contact-list > li:not(:last-child) {
    margin-right: 3em;
}
.especial-contact-list > li .iconfont {
    font-size: 4em;
    line-height: 1;
}
.especial-contact-list > li .contacts {
    margin-left: 0.5em;
    text-align: left;
}

/*
** doctor
*/
.web-doctor-search {
    margin-bottom: 3em;
}
.search-doctors {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.search-doctors > select,
.search-doctors > input,
.search-doctors > button {
    height: 60px;
    line-height: 60px;
    border: 0;
    background-color: #fff;
    padding: 0 1em;
}
.search-doctors > select {
    max-width: 40%;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.search-doctors > input {
    border-left: 1px solid #eee;
    width: 30%;
}
.search-doctors > button {
    padding: 0 3em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #0069c7;
    color: #fff;
    word-break: keep-all;
}
.web-doctor-list {
    margin-bottom: 1.5em;
}
.web-doctor-list[data-list-show="filter"] {
    display: none;
}
.filterDoctorsTips {
	margin-left: auto;
	margin-right: auto;
    min-height: 400px;
	background-image: url(../images/svg/empty.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 500px;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
	color: #000;
	opacity: 0.35;
}

/*
*************
** special **
*************
*/
.special-banner-box {
    position: relative;
    overflow: hidden;
}

.special-banner-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 30%;
    background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.1));
}

.special-banner-box > img {
    display: block;
    width: 100%;
    min-height: 150px;
    object-fit: cover;
}

.special-banner-overstory {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    padding-top: 1.5em;
}

.special-banner-overstory > .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.special-banner-overstory .logo > img {
    height: 90px;
}

.special-banner-overstory .btn {
    display: block;
    background-color: #005bac;
    color: #fff;
    text-decoration: none;
    padding: 0.25em 1em;
    border-radius: 3px;
    word-break: keep-all;
}

.list-special-single-picture > li > a {
    height: 100%;
    display: block;
    padding: 1.5em 2em;
    background-color: #fff;
    text-decoration: none;
}

.list-special-single-picture .title-box {
    height: 2.8em;
    margin-top: 0.5em;
    font-size: 1.125em;
    line-height: 1.4;
    font-weight: bold;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-special-single-picture .image-box {
    margin-top: 2em;
}

.list-special-single-picture .intro-box {
    margin-top: 2em;
    font-size: 14px;
    height: 2.8em;
    line-height: 1.4;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
}

.list-special-single-picture .other-box {
    font-size: 14px;
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #e4edf5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*
*************
** search **
*************
*/
.search-box {
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    display: flex;
    flex-direction: column;
}

.search-form,
.search-form form {
    width: 100%;
}

.search-form form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.search-form form input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 1em;
    border: 1px solid #0078e3;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.search-form button {
    padding: 0 2em;
    height: 60px;
    line-height: 60px;
    background-color: #0078e3;
    color: #ffffff;
    white-space: nowrap;
    word-break: keep-all;
    border: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.search-filter {
    font-size: 15px;
}

.search-filter ul {
    line-height: 1.4;
}

.search-filter ul li {
    margin-top: 1em;
}

.search-filter ul li a {
    display: inline-block;
    text-decoration: none;
}

.search-filter ul li a:not(:first-child) {
    margin-left: 0.75em;
}

.search-filter ul li .active {
    border: 1px solid #0078e3;
    color: #0078e3 !important;
    padding: 0.25em 0.5em;
    border-radius: 3px;
}

.search-result .list-style-graphic li .tag {
    font-size: 0.888889em;
    background: #ecf0f7;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 0.5em;
    font-weight: normal;
    color: #666;
}

.search-result .list-style-graphic li em {
    font-style: normal;
    color: #0078e3;
}

.search-result-tips {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 350px;
    min-height: 400px;
    padding-top: 2em;
    text-align: center;
    color: #888;
}

.tips-null-keyword {
    background-image: url(../images/svg/empty.svg);
}

.tips-error {
    background-image: url(../images/svg/error.svg);
}

/*
** article doctor detail
*/
.article-doctor-detail {
    display: flex;
    margin-bottom: 1.5em;
}

.article-doctor-detail .doctor-avatar {
    width: 300px;
    margin-right: 3em;
}

.article-doctor-detail .doctor-detail {
    width: 100%;
}

.doctor-detail > .detail-name {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.doctor-detail > .detail-name > a {
    display: block;
    border: 1px dashed #aaa;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    line-height: 1.6;
    color: #999;
    text-decoration: none;
}

.doctor-detail > .detail-name > a .iconfont {
    font-size: 2em;
}

.doctor-detail .detail-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: 1.5em;
}

.detail-item .item-label {
    border: 1px dashed #aaa;
    padding: 0.2em 0.75em;
    border-radius: 3px;
    margin-right: 1em;
    word-break: keep-all;
}

.detail-item .item-event {
    padding: 0.2em 0;
}

/*
*************
** article **
*************
*/
.web-article > h1,
.web-article > h2,
.article-infos {
    text-align: center;
}
.web-article > h1 {
    font-size: 22px;
    font-weight: bold;
}
.web-article > h2 {
    font-size: 20px;
}
.web-article > h2,
.article-infos {
    margin-top: 0.5em;
}
.article-infos {
    padding: 0.5em 0;
    font-size: 0.875em;
    border-bottom: 1px solid #dfe5f1;
    color: #888;
    display: flex;
    justify-content: center;
}
.article-infos * {
    font-style: normal;
}
.article-infos > span {
    margin-right: 1em;
    display: inline-block;
}

.article-album,
.article-content video,
.article-content audio,
.edui-faked-video,
.edui-upload-video {
    max-width: 80%;
    background-color: #000;
    border-radius: 5px;
}
.article-content video,
.edui-faked-video,
.edui-upload-video {
    max-height: 600px;
}
.article-album {
    margin-top: 2em;
}
.article-album .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
}
.article-album .article-album-image {
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-content: center;
    -ms-flex-item-align: center;
    justify-content: center;
    align-items: center;
}
.article-album .article-album-image img {
    max-height: 100%;
}
.article-album .article-album-infos {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0.875em;
    color: #697181;
    line-height: 1.2;
    padding: 0.75em;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-self: center;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.56) 64%, rgba(0, 0, 0, 0.8) 100%);
    color: #fff;
    text-decoration: none;
}
.article-album-infos .article-album-count {
    min-width: 5em;
    text-align: right;
}
.article-album .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: rgba(255, 255, 255, 0.5);
}

.article-content {
    margin-top: 2em;
}
.article-content p {
    text-indent: 2em;
    word-break: break-all;
}
.article-content p:not(:last-child) {
    margin-bottom: 1.5em;
}
.article-editors,
.article-editors p {
    text-align: right;
    color: #888;
    font-size: 14px;
}
.article-editors {
    margin: 1em 0;
}
.article-editors em {
    font-style: normal;
}
.article-content table, .article-content td, .article-content th {
    padding: 0 5px;
}
.article-content .insertfileTag, .article-content .insertfileTag a {
    font-size: 1em !important;
    line-height: 1.2 !important;
}
.article-content img {
    margin-left: auto;
    margin-right: auto;
    max-width: min(100%, 1000px);
    height: auto !important;
    border-radius: 5px;
}
.article-content br + img {
    margin-top: 1em;
}
.article-content p[style*="center"] {
    text-indent: 0 !important;
}
.article-content table p {
    text-indent: 0 !important;
    margin: 0 !important;
}

.article-appendices {
    border-top: 1px solid #e3e8f3;
}
.article-appendices dl {
    margin: 1.5em 0;
}
.article-appendices dl dt {
    line-height: 1.2;
    border-left: 5px solid #01318E;
    padding-left: 5px;
    font-weight: bold;
}
.article-appendices dl dd {
    margin-top: 0.5em;
}
.article-appendices dd li i {
    margin-right: 5px;
}
.icon {
    width: 4em;
    display: inline-block;
    font-style: normal;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background-color: #ACb8CE;
    color: #fff;
    margin-top: -2px;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.icon[picname] {
    width: 2em !important;
    background-color: transparent !important;
    padding-right: 5px !important;
    margin-top: -2px !important;
}
.icon-file-et, .icon-file-wps, .icon-file-doc, .icon-file-docx, .icon-file-ceb, .icon-file-odf {
    background-color: #2A5699;
}
.icon-file-xls, .icon-file-xlsx, .icon-file-xsn {
    background-color: #207245;
}
.icon-file-ppt, .icon-file-pptx, .icon-file-pdf {
    background-color: #D24625;
}
.icon-file-txt, .icon-file-html, .icon-file-htm, .icon-file-shtml, .icon-file-js, .icon-file-css, .icon-file-xml, .icon-file-json, .icon-file-map, .icon-file-less, .icon-file-scss {
    background-color: #868695;
}
.icon-file-zip, .icon-file-rar {
    background-color: #477DA7;
}
.icon-file-jpg, .icon-file-jpeg, .icon-file-gif, .icon-file-png, .icon-file-bmp, .icon-file-webp, .icon-file-ico, .icon-file-svg {
    background-color: #077467;
}
.icon-file-mp4, .icon-file-mp3, .icon-file-flv {
    background-color: #733781;
}
.icon-file-ttf, .icon-file-eot, .icon-file-woff, .icon-file-woff2, .icon-file-otf {
    background-color: #FFA000;
}

/*
** leader
*/
[page-type="category"][page-channel-id="60605"] .list-style-graphic li .left {
    width: 140px;
}
[page-type="category"][page-channel-id="60605"] .list-style-graphic li .right {
    justify-content: flex-start;
}
[page-type="category"][page-channel-id="60605"] .list-style-graphic li .right .intro {
    display: block;
}
[page-type="category"][page-channel-id="60605"] .list-style-graphic li .right .other {
    display: none;
}
[page-type="category"][page-channel-id="60605"] .list-style-graphic li .percent-image .figure {
    padding-bottom: 130%;
}

/*
** health checkup
*/
.health-banner {
    position: relative;
}
.health-banner > img {
    display: block;
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}
.health-banner > .banner-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.health-banner > .banner-text > .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
}
.health-banner > .banner-text > .container h1 {
    font-size: 3em;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.health-banner > .banner-text > .container h3 {
    font-size: 1em;
}
.health-body {
    overflow: hidden;
}
.health-about .health-body {
    display: flex;
    font-size: 15px;
    color: #333;
}
.about-texts-intro p {
    margin-bottom: 1em;
}
.health-about-texts {
    flex: 1;
}
.health-about-video {
    width: 45%;
    background-color: #000;
    border: 3px solid #fff;
    margin-left: 2em;
    overflow: hidden;
    border-radius: 3px;
}
.list-about-button {
    margin-top: 1em;
}
.list-about-button,
.list-about-button > li {
    display: flex;
    flex-wrap: nowrap;
}
.list-about-button > li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.list-about-button > li .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2em;
    line-height: 1;
    padding: 0 0.25em;
    border-radius: 100%;
}
.list-about-button > li:nth-of-type(1) .iconfont {
    background-color: #30A5DD;
}
.list-about-button > li:nth-of-type(2) .iconfont {
    background-color: #C9AB06;
}
.list-about-button > li:nth-of-type(3) .iconfont {
    background-color: #FC5688;
}
.list-about-button > li:nth-of-type(2) {
    margin-left: 6em;
    margin-right: 1em;
}
.list-about-button > li .texts {
    margin-left: 0.5em;
    line-height: 1.6;
    font-size: 14px;
}
.list-about-button > li .texts p {
    white-space: nowrap;
}

.list-health-service {
    display: flex;
    flex-wrap: wrap;
    margin: -1em;
}
.list-health-service > li {
    width: 33.333333%;
    padding: 1em;
}
.list-health-service > li > a {
    position: relative;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    font-size: 1.5em;
}
.list-health-service > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}
.list-health-service > li > a::after {
    content: "";
    position: absolute;
    left: 1em;
    right: 1em;
    top: 1em;
    bottom: 1em;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    transition: all 0.3s;
}
.list-health-service > li > a .iconfont {
    font-size: 2em;
}
.list-health-service > li:nth-of-type(1) > a {
    background-image: url(../images/health-team.jpg);
}
.list-health-service > li:nth-of-type(2) > a {
    background-image: url(../images/health-flow.jpg);
}
.list-health-service > li:nth-of-type(3) > a {
    background-image: url(../images/health-query.jpg);
}
.list-health-service > li > a:hover::before {
    background-color: rgba(0, 0, 0, 0);
}
.list-health-service > li > a:hover::after {
    border-color: rgba(255, 255, 255, 0.5);
}

.list-health-plan {
    display: flex;
    flex-wrap: wrap;
    margin: -1em;
}
.list-health-plan > li {
    width: 25%;
    padding: 1em;
}
.list-health-plan > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 5px;
    padding: 2em;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.list-health-plan > li > a .iconfont {
    color: #0069c7;
    font-size: 3em;
}
.list-health-plan > li > a .title {
    margin: 1em 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1.4;
}
.list-health-plan > li > a .intro {
    width: 100%;
    font-size: 0.875em;
    line-height: 1.4;
    opacity: 0.5;
}
.list-health-plan > li > a:hover {
    border: 1px solid #8ebde7;
}
.list-health-plan > li > a:hover .intro {
    color: #0069c7;
}

/*
** pagination
*/
.pagination {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 2em;
	padding-left: 1px;
	padding-right: 1px;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.pagination span,
.pagination a {
	text-decoration: none;
	margin-left: -1px;
	margin-bottom: 5px;
	line-height: 2;
	padding: 0.35em 1em;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #005bac;
	color: #005bac;
	transition: all 0.3s;
}

.pagination *:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination *:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pagination span,
.pagination .current,
.pagination .active,
.pagination .on {
	pointer-events: none;
	background-color: #005bac;
	border-color: #005bac;
	color: #fff;
}

.pagination a:hover {
	background-color: #cce0f2;
	border-color: #005bac;
}

.pagination .disable {
	cursor: default;
	background-color: #dbe6fb;
	border-color: #005bac;
}

/*************************************
*************** device ***************
*************************************/
/* desktop */
@media (min-width: 1610px) {
}
/* tablet */
@media (min-width: 1230px) and (max-width: 1609.98px) {
}
/* mobile */
@media (min-width: 768px) and (max-width: 1229.98px) {
}
/* minimum */
@media (min-width: 480px) and (max-width: 767.98px) {
}
/* small */
@media (max-width: 479.98px) {
}

/*************************************
*************** gt (>) ***************
*************************************/
/* gt tablet (tablet/desktop) */
@media (min-width: 1230px) {
    .article-editors > p {
        visibility: hidden;
        width: 0;
        height: 0;
        opacity: 0;
    }
    .article-editors > .info-editor {
        visibility: visible;
        width: auto;
        height: auto;
        opacity: 1;
    }
}
/* gt mobile (mobile/tablet/desktop) */
@media (min-width: 768px) {
    .medical-ordinary .scroll-content {
        max-height: 550px;
    }
    .about-texts-intro .scroll-content {
        max-height: 350px;
    }
    .list-special-single-picture > li > a {
        border-radius: 5px;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    }
}
/* gt minimum (minimum/mobile/tablet/desktop)*/
@media (min-width: 480px) {
}

/*************************************
*************** lt (<) ***************
*************************************/
/* lt tablet (tablet/mobile/minimum/small) */
@media (max-width: 1609.98px) {
    #banner-web > .banner-text {
        font-size: 2em;
    }

    .container-white-box {
        padding: 2.5em;
    }

    #column-aside {
        margin-right: 2.5em;
    }

    .list-health-service > li > a {
        height: 220px;
    }

    .list-health-plan > li {
        width: 33.333333%;
    }
}
/* lt mobile (mobile/minimum/small) */
@media (max-width: 1229.98px) {
    #banner-web > .banner-text {
        font-size: 1.6em;
    }

    .container-white-box {
        padding: 2em;
    }

    #web-bread {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    
    #main-column {
        flex-direction: column;
    }

    .list-style-graphic li .left {
        width: 200px;
    }

    #column-aside {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }

    [page-type="category"][page-channel-id="60840"] #column-aside {
        display: none;
    }

    .aside-category > dd ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: -0.25em;
    }

    .aside-category > dd ul li {
        width: 33.333333%;
        margin-top: 0;
        padding: 0.25em;
    }

    .aside-category > dd ul li a {
        text-align: center;
        justify-content: center;
        padding: 1em;
        font-size: 13px;
    }

    .aside-category > dd ul li a span {
        margin-right: 0;
    }

    .aside-category > dd ul li a .iconfont {
        display: none;
    }

    .pagination {
        font-size: 14px;
    }

    #main-medical {
        background-size: 250%;
    }

    .list-special-single-picture .title-box,
    .list-special-single-picture .intro-box {
        height: auto;
    }

    .article-doctor-detail .doctor-avatar {
        margin-right: 1.5em;
    }

    .doctor-detail .detail-item {
        font-size: 15px;
    }

    .search-doctors > input {
        flex: 1;
    }

    .search-doctors > button {
        padding: 0 1em;
    }

    .especial-contact-list {
        flex-direction: column;
    }
    .especial-contact-list > li {
        background-color: rgba(255, 255, 255, 0.8);
        color: #333;
        padding: 1em 1.5em;
        border-radius: 3px;
    }
    .especial-contact-list > li .iconfont {
        opacity: 0.5;
    }
    .especial-contact-list > li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1em;
    }

    .health-banner > .banner-text > .container h1 {
        font-size: 2.5em;
    }

    .list-health-service > li > a {
        height: 150px;
        font-size: 1em;
    }

    .list-health-plan > li {
        width: 50%;
    }

    .health-about .health-body {
        flex-direction: column-reverse;
    }
    .health-about-video {
        margin-bottom: 1em;
        margin-left: auto;
        width: 100%;
    }

    .list-about-button {
        justify-content: space-between;
    }

    .list-style-doctor {
        margin: -0.5em;
    }
    .list-style-doctor > li {
        padding: 0.5em;
    }
    
    .article-editors,
    .article-editors p {
        text-align: left;
    }

    .article-infos > span {
        visibility: hidden;
        width: 0;
        height: 0;
        opacity: 0;
    }
    .article-infos > .info-date {
        visibility: visible;
        width: auto;
        height: auto;
        opacity: 1;
    }
}
/* lt minimum (minimum/small) */
@media (max-width: 767.98px) {
    #banner-web,
    .pagination #pagenav_head,
    .pagination #pagenav_tail,
    .pagination #pagenav_pregroup,
    .pagination #pagenav_nextgroup,
    .list-style-graphic li .right .intro,
    .list-style-graphic li .right .other .more,
    .special-banner-box::after,
    .list-special-single-picture .intro-box,
    #column-aside {
        display: none;
    }

    #main-list,
    #main-article {
        padding-top: 0 !important;
    }

    #web-bread {
        box-shadow: unset;
        border-bottom: 1px solid #eee;
    }

    #banner-web > .banner-text {
        font-size: 1.2em;
    }

    .container-white-box {
        padding: 1em;
        border-radius: 0;
        box-shadow: unset;
    }

    #main-full {
        margin-bottom: 1em;
    }

    .article-album,
    .article-content video,
    .article-content audio,
    .edui-faked-video,
    .edui-upload-video {
        max-width: 100%;
    }
    .article-content video,
    .edui-faked-video,
    .edui-upload-video {
        max-height: 300px;
    }

    .pagination {
        font-size: 13px;
    }

    .pagination a,
    .pagination span {
        border-radius: 0 !important;
    }

    .list-style-graphic li .left {
        width: 120px;
        margin-right: 1em;
    }

    .list-style-graphic li .right .title {
        font-size: 1em;
        font-weight: normal;
    }

    .list-style-graphic li .right .other,
    .list-style-graphic li .right .other a {
        color: #999;
    }

    #main-medical {
        background-size: 400%;
    }

    .medical-especial {
        font-size: 12px;
    }

    #special-single-box > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .special-banner-overstory {
        position: unset;
        padding-top: 1em;
        padding-bottom: 1em;
        background-color: #fff;
    }

    .special-banner-overstory .logo > img {
        height: 98px;
    }

    .list-special-single-picture > li > a {
        padding: 1em;
    }

    .list-special-single-picture .title-box {
        margin-top: 0;
    }

    .list-special-single-picture .image-box,
    .list-special-single-picture .other-box {
        margin-top: 1em;
    }
    .list-special-single-picture .other-box {
        border-top: 0;
        padding-top: 0;
    }

    .article-doctor-detail .doctor-avatar {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1em;
    }
    .doctor-detail > .detail-name {
        justify-content: center;
    }
    .doctor-detail > .detail-name h1 {
        font-size: 1.25em;
    }
    .doctor-detail > .detail-name > a {
        display: none;
    }

    .article-doctor-detail {
        flex-direction: column;
    }

    .doctor-detail > .detail-name > a .iconfont {
        font-size: 1.5em;
    }

    .health-banner > .banner-text > .container h1 {
        font-size: 2em;
    }

    .list-health-service {
        margin: -0.5em;
    }
    .list-health-service > li {
        width: 100%;
        padding: 0.5em;
    }
    .list-health-service > li > a {
        height: 180px;
        font-size: 1.25em;
    }
    .list-health-service > li > a::after {
        display: none;
    }

    .list-health-plan > li {
        width: 100%;
        padding: 0.5em;
    }

    .list-about-button {
        flex-wrap: wrap;
    }
    .list-about-button > li {
        width: 100%;
        background-color: #fff;
        padding: 1em;
        border-radius: 5px;
    }
    .list-about-button > li:not(:first-child) {
        margin-top: 1em;
    }
    .list-about-button > li:nth-of-type(2) {
        margin-left: 0;
        margin-right: 0;
    }
}