/**********CSS预设样式**********/
* {
    /*清除页面中标签自带的外间距和内填充*/
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul,
li {
    /*清除ul自带的列表符*/
    list-style: none;
}

ul {
    margin-block-start: 0;
    padding-inline-start: 0;
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

a {
    /*去掉a自带的下划线*/
    text-decoration: none;
}

img {
    /*去掉img自带的边框<当图像加上a标签后，IE浏览器在不去除图像边框时会显示边框>*/
    border: none;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
}




.pd0 {
    padding: 0;
}
.pad0-20{
    padding:0 20px;
}
.m0 {
    margin: 0;
}

.conten {
    text-align: center;
}

.w {
    width: 100%;
    height: auto;
}

.title {
    font-size: 34px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    line-height: 51px;
    margin-bottom: 20px;
}

.subtitle {

    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 24px;
}

.warp {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    height: 670px;
    object-fit: cover
}

.indexbanner .carousel-inner>.item>a>img,
.indexbanner .carousel-inner>.item>img,
.indexbanner .img-responsive,
.indexbanner .thumbnail a>img,
.indexbanner .thumbnail>img {
    height: 360px;
    /*height: calc(100vh - 580px);
    min-height: 360px;
    max-height: 670px;*/
}

.carousel-indicators li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 16px;
    height: 6px;
    background-color: #197CC0;
    border: none;
}

.indexbanner {
    padding-top: 10px;
}

.indexbanner .carousel-caption {
    left: 11%;
    top: 28%;
    width: 410px;
    height: 265px;
    background: #FFFFFF;
    padding: 50px 30px 59px 30px;
    text-align: left;
    text-shadow: none;
}

    .indexbanner .carousel-caption .watch-btn {
        display: inline-block;
        width: 350px;
        background: #fff;
        position: absolute;
        left: 30px;
        bottom: 30px;
    }

    .indexbanner .carousel-caption h3 {
        font-size: 20px;
        font-family: Arial-BoldMT, Arial;
        font-weight: normal;
        color: #1D4059;
        line-height: 28px;
        margin-bottom: 11px;
    }

.indexbanner .carousel-caption p {
    /*overflow: hidden;*/
    /*height: 40px;*/
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5D5D5D;
    line-height: 20px;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 56px;*/
}
.carousel-caption-div {
    overflow: hidden;
    height: 39px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5D5D5D;
    line-height: 20px;
    margin-bottom: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}
}
.carousel-caption-div p span {
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5D5D5D;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.indexbanner .carousel-caption a {
    width: 170px;
    height: 40px;
    background: #C12574;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: ArialMT;
    color: #FFFFFF;
}

.indexbanner .carousel-caption a:hover {
    width: 170px;
    height: 40px;
    background: #dc6ba4;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: ArialMT;
    color: #FFFFFF;
}
.indexbanner .container {
    /*width: 1680px;*/
    width:1440px;
}

.indexInfo {
    width: 1440px;
    margin: 0 auto;
    padding: 20px 0;
}

.inner_info_box {
    /*padding: 0 1%;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .inner_info_box .single-block {
        width: 48.5%;
    }

.mb16 {
    margin-bottom: 16px;
}

.block_header {
    padding-bottom: 10px;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.block_body {
    padding: 15px 0;
}

.block_header .title {
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
    margin: 0;
}

.block_header .more {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}

    .block_header .more:hover {
        cursor: pointer;
        background: #fff;
        color: #333333;
        font-size: 14px;
        border: none;
    }

    .block_header .more .iconfont {
        margin-left: 4px;
    }



    .about {
        padding: 80px 0 60px 0;
        background: #F5F7FA;
    }

.block_horizontal {
    display: flex;
}

.education_box:hover {
    cursor: pointer;
}

    .education_box:hover .headline {
        color: #197cc0;
    }

    .education_box:hover .img img {
        transform: scale(1.1);
        transition: transform .4s ease;
    }

    .block_horizontal .img {
        width: 140px;
        height: 88px;
        overflow: hidden;
        margin-right: 20px;
    }

    .img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .block_horizontal .content {
        flex: 1;
    }

.block_horizontal .article {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    font-size: 15px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.detail .headline {
    font-size: 16px;
    font-family: ArialMT;
    color: #333333;
    line-height: 20px;
    margin-bottom: 20px;
}

.detail .author {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.detail .author .name {
    margin-right: 6px;
}

.detail .author .degree {
    color: #6593B2;
}

.block_vertical_pure .news_line {
    display: flex;
    align-items: center;
}

    .block_vertical_pure .news_line:hover {
        cursor: pointer;
    }

    .news_line .news_title {
        flex: 1;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 24px;
        overflow: hidden;
    }
        .news_line .news_title:hover {
            color: #197cc0;
        }

        .line_dot {
            display: inline-block;
            width: 5px;
            height: 5px;
            background: #A5A5A5;
            border-radius: 50%;
            margin-right: 10px;
        }

.science_content {
    display: flex;
}

    .science_content:hover .img img {
        transform: scale(1.1);
        transition: transform .4s ease;
    }

    .science_content:hover .science_title {
        color: #197cc0;
    }

    .science_content:not(:last-child) {
        margin-bottom: 13px;
    }

    .science_content .img {
        width: 90px;
        height: 54px;
        overflow: hidden;
        margin-right: 16px;
    }

.science_detail {
   width: calc(100% - 108px);
}

.science_title {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
}

.science_title .title_tip {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #197CC0;
    font-size: 13px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #197CC0;
    line-height: 20px;
    margin-right: 8px;
}

    .science_title .tip_pur {
        border: 1px solid #5A31EB;
        color: #5A31EB;
    }

    .science_detail .science_article {
        font-size: 14px;
        font-family: SourceHanSansCN-Regular, SourceHanSansCN;
        font-weight: 400;
        color: #7D7D7D;
        line-height: 21px;
        white-space: nowrap; /* 规定文本是否折行 */
        overflow: hidden; /* 规定超出内容宽度的元素隐藏 */
        text-overflow: ellipsis;
    }


.about .row {
    margin-top: 50px;
}

.about .container,
.continuingeducation .container,
.conferencereview .container,
.news .container {
    width: 1200px;
}

.about .about-img {
    width: 100%;
}

.about-left {
    margin-right: -60px;
    border-bottom: 5px solid #D7DCE4;
    height: 451px;
    padding-left: 40px;
    padding-right: 36px;
    padding-top: 40px;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    overflow:hidden;
}
.about-right img {
    width: 100%;
    height: 451px;
}
.about-left span {
    position: absolute;
    bottom: -5px;
    width: 444px;
    height: 5px;
    left: 0;
    background: #197CC0;
}

.about-left h3 {
    font-size: 24px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-bottom: 25px;
}

.about-left h2 {
    margin-bottom: 20px;
    font-size: 28px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    line-height: 42px;

}

    .about-left p {
        font-size: 16px;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        color: #4A515A;
        line-height: 32px;
        margin-bottom: 50px;
        overflow: hidden;
        height: 160px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis
    }
.about-left-div {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #4A515A;
    line-height: 32px;
    margin-bottom: 50px;
    overflow: hidden;
    height: 140px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

    .about-left a {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        color: #333333;
        text-align: center;
        border: 1px solid #979797;
    }



.about-left .iconjiantou {
    margin-left: 10px;
    font-size: 12px;
    color: #333333;
}




.member {
    padding: 80px 0 60px 0;
    background: #fff;
}

.member .container {
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    top: 90%;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #eee;
}

.swiper-button-next.swiper-button-white:hover,
.swiper-button-prev.swiper-button-white:hover {
    --swiper-navigation-color: #999;
}

.swiper-button-next.swiper-button-white:focus,
.swiper-button-prev.swiper-button-white:focus {
    outline: none;
}

.member-left {
    padding: 99px 77px 0 113px;
    height: 420px;
    width: 676px;
    box-shadow: 0px 2px 12px 0px rgba(105, 133, 175, 0.14);
}
.member-right img {
  
    height: 420px;
    width: 100%;
   
}

.member-left__img {
    margin-bottom: 11px;
    width: 40px;
    height: 40px;
    position: relative;
}

.member-left img {
    width: 100%;
    height: 100%;
}

.member-left p {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #4A515A;
    line-height: 32px;
    margin-bottom: 41px;
    position: relative;
    height: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.member-left__img::after {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 50px;
    width: 17px;
    height: 14px;
    background: url(../images/shuangyin@2x.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.member-left a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    text-align: center;
    border: 1px solid #979797;
}

.member-left .iconjiantou {
    margin-left: 10px;
    font-size: 12px;
    color: #333333;
}

.member .swiper-container {
    margin-top: 40px;
}

.member .gallery-thumbs {
    margin: 30px 150px 0 150px;
    overflow: hidden;
    padding: 0 15px;
    height: 130px;
    width: 870px;
}

.member .gallery-thumbs .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;

    width: unset !important;
}

.member .gallery-thumbs a {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 30px;
    height: 100px;
    line-height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(105, 133, 175, 0.14);
    border-radius: 4px;
    font-size: 18px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    transition: all .3s;
}

.member .gallery-thumbs a:hover {
    color: #197CC0;
    margin-top: -10px;
    border-bottom: 3px solid #197CC0;
}

.member .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-slide__img {
    margin-right: 16px;
    width: 48px;
    height: 48px;
    display: inline-block;
}

.member .wiper-button-white {
    color: #999;
}

.continuingeducation {
    padding: 80px 0 80px 0;
    background: #ECF6FE;
}

.continuingeducation-btn {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.continuingeducation-btn span {
    width: 132px;
    height: 48px;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    background: #FFFFFF;

}

.surgeryvideo-warp,
.coursewarelearning-warp {
    display: flex;
    justify-content: space-between;
}

.surgeryvideo {
    display: none;
}

.coursewarelearning .card,
.surgeryvideo .card {
    width: 360px;
}

.coursewarelearning .card-title,
.surgeryvideo .card-title {

    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.coursewarelearning .card-title span,
.surgeryvideo .card-title span {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #6593B2;
    line-height: 21px;
}

.coursewarelearning .card-body,
.surgeryvideo .card-body {
    padding: 20px;
    background: #fff;
}

.card-link:hover .card-title {
    color: #197CC0;
}

.card-img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    transition: all 0.3s;
}

    .card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s;
    }

.card-link:hover img {

    transform: scale(1.2, 1.2);
}

.coursewarelearning p,
.surgeryvideo p {

    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #4A515A;
    line-height: 21px;
}

.coursewarelearning .card-text,
.surgeryvideo .card-text {
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #4A515A;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 20px;
}


.continuingeducation-btn span:hover {
    color: #197CC0;
    /* background: #197CC0; */
}

.continuingeducation-btn span.active {
    color: #fff;
    background: #197CC0;
}

.continuingeducation .abtn {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.continuingeducation .abtn a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    text-align: center;
    border: 1px solid #979797;
}

.continuingeducation .abtn .iconjiantou {
    margin-left: 10px;
    font-size: 12px;
    color: #333333;
}

.conferencereview {
    padding: 80px 0 80px 0;
    background: linear-gradient(170deg, #fff 50%, #ECF6FE 50%);

}

.conferencereview-body {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.conferencereview-body__img {
    width: 718px;
    height: 500px;
    overflow: hidden;
}

.conferencereview-body__list {
    flex: 1;
    padding: 30px;
    background: #fff;
}

.conferencereview-body__list a li {
    background-image: url(../images/bg1.png);

    /* background-size: 25px 60px; */
    background-position: top right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;
    cursor: pointer;
}

.conferencereview-body__list a:nth-child(2) li {
    background-image: url(../images/bg2.png);
}

.conferencereview-body__list a:nth-child(3) li {
    background-image: url(../images/bg3.png);
}

.conferencereview-body__list a:nth-child(4) li {
    background-image: url(../images/bg4.png);
    margin-bottom: 0;
}


.conferencereview-body__list li .left {
    width: 100px;
    height: 72px;
    overflow: hidden;
    margin-right: 16px;
}

.conferencereview-body__list li .left img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.conferencereview-body__list li .right {
    flex: 1;
}

.conferencereview-body__list li .right h2 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #343B3F;
    line-height: 20px;
    margin-bottom: 12px;
}

.conferencereview-body__list li .right span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 20px;
    margin-right: 13px;
}

.conferencereview .abtn {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.conferencereview .abtn a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    text-align: center;
    border: 1px solid #979797;
}

.conferencereview .abtn .iconjiantou {
    margin-left: 10px;
    font-size: 12px;
    color: #333333;
}

.conferencereview-body__list li:hover h2 {
    color: #197CC0;
}

.conferencereview-body__img img {
    transition: all 0.3s;
}


.conferencereview-body__img:hover img {
    transform: scale(1.2, 1.2);
}


.conferencereview-body__list li:hover img {
    transform: scale(1.2, 1.2);
}

.news {
    padding: 80px 0 80px 0;
}

.news-bg {
    background-image: url(../images/news_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 150px;
    height: 130px;
    padding-top: 10px;
}

.news li {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    cursor: pointer;
}

.news li .left {
    margin-right: 40px;
}
    .news li .left .left-img {
        width: 300px;
        height: 160px;
        overflow:hidden;
    }

    .news li .left img {
        width: 300px;
        height: 100%;
        transition: all 0.3s;
        object-fit: cover;
    }

.news li .right {
    flex: 1;
}

.news li .right h2 {

    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #343B3F;
    line-height: 34px;
    margin-bottom: 11px;
}

    .news li .right p {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #7D7D7D;
        line-height: 24px;
        margin-bottom: 11px;
        height: 120px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis
    }
    .news li .right-p {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #7D7D7D;
        line-height: 24px;
        margin-bottom: 11px;
        height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
    .news li .right-p p{
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #7D7D7D;
        line-height: 24px;
        margin-bottom: 11px;
        height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
    .news li .right span {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #7D7D7D;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

.news .abtn {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.news .abtn a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    text-align: center;
    border: 1px solid #979797;
}

.news .abtn .iconjiantou {
    margin-left: 10px;
    font-size: 12px;
    color: #333333;
}

.news li:hover {
    background: #FAFAFA;
}

.news li:hover h2 {
    color: #197CC0;
}

.news li:hover img {
    transform: scale(1.2, 1.2);
}

.continuingeducation .abtn a:hover,
.conferencereview .abtn a:hover,
.memberunit-list .abtn a:hover,
.news .abtn a:hover {
    background: #197CC0;
    color: #fff;
    border: 1px solid #197CC0;
}

.more:hover {
    background: #197CC0;
    color: #fff;
    border: 1px solid #197CC0;
}

.more:hover .iconjiantou {

    color: #fff;
}


.memberunit .carousel-caption {
    top: 37%;


}

.memberunit .carousel-caption h3 {

    font-size: 48px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 72px;
    letter-spacing: 1px;
}

.memberunit-list {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .memberunit-list .about_title {
        margin-top: 0;
    }

    .memberunit-list li {
        display: flex;
        justify-content: space-between;
        padding: 15px 20px;
    }

.memberunit-list li .left {
    width: 260px;
    height: 180px;
    overflow: hidden;
    margin-right: 30px;
}

.memberunit-list li .left img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.memberunit-list li .right {
    margin-top:9px;
    flex: 1;
}

.memberunit-list li .right .t {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 17px;
}

.memberunit-list__img {
    width: 40px;
    height: 40px;
}

.memberunit-list__img img {
    width: 100%;
    height: 100%;
}


.memberunit-list li .right .t h2 {
    padding-left: 16px;
    font-size: 20px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #343B3F;
    line-height: 30px;
    flex: 1;
}

.memberunit-list li .right p {
    overflow: hidden;
    height: 95px;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.memberunit-list li:hover {
    background: #FAFAFA;
}

.memberunit-list li:hover .t h2 {
    color: #197CC0;
}

.memberunit-list .abtn {
    padding-top: 40px;
    display: flex;
    justify-content: center;
}

.memberunit-list .abtn a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    text-align: center;
    border: 1px solid #979797;
}

.occupy-pic {
    min-height: calc(100vh - 378px);
    padding-top: 148px;
    padding-bottom: 175px;
    text-align: center;
}

.occupy-pic img {
    width: 163px;
    height: 166px;
    margin-bottom: 31px;
}

.occupy-pic .title {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-bottom: 8px;
}

.occupy-pic .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #A5A5A5;
    line-height: 24px;
}

.out-container {
    
}

.show-login {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.inner-modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
}

.login-modal {
    width: 400px;
    background: #fff;
    padding: 40px 50px 20px;
    position: absolute;
}

.title-single {
    text-align: center;
    margin-bottom: 28px;
}

    .title-single .title {
        font-size: 16px;
        font-family: SourceHanSansCN-Medium, SourceHanSansCN;
        font-weight: 500;
        color: #333333;
        line-height: 24px;
        margin: 0;
    }

.title-mutil {
    text-align: center;
    margin-bottom: 30px;
}

    .title-mutil .title {
        font-size: 16px;
        font-family: SourceHanSansCN-Normal, SourceHanSansCN;
        font-weight: 400;
        color: #7D7D7D;
        line-height: 24px;
        display: inline-block;
        padding: 0 15px 16px;
        margin: 0;
        cursor: pointer;
    }

        .title-mutil .title.active {
            color: #333333;
            position: relative;
        }

    .title-mutil .active::after {
        content: '';
        display: inline-block;
        width: 40px;
        height: 2px;
        background: #197CC0;
        position: absolute;
        left: calc(50% - 20px);
        bottom: 0;
    }

.form-row {
    margin-bottom: 20px;
    position: relative;
}

.row-input {
    width: 100%;
    padding: 9px 12px;
    position: relative;
    font-size: 14px;
    color: #333333;
    border-radius: 3px;
    border: 1px solid #ECECEC;
}

    .row-input:focus {
        border-color: #197CC0;
    }

    .row-input::-webkit-input-placeholder {
        color: #B8BCC4;
    }
    .row-input::-moz-placeholder {
        color: #B8BCC4;
    }
    .row-input::-ms-input-placeholder {
        color: #B8BCC4;
    }

.input-suffix {
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 0;
    border-left: 1px solid #ECECEC;
    padding: 0 16px;
    color: #197CC0;
    line-height: 40px;
    cursor: pointer;
}

.input-prefix {
    display: inline-block;
    position: absolute;
    left: 13px;
    top: 9px;
    z-index: 1;
}

    .input-prefix .iconfont {
        font-size: 16px;
    }

    .input-prefix .iconyanzhengma,
    .input-prefix .iconyouxiang {
        font-size: 12px;
    }

.form-row .row-input {
    padding-left: 40px;
}

.form-row .normal-input {
    padding-left: 16px;
}

.has-send {
    color: #A5A5A5;
    cursor: unset;
}

.doctor-checkbox[type=checkbox] {
    margin: 0;
}
.doctor-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #DCDCDC;
    position: absolute;
    top: 2px;
    cursor: pointer;
}

.checkbox-title {
    font-size: 14px;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 21px;
    padding-left: 26px;
}


.login-modal .hide-attr,
.hide-attr {
    display: none;
}

.form-btn {
    height: 40px;
    background: #197CC0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.back-btn {
    padding: 20px 0 4px;
    text-align: center;
}

.login-remind {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 28px;
    font-size: 13px;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 20px;
}

.register-remind {
    padding: 20px 0 18px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 20px;
}

.account-remind {
    padding-top: 14px;
    border-top: 1px solid #ECECEC;
    font-size: 13px;
    font-weight: 400;
    color: #A5A5A5;
    line-height: 18px;
    text-align: center;
}

.blue-text {
    color: #197CC0;
    cursor: pointer;
}

.error-text {
    color: #E72D14;
    padding: 4px 4px 0;
    /*display: none;*/
}

.ui-autocomplete {
    z-index: 9999999 !important;
}

.header_menu li {
    cursor: pointer;
}

.special-form-row{
    margin-bottom:9px !important;
}

.login-remind_two {
    margin-bottom:20px;
    font-size: 13px;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 20px;
}
.displayblock{
    display:block;
}