#navbar .nav-menu:first-child{
    padding-left: 0;
}
.through_img{
    width: 100%;
    height: 260px;
    background-image: url(../images/825381d857ba1493.jpg);
    background-position: center center;
}
.through_img>div{
    position: relative;
    height: 100%;
}
.through_img p{
    position: absolute;
    left: 0;
    top: 32px;
}
.through_img p,.through_img p a{
    font-size: 14px;
    color: #fff;
}
.through_img h3{
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    height: 260px;
    line-height: 260px;
}

/* 科室简介 */
.posterpage {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#posterimg {
    width: 500px;
    height: 650px;
}
.postertext {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}
.close_btn {
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 20px;
}
.posterpos {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    max-width: 100%;
}
.modal {
  display: none; /* 默认隐藏 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 黑色半透明 */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* 弹出框 */
.modal-content {
  background-color: white;
  padding: 20px;
  width: 60%;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* 关闭按钮 */
.close-btn {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.mCSB_container p{
    font-size: 14px;
    line-height: 1.5;
   
}
.intro_detail .mCustomScrollBox{
    height: 600px;
    padding-left: 30px;
}
.modeal_title{
   line-height: 2.5;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
}

.introduce_container{
    width: 100%;
   /* height: 613px;*/
    position: relative;
}
.introduce_container::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-color: #f4faf8;
}
.departments_intro{
    position: relative;
    padding-bottom: 50px;
}
.depar{
  padding-top: 50px;
  display: flex;
  gap:20px
}
.ks_img{
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ks_connet{
  flex: 1;
}
.ks_nr{
  font-size: 16px;
    line-height: 1.6;
    padding: 5px 0;
}
.ks_more{
  text-align: right;
   width: 100%;
  position: relative;
}
.ks_more::before {
   content: "";
    width: 80%;
    height: 2px;
    background-color: #7fb6a1;
    position: absolute;
    left: 0;
    bottom: 11px;
    z-index: 1;
}
.ks_mores{
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    background: url(https://tjh.com.cn/SiteFiles/Library/images/2025/5/ae4e7bac8ba98723.png) no-repeat;
    width: 79px;
    height: 24px;
    background-position: 2px 3px;
  
}

.ks_titel{
    width: 100%;
    position: relative;
    font-size: 32px;
    color: #333;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    margin: 10px 0;
}
.ks_titel::before{
    content: "";
    width: 2.1em;
    height: 15px;
    background-color: #7fb6a1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.ks_jx{
  display: flex;
  width: 100%;
  gap:20px;
  padding-top: 20px;
}
.ks_share{
   flex: 0 0 calc(30% - 20px);
    line-height: 3;
    color: #fff;
    font-size: 16px;
    padding-left: 24px;
    font-weight: bold;
    text-align: center;
    background: #4C9B7A url(https://tjh.com.cn/SiteFiles/Library/images/2025/5/c9c36e21d0f60723.png) no-repeat;
    background-position: 35% 15px;
}
.jx_apply{
  display: block;
  flex: 0 0 70%;
  line-height: 3;
  color: #fff;
  font-size: 16px;
  padding-left: 24px;
  font-weight: bold;
  text-align: center;
  background: #4C9B7A url("https://tjh.com.cn/SiteFiles/Library/images/2025/5/df7be72fa6ff8723.png") no-repeat;
  background-position: 35% 15px;
}
/* 当只有一个按钮时，让它占满100% */
.ks_jx:has(.jx_apply):not(:has(.ks_share)) .jx_apply{
  flex: 1;           /* 占满全部宽度 */
}

.departments_intro .fr{
    display: block;
    width: 100%;
    height: auto;
  
}
.departments_intro .fl{
    padding-top: 90px;
    width: 672px;
    height: 100%;
}
.departments_intro .fl::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 894px;
    height: 100%;
    background-color: #f4faf8;
}


.departments_intro .fl h3{
    width: 100%;
    height: 36px;
    position: relative;
}
.departments_intro .fl h3 p{
    width: 100%;
    position: relative;
    font-size: 32px;
    color: #333;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
}
.departments_intro .fl h3::before{
    content: "";
    width: 70px;
    height: 15px;
    background-color: #7fb6a1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.departments_intro .intro_detail{
    width: 638px;
    height: 350px;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}
.departments_intro .intro_detail p{
    font-size: 16px;
    line-height: 2em;
    color: #333;
    text-align: justify;
}
.intro_detail .mCSB_container{
    margin-right: 40px !important;
}

.intro_msg{
    margin-left: -86px;
    margin-top: 34px;
    position: relative;
}
.intro_msg li{
    float: left;
    margin-left: 86px;
    /* text-align: center; */
}
.intro_msg li img{
    display: block;
    width: 80px;
    /* margin: 0 auto; */
}
.intro_msg li p{
    color: #468f73;
    font-size: 16px;
    line-height: 36px;

    font-weight: bold;
}
.intro_msg li p.num{
    font-size: 30px;
    margin-top: 10px;
    font-weight: normal;
}

/* 医联体 */
.introduce_container{
    width: 100%;
     /*height: 530px;*/
    position: relative;
    /*margin-top:100px;*/
}
.introduce_container::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f4faf8;
    z-index: -2;
}
.ylt_intro{
    position: relative;
    height: 613px;
}
.ylt_intro .fr{
    display: block;
    width: 100%;
    position: relative;
    top:80px
}
.ylt_intro .fl{
    padding-top: 50px;
    width: 100%;
    height: 100%;
}
.ylt_intro .fl::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f4faf8;
}


.ylt_intro .fl h3{
    width: 100%;
    height: 36px;
    position: relative;
}
.ylt_intro .fl h3 p{
    width: 100%;
    position: relative;
    font-size: 32px;
    color: #333;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
}
.ylt_intro .fl h3::before{
    content: "";
    width: 70px;
    height: 15px;
    background-color: #7fb6a1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ylt_intro .intro_detail{
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}
.ylt_intro .intro_detail p{
    font-size: 16px;
    line-height: 2em;
    color: #333;
    text-align: justify;
}
.intro_detail .mCSB_container{
    margin-right: 40px !important;
}

.intro_msg{
    margin-left: -86px;
    margin-top: 34px;
    position: relative;
}
.intro_msg li{
    float: left;
    margin-left: 86px;
    /* text-align: center; */
}
.intro_msg li img{
    display: block;
    width: 80px;
    /* margin: 0 auto; */
}
.intro_msg li p{
    color: #468f73;
    font-size: 16px;
    line-height: 36px;

    font-weight: bold;
}
.intro_msg li p.num{
    font-size: 30px;
    margin-top: 10px;
    font-weight: normal;
}

/* 科室动态 */
.departments_title{
    width: 100%;
    position: relative;
    font-size: 32px;
    color: #333;
    height: 36px;
    line-height: 36px;
    margin-top: 60px;
    font-weight: bold;
}
.departments_title::before{
    content: "";
    width: 2.1em;
    height: 15px;
    background-color: #7fb6a1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.departments_title a{
    display: block;
    width: 110px;
    height: 34px;
    position: absolute;
    top: 1px;
    right: 2px;
    box-sizing: border-box;
    border: 2px solid #4b997a;
    text-align: center;
    line-height: 30px;
    color: #4b997a;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
}

.departments_content{
    margin-top: 45px;
    box-shadow: 9px 9px 16px -10px rgba(51, 51, 51, 0.2), 0px -4px 16px -10px rgba(51, 51, 51, 0.2);
}
.departments_imgbox{
    width: 520px;
    height: 388px;
    overflow: hidden;
    position: relative;
}
.departments_imgbox a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.departments_imgbox img{
    width: 100%;
}
.departments_imgbox p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 66px;
    line-height: 66px;
    /* text-align: center; */
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.76);
    padding-left: 40px;
    padding-right: 40px;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* .departments_imgbox p:hover{
    color: #4b997a;
} */
.departments_list{
    width: 600px;
    height: 440px;
    padding: 30px;
    overflow: hidden;
}
.departments_list li{
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #e2efea;
}
.departments_list li:nth-child(4){
    border: none;
}
.departments_item_l{
    float: left;
    width: 70px;
    text-align: center;
}
.departments_list li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
.departments_list li p{
    float: left;
    font-size: 16px;
    color: #000;
    width: 450px;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 20px;
    overflow: hidden;
}
.departments_list li span{
    float: right;
    display: block;
    width: 96px;
    height: 100%;
    font-size: 16px;
    color: #b2b2b2;
}
.departments_item_l span:nth-child(1){
    padding-top: 15px;
    width: 70px;
    font-size: 28px;
    color: #333333;
    border-bottom: 1px solid #b2b2b2;
}
.departments_item_l span:nth-child(2){
    width: 70px;
    padding-top: 8px;
    font-size: 14px;
    color: #b2b2b2;
}
.departments_list li:hover p{
    color: #4b997a;
}
.departments_list li:hover span{
    color: #4b997a;
}
.departments_list li:hover .departments_item_l span:nth-child(1){
   border-bottom: 1px solid #4b997a;
}

