#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;
}



/*
*************
** 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);
}


.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;
}

}
/* 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: 100%;
    }

    .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;
    }
}