/*师资队伍*/
.team .zs{
    font-size: 20px;
}
.team .zs h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.team .zs p{
    color: #d7d7d7;
    word-break: break-word;
    letter-spacing: 19px;
}
.team .list ul li{
    border: 1px solid #e4e4e4;
    padding: 20px 15px;
    margin-top: 20px;
}
.team .list ul li .img{
    background: #f5f5f5;
    width: 128px;
    height: 168px;
    overflow: hidden;
}
.team .list ul li .img img{
    height: 100%;
}
.team .list ul li dl{
    width: calc(100% - 165px);
}
.team .list ul li dl .bt{
    overflow: hidden;
    font-size: 24px;
    line-height: 24px;
    padding: 10px 0;
}
.team .list ul li dl .bt span{
    font-size: 16px;
    color: #666666;
}
.team .list ul li dl .bt a{
    float: right;
    font-size: 14px;
    position: relative;
}
.team .list ul li dl .bt a:before{
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 16px;
    display: block;
    background: #fbf4eb;
    position: absolute;
    left: -17px;
    bottom: -4px;
    z-index: -1;
}
.team .list ul li dl p{
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
}
.team .list ul li dl dt{
    font-weight: 100;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
    color: #999999;
}


/*师资队伍  简介*/
.team_text .tw{
    padding: 22px 15px;
    background-color: #fff9f1;
    background-image: url("../images/frame/js_0.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.team_text .tw .img{
    width: 180px;
    height: 236px;
    overflow: hidden;
    background: #f5f5f5;
}
.team_text .tw .img img{
    height: 100%;
}
.team_text .tw .jj{
    width: calc(100% - 215px);
    font-size: 16px;
    line-height: 34px;
    float: right;
}
.team_text .text{
    margin: 20px 0;
}

.team_text .wb{
    width: 100%;
}
.team_text .wb .tu{
    width: 60px;
}
.team_text .wb .bt{
    line-height: 50px;
    background-color: #fff2e0;
    background-image: url("../images/frame/js_2.png");
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    border-bottom-right-radius:25px;
    border-top-right-radius: 25px;
    color: #b14939;
    font-size: 18px;
    font-weight: bold;
}
.team_text .wb .bt:before{
    display: block;
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    content: "";
    border-bottom-right-radius:25px;
    border-top-right-radius: 25px;
    position: absolute;
    left: -37px;
    bottom: 0;
    z-index: 9;
}


.team_text .wb .text{
    padding-left: 80px;
    width: 100%;
}


@media screen and ( max-width: 1200px ) {
    /*师资队伍*/
    .team .zs{
        font-size: 14px;
    }
    .team .zs h4{
        font-size: 16px;
    }
    .team .zs p{

    }
    .team .list ul li{
        padding:10px;
    }
    .team .list ul li .img{

    }
    .team .list ul li .img img{

    }
    .team .list ul li dl{
        width: calc(100% - 140px);
    }
    .team .list ul li dl .bt{
        font-size: 20px;
    }
    .team .list ul li dl .bt span{

    }
    .team .list ul li dl .bt a{

    }
    .team .list ul li dl .bt a:before{

    }
    .team .list ul li dl p{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .team .list ul li dl dt{
        font-size: 12px;
        line-height: 22px;
    }


    /*师资队伍  简介*/
    .team_text .tw{
        background-position:right bottom;
    }
    .team_text .tw .img{

    }
    .team_text .tw .img img{

    }
    .team_text .tw .jj{
        width: 100%;
        margin-top: 20px;
        font-size: 14px;
    }
    .team_text .text{
        padding: 0 15px;
    }

    .team_text .wb{

    }
    .team_text .wb .tu{
       width: 50px;
    }
    .team_text .wb .bt{
        line-height: 40px;
        font-size: 16px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        background-size: auto 22px;
    }
    .team_text .wb .bt:before{
        height: 40px;
        width: 40px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        left: -30px;
    }


    .team_text .wb .text{
        padding-left: 70px;
    }



}