/*公共头部样式*/
.header-wrap {
    position: relative;
}

.header-nav-wrap {
    padding: 6px 0 6px 4px;
}

.header-nav-wrap .logo-wrap {
    display: flex;
    align-items: center;
}

.header-nav-wrap .logo-wrap .logo-img {
    width: auto;
    height: 45px;
}

.header-nav-wrap .name-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.header-nav-wrap .name-wrap .name {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 20px;
}

.header-nav-wrap .name-wrap .en-name {
    color: #ffffff;
    font-size: 9px;
    line-height: 9px;
    margin-top: 6px;
}

.nav-active {
    position: absolute;
    z-index: -1;
    top: -35px;
    left: -30%;
    width: 120px !important;
    max-width: 120px;
}

#mobileMenu {
    width: 100%;
    position: absolute;
    z-index: 9999999999;
}

@media (min-width: 580px) {
    .header-wrap .container {
        max-width: 100%;
    }
}


@media (min-width: 768px) {
    .header-wrap .container {
        max-width: 100%;
    }
}


@media (min-width: 960px) {
    .header-nav-wrap nav {
        display: flex;
    }

    .header-wrap .container {
        max-width: 100%;
    }

    .header-nav-wrap #mobileMenuBtn {
        display: none;
    }
}

@media (min-width: 1100px) {
    .header-wrap {
        background-color: transparent !important;
        background-image: url("/images/hb.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .header-nav-wrap {
        padding: 25px 0 90px 0;
    }

    .header-nav-wrap nav {
        display: flex;
    }

    .header-nav-wrap nav a {
        min-width: 96px;
        text-align: center;
    }

    .header-wrap .container {
        max-width: 80rem;
    }

    .header-nav-wrap #mobileMenuBtn {
        display: none;
    }

    .man-top {
        margin-top: -75px;
    }
}

/*共用脚部样式*/
.footer-wrap .footer-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    background-position: center;
    height: 20px;
    margin-top: -15px;
    position: relative;
    z-index: 9;
}

.footer-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}

.footer-container .footer-left {

}

.footer-container .footer-left .footer-logo-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-logo-wrap .footer-logo {
    width: auto;
    height: 45px;
    margin-right: 10px;
}

.footer-logo-wrap .footer-name-wrap .name {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
    margin-top: 2px;
}

.footer-logo-wrap .footer-name-wrap .en-name {
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    margin-top: 6px;
}

.footer-call {
    display: flex;
    align-items: center;
    color: #ffffff;
    justify-content: center;
    margin-top: 10px;
    padding-top: 10px;
    background-image: url("/images/fl.png");
    background-size: 220px 2px;
    background-position: top;
    background-repeat: repeat-x;
    font-size: 16px;
}

.footer-call-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.footer-call-wrap {
    display: flex;
    align-items: center;
}

.footer-center-line {
    display: none;
    width: 5px;
    background-color: #ffffff;
    border-radius: 4px;
}

.footer-right {
    display: flex;
    flex-direction: column;
}

.footer-nav {
    display: none;
}

.footer-right .footer-other {
    margin-top: 15px;
}

.footer-right .footer-other ul {
    font-size: 14px;
    color: #ffffff;
    padding-left: 14px;
}

.footer-right .footer-other ul li {
    margin-top: 5px;
}

.footer-right .footer-other ul li .dot-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #f3b00e;
    border-radius: 100px;
    margin-right: 5px;
}

@media (min-width: 860px) {
    .footer-right .footer-nav {
        display: flex;
        margin-top: 15px;
    }

    .footer-right .footer-nav ul {
        width: 20%;
        color: #ffffff;
        font-size: 14px;
    }

    .footer-right .footer-nav ul li {
        margin-top: 4px;
    }

    .footer-right .footer-other ul {
        padding-left: 0;
    }
}