/* 特色医疗+科研教学 */
.special_container{
    background-color: #f4faf8;
    width: 100%;
    height: 728px;
    margin-top: 100px;
    padding-top: 50px;
}
.special_box{
    height: 520px;
}
.special_box li{
    width: 136px;
    height: 520px;
    float: left;
    transition: all 0.5s;
    overflow: hidden;
    margin-right: 28px;
}
.special_box li:last-child{
    margin-right: 0;
}
.special_box li.current{
    width: 1200px;
}
.special_box li h3{
    width: 136px;
    height: 520px;
    background-size: 100% 100%;
    background-image: url("../images/internal_medicine/special.png");
    font-size: 40px;
    color: #fff;
    /* font-weight: bold; */
    padding: 57px 50px 0;
    text-align: center;
    float: left;
    cursor: pointer;
}
.special_box li .content{
    height: 520px;
    overflow: hidden;
    background-color: #fff;
    width: 1200px;
}
.special_box li .content h4{
    float: left;
    margin-left: 80px;
    margin-top: 60px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
}
.special_box li .content .detail{
    float: left;
    width: 950px;
    height: 460px;
    overflow: hidden;
    /*margin-left: 80px;*/
    margin-top: 26px;
}

.special_box li .detail p{
    margin-top: 1em;
    font-size: 16px;
    color: #333;
    line-height: 2em;
    text-align: justify;
}
.special_box li .detail .mCSB_container{
    margin-right: 58px !important;
}

