img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.reproduction {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}
.hospital_main .main_left .count_time {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    color: #999999;
}

.reproduction .reproduction-body {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.reproduction .reproduction-body .reproduction-box {
    width: 18.75rem;
    height: 33.125rem;
    background: linear-gradient(270deg, #bce5ff 0%, #87d0ff 100%);
    border-radius: 1rem;
    position: relative;
}

.reproduction .reproduction-body .reproduction-box .reproduction-white {
    width: 100%;
    height: 24.5rem;
    background: #ffffff;
    border-radius: 1rem;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reproduction .reproduction-body .reproduction-box .reproduction-white .wxScancode {
    width: 10.625rem;
    height: 10.625rem;
    background: url("../image/decorate.png") no-repeat center;
    background-size: cover;
    margin-top: 2.5rem;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.reproduction .reproduction-body .reproduction-box .reproduction-white .wxScancode .QRcode {
    width: 8.75rem;
    height: 8.75rem;
    background-color: #87d0ff;
}

.reproduction .reproduction-body .reproduction-box .reproduction-white .wxScancode-title {
    width: 12.1875rem;
    height: 1.3125rem;
    text-align: center;
    line-height: 1.3125rem;
    font-size: 0.9375rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 1.5rem;
}

.reproduction .reproduction-body .reproduction-box .reproduction-white .dividing {
    width: 100%;
    height: 0.0625rem;
    background: #f5f5f5;
    margin-top: 2rem;
}

.reproduction .reproduction-body .reproduction-box .reproduction-white .clickCopy {
    width: 12.5rem;
    height: 2.75rem;
    background: #87d0ff;
    box-shadow: 0 0.375rem 0.75rem 0 rgba(135, 208, 255, 0.5);
    border-radius: 0.625rem;
    margin-top: 1.875rem;
    font-size: 13px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #14425f;
    text-align: center;
    line-height: 2.75rem;
    cursor: pointer;
}

.reproduction .reproduction-body .reproduction-box .reproduction-white .clickCopyCode {
    opacity: 0;
}

.reproduction .reproduction-body .reproduction-box .decorate {
    width: 8.75rem;
    height: 7.0625rem;
    border-radius: 1rem;
    overflow: hidden;
}

.reproduction .reproduction-body .reproduction-box img {
    width: 100%;
}

.reproduction .reproduction-body .reproduction-box .illustration {
    width: 100%;
    height: 13.4375rem;
    position: absolute;
    top: -40px;
}

.reproduction .reproduction-body .reproduction-box .illustration img {
    width: 100%;
}

.reproduction .reproduction-body .reproduction-box .toast {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 112px;
    height: 60px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 16px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    margin-left: -56px;
    margin-top: -30px;
    display: none;
}

.reproduction .reproduction-body .close {
    width: 2.75rem;
    height: 2.75rem;
    background: url("../image/close.png") no-repeat center;
    background-size: cover;
    margin-top: 1.25rem;
    cursor: pointer;
}

/* 一行与多行隐藏 类名 */
.hideline1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.hideline2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.hideline3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

.hideline4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-all;
}

.hideline5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    word-break: break-all;
}

/* hospital_main */
.hospital_main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hospital_main .main_left {
    width: 800px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 32px 20px;
}

.hospital_main .main_left .hospital_full_name {
    height: 31px;
    font-size: 24px;
    font-weight: bold;
    line-height: 31px;
    color: #333333;
    margin-bottom: 20px;
}

.hospital_main .main_left .hospital_full_name .hospital_name {
    height: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
}


.hospital_main .main_left .hospital_msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}

.hospital_main .main_left .hospital_msg .hospital_msg_cover {
    width: 156px;
    height: 116px;
    background: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
}

.hospital_main .main_left .hospital_msg .hospital_msg_ri {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
}

.hospital_main .main_left .hospital_msg .hospital_msg_ri .hospital_msg_content {
    height: 43px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 32px;
}

.hospital_main .main_left .hospital_msg .hospital_msg_ri .hospital-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.hospital_main .main_left .hospital_msg .hospital_msg_ri .hospital-popup .popup1 {
    margin-right: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hospital_main .main_left .hospital_msg .hospital_msg_ri .hospital-popup .popup_img {
    width: 41px;
    height: 41px;
    background: #555252;
}

.hospital_main .main_left .hospital_msg .hospital_msg_ri .hospital-popup .popup1:nth-child(1) .popup_img {
    background: url('../image/subscribe.png') no-repeat center / cover;
}

.hospital_main .main_left .hospital_msg .hospital_msg_ri .hospital-popup .popup1:nth-child(2) .popup_img {
    background: url('../image/Report.png') no-repeat center / cover;
}

.hospital_main .main_left .hospital_msg .hospital_msg_ri .hospital-popup .popup1:nth-child(3) .popup_img {
    background: url('../image/tube.png') no-repeat center / cover;
}

.hospital_main .main_left .hospital_msg .hospital_msg_ri .hospital-popup .popup1 .popup_ri {
    margin-left: 8px;
}

.hospital_main .main_left .hospital_msg .hospital_msg_ri .hospital-popup .popup1 .text1 {
    height: 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
    margin-bottom: 4px;
}

.hospital_main .main_left .hospital_msg .hospital_msg_ri .hospital-popup .popup1 .text2 {
    height: 17px;
    font-size: 13px;
    line-height: 17px;
    color: #999999;
}


/* 目录 */

.hospital_main .main_left .catalogue {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hospital_main .main_left .catalogue .catalogue_title {
    width: 97px;
    height: 97px;
    background: #FBFBFB;
    border-right: 1px solid #EBEBEB;
    text-align: center;
    line-height: 97px;
    font-size: 18px;
    color: #333333;
}

.hospital_main .main_left .catalogue .catalogue_list {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hospital_main .main_left .catalogue .catalogue_list li {
    height: 56px;
    width: 100px;
    /* background-color: #0AB99D; */
    padding-left: 32px;
    border-left: 1px solid #EBEBEB;
}

.hospital_main .main_left .catalogue .catalogue_list li:first-child {
    border: none;
}

.hospital_main .main_left .catalogue .catalogue_list li a {
    display: block;
    margin-bottom: 18px;
}

.hospital_main .main_left .catalogue .catalogue_list li a .number {
    font-size: 14px;
    color: #09BA9D;
}

.hospital_main .main_left .catalogue .catalogue_list li a .text {
    height: 19px;
    font-size: 14px;
    line-height: 19px;
    color: #09BA9D;
}



/* 基本信息 */
.hospital_main .main_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.hospital_main .main_title .title {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    padding-left: 12px;
    position: relative;


}

.hospital_main .main_title .title::before {
    content: "";
    width: 4px;
    height: 18px;
    background: #0AB99D;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 4px;
}

.hospital_main .main_title .open {
    height: 19px;
    font-size: 14px;
    line-height: 19px;
    color: #999999;
    background: #fff;
    cursor: pointer;
}

.hospital_main .main_title .open .icon-you {
    font-size: 14px;
    transform: rotate(90deg);
    display: inline-block;
    transition: .1s all linear;
}

.hospital_main .pubilc_section {
    margin-bottom: 40px;
}


.hospital_main .basic_information .information li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px dashed #EBEBEB;
    padding: 10px 0;
}

.hospital_main .basic_information .information li .information_left,
.hospital_main .basic_information .information li .information_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 385px;
}

.hospital_main .basic_information .information li .information_title {
    width: 56px;
    height: 19px;
    font-size: 14px;
    line-height: 19px;
    color: #999999;
    padding-left: 16px;
}

.hospital_main .basic_information .information li .information_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 23px;
    word-break: break-all;
}

.introduce_content img {
      max-width: 100% !important;
      height: auto !important;
}

/* 准入技术 */
.hospital_main .technology .technology_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    width: fit-content;
    margin-bottom: 16px;
}

