/* 文本内容 ---开始--- */
#text-content{
    background-color: #F8F8F8;
    padding-bottom: 64px;
}
#text-content-layout{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 55px;
}

.content-left{
    width: 816px;
    display: flex;
    flex-direction: column;
}

.text-content-detail{
    margin-top: 23px;
    padding: 32px 31px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 8px 16px 0px rgba(37, 33, 33, 0.05);
    border-radius: 16px;
}

#text-content-top{
    width: 100%;
    height: 54px;
    border-bottom:1px solid #eee;
}

#text-content-title {
    display: initial;
    padding-bottom: 16px;
    height: 54px;
    font-size: 24px;
    font-weight: bold;
    border-bottom:4px solid #FF9900;
}

.news-left-box {
    display: flex;
    height: 108px;
    width: 556px;
    margin-bottom: 32px;
}

.content-right{
    width: 360px;
    display: grid;
    row-gap:24px
}

#text-left{
  width: 752px;
    
}

#text-left-title{
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}

#text-left-info{
    display: flex;
    justify-content: space-between;
    color: #999999;
    font-size: 14px;
    padding: 32px 0 15px 0;
    border-bottom: 1px solid #EEEEEE;
}

#text-content-image-text{
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    margin: 23px 0;
    overflow-x: auto;
}

#text-content-pagination{
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
}

.pagination-button{
    width: 364px;
    height: 102px;
    background-color: #F8F8F8;
    padding: 25px 21px 28px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    color: #666666;
}

.pagination-button-text{
    font-size: 16px;
    color: #4D4D4D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#pagination-prev{
   border-left: 4px solid #C8C8C8;
}

#pagination-next{
    border-right: 4px solid #C8C8C8;
 }

 .pagination-button:hover{
    background-color: #FFF5EE;
    color: #FF9900;
 }

 .pagination-button:hover .pagination-button-text{
    color: #FF9900;
 }

 #pagination-prev:hover{
    border-left: 4px solid #FFA223;
 }

 #pagination-next:hover {
    border-right: 4px solid #FFA223;
 }

 #text-right{
     width: 317px;
 }

 #text-right-title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 2px 0 21px 0;
    border-bottom: 1px solid #EEEEEE;
 }

 .text-right-box{
     padding: 22px 0 24px 0;
     display: flex;
     flex-direction: column;
     border-bottom: 1px solid #EEEEEE;
 }

 .text-right-box:hover .text-right-box-title{
    color: #FF9900;
}