/* 医生团队 */
.doctor_title{
    width: 100%;
    position: relative;
    font-size: 32px;
    color: #333;
    height: 36px;
    line-height: 36px;
    margin-top: 60px;
    font-weight: bold;
}
.doctor_title::before{
    content: "";
    width: 2.1em;
    height: 15px;
    background-color: #7fb6a1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.doctor_title a{
    display: block;
    width: 110px;
    height: 34px;
    position: absolute;
    top: 1px;
    right: 2px;
    box-sizing: border-box;
    border: 2px solid #4b997a;
    text-align: center;
    line-height: 30px;
    color: #4b997a;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
}
.doctor_container{
    width: 100%;
    position: relative;
}




.doctor_team{
    width: 1160px;
    height: 447px;
    overflow: hidden;
    margin: 60px 20px 0;
    position: relative;
}
.doctor_team::before{
    content: "";
    display: block;
    width: 1134px;
    height: 1px;
    background-color: #e2efea;
    position: absolute;
    left: 13px;
    top: 396px;
}
.doctor_team li{
    height: 447px;
    width: 206px;
    margin-left: 26px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;

    width: 232px;
    padding: 0 13px;
    margin-left: 0;
}
.doctor_team li:first-child{
    margin-left: 0;
}
.doctor_team li .dimgbox{
    width: 206px;
    height: 262px;
    overflow: hidden;
    position: relative;
}
.doctor_team li img{
    display: block;
    width: 100%;
    /* width: 206px;
    height: 262px; */
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
}
.doctor_team li h4{
    color: #333;
    font-size: 18px;
    width: 100%;
    margin-top: 8px;
    font-weight: bold;
    text-align: center;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.doctor_team li h4 span{
    vertical-align: middle;
    font-size: 12px;
}
.doctor_team li a{
    display: block;
    color: #489476;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    margin-top: 8px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.doctor_team li .line{
    width: 1px;
    height: 42px;
    position: absolute;
    left: 102.5px;
    top: 355px;
    background-color: #e2efea;
}
.doctor_team li .line::before{
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background-color: #e2efea;
    position: absolute;
    left: -12px;
    top: -1px;
}

.doctor_team .line div{
    width: 1px;
    height: 19px;
    background-color: #469074;
    position: absolute;
    top: 100%;
    left: 0;

    display: none;
}
.doctor_team .line div::before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #469074;
    position: absolute;
    top: 100%;
    left: -3px;
}
.doctor_team .line div::after{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 12px solid transparent;
    border-bottom: 12px solid #efefef;
    position: absolute;
    left: -11px;
    top: 26px;
}
.skill_box{
    min-height: 80px;
    width: 100%;
}
.doctor_skill{
    width: 1160px;
    margin: 0 20px;
    background-color: #efefef;
    min-height: 78px;
    border-radius: 6px;
    padding: 13px 33px;

    display: none;
}
.doctor_skill h5,.doctor_skill p{
    font-size: 14px;
    line-height: 26px;
    color: #333;
}
.doctor_skill h5{
    font-weight: bold;
}