.hospital_main .technology .technology_tabs .technology_tab_item {
    width: 87px;
    height: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    border-top: 1px solid #0AB99D;
    border-bottom: 1px solid #0AB99D;
    border-left: 1px solid #0AB99D;
    cursor: pointer;
    background: #ffffff;
}

.hospital_main .technology .technology_tabs .technology_tab_item:last-child {
    border-right: 1px solid #0AB99D;
}

.hospital_main .technology .technology_tabs .technology_tab_item.tab_active {
    background: #0AB99D;
    color: #FFFFFF;
}

.hospital_main .technology .technology_content .technology_content_list:nth-child(n + 2) {
    display: none;
}

.hospital_main .technology .technology_content .technology_content_list .technology_msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.hospital_main .technology .technology_msg_cover {
    width: 96px;
    height: 72px;
    background: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
}

.hospital_main .technology .technology_msg_ri {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 16px;
}

.hospital_main .technology .technology_msg_ri .technology_title {
    height: 21px;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    margin-bottom: 8px;
}

.hospital_main .technology .technology_msg_ri .technology_describe {
    height: 19px;
    font-size: 14px;
    line-height: 19px;
    color: #999999;
    margin-bottom: 7px;
}

.hospital_main .technology .technology_msg_ri .technology_IVF {
    height: 18px;
    background: #EDFAF8;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
    color: #0AB99D;
    width: fit-content;
    padding: 0 8px;
}