.text-right-box-title{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-right-box-text{
    margin-top: 16px;
    color: #999999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-right-box-date{
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.text-right-box-date img{
    width: 14px;
    height: 14px;
}

.text-right-box-date span{
    font-size: 14px;
    color: #999999;
    margin-left: 8px;
}

/* 分享 ---开始--- */
#share{
    z-index: 5;
    position: fixed;
    margin-top: 108px;
    margin-left: -90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#share-title{
    font-size: 14px;
    color: #999999;
}

.share-img-radius{
    margin-top: 16px;
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
}

.share-img{
    background: url("../img/i_share.png") no-repeat;
    background-size: 40px;
    width: 20px;
    height: 20px;
}

.share-img-wx div{
    background-position: -20px 0px;  
}

.share-img-xl div{
    background-position: -20px -20px;  
}

.share-img-qq div{
    background-position: -20px -40px;  
}

.share-img-wx:hover div{
    background-position: 0px 0px;  
}

.share-img-xl:hover div{
    background-position: 0px -20px;  
}

.share-img-qq:hover div{
    background-position: 0px -40px;  
}


.share-qr-code{
    display: none;
    position: absolute;
    height: 156px;
    width: 170px;
    position: absolute;
    left: 44px;
    background: url("../img/share_bg.png");
}


.share-img-wx:hover~.share-qr-code-wx{
    display: inline;
    top: 36px;
}

.share-img-xl:hover~.share-qr-code-xl{
    display: inline;
    top: 96px;
}

.share-img-qq:hover~.share-qr-code-qq{
    display: inline;
    top: 156px;
}

.share-qr-code div{
    width: 128px;
    height: 128px;
    margin: 14px 14px 14px 28px;
}


.nav-menu{
    width:100%;
    height: 64px;
    display: flex;
    justify-content: space-around;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 8px 16px 0px rgba(37, 33, 33, 0.05);
    border-radius: 8px;
}

.nav-menu-button{
    width: 64px;
    height: 62px;
    line-height: 64px;
    color: #333333;
    font-size: 14px;
    text-align: center;
}

.nav-menu-button-selected{
    color: #FF9900;
    border-bottom: 4px solid #FF9900;
}


.module-box{
    width: 360px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 8px 16px 0px rgba(37, 33, 33, 0.05);
    border-radius: 16px;
    padding: 25px 23px;
}

.box-top{
    height: 42px;
    border-bottom: 1px solid #EEE;
    display: flex;
    justify-content: space-between;
}

.box-title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.box-more{
    margin-top: 4px;
    font-size: 14px;
    color: #999999;
}

.box-top-mobile{
    height: 32px;
    border-bottom: 1px solid #EEE;
    display: flex;
    justify-content: space-between;
}

.box-title-mobile{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.box-more-mobile{
    margin-top: 4px;
    font-size: 12px;
    color: #999999;
}

.video-def{
    width: 750px;
    height: 420px;
    margin-bottom: 30px;
}



.deparment-content{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.deparment-li{
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    margin: 10px;
}


.box-text-introduce{
    margin-top: 24px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.box-line{
    margin: 24px 0;
    width: 100%;
    height: 1px;
    background: #EEEEEE;
}

.box-wrap{
    display: flex;
    flex-wrap: wrap;
}

.box-wrap-title{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.box-wrap-text{
    width: 50%;
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
}

.wrap-text-row{
    width: 100% !important;
}


.box-content-disease{
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
}

.content-item{
    margin: 9px;
    padding: 0 11px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 310px;
}

.content-item:hover{
    border: 1px solid #FF9900;
    color: #FF9900;
}


/* ------mobile------ */
#text-content-layout-mobile{
    width: 100%;
    margin: 0 auto;
    padding: 20px 18px;
    background-color: #fff;
    border-bottom: 10px solid #eee;
}

#text-content-top-mobile{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eee;
}

#text-content-title-mobile{
    display: initial;
    padding-bottom:10px;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
    /* border-bottom: 2px solid #FF9900; */
}

#text-left-mobile{
    width: 100%;
}

#text-left-title-mobile {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
}

#text-left-info-mobile{
    display: flex;
    flex-direction: column;
    color: #999999;
    font-size: 14px;
    padding: 10px 0 ;
    border-bottom: 1px solid #EEEEEE;
    
}


#text-content-detail-mobile{
    padding-top: 15px;
    display: flex;
    flex-direction: column;
}

.video-def-mobile{
    width: calc(100vw - 36px);
    height: calc((100vw - 36px)*190/339);
    overflow: hidden;
}

.module-box-mobile {
    border-bottom: 10px solid #eee;
    width: 100%;
    background: #FFFFFF;
    padding: 15px 18px;
}

.doctor-box-mobile{
    border-bottom: 10px solid #eee;
    width: 100%;
    background: #FFFFFF;
    padding: 0px 15px;
}


.box-content-doctor-mobile{
    width: 100%;
    height: 157px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.header-pic-mobile{
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #ccc;
    flex-shrink: 0;
}

.doctor-info-text-mobile{
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
    flex: 1;
    align-content: flex-start;
}

.doctor-name-mobile{
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #333333;
    margin-top: 9px;
    margin-right: 15px;
    flex-shrink: 0;
}

.doctor-position-mobile{
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    height: 17px;
    background: #FF9900;
    padding: 0px 5px;
    margin-top: 12px;
}

.doctor-department-mobile{
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-top: 6px;
    flex-shrink: 0;
}


.doctor-media-mobile{
    width: 100%;
    height: 57px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.media-num-mobile{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    color: #333;
    column-gap: 18px;
    
}

.media-num-mobile span:first-child{
    font-size: 14px;
    font-weight: 400;
    color: #828282;
}

.h-line-mobile{
    width: 1px;
    height: 30px;
    background: #CCCCCC;
    opacity: 0.5;
}