.leader-content{
    /* margin: 10px; */
    margin-top: 50px;
}
.leader-container{
    margin: 0 10px;
}
.leader-title{
    display: flex;
    margin-bottom: 40px;
}
.leader-title p{
    margin-left: 16px;
    font-size: 20px;
}
.leader-title img{
    width: 17px;
    height: 14px;
    padding-top: 7px;
}
.leader-person-one{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-flow: wrap;
}
.leader-person{
    /* flex: 0 0 50%; */
    display: flex;
    margin-bottom: 40px;
    width: 48%;
    background: #EEEEEE;
}
.leader-person img{
    width:140px;
    height:180px;
}
.leader-person-content{
    position: relative;
    background-color: #EEEEEE;
    width: 100%;
    word-break: break-all;
    padding-right: 10px;
}
.leader-person-name{
    color: #01755F;
    font-size: 22px;
    margin: 20px;
    text-align: left;
    margin-bottom: 20px;
}
.leader-person-date{
    color: #0A0A0A;
    font-size: 16px;
    text-align: left;
    margin-left: 20px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
@media only screen and (min-width: 510px){
    .staff .leader-person{
        width: 49%;
    }
}

.staff .leader-person-name{
    margin-left: 12px;
}
.staff .leader-person-date{
    font-size:13px;
    line-height:24px;
    margin-left: 12px;
}
.leader-person-content img{
    position: absolute;
    bottom: 0;
    right: 0;
}
@media only screen and (max-width: 1980px){
    .leader-container{
        margin: 0 30px;
    }
}
@media only screen and (max-width: 1200px){
    .leader-container{
        margin: 0 10px;
    }
}
@media only screen and (max-width: 980px){
    .leader-person-contentt{
        width: 200px;
    }
    .leader-person-name,.leader-person-date{
        margin-left: 30px;
    }
}
@media only screen and (max-width: 768px){
    .leader-content,.leader-container{
        margin-left: 0;
    }
}
@media only screen and (max-width: 510px){
    .leader-content,.leader-container{
        margin-left: 0;
        margin-top: 10px;
    }
    .leader-person-one{
        display: block;
    }
    .leader-person-content{
        width: 100%;
    }
    .leader-person{
        width: 100%;
    }
}

/* 院士 */

.academician-content{
    /* margin: 10px; */
    width: 100%;
    overflow-x: hidden;
}
.academician-inner-content{
    margin-top: 40px;
    /*width: calc(100% + 70px);*/
    position: relative;
}
.academician-inner-content a{color: #333333;}
.academician-person{
    margin-bottom: 40px;
    margin-right: 64px;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 210px) / 3);
}
.academician-person-inner{
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.academician-person-name{
    color: white;
    width: 50%;
    max-width: 110px;
    margin: 0 auto;
    background-color: #168A83;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin-top: -15px;
    z-index: 100;
    position: relative;
}
.academician-person-position{
    text-align: center;
    font-size: 16px;
    margin: 20px;
    min-height: 16px;
}
.academician-person-back{
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -120px;
    z-index: -1;
}
@media only screen and (max-width: 768px){
    /*.academician-inner-content a{width: 50%;}
    .academician-person{
        width: 100%;
    }*/
}
@media only screen and (max-width: 510px){
    .academician-inner-content{
        width: 100%;
        margin-top: 10px;
        display: block;
    }
    .academician-person{
        width: 100%;
    }
}

/* 管理队伍 */
.manage-content{
    margin: 10px 0;
    width: 100%;
}
.manage-inner{
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.manage-person{
    display: flex;
    margin: 40px 0;
    width: 46%;
}
.manage-person-content{
    background-image: url(../images/manageBack.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.manage-person-content p{
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 12%;
    /* margin-right: 40px; */
}
.manage-person-name{
    color: #01755F;
    font-size: 22px!important;
    margin: 30px;
}
@media only screen and (max-width: 768px){
    .manage-person{
        width: 49%;
    }
}
@media only screen and (max-width: 700px){
    .manage-person{
        margin: 30px auto;
        width: 100%;
        /* min-width: 386px; */
    }
    .manage-inner{
        display: block;
        width: 60%;
        margin:  auto;
    }
}
@media only screen and (max-width: 600px){
    .manage-inner{
        width: 75%;
    }
}
@media only screen and (max-width: 510px){
    .manage-person{
        margin: 20px 0;
        width: 100%;
    }
    .manage-inner{
        display: block;
    }
    .manage-inner{
        width: 100%;
    }
}

/* 联合培养项目 */
.educate-content{
    margin: 10px 0;
    width: 100%;
}
.educate-inner{
    /*padding: 10px 30px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*width: 92%;*/
    margin: auto;
    margin-bottom: 54px;
}
.educate-inner:after{
    content: "";
    width: 30%;
}
.educate-project{
    margin-bottom: 40px;
    position: relative;
    width: 30%;
    padding:8px;
    background: url(../images/educateBack.png);
    background-size:100% 100%;
}
.educate-project:hover{background: #BA9A05;}
.educate-project a{
    color: #333333;
}
.educate-project:hover a{color: #ffffff;}
.educate-project-photo{
    width:100%;
}
.educate-project-back{
    position: relative;
    width: 100%;
}
.educate-project-name{
    padding: 13px;
    line-height: 24px;
    font-size: 18px;
    text-align:center;
}
@media only screen and (max-width: 768px){
    .educate-project{
        width: 46%;
    }

}
/* @media only screen and (max-width: 450px){
    .manage-inner{
        width: 80%;
    }
} */
@media only screen and (max-width: 510px){
    .educate-inner{
        padding:0px;
    }
    .educate-project{
        width: 100%;
    }
}

/* 全球环境研究项目 */
.environment-content{
    margin: 10px 0;
    width: 100%;
}
.environment-inner{
    margin: 50px 0;
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}
.environment-project{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
    width: 42%;
}
.environment-project-top{
    position: relative;
    padding-bottom: 0;
    width: 100%;
}
.environment-project-top p{
    background-image: url(../images/envirBack3.png);
    color: white;
    position: absolute;
    bottom: 3px;
    padding: 5px 13px;
    left: 2px;
}
.environment-project-photo{
    width: 99%;
    margin: auto;
    display: block;
}
.environment-project-bottom{
    background-image: url(../images/envirBack2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 135px;
    margin-top: -5px;
}
.environment-project-describe{
    position: absolute;
    top: 5px;
    color: #666666;
    font-size: 14px;
    padding: 30px;
    padding-top: 18px;
}
.environment-link{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 40px;
}
.environment-link-one{
    background-image: url(../images/envirBack1.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.environment-link-one a{
    color: white;
    display: block;
    width: 200px;
    padding: 28px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
@media only screen and (max-width: 768px){
    .environment-project{
        width: 48%;
    }
    .environment-inner{
        justify-content: space-between;
    }

}
@media only screen and (max-width: 620px){
    .environment-link-one a{
        width: 150px;
        padding-top: 18px;
    }
}
@media only screen and (max-width: 510px){
    .environment-inner{
        display: block;
        margin-top: 20px;
    }
    .environment-project{
        width: 100%;
        margin-bottom: 30px;
    }
    .environment-link{
        display: block;
        width: 80%;
        margin: auto;
    }
    .environment-link-one a{
        margin: 10px auto;
        padding: 0;
        padding-top: 12px;
    }
    .environment-link-one{
        width: 174px;
        margin: auto;
        height: 60px;
    }
}

/**院士*/
.leader-person-academician{
    cursor: pointer;
}
.leader-person-academician img{
    width: 150px;
    height:188px;
}
.leader-person-academician .leader-person-name{
    background: #168A83;
    color: #ffffff;
    width: 50%;
    max-width: 110px;
    text-align: center;
    margin-top:26px;
    margin-left:30px;
    font-size:18px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.leader-person-academician:hover .leader-person-name{
    color: #E8C30A;
}
.leader-person-academician .leader-person-date{
    font-size:16px;
    margin-left:30px;
    padding-right:14px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.leader-person-academician .leader-person-content{
    background: url("../images/yuanshi-bg.png");
    background-size: 100% 100%;
}


.faculty-box{width: 100%;overflow: hidden;}
.faculty-box .faculty{width: calc(100% + 20px);}
.faculty-box .faculty .item{width: calc((100% - 80px) / 4);display: inline-block;vertical-align: top;margin-right: 16px;margin-bottom: 40px;}
.faculty-box .faculty .item .img{width: 100%;height: 0;padding-top: 125%}
.faculty-box .faculty .item .name{width: 100%;height: 56px; line-height: 56px; font-size: 18px;color: #333333;border-bottom: 4px solid #168A83;box-sizing:border-box;text-align: center;}
.faculty-box .faculty .item:hover .name{background: #BA9A05;color: #ffffff;border: 0px;}
@media only screen and (max-width: 768px){
    .faculty-box .faculty .item .name{font-size:16px;}
}
@media only screen and (max-width: 510px){
    .faculty-box .faculty .item{width: calc((100% - 40px) / 2);}
}