.hospital_main .technology .technology_content_list p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 10px 0;
}

.hospital_main .technology .technology_content_list h3 {
    height: 21px;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    color: #333333;
    margin: 16px 0;
}

.hospital_main .technology .technology_content_list ul {
    margin: 16px 0;
}

.hospital_main .technology .technology_content_list ul li {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

/* 医院介绍 */

.hospital_main .introduce .introduce_content p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 24px 0;
}

.hospital_main .introduce .introduce_content p:first-child {
    margin-top: 0;
}


/* 同院医生 */
.hospital_main .expert .expert_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.hospital_main .expert .expert_list .expert_list_items {
    display: block;
    width: 78px;
    transition: .2s all ease;
    margin-right: 20px;
    margin-bottom: 32px;
}

.hospital_main .expert .expert_list .expert_list_items:nth-child(8n) {
    margin-right: 0;
}

.hospital_main .expert .expert_list .expert_list_items:nth-child(n + 9) {
    margin-bottom: 0;
}

.hospital_main .expert .expert_list .expert_list_items:hover {
    transform: translateY(-2px);
}

.hospital_main .expert .expert_list .expert_list_items:hover .expert_name {
    color: #0AB99D;
}

.hospital_main .expert .expert_list .expert_list_items .expert_cover {
    width: 78px;
    height: 78px;
    background: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 8px;
}

.hospital_main .expert .expert_list .expert_list_items .expert_name {
    height: 19px;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 4px;
}

.hospital_main .expert .expert_list .expert_list_items .expert_post {
    height: 17px;
    font-size: 13px;
    line-height: 17px;
    color: #999999;
}

/* 同城医院 */
.hospital_main .same_city_hospital .hospital_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hospital_main .same_city_hospital .hospital_list .hospital_list_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 240px;
    height: 75px;
    padding-left: 20px;
    border-left: 1px solid #EBEBEB;
}

.hospital_main .same_city_hospital .hospital_list .hospital_list_items:hover .hospital_name {
    color: #0AB99D;
}

.hospital_main .same_city_hospital .hospital_list .hospital_list_items:first-child {
    padding-left: 0;
    border-left: 0;
    width: 240px;
}

.hospital_main .same_city_hospital .hospital_list .hospital_list_items .hospital_name {
    height: 21px;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}

.hospital_main .same_city_hospital .hospital_list .hospital_list_items .hospital_type,
.hospital_main .same_city_hospital .hospital_list .hospital_list_items .hospital_address {
    height: 17px;
    font-size: 13px;
    line-height: 17px;
    color: #999999;
}

