.team-content{
    opacity: 0;
    transition:.5s;
}
/* 项目负责人 */
.team-content .team-leader-bg{
    width: 100%;
    height: 480px;
    background: url(../../imgs/Teacher_team.png) repeat-x;
    position: relative;
}
.team-content .team-leader-wrap{
    height: 300px;
    padding:50px 0;
    position: absolute;
    top:60px;
    left: 0;
    right: 0;
    margin:auto;
}
.team-content .team-leader-details{
    width: 45%;
    height: 298px;
    margin:0 5%;
    float: left;
}
.team-leader-img{
    width:300px;
    height: 100%;
    float: left;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.team-leader-img img{
    width:100%;
    height:100%;
}
.team-leader-details dl{
    width:50%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.team-leader-details dl dt{
    margin-top:47px;
    margin-bottom:18px;
    text-align: center;
}
.team-leader-details dl dd{
    margin-top:15px;
}
.team-leader-details .team-attr{
    display: inline-block;
    width: 50%;
    text-align: right;
    float: left;
    /* margin-right:10px; */
}
.team-attr-value{
    width: 48%;
    display: inline-block;
    float: left;
}
.team-leader-explain{
    width:40%;
    height:183px;
    margin-top:50px;
    line-height: 26px;
    float:left;
    text-indent:2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    position: relative;
}
.godetails-btn{
    width:118px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    float:right;
    margin-top:30px;
    margin-right:80px;
    cursor:pointer;
    text-align:center;
    position: relative;
}
.godetails-btn a{
    display: inline-block;
    width:100%;
    height: 100%;
}
.godetails-btn a span{
    position: absolute;
    top:0;
    right:15px;
    font-size: 14px;
}
@media screen and (max-width: 1500px) {
    .team-leader-img{
        width:230px;
    }
    .team-leader-details dl dt {
        margin-top:20px;
    }
    .team-content .team-leader-details {
        height:230px;
    }
    .team-content .team-leader-wrap {
        height: 270px;
    }
}