/*科研模式*/
.research-box{
    display: block;
}
.research-box img{
    max-width: 100%;
    margin: 0 auto;
}
.research-box p{
    line-height: 24px;
    color: #333;
    background: #f5f5f5;
    text-indent: 2em;
    padding: 20px;
    margin: 20px 0;
}
.research-box p:first-child span{
    display: none;
}

/*仝小林院士工作站*/
.desc-workstation-box{
    line-height: 24px;
    color: #333;
    background: #f5f5f5;
    text-indent: 2em;
    margin-bottom: 15px;
    padding: 20px;
}
.item-team-box{
    padding-top: 50px;
}
.desc-team-box img{
    max-width: 100%;
}
.team-title{
    height: 60px;
    margin-bottom: 40px;
}
.team-subhead{
    height: 45px;
    margin-bottom: 20px;
}
.team-line{
    margin-bottom: 50px;
}
.team-text-box p{
    line-height: 40px;
    font-family: "LTZHGBK";
    font-size: 20px;
    color: #333;
    text-indent: 2em;
}
.expedite-box{
    display: -webkit-flex;
    display: flex;
    padding: 30px 0;
}
.expedite-desc-box{
    padding: 20px 100px 0 0;
}
.team-title-little{
    height: 35px;
    margin-bottom: 20px;
}
.expedite-list li{
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.expedite-list li span{
    width: 30px;
    height: 30px;
    border: 2px solid #90c42f;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}
.expedite-list li span::before{
    content: "";
    width: 15px;
    height: 15px;
    background: #90c42f;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.expedite-list li p{
    line-height: 50px;
    font-family: "LTZHGBK";
    font-size: 20px;
    color: #333;
}
.team-expedite{
    height: 280px;
}
.academician-box{
    display: -webkit-flex;
    display: flex;
    padding-bottom: 50px;
}
.academician-box .img-box{
    width: 300px;
}
.academician-box .team-text-box{
    width: calc(100% - 300px);
    padding-left: 30px;
}
.team-list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.team-list li{
    display: -webkit-flex;
    display: flex;
    width: calc((100% - 15px)/2);
    margin: 0 15px 25px 0;
}
.team-list li:nth-child(even){
    margin-right: 0;
}
.team-list img{
    width: 150px;
    height: 150px;
}
.team-intro-box{
    width: calc(100% - 150px);
    padding: 10px 0 0 20px;
}
.team-intro-box h6,.team-intro-box p{
    line-height: 20px;
    font-family: "LTZHGBK";
    padding-bottom: 10px;
}
.team-intro-box h6{
    font-size: 16px;
    font-weight: bold;
}
.team-intro-box p{
    font-size: 14px;
}
.workstation-video-box{
    display: flex;
    display: -webkit-flex;
}
.main-video-box{
    width: 1035px;
}
.main-video-box video,.short-video-lsit video{
    width: 100%;
}
.main-video-box video{
    object-fit:cover;
}
.short-video-lsit{
    width: 255px;
    padding-left: 15px;
}
.short-video-lsit li{
    margin-bottom: 10px;
}

/*研发团队*/
.teamDesc-box{
    line-height: 24px;
    color: #333;
    background: #f5f5f5;
    text-indent: 2em;
    padding: 20px;
}
.teamDetail-box img{
    max-width: 100%;
    margin: 15px auto;
}

/*科研设施*/
.facilityIntro-box,.mmbIntro-box{
    line-height: 24px;
    color: #333;
    background: #f5f5f5;
    border-radius: 3px;
    text-indent: 2em;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.mmbIntro-box{
    background: #f5f5f5;
    box-shadow: none;
    margin-top: 0;
}
.facility-box img{
    max-width: 100%;
    margin: 15px auto;
}

/*生产与质管*/
.mat-box{
    margin-bottom: 20px;
}
.paqc-title{
    display: table;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    background: #39d8bc;
    padding: 0 20px;
    margin-bottom: 15px;
}
.paqc-box p{
    line-height: 26px;
    color: #333;
}
.paqc-box img{
    max-width: 100%;
    margin: 15px auto;
}
.paqc-box b{
    display: inline-block;
    color: #333;
    position: relative;
}

/*药材基地*/
.mmb-list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.mmb-list li{
    width: calc((100% - 30px)/3);
    margin: 0 15px 15px 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.mmb-list li:hover{
    box-shadow: 0 0 35px 0 rgba(154,161,171,.5);
    transform: translateY(-5px);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.mmb-list li:nth-child(3n){
    margin-right: 0;
}
.mmb-list li .mmbImg-box{
    height: 290px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}
.mmb-list li .mmbImg-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.mmb-list li:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.mmb-list li h6{
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
}
.mmb-list li:hover p{
    background: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

/*视频样式*/
.dplayer-controller .dplayer-icons-left .dplayer-time{
    display: none;
}
#dplayer-main .dplayer-controller .dplayer-icons-left .dplayer-time{
    display: unset!important;
}

/* 以下样式只有IE10+ 能识别*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .researchDesc-box{
        height: 408px;
        background: #f5f5f5;
    }
    .researchDesc-box p{
        max-height: 390px;
        overflow: hidden;
    }
}

/* 响应式布局 */
@media (max-width: 1290px){
    .mmb-list li .mmbImg-box{
        height: 22vw;
    }
}
@media (max-width: 1024px){
    .team-title{
        height: 50px;
        margin-bottom: 30px;
    }
    .team-subhead{
        height: 40px;
    }
    .team-text-box p{
        line-height: 36px;
        font-size: 18px;
    }
    .team-title-little{
        height: 30px;
    }
    .expedite-list li p{
        font-size: 18px;
    }
    .expedite-list li span{
        width: 26px;
        height: 26px;
        margin-right: 6px;
    }
    .expedite-list li span::before{
        width: 14px;
        height: 14px;
    }
    .team-list img{
        width: 140px;
        height: 140px;
    }
    .team-intro-box{
        width: calc(100% - 140px);
    }
    .team-intro-box{
        padding: 10px 0 0 15px;
    }
    .team-intro-box h6,.team-intro-box p{
        padding-bottom: 8px;
    }
    .workstation-video-box{
        flex-direction: column;
    }
    .main-video-box,.short-video-lsit{
        width: 100%;
    }
    .short-video-lsit{
        padding: 15px 0 0 0;
    }
    .mmb-list li h6{
        line-height: 40px;
    }
}
@media (max-width: 992px){
    .team-expedite{
        height: 250px;
    }
}
@media (max-width: 800px){
    .team-title{
        height: 45px;
        margin-bottom: 30px;
    }
    .team-subhead{
        height: 35px;
    }
    .expedite-desc-box{
        padding-right: 20px;
    }
    .team-title-little{
        height: 25px;
    }
    .team-expedite{
        height: 210px;
    }
}
@media (max-width: 768px){
    .team-title{
        height: 40px;
        margin-bottom: 25px;
    }
    .team-subhead{
        height: 30px;
    }
    .team-line{
        margin-bottom: 30px;
    }
    .team-text-box p,.expedite-list li p{
        font-size: 16px;
    }
    .expedite-list li span{
        width: 22px;
        height: 22px;
    }
    .expedite-list li span::before {
        width: 12px;
        height: 12px;
    }
    .academician-box .img-box{
        width: 250px;
    }
    .academician-box .team-text-box{
        width: calc(100% - 250px);
        padding-left: 15px;
    }
    .team-list img{
        width: 120px;
        height: 120px;
    }
    .team-intro-box{
        width: calc(100% - 120px);
        padding: 0 0 0 15px;
    }
    .team-intro-box h6,.team-intro-box p{
        padding-bottom: 8px;
    }
    .mmb-list li{
        width: calc((100% - 15px)/2);
        margin-right: 15px;
    }
    .mmb-list li:nth-child(2n){
        margin-right: 0;
    }
    .mmb-list li .mmbImg-box{
        height: 32vw;
    }
}
@media (max-width: 700px){
    .expedite-box{
        align-items: center;
    }
    .academician-box .img-box{
        width: 180px;
    }
    .academician-box .team-text-box{
        width: calc(100% - 180px);
    }
}
@media (max-width: 640px){
    .desc-workstation-box{
        margin-bottom: 0;
    }
    .team-title{
        height: 35px;
        margin-bottom: 20px;
    }
    .team-subhead{
        height: 25px;
        margin-bottom: 15px;
    }
    .team-line{
        margin-bottom: 15px;
    }
    .expedite-box{
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0;
    }
    .expedite-desc-box,.team-expedite{
        width: 100%;
    }
    .team-expedite{
        width: auto;
        height: 220px;
        margin-top: 15px;
    }
    .team-text-box p{
        line-height: 30px;
        font-size: 15px;
    }
    .team-list{
        flex-direction: column;
    }
    .team-list li{
        width: 100%;
        margin-right: 0;
    }
    .team-list img{
        width: 135px;
        height: 135px;
    }
    .team-intro-box{
        width: calc(100% - 150px);
        padding: 10px 0 0 15px;
    }
}
@media (max-width: 550px){
    .academician-box{
        flex-direction: column;
        align-items: flex-start;
    }
    .academician-box .img-box,.academician-box .team-text-box{
        width: 100%;
    }
    .academician-box .img-box{
        width: 42vw;
        margin: 0 auto 15px;
    }
}
@media (max-width: 480px){
    .team-title{
        height: 30px;
        margin-bottom: 15px;
    }
    .team-subhead,.team-title-little{
        height: 20px;
    }
    .team-list img{
        width: 120px;
        height: 120px;
    }
    .team-intro-box{
        width: calc(100% - 120px);
    }
    .team-intro-box h6,.team-intro-box p{
        padding-bottom: 5px;
    }
}
@media (max-width: 400px){
    .academician-box .img-box{
        width: 50vw;
    }
    .team-list img{
        width: 100px;
        height: 100px;
    }
    .team-intro-box{
        width: calc(100% - 100px);
    }
    .mmb-list{
        flex-direction: column;
    }
    .mmb-list li{
        width: 100%;
        margin-right: 0;
    }
    .mmb-list li .mmbImg-box{
        height: 64vw;
    }
}