/* 文本内容 ---开始--- */
#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: 24px;
}

.content-left{
    width: 816px;
}

.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;
}

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

.text-content-title{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    margin: 12px 0;
}


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



.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;
}

.content-li{
    margin-top: 25px;
    height: 14px;
    display: flex;
    align-items: center;
    color: #666666;
}

.content-li-point{
    background-color: #666666;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    margin-left: 2px;
}

.content-li-text{
    font-size: 16px;
    margin:0px 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.content-li:hover{
    color: #FF9900;
}

.content-li:hover .content-li-point{
    background-color: #FF9900;
}

.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;
}


.announce-pags ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.announce-pags ul li {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    margin-right: 8px;
    text-align: center;
}

.announce-pags ul li span {
    line-height: 32px;
    font-size: 14px;
}

.announce-pags ul li a {
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    width: 32px;
    height: 32px;
}

.announce-pags ul li:hover {
    color: #FF9900;
    border: 1px solid #FF9900;
}


.announce-pags ul li:hover a {
    color: #FF9900
}

.announce-pags {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 39px;
}

.active {
    border: 0px solid #FF9900 !important;
    color: #fff !important;
    background-color: #FF9900 !important;
    cursor: pointer !important;
}

.t-map {
    width: 894px;
    height: 402px;
    margin-top: 24px;
    margin-left: 24px;
}

.t-txt {
    width: 884px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-left: 28px;
    margin-right: 28px;
    margin-bottom: 29px;
    margin-top: 29px;
}


.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;
}

.content-detail-title{
    margin-top: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.dynamic-content-box{
    margin-top: 22px;
    width: 100%;
    height: 144px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.dynamic-img-box{
    width: 200px;
    height: 120px;
    margin-right: 20px;
    overflow: hidden;
    flex-shrink: 0;
}
.dynamic-img{
    width: 200px;
    height: 120px;
    margin-right: 20px;
    object-fit: cover;
}

.dynamic-img-box:hover .dynamic-img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: .8s cubic-bezier(.2,.8,.2,1);
}


.dynamic-info{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dynamic-title{
    margin-top: 3px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 16px;
}

.dynamic-text{
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dynamic-box-bottom{

    width:100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
}

.dynamic-date{
    min-width: 74px;
}

.dynamic-read-num{
    display: flex;
    align-items: center;
}

.dynamic-read-num img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}



/* ------mobile------ */

#text-content-mobile{
    background-color: #F8F8F8;
}

#text-content-header-mobile{
    width: 100%;
    margin: 0 auto;
    padding: 20px 18px 0px 18px;
    background-color: #fff;
}

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

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

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

.top-tag-mobile{
    /* width: 64px; */
    padding: 4px 8px;
    font-size: 12px;
    line-height: 18px;
    height: 24px;
    color: #FFBB8E;
    background: #FFF7F3;
    border-radius: 2px;
    border: 1px solid #FFBB8E;
    margin-left: 12px;
}


#text-content-nav-mobile{
    padding-top: 5px;
 }

#video-box-mobile{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.video-img-box-mobile{
    width: calc(100vw - 36px);
    height: calc((100vw - 36px)*196/339);
}

.video-img-mobile{
    cursor: pointer;
    position: relative;
}

.video-img-mobile video{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
}

.content-text-mobile{
    font-size: 16px;
    color: #4D4D4D;
    line-height: 36px;
    padding-top: 18px;
}
.video-text-mobile{
    width: calc(100vw - 36px);
    height: calc((100vw - 36px)*196/339);
    background: #2C2C2C;
    font-size: 28px;
    color: rgba(255,255,255,0.8);
    line-height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.content-banner-mobile{
    width: calc(100vw - 36px);
    height: calc((100vw - 36px)*133/339);
}

.notice-box-mobile{
    width: 100%;
    height: 32px;
    background: #FFF3F3;
    border-radius: 4px;
    display: flex;
    padding: 0 10px;
    align-items: center;
    margin-top: 10px;
    overflow: hidden;
}

.module-box-mobile {
    margin-top: 15px;
    width: 100%;
    background: #FFFFFF;
    /* border: 1px solid #F2F2F2; */
    box-shadow: 0px 8px 16px 0px rgb(37 33 33 / 5%);
    padding: 15px;
}

.experts-box-mobile{
    width: 100%;
    display: flex;
    margin-top: 15px;
    padding: 15px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 8px 16px 0px rgb(37 33 33 / 5%);
}



.video-content-mobile{
    display: grid;
    row-gap:10px;
    column-gap: 9px;
    justify-content: space-around;
    grid-template-columns: repeat(2, 150px);
    padding-top: 10px;
}

.video-box-mobile{
    width: 100%;
    display: flex;
    margin-top: 10px;
    padding: 20px 15px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    /* box-shadow: 0px 8px 16px 0px rgba(37, 33, 33, 0.05); */
}

.video-content-box-mobile{
    width: 150px;
    height: 147px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.video-def-mobile{
    width: 150px;
    height: 85px;
    overflow: hidden;
}

.video-title-mobile{
    width: 100%;
    padding: 0 5px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.video-box-bottom-mobile{
    margin-top: 10px;
    width:100%;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 17px;
    color: #999999;
}


.video-play-num-mobile {
    display: flex;
    align-items: center;
}

.video-play-num-mobile img{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.article-box-mobile{
    width: 100%;
    display: flex;
    margin-top: 10px;
    padding: 15px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
   
}

.article-content-mobile{
    display: flex;
    flex-direction: column;
}

.article-content-box-mobile{
    width: 100%;
    height: 79px;
    margin: 8px 0;
    display: flex;
    justify-content: space-between;
}

.article-img-box-mobile{
    width: 140px;
    height: 79px;
    overflow: hidden;
}

.article-img-mobile{
    width: 140px;
    height: 79px;
    overflow: hidden;
    object-fit: cover;
}

.article-info-mobile{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
    flex: 1;
}

.article-title-mobile{
    margin-top: 3px;
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-box-bottom-mobile{
    width:100%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 12px;
    color: #999999;
}


.article-read-num-mobile{
    display: flex;
    align-items: center;
}

.article-read-num-mobile img{
    width: 15px;
    height: 15px;
    margin-right: 8px;
}
