.swiper-container{
    width: 100%;
    height: 6.21rem;
}
.swiper-pic{
    width: 100%;
    height: 6.21rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 0.115rem;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 0.22rem;
    height: 0.2rem;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background: #74d5d5;
    opacity: 1;
}
.hospital-subjects-container{
    background-color: #74d5d5;
    padding: 0.6rem 0.66rem 0.46rem;
}
.hospital-subjects-wrapper{
    width: 9.48rem;
    height: 1.14rem;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 0.15rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0.04rem 0.25rem 0.02rem rgba(42, 88, 89, 0.33);
    z-index: 3;
    position: absolute;
}
.subjects-wrapper-left{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-left: 0.44rem;
}
.subjects-wrapper-left .subjects-wrapper-name{
    font-size: 0.43rem;
    color: rgba(44,62,80,0.8);
}
.subjects-wrapper-left .subjects-wrapper-en{
    font-size: 0.26rem;
    color: rgba(44,62,80,0.7);
    margin-left: 0.23rem;
}
.subjects-wrapper-up-ico{
    width: 0.65rem;
    height: 0.65rem;
    margin-right: 0.44rem;
}
.hospital-subjects-ul{
    width: 9.48rem;
    margin: 1.82rem auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.hospital-subjects-li{
    width: 3rem;
    height: 3rem;
    border-radius: 0.3rem;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.2rem;
}
.hospital-subjects-li .hospital-subjects-name{
    width: 3rem;
    font-size: 0.38rem;
    color: #2c3e50;
    text-align: center;
    margin-top: 0.36rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hospital-subjects-li .hospital-subjects-li-icon{
    margin-top: 0.13rem;
    width: 1.8rem;
    height: 1.8rem;
}
.hospital-subjects-list{
    width: 9.03rem;
    height: 3.08rem;
    background-color: #ffffff;
    box-shadow: 0 0.14rem 0.23rem 0.04rem rgba(42, 88, 89, 0.33);
    border-radius: 0 0 0.3rem 0.3rem;
    padding: 0.6rem 0 0 0.45rem;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 0.8rem;
    position: absolute;
    z-index: 2;
}
.hospital-subjects-item{
    padding: 0.15rem 0;
    font-size: 0.35rem;
    line-height: 0.68rem;
    letter-spacing: 0.02rem;
    color: #2c3e50;
    opacity: 0.6;
}

/*专家团队*/
.expert-team-container{
    background-color: #f8fdfd;
    padding: 0 0.66rem;
}
.expert-team-en{
    font-family: NotoSansHans-Regular;
    font-size: 0.6rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.8;
    text-align: center;
    padding-top: 0.95rem;
}
.expert-team-title{
    font-family: NotoSansHans-Regular;
    font-size: 0.4rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.7;
    text-align: center;
    margin-top: 0.33rem;
}


/* 专家团队轮播 */
@charset "utf-8";
/* CSS Document */
.expert-swiper{
    margin-top: 0.48rem;
}
#expertSwiper{
    width: 100%;
    height: 10rem;
}
.expert-item{
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(42, 88, 89, 0.33);
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 0.54rem;
}
.expert-item-bg{
    padding-top: 0.49rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.expert-img{
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    top: 0;
}
.expert-name{
    margin-top: 4.85rem;
    font-family: NotoSansHans-Regular;
    font-size: 0.624rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    letter-spacing: 0.062rem;
    color: #48b1bf;
}
.expert-position{
    width: 6.5rem;
    font-family: NotoSansHans-DemiLight;
    font-size: 0.278rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.39rem;
    letter-spacing: 0rem;
    color: #3d4955;
    opacity: 0.6;
    margin-top: 0.31rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}
.expert-position2{
    width: 6.5rem;
    font-family: NotoSansHans-DemiLight;
    font-size: 0.278rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.39rem;
    letter-spacing: 0rem;
    color: #3d4955;
    opacity: 0.6;
    margin-top: 0;
    line-height: 0.49rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}
.expert-item-footer{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-top: 0.38rem;
}
.expert-item-phone{
    width: 0.84rem;
    height: 0.84rem;
}
.expert-item-message{
    width: 0.98rem;
    height: 0.98rem;
}
.expert-item-sy{
    width: 0.84rem;
    height: 0.84rem;
    margin: 0 0.28rem;
}
#expertSwiper .swiper-button-prev{
    width: 0.65rem;
    height: 0.65rem;
    background-image: url("http://cache.xaangel.net/left.png");
    background-size: cover;
    left: 0;
}
#expertSwiper .swiper-button-prev:after{
    content: none;
}
#expertSwiper .swiper-button-next{
    width: 0.65rem;
    height: 0.65rem;
    background-image: url("http://cache.xaangel.net/right.png");
    background-size: cover;
    right: 0;
}
#expertSwiper .swiper-button-next:after{
    content: none;
}