.doctor_team li:hover .line div{
    display: block;
}
.doctor_team li:hover .line,.doctor_team li:hover .line::before{
    background-color: #469074;
}


.swp_prev,.swp_next{
    position: absolute;
    width: 33px;
    height: 33px;
    cursor: pointer;
    top: 379px;
}
.swp_prev{
    left: 0;
}
.swp_next{
    right: 0;
}
.swp_prev::after,.swp_next::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #469074;
    opacity: 0.6;
}
.swp_prev::before,.swp_next::before{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    box-sizing: content-box;
    border: 8px solid transparent;
    position: absolute;
    /* left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
    left: 9px;
    top: 9px;
    opacity: 0.6;
    transition: all 0.5s;
}
.swp_prev::before{
    border-right: 8px solid #469074;
    margin-left: -6px;
}
.swp_next::before{
    border-left: 8px solid #469074;
    margin-left: 6px;
}
.swp_prev span,.swp_next span{
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.swp_prev span{
    right: 0;
}
.swp_next span{
    left: 0;
}
.swp_prev span::before,.swp_next span::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #469074;
}
.swp_prev span::before{
    right: 0;
    left: auto;
}
.swp_prev:hover::before,.swp_next:hover::before{
    opacity: 1;
}
.swp_prev:hover span,.swp_next:hover span{
    width: 28px;
    height: 33px;
}


/*移动端*/
@media screen and (max-width: 768px){
.through_img {
    width: 100%;
    height: 3rem;
    /* background-image: url(../images/common/banner_green.png); */
    background-image: url(../images/825381d857ba1493.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.through_img p, .through_img p a {
    font-size: 0.2rem;
    color: #fff;
}
.departments_intro {
   
    padding-bottom: 20px;
}
.through_img p {
    position: absolute;
    left: 0.24rem;
    top: 0.3rem;
}

#posterimg{
 width:300px;
  height:auto;
}
.centerArea {
    width: 100%;
    margin:0 auto;
    overflow: hidden;
}
.through_img h3 {
    text-align: center;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    height: 3rem;
    line-height: 3rem;
}
.introduce_container {
    width: calc(100% - 0.48rem)!important;
    padding-top: 0.4rem;
    margin: 0 auto;
}
.departments_intro .fl h3 p{
    position: relative;
    color: #555;
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0.4rem!important;
    font-weight: bolder!important;
    margin-top: 0.5rem;
}
.departments_intro .fl h3::before {
    content: "";
    width: 2.1em;
    height: 0.25rem;
    background-color: #7fb6a1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.departments_intro .fl {
    padding-top: 0;
    width: 100%;
    height: 100%;
}
.introduce_container::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-color: #f4faf8;
    display: none;
}
.departments_intro .fl::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 894px;
    height: 100%;
    background-color: #f4faf8; 
    display: none;
}
.departments_intro .intro_detail {
    width: 100%;
    height: 4.5rem;
    overflow: hidden;
    margin-top: 0.4rem;
    position: relative;
}
.departments_intro .intro_detail p {
    font-size: 0.25rem;
    line-height: 2em;
    color: #333;
    text-align: justify;
}
.intro_detail .mCSB_container {
    margin-right: 0.4rem !important;
}

.modal-content{
  width: 90%;
  padding: 20px 0;
  
}


.departments_title{
    position: relative;
    color: #555;
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0.4rem!important;
    font-weight: bolder!important;
    margin-top: 0.5rem;
    margin-left: 0.24rem;
}
.departments_title::before {
    content: "";
    width: 2.1em;
    height: 0.25rem;
    background-color: #7fb6a1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.modeal_title{
  line-height: 2.5;
  font-size: 18px;
}
.ks_more::before{
  bottom: 12px;
  width: 77%;
}
.intro_detail .mCustomScrollBox{
  height: 400px;
    padding-left: 15px;
}

.departments_intro {
    position: relative;
    height: auto;
}
.ks_share,
.jx_apply{
  background-position: 31% 15px;
}
.ks_titel{
  font-size: 0.4rem !important;
}
.depar{
  flex-direction: column;
  padding-top: 0;
}
.departments_intro .fr{
  height: auto;
}
.ks_img {
    width: 100%;
}
.departments_title a {
    width: 1.2rem;
    right: 0.48rem;
    top: 0.1rem;
    height: 0.5rem;
    font-size: 0.24rem!important;
    font-weight: bolder!important;
    border: 0.03rem solid#4b9a7b!important;
    padding: 0;
    line-height: 0.46rem!important;
    color: #4b9a7b!important;
}
.departments_content {
    margin-top: 0.4rem;
    box-shadow: 9px 9px 16px -10px rgba(51, 51, 51, 0.2), 0px -4px 16px -10px rgba(51, 51, 51, 0.2);
}
.departments_list {
    width: 100%;
    height: 6rem;
    padding: 0 0.2rem;
    overflow: hidden;
}
.departments_list li {
    width: 100%;
    height: 1.5rem;
    border-bottom: 1px solid #e2efea;
}
.departments_list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0.2rem;
}
.departments_item_l {
    float: left;
    width: 1rem;
    text-align: center;
}
.departments_item_l span:nth-child(1) {
    padding-top: 0.2rem;
    width: 1rem;
    font-size: 0.5rem;
    color: #333333;
    border-bottom: 1px solid #b2b2b2;
}
.departments_item_l span:nth-child(2) {
    width: 1rem;
    padding-top: 0.1rem;
    font-size: 0.2rem;
    color: #b2b2b2;
}
.departments_list li p {
    float: left;
    font-size: 0.25rem;
    color: #000;
    width: calc(100% - 1rem);
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 0.3rem;
    overflow: hidden;
}
.departments_list li:nth-child(4) {
    border-bottom: 1px solid #e2efea;
}
.special_container {
    background-color: #fff;
    width: 100%;
    height: 8rem;
    margin-top: 0.5rem;
    padding-top: 0.3rem;
}
.special_box {
    height: 8rem;
}
.special_box li.current {
    width: 100%;
}
.special_box li {
    width: 136px;
    height: 8rem;
    float: left;
    transition: all 0.5s;
    overflow: hidden;
    margin-right: 28px;
}
.special_box li .content {
    height: 8rem;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
}
.special_box li h3 {
    width: 1rem!important;
    height: 8rem;
    background-size: 100% 100%;
    background-image: url(../images/internal_medicine/special.png);
    font-size: 0.4rem;
    color: #fff;
    /* font-weight: bold; */
    padding: 0.15rem;
    padding-top: 1rem;
    text-align: center;
    float: left;
    cursor: pointer;
}
.special_box li .content h4 {
    float: left;
    margin-left: 80px;
    margin-top: 60px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    display: none;
}
.special_box li .content .detail {
    float: left;
    width: calc(100% - 1rem);
    height: 8rem;
    overflow: hidden;
    /* margin-left: 80px; */
    margin-top: 0;
}
.special_box li .detail .mCSB_container {
    margin-right: 0.4rem !important;
}
.special_box li .detail p,.special_box li .detail p strong {
    margin-top: 1em;
    font-size: 0.25rem;
    padding: 0 0.2rem;
    color: #333;
    line-height: 2em;
    text-align: justify;
}
.doctor_title{
    position: relative;
    color: #555;
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0.4rem!important;
    font-weight: bolder!important;
    margin-top: 1rem;
    margin-left: 0.24rem;
}
.doctor_title::before {
    content: "";
    width: 2.1em;
    height: 0.25rem;
    background-color: #7fb6a1;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.doctor_title a {
    width: 1.2rem;
    right: 0.48rem;
    top: 0.1rem;
    height: 0.5rem;
    font-size: 0.24rem!important;
    font-weight: bolder!important;
    border: 0.03rem solid#4b9a7b!important;
    padding: 0;
    line-height: 0.46rem!important;
    color: #4b9a7b!important;
}
.doctor_team {
    width: calc(100% - 0.48rem);
    height: 5rem;
    overflow: hidden;
    margin: 0.5rem 0.24rem;
    position: relative;
}
.doctor_team .swiper-wrapper{
    height: 5rem;
}
.doctor_team li .dimgbox {
    width: 2.5rem;
    height: 3rem;
    left: 50%;
    margin-left: -1.25rem;
    overflow: hidden;
    position: relative;
}
.doctor_team li h4 {
    color: #333;
    font-size: 0.25rem;
    width: 100%;
    margin-top: 0.15rem;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.doctor_team li a {
    display: block;
    color: #489476;
    font-size: 0.2rem;
    text-align: center;
    text-decoration: underline;
    margin-top: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.swp_prev, .swp_next {
    position: absolute;
    width: 33px;
    height: 33px;
    cursor: pointer;
    top: 4rem;
    transform: scale(0.7);
}
.skill_box {
    min-height: 80px;
    width: 100%;
    display: none;
}

}