.hospital_main .same_city_hospital .divider {
    width: 800px;
    height: 1px;
    background: #EBEBEB;
    margin: 24px 0;
}

/* 城市导航 */
.hospital_main .city_navigation .hl_region {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hospital_main .city_navigation .hl_regionlist {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.hospital_main .city_navigation .hlrl_label {
    height: 21px;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}

.hospital_main .city_navigation .hlrl_linklist {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hospital_main .city_navigation .hlrl_link {
    height: 21px;
    font-size: 16px;
    color: #999;
    line-height: 21px;
    margin-right: 16px;
    margin-bottom: 8px;
}

.hospital_main .city_navigation .hlrl_link:hover {
    color: #0AB99D;
}

/* 推荐资讯 */
.hospital_main .infor .infor_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.hospital_main .infor .infor_tabs .infor_tab_item {
    width: 48px;
    height: 24px;
    background: #F5F5F5;
    border-radius: 12px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    margin-right: 8px;
}

.hospital_main .infor .infor_tabs .tab_active {
    background: #0AB99D;
    color: #FFFFFF;
}

.hospital_main .infor .infor_content .infor_content_box:nth-child(n + 2) {
    display: none;
}

.hospital_main .infor .infor_content .infor_content_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hospital_main .infor .infor_content .infor_content_list .list_items {
    width: 379px;
    margin-right: 42px;
    height: 104px;
    margin-bottom: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hospital_main .infor .infor_content .infor_content_list .list_items:nth-child(2n) {
    margin-right: 0;
}

.hospital_main .infor .infor_content .infor_content_list .list_items:nth-child(n + 3) {
    margin-bottom: 0;
}

.hospital_main .infor .infor_content .infor_content_list .list_items .list_cover {
    width: 104px;
    height: 104px;
    border-radius: 4px;
}

.hospital_main .infor .infor_content .infor_content_list .list_items .list_ri {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hospital_main .infor .infor_content .infor_content_list .list_items .list_ri .infor_link {
    height: 19px;
    font-size: 14px;
    line-height: 19px;
    color: #181818;
}

.hospital_main .infor .infor_content .infor_content_list .list_items .list_ri .infor_link:hover {
    color: #0AB99D;
}

.hospital_main .infor .infor_content .infor_content_list .gaoling {
    background: url('../image/gaoling-top1.jpg') no-repeat center / cover;
}

.hospital_main .infor .infor_content .infor_content_list .juejing {
    background: url('../image/juejing-top2.jpg') no-repeat center / cover;
}

.hospital_main .infor .infor_content .infor_content_list .shidu {
    background: url('../image/shidu-top3.jpg') no-repeat center / cover;
}

.hospital_main .infor .infor_content .infor_content_list .hiv {
    background: url('../image/hiv-top4.jpg') no-repeat center / cover;
}


.hospital_main .infor .infor_content .infor_content_list .danshen {
    background: url('../image/danshen-top5.jpg') no-repeat center / cover;
}

.hospital_main .infor .infor_content .infor_content_list .ab {
    background: url('../image/ab-top6.jpg') no-repeat center / cover;
}

.hospital_main .infor .infor_content .infor_content_list .zaoshuai {
    background: url('../image/zaoshuai-top7.jpg') no-repeat center / cover;
}

.hospital_main .infor .infor_content .infor_content_list .gongluan {
    background: url('../image/gongluan-top8.jpg') no-repeat center / cover;
}


.hospital_main .infor .infor_content .infor_content_list .pcos {
    background: url('../image/pcos-top9.jpg') no-repeat center / cover;
}

.hospital_main .infor .infor_content .infor_content_list .jingziku {
    background: url('../image/jingziku-top10.jpg') no-repeat center / cover;
}

.hospital_main .infor .infor_content .infor_content_list .lgbt {
    background: url('../image/lgbt-top11.jpg') no-repeat center / cover;
}

.hospital_main .infor .infor_content .infor_content_list .snsn {
    background: url('../image/snsn-top12.jpg') no-repeat center / cover;
}

.hospital_main .infor .infor_content .infor_content_list .pgt {
    background: url('../image/pgt-top13.jpg') no-repeat center / cover;
}

.hospital_main .infor .infor_content .infor_content_list .shijizigong {
    background: url('../image/shijizigong-top14.jpg') no-repeat center / cover;
}

.hospital_main .infor .infor_content .infor_content_list .wujing {
    background: url('../image/wujing-top15.jpg') no-repeat center / cover;
}

.hospital_main .infor .infor_content .infor_content_list .xianjiz {
    background: url('../image/xianjiz-top16.jpg') no-repeat center / cover;
}



.hospital_main .main_right {
    width: 340px;
}

/* 相关医院 */
.hospital_main .related_hospital {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-bottom: 20px;
}

.hospital_main .related_hospital .related_hospital_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hospital_main .related_hospital .related_hospital_list .related_hospital_link {
    width: 92px;
    margin-right: 12px;
    margin-bottom: 12px;
    transition: .2s all ease;
}

.hospital_main .related_hospital .related_hospital_list .related_hospital_link:hover {
    transform: translateY(-2px);
}

.hospital_main .related_hospital .related_hospital_list .related_hospital_link:hover .related_hospital_name {
    color: #0AB99D;

}

.hospital_main .related_hospital .related_hospital_list .related_hospital_link:nth-child(3n) {
    margin-right: 0;
}

.hospital_main .related_hospital .related_hospital_list .related_hospital_link:nth-child(n + 4) {
    display: none;
}

.hospital_main .related_hospital .related_hospital_list .related_hospital_cover {
    width: 92px;
    height: 69px;
    background: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.hospital_main .related_hospital .related_hospital_list .related_hospital_name {
    font-size: 14px;
    height: 41px;
    line-height: 22px;
    color: #333333;
}


/* 相关医生 */
.hospital_main .related_doctor {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-bottom: 20px;
}

.hospital_main .related_doctor .related_doctor_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hospital_main .related_doctor .related_doctor_list .related_doctor_link {
    width: 65px;
    margin-right: 12px;
    margin-bottom: 12px;
    transition: .2s all ease;
}

.hospital_main .related_doctor .related_doctor_list .related_doctor_link:hover {
    transform: translateY(-2px);
}

.hospital_main .related_doctor .related_doctor_list .related_doctor_link:hover .related_doctor_name {
    color: #0AB99D;

}

.hospital_main .related_doctor .related_doctor_list .related_doctor_link:nth-child(4n) {
    margin-right: 0;
}

.hospital_main .related_doctor .related_doctor_list .related_doctor_link:nth-child(n + 5) {
    display: none;
}

.hospital_main .related_doctor .related_doctor_list .related_doctor_cover {
    width: 65px;
    height: 65px;
    background: #f8f8f8;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.hospital_main .related_doctor .related_doctor_list .related_doctor_name {
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 4px;
}

.related_doctor_post {
    height: 17px;
    font-size: 13px;
    line-height: 17px;
    color: #999999;
}


/* 目录 */
.hospital_main .main_right .catalogue {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-bottom: 20px;
    position: sticky;
    top: 80px;
}

.catalogue_list {
    position: relative;
    left: -20px;

}

.catalogue_list .catalogue_list_link {
    display: block;
    padding-left: 20px;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
}

.catalogue_list .catalogue_list_link:hover {
    background: #EBEBEB;
    color: #0AB99D;
}

.catalogue_list .catalogue_list_link.catalogue_list_link_active {
    background: #EBEBEB;
    color: #0AB99D;
}

.catalogue_list .catalogue_list_link.catalogue_list_link_active::before {
    content: "";
    width: 4px;
    height: 32px;
    background: #0AB99D;
    position: absolute;
    left: 0;
}