@media (min-width: 1100px) {
    .footer-wrap {
        margin-top: -30px;
    }

    .footer-wrap .footer-bg {
        height: 55px;
    }

    .footer-container {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
    }

    .footer-container .footer-left {
        flex-shrink: 0;
    }

    .footer-container .footer-left .footer-logo-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-left .footer-logo-wrap .footer-logo {
        margin-right: 0;
    }

    .footer-left .footer-logo-wrap .footer-name-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .footer-left .footer-call {
        display: flex;
        flex-direction: row;
        margin-top: 20px;
        padding-top: 20px;
        background-size: 100% 2px;
    }

    .footer-left .footer-call-icon {
        width: 40px;
        height: 40px;
    }

    .footer-left .footer-call-wrap {
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .footer-left .footer-phone-label {
        font-size: 14px;
        line-height: 14px;
        width: 100%;
        text-align: left;
    }

    .footer-left .footer-phone-value {
        width: 100%;
        text-align: left;
        font-size: 18px;
        line-height: 18px;
        margin-top: 5px;
    }

    .footer-center-line {
        display: block;
        flex-shrink: 0;
        margin-inline: 20px;
    }

    .footer-right .footer-nav {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 0;
    }

    .footer-right .footer-nav ul {
        font-size: 12px;
        width: 20%;
    }

    .footer-right .footer-other {
        margin-top: 10px;
    }

    .footer-right .footer-other ul {
        font-size: 12px;
        color: #ffffff;
    }

    .footer-right .footer-other ul li {
        margin-top: 5px;
    }

    .footer-right .footer-other ul li .dot-icon {
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #f3b00e;
        border-radius: 100px;
        margin-right: 5px;
    }
}

/*首页banner图样式*/
.banner-title-bg {
    position: absolute;
    left: 0;
    bottom: 15%;
    background-image: url("/images/banner-tb.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 12%;
    width: 60%;
    color: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-right: 5%;
    font-size: 14px;
}

@media (min-width: 768px) {
    .banner-title-bg {
        bottom: 15%;
        height: 10%;
        font-size: 16px;
    }

    .xmx-header {
        height: 51px;
    }
}

@media (min-width: 992px) {
    .banner-title-bg {
        bottom: 15%;
        height: 12%;
        font-size: 24px;
    }

    .xmx-header {
        height: 51px;
    }
}

/*首页特色医疗*/
.feature-wrap {
    padding: 20px 0;
}

.feature-wrap .container {
    max-width: 80rem;
}

.feature-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0 20px;
}

.feature-item {
    width: calc(50% - 20px);
    border-radius: 45px 20px 30px 30px;
    border: 1px solid #fff;
    margin: 10px 10px;
    overflow: hidden;
    min-height: 180px;
    padding-bottom: 10px;
    background-color: #f3ca0e;
    display: none;
}

.feature-item:nth-child(-n + 4) {
    display: block;
}

.feature-item .feature-top {
    background-image: linear-gradient(to bottom, #f3ca0e, #d3750a);
    display: flex;
    flex-direction: column;
    border-bottom: 2px dotted #ffffff;
    padding-bottom: 5px;
    flex-shrink: 0;
}

.feature-item .feature-top .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.feature-item .feature-top .feature-icon img {
    width: 50px;
    height: 50px;
    /*height: auto;*/
}

.feature-item .feature-top .feature-name {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
}

.feature-item .feature-top .feature-en-name {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

.feature-item .feature-desc {
    font-size: 12px;
    color: #4d1904;
    background-color: #f3ca0e;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    word-break: break-word;
    height: 100px;
    padding: 10px 15px 0 15px;
}

@media (min-width: 680px) {
    .feature-item {
        width: calc(33.3% - 20px);
    }
}

@media (min-width: 860px) {
    .feature-item {
        width: calc(25% - 20px);
    }
}

@media (min-width: 960px) {
    .feature-item {
        width: calc(20% - 20px);
    }

    .feature-item:nth-child(-n + 5) {
        display: block;
    }
}

@media (min-width: 1100px) {
    .feature-wrap {
        padding: 40px 0;
    }

    .feature-item {
        width: calc(15.8% - 20px);
        margin: 15px 15px;
        display: block;
    }

    .feature-item .feature-top .feature-name {
        font-size: 16px;
    }

    .feature-item .feature-top .feature-en-name {
        font-size: 14px;
    }

    .feature-item .feature-desc {
        font-size: 14px;
        -webkit-line-clamp: 5;
        height: 115px;
    }
}

/*医师团队*/
.doctor-wrap {
    padding: 20px 0;
    position: relative;
}

.doctor-wrap .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctor-wrap .section-title img {
    height: 40px;
}

.doctor-wrap .title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-inline: 15px;
}

.doctor-wrap .title-wrap .main-title {
    font-size: 22px;
    color: #a25606;
    font-weight: bold;
    letter-spacing: 4px;
}

.doctor-wrap .title-wrap .sub-title {
    font-size: 12px;
    color: #f3b00e;
    padding-right: 4px;
}

.doctor-list {
    width: 90%;
    border-radius: 20px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
}

.doctor-info {
    padding: 0 15px 15px 15px;
    position: relative;
    z-index: 1;
}

.doctor-info .doctor-info-name {
    font-size: 24px;
    font-weight: bold;
    color: #7e4911;
    padding: 10px 0 7px 0;
    position: relative;
}

.doctor-info .doctor-info-name:before {
    content: '';
    position: absolute;
    left: auto;
    bottom: 1px;
    right: auto;
    height: 3px;
    width: 45%;
    background-color: #7e4911;
}

.doctor-info .doctor-info-desc {
    width: 55%;
    font-size: 14px;
    color: #582714;
    padding: 10px 0 0px 0;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}

.doctor-info .btns {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.doctor-info .btns .di-btn {
    display: flex;
    align-items: start;
    justify-content: center;
    border: 4px solid #ffffff;
    border-radius: 16px;
    background-color: #ff561b;
    color: #ffffff;
    padding: 6px;
    min-width: 110px;
    cursor: pointer;
}

.doctor-info .btns .di-btn a {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.doctor-info .btns .di-right {
    margin-left: 5px;
}

.doctor-info .btns .di-btn .tm {
    font-size: 16px;
    line-height: 16px;
    margin-left: 5px;
}

.doctor-info .btns .blue {
    background-color: #3262a9;
}

.doctor-info .doctor-cover {
    position: absolute;
    right: -1.5rem;
    bottom: 0;
    z-index: -1;
    width: 15rem;
}

.doctor-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 0px;
    margin-top: 0px;
}

.doctor-item {
    width: calc(50% - 20px);
    border: 5px solid #ffffff;
    border-radius: 20px;
    overflow: hidden;
    margin: 10px;
    height: 152px;
    position: relative;
    background-color: #f3ca0e;
}


.doctor-item .di-cover {
    margin: 0px auto;
}

.doctor-name {
    background-color: #7e4911;
    text-align: center;
    padding: 5px 0px;
    min-width: 150px;
    border-radius: 20px;
    position: absolute;
    bottom: -5px;
    opacity: 0.95;
    margin: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.doctor-name .doctor-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ff561b;
    border-radius: 100px;
    margin-right: 5px;
}

@media (min-width: 800px) {
    .doctor-item {
        width: calc(33.3% - 20px);
        border: 5px solid #ffffff;
        border-radius: 24px;
        overflow: hidden;
        margin: 4px;
        height: 158px;
        position: relative;
        background-color: #f3ca0e;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding-top: 10px;
    }

    .doctor-info .doctor-cover {
        position: absolute;
        right: 1rem;
        bottom: 0;
        z-index: -1;
        width: 15rem;
    }
}

@media (min-width: 1100px) {
    .doctor-wrap {
        padding: 60px 0 10px 0;
    }

    .doctor-wrap .section-title img {
        height: auto;
    }

    .doctor-wrap .title-wrap {
        margin-left: 20px;
        margin-right: 15px;
    }

    .doctor-wrap .title-wrap .main-title {
        font-size: 32px;
        color: #a25606;
        font-weight: bold;
        letter-spacing: 4px;
    }

    .doctor-wrap .title-wrap .sub-title {
        font-size: 14px;
        color: #f3b00e;
        padding-right: 6px;
    }

    .doctor-info .doctor-info-desc {
        /*width: 65%;*/
        /*font-size: 14px;*/
        /*color: #582714;*/
        /*padding: 10px 0 0px 0;*/
        /*line-height: 20px;*/
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        -webkit-line-clamp: 10;
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        /*margin-top: 8px;*/
    }

    .doctor-info .doctor-cover {
        position: absolute;
        right: -4rem;
        bottom: 0;
        z-index: -1;
        width: 17.5rem;
        max-height: 347px;
        overflow: hidden;
    }

    .doctor-list {
        display: flex;
        align-items: stretch;
        flex-direction: row;
        justify-content: space-around;
        max-width: 1220px;
        height: 100%;
        box-shadow: 8px 8px 40px 8px #dedddd;
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .doctor-items {
        display: flex;
        justify-content: flex-end;
    }

    .doctor-item {
        width: calc(33.3% - 20px);
        border: 5px solid #ffffff;
        border-radius: 24px;
        overflow: hidden;
        margin: 4px;
        height: 158px;
        position: relative;
        background-color: #f3ca0e;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding-top: 10px;
    }

    .doctor-item .di-cover {
        margin: -15px auto;
    }

    .doctor-list .doctor-info {
        width: 36%;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .doctor-list .doctor-items {
        width: 60%;
    }

    .doctor-items .doctor-item {
        width: 30%;
    }

    .circle1 {
        position: absolute;
        background-color: #ffcc01;
        width: 10vw;
        height: 10vw;
        border-radius: 100px;
        left: -4.5vw;
        top: 35%;
    }

    .circle2 {
        position: absolute;
        background-color: #ffcc01;
        width: 3vw;
        height: 3vw;
        border-radius: 100px;
        right: 5vw;
        top: 35%;
    }

    .circle3 {
        position: absolute;
        background-color: #ffcc01;
        width: 6vw;
        height: 6vw;
        border-radius: 100px;
        right: -0.8vw;
        top: 45%;
    }
}


/*新闻中心*/
.news-wrap {
    margin-top: -1px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.news-wrap .container {
    padding: 15px 20px;
}

.news-content-wrap {
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}

.news-wrap .tabs {
    background-color: #f38909;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.news-content-wrap .tabs .tab-item {
    width: 50%;
    height: 100%;
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}

.news-content-wrap .tabs .tab-item img {
    height: 35px;
}

.news-content-wrap .tabs .tab-item .title-box {
    margin-left: 10px;
    margin-right: 10px;
}

.news-content-wrap .tabs .tab-item .title-box .mt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #a25606;
    letter-spacing: 2px;
}

.news-content-wrap .tabs .tab-item .title-box .st {
    text-align: center;
    font-size: 9px;
    color: #ffffff;
}

.news-content-wrap .tab-active {
    background-color: #ffffff;
}

.news-content-wrap .tab-active .title-box .mt {
}

.news-content-wrap .tab-active .title-box .st {
    color: #f58a0a !important;
}

.new-list-wrap {
    display: block;
    padding: 24px 20px 10px 20px;
}

.new-list-wrap .new-cover {
    display: none;
}

.new-items .new-item {
    width: 100%;
    background-image: url("/images/new-line.png");
    background-repeat: repeat-x;
    background-size: 162px 2px;
    background-position: bottom;
    margin-bottom: 15px;
    border-radius: 20px;
    padding: 10px 20px;
}

.new-items .new-item-title {
    font-size: 16px;
    color: #f38909;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-items .new-item-desc {
    font-size: 12px;
    color: #451a09;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

@media (min-width: 1100px) {
    .news-content-wrap .tabs .tab-item .title-box .mt {
        font-size: 28px;
    }

    .news-content-wrap .tabs .tab-item .title-box .st {
        font-size: 14px;
    }

    .news-wrap {
        padding-bottom: 80px;
        padding-top: 40px;
    }

    .news-wrap .container {
        max-width: 1220px;
        padding: 15px 0;
    }


    .new-list-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 24px 20px 30px 20px;
    }

    .new-list-wrap .new-cover {
        width: 35%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 15px;
    }

    .new-items {
        max-width: 60%;
        overflow: hidden;
        flex: 1;
    }

    .new-items .new-item-title {
        font-size: 20px;
    }

    .new-items .new-item-desc {
        font-size: 14px;
    }

    .new-items .new-active {
        background-color: #f38909;
    }

    .new-items .new-active .new-item-title {
        color: #ffffff;
    }

    .new-items .new-active .new-item-desc {
        color: #451a09;
    }
}

/* 新闻中心 */
.news {

}

.news .news-nav-box {
    display: none;
}

.news .news-list {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 20px 20px;
    flex: 1;
}

.news .news-list .news-item {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 15px;
    padding-bottom: 15px;
}

.news .news-list .news-item .news-cover {
    width: 120px;
    height: auto;
    max-height: 75px;
    background-color: #e9e6bd;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.news .news-list .news-item .news-cover img {
    width: 100%;
}

.news .news-list .news-item .news-right {
    margin-left: 15px;
    margin-top: 2px;
    flex: 1;
}

.news .news-list .news-item .news-right .news-title {
    font-size: 18px;
    line-height: 24px;
    color: #723a08;
}

.news .news-list .news-item .news-right .news-desc {
    font-size: 14px;
    color: #353535;
    line-height: 22px;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .news .news-title {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }

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

@media (min-width: 960px) {
    .news {
        background-attachment: local;
        background-size: 100% 100%;
        -webkit-background-size: cover;
    }

    .news .news-list .news-item .news-cover {
        width: 140px;
        max-height: 95px;
    }

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

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


@media (min-width: 1100px) {
    .news {
        background-attachment: local;
        background-size: 100% 100%;
        -webkit-background-size: cover;
    }

    .news .container {
        max-width: 1220px;
        display: flex;
        align-items: flex-start;
        padding: 0 20px;
    }

    .news .news-nav-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -13%;
        margin-right: 30px;
        width: 18%;
    }

    .news .news-nav {
        width: 100%;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        background-color: #f3cc15;
        border-radius: 24px 24px 0 0;
        padding: 10px;
    }

    .news-nav-bt {
        width: 100%;
        margin-top: -1px;
    }

    .news .new-nav-item {
        background-image: url("/images/news-nav-line.png");
        background-repeat: repeat-x;
        background-position: bottom;
        background-size: 108px 2px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-width: 135px;
        padding-bottom: 18px;
        margin-top: 10px;
    }


    .news .news-nav .new-nav-item img {
        width: 60px;
        height: 60px;
        overflow: hidden;
    }

    .news .news-nav .new-nav-item-name {
        color: #723a08;
        font-size: 22px;
        line-height: 22px;
        margin-top: 12px;
    }

    .news .news-nav .new-nav-item-desc {
        color: #723a08;
        font-size: 10px;
        line-height: 12px;
        margin-top: 6px;
        text-align: center;
    }

    .news .news-nav .new-nav-item-active .new-nav-item-name {
        color: #723a08;
        font-size: 32px;
        font-weight: bold;
        line-height: 32px;
        margin-top: 12px;
    }

    .news .news-nav .new-nav-item-active .new-nav-item-desc {
        color: #723a08;
        font-size: 16px;
        line-height: 16px;
        margin-top: 6px;
    }


    .news .news-list .news-item .news-cover {
        width: 160px;
        max-height: 100px;
    }
}

/*新闻详情页*/
.breadcrumb-wrap {
    position: relative;
    background-image: url("/images/new-blx.png");
    background-repeat: repeat-x;
    background-size: 82px 8px;
    background-color: #ffdb45;
    padding-bottom: 6px;
    background-position: bottom;
}

.breadcrumb-wrap .new-detail-breadcrumb {
    color: #723a08;
    font-size: 14px;
    line-height: 30px;
}

.new-detail {
    padding-bottom: 60px;
    overflow: hidden;
    /*background-image: url("/images/garden.png");*/
    background-size: 100% auto;
    background-repeat: repeat-y;
}

.detail-title {
    font-size: 16px;
    color: #723a08;
    text-align: center;
    line-height: 26px;
    padding: 10px 0;
}

.detail-at {
    font-size: 14px;
    color: #ffae00;
    text-align: center;
    border-bottom: 1px solid #8d8d8d;
    padding-bottom: 15px;
}

.detail-cover {
    margin-top: 20px;
    max-width: 700px;
    margin-inline: auto;
    border-radius: 20px;
    overflow: hidden;
}

.detail-cover img {
    width: 100%;
}

.detail-html {
    margin-top: 24px;
    line-height: 24px;
    font-size: 14px;
    border-bottom: 1px solid #8d8d8d;
    padding-bottom: 20px;
    color: #353535;
}

.recommend-wrap {
    margin-top: 20px;
    width: 100%;
}

.recommend-wrap li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.recommend-wrap li .recommend-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #ffae00;
    flex-shrink: 0;
    margin-right: 5px;
}

.recommend-wrap li a {
    color: #723a08;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


@media (min-width: 1100px) {
    .breadcrumb-wrap .container {
        max-width: 1120px;
    }

    .breadcrumb-wrap {
        background-size: 153px 15px;
        padding-bottom: 15px;
    }

    .breadcrumb-wrap .new-detail-breadcrumb {
        font-size: 16px;
        line-height: 38px;
    }

    .new-detail {
        margin-top: -1px;
        padding-top: 40px;
        padding-bottom: 126px;
        /*background-image: url("/images/garden.png");*/
        background-size: 100% auto;
        background-repeat: repeat-y;
    }

    .new-detail .container {
        max-width: 1120px;
    }

    .detail-title {
        font-size: 18px;
        font-weight: bold;
        line-height: 32px;
    }

    .detail-at {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 30px;
    }

    .detail-cover {
        margin-top: 35px;
        max-width: 720px;
        margin-inline: auto;
        border-radius: 20px;
        overflow: hidden;
    }

    .detail-cover img {
        width: 100%;
    }

    .detail-html {
        margin-top: 35px;
        line-height: 24px;
        font-size: 14px;
        border-bottom: 1px solid #8d8d8d;
        padding-bottom: 30px;
        color: #353535;
    }

    .recommend-wrap {
        margin-top: 35px;
        display: flex;
        flex-wrap: wrap;
    }

    .recommend-wrap li {
        width: 45%;
        margin-right: 5%;
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

    .recommend-wrap li .recommend-dot {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        background-color: #ffae00;
        flex-shrink: 0;
        margin-right: 5px;
    }

    .recommend-wrap li a {
        color: #723a08;
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}


@media (min-width: 1600px) {
    .new-detail {
        margin-top: -1px;
        padding-top: 40px;
        padding-bottom: 126px;
        background-image: url("/images/garden.png");
        background-size: 100% auto;
        background-repeat: repeat-y;
    }
}


/*科室专题*/
.subject-banner {
    position: relative;
}

.subject-banner img {
    width: 100%;
}

.subject-content {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: #ffdb45;
}

.subject-content .subject-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subject-content .subject-title-wrap img {
    height: 35px;
}

.subject-content .subject-title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-inline: 15px;
}

.subject-content .subject-title-box .subject-mt {
    font-size: 24px;
    color: #a25606;
}

.subject-content .subject-title-box .subject-st {
    font-size: 8px;
    color: #b26306;
    padding-right: 4px;
}

.subject-html {
    padding: 25px 15px;
    color: #3e1a08;
    font-size: 14px;
    /*text-indent: 2rem;*/
    line-height: 2rem;
}

.subject-blx {
    width: 100%;
}

.subject-blx img {
    width: 100%;
}

@media (min-width: 1100px) {
    .subject-content {
        background-image: url("/images/doctor-block-bg.png");
        background-repeat: repeat-y;
        background-size: 100% auto;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .subject-content .container {
        max-width: 1220px;
    }

    .subject-content .subject-title-wrap img {
        height: 40px;
    }

    .subject-content .subject-title-box .subject-mt {
        font-size: 28px;
        color: #a25606;
    }

    .subject-content .subject-title-box .subject-st {
        font-size: 10px;
        color: #b26306;
        padding-right: 0;
    }
}

.subject-other {
    background-color: #f3ca0e;
    padding: 20px 0 60px;
}

.subject-article {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.subject-article-cover {
    display: none;
    border-radius: 15px;
    overflow: hidden;
}

.subject-article-list {
    padding: 0 15px 10px 15px;
    width: 100%;
}

.subject-article-item {
    padding-bottom: 15px;
    margin-top: 5px;
    background-image: url("/images/news-nav-line.png");
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 108px 2px;
}

.subject-article-item a {
    display: block;
    padding: 5px 10px;
    border-radius: 10px;
}

.subject-article-title {
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subject-article-item a .subject-article-sub-title {
    font-size: 14px;
    color: #451a09;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}

.subject-article-item a:hover {
    background-color: #f38909;
}

.subject-article-item .active {
    background-color: #f38909;
}

@media (min-width: 860px) {
    .subject-other {
        background-color: #f3ca0e;
        background-image: url("/images/doctor-block-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .subject-other .container .subject-article {
        width: 100%;
        display: flex;
        align-items: flex-start;
    }

    .subject-article-cover {
        display: block;
        flex-shrink: 0;
        width: 300px;
    }

    .subject-article-cover img {
        height: auto;
    }

    .subject-article-list {
        width: calc(100% - 300px);
        display: flex;
        flex-direction: column;
        padding: 0 15px 5px 15px;
        flex: 1;
    }

    .subject-article-item {
        padding-bottom: 6px;
        margin-top: 5px;
    }

    .subject-article-item a {
        display: block;
        padding: 6px 10px;
        border-radius: 10px;
    }

    .subject-article-title {
        font-size: 18px;
        color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .subject-article-item a .subject-article-sub-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 8px;
    }
}

@media (min-width: 1100px) {
    .subject-other {
        background-color: #f3ca0e;
        background-image: url("/images/doctor-block-bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 40px;
        padding-bottom: 120px;
    }

    .subject-other .container {
        max-width: 1220px;
    }

    .subject-other .container .subject-article {
        width: 100%;
        display: flex;
        align-items: flex-start;
    }

    .subject-article-cover {
        display: block;
        flex-shrink: 0;
        width: 448px;
    }

    .subject-article-cover img {
        height: auto;
    }

    .subject-article-list {
        width: calc(100% - 448px);
        display: flex;
        flex-direction: column;
        padding: 0 15px 10px 15px;
        flex: 1;
    }

    .subject-article-item {
        padding-bottom: 15px;
        margin-top: 5px;
    }

    .subject-article-item a {
        display: block;
        padding: 10px 15px;
        border-radius: 10px;
    }

    .subject-article-title {
        font-size: 18px;
        color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .subject-article-item a .subject-article-sub-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 8px;
    }
}

.subject-fqa {
    width: calc(100% - 30px);
    background-image: url("/images/fqa-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 40px;
    display: flex;
    align-items: center;
    padding: 10px 5px;
    margin-inline: 15px;
}

.subject-fqa-cover {
    display: none;
}

.subject-fqa-list {
    width: 100%;
}

.subject-fqa-item {
    padding-bottom: 15px;
    margin-top: 5px;
    background-image: url("/images/news-nav-line.png");
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 108px 2px;
}

.subject-fqa-item:last-child {
    background-image: none;
}

.subject-fqa-title {
    font-size: 16px;
    color: #a3570c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subject-fqa-item .subject-fqa-sub-title {
    font-size: 12px;
    line-height: 22px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}

@media (min-width: 1100px) {
    .subject-fqa {
        width: 100%;
        background-image: url("/images/fqa-bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin-top: 60px;
        display: flex;
        align-items: center;
        padding: 20px 0;
        margin-inline: 0;
    }

    .subject-fqa-cover {
        width: 260px;
        background-color: #fff;
        border-radius: 0 30px 30px 0;
        flex-shrink: 0;
        display: block;
    }

    .subject-fqa-cover img {
        width: 100%;
    }

    .subject-fqa-list {
        margin-left: 35px;
        width: calc(100% - 330px);
    }

    .subject-fqa-item {
        padding-bottom: 15px;
        margin-top: 5px;
        background-image: url("/images/news-nav-line.png");
        background-position: bottom;
        background-repeat: repeat-x;
        background-size: 108px 2px;
    }

    .subject-fqa-title {
        font-size: 18px;
        color: #a3570c;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .subject-fqa-item .subject-fqa-sub-title {
        font-size: 14px;
        color: #000;
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-line-clamp: 4;*/
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        margin-top: 8px;
    }
}