.more-btn{
    width: 5.4rem;
    height: 1rem;
    margin: 0 auto;
}
/*获取更多专家团队btn*/
.expert-team-btn img{
    margin: 0.83rem auto 0;
}
/* 教学科研 */
.research-classroom-container{
    padding: 0.94rem 0.66rem 0;
    background-color: #f8fdfd;
}
.research-classroom-top{
    background-color: #e9f3f3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 9.45rem;
    height: 5.5rem;
    border-radius: 0.3rem 0.3rem 0 0;
}
.research-classroom-top>img{
    width: 9.13rem;
    height: 5.33rem;
    border-radius: 0.3rem 0.3rem 0 0;
}
.research-classroom-bottom{
    background-color: #ffffff;
    box-shadow: 0 0.14rem 0.23rem 0.04rem rgba(42,88,89,0.33);
    border-radius: 0 0 0.3rem 0.3rem;
    padding: 0.64rem 0 0.61rem;
}
.research-classroom-title-en{
    text-align: center;
    font-family: NotoSansHans-Regular;
    font-size: 0.532rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.8;
}
.research-classroom-title{
    text-align: center;
    margin-top: 0.33rem;
    font-family: NotoSansHans-Regular;
    font-size: 0.4rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.7;
}
.research-classroom-info{
    text-align: center;
    margin-top: 0.35rem;
    font-family: NotoSansHans-Light;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.55rem;
    letter-spacing: 0rem;
    color: #3d4955;
    opacity: 0.6;
}
.reserch-classroom-line{
    width: 8.54rem;
    height: 0.02rem;
    background-color: rgba(210,210,210,0.4);
    margin: 0.51rem auto 0;
}
.reserch-classroom-btn{
    margin: 0.49rem auto 0;
}
/* about-us */
.about-container{
    background-color: #edfafa;
    margin-top: 0.78rem;
    padding-bottom: 0.94rem;
}
.about-us-bg{
    position: relative;
    padding-top: 0.85rem;
}
.about-us-bg .sy_con4_t,.about-us-bg .sy_con4_t img{
    width: 100%;
    height: 6.56rem;
}
.about-us-word{
    position: absolute;
    right: 0.42rem;
    bottom: -0.41rem;
    color: #69c0cb;
    line-height: 1.24rem;
    font-family: NotoSansHans-Light;
    font-size: 1.688rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.101rem;
    color: #69c0cb;
}
.about-us-info{
    padding: 1.29rem 0.68rem 0;
}
.about-us-title{
    text-align: left;
    font-family: NotoSansHans-Medium;
    font-size: 0.65rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #2c3e50;
}
.about-us-line{
    width: 100%;
    height: 0.02rem;
    background-color: rgba(61,57,57,0.3);
    margin: 0.43rem auto 0;
}
.about-us-desc{
    width: 9.26rem;
    line-height: 0.65rem;
    margin-top: 0.42rem;
    font-family: NotoSansHans-DemiLight;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #8a8a8a;
}
.about-us-btn{
    margin-top: 1.04rem;
}
/*news-release-container*/
.news-release-container{
    background-color: #f8fdfd;
    margin-top: 0.94rem;
}
.news-release-title-en{
    text-align: center;
    font-family: NotoSansHans-Regular;
    font-size: 0.6rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.8;
}
.news-release-title{
    text-align: center;
    margin-top: 0.32rem;
    font-family: NotoSansHans-Regular;
    font-size: 0.4rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.7;
}
.news-release-list{
    padding: 0.77rem 0.68rem 0;
}
.news-release-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 0.3rem;
    padding: 0 0.42rem;
    height: 3.51rem;
    margin-top: 0.25rem;
    box-shadow: 0 0.14rem 0.23rem 0.04rem rgba(42,89,89,0.2);
    background-color: #ffffff;
}
.news-release-item:first-child{
    margin-top: 0;
}
.news-release-logo{
    width: 2.38rem;
    height: 2.38rem;
    border-radius: 0.15rem;
    object-fit:cover;
}
.news-release-right{
    height: 2.38rem;
    padding-left: 0.38rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-release-item-cate{
    width: 2.3rem;
    text-align: center;
    background-color: #48b1bf;
    font-family: NotoSansHans-Regular;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.036rem;
    color: #ffffff;
}
.news-release-item-title{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: NotoSansHans-Medium;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #2c3e50;
    opacity: 0.8;
}
.news-release-item-date{
    font-family: NotoSansHans-DemiLight;
    font-size: 0.308rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #949494;
    opacity: 0.7;
}
.news-release-btn{
    margin-top: 1rem;
}