/*师资队伍*/
.team{
    padding: .5rem 0;
}
/*三级导航*/
.s_nav{
    padding-bottom: .35rem;
    border-bottom: .01rem solid #f3ecff;
    overflow: hidden;
    margin-bottom: .45rem;
}
.s_nav a{
    display: inline-block;
    line-height: .38rem;
    padding: 0 .1rem;
    font-size: .18rem;
    margin-right: .35rem;
}
.s_nav a.cvt{
    color: #ffffff;
    background: #7631be;
    border-radius: .04rem;
}

.list .li{
    width: 6.85rem;
    min-height: 3.51rem;
    margin-bottom: .35rem;
    background: #f3ecff;
    position: relative;
    padding: .22rem .13rem .31rem .13rem;
}
.list .li .img{
    width: 2.39rem;
    height: 2.99rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.list .li .img img{
    width: 100%;
}
.list .li .text{
    width: calc(100% - 3.06rem);
    display: grid;
    align-items: center;
    position: relative;
    z-index: 2;
}
.list .li .text h4{
    border-left: .05rem solid #7631be;
    font-size: .3rem;
    padding-left: .12rem;
    margin-bottom: .23rem;
}
.list .li .text div{
    font-size: .18rem;
    line-height: .3rem;
}
.list .li .text div:last-child p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: .6rem;
}
.list .li .text div p{
    width: calc(100% - 5em);
}
.list .li:before{
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    display: none;
    width: 6.03rem;
    height: 2.61rem;
    z-index: 1;
    background: #7631be;
}
.list .li:hover:before{
    display: block;
}
.list .li:hover h4{
    color: #333333;
}
.list .li:hover div{
    color: #ffffff;
}



/*教师简介*/
.jsjj{
    padding: .5rem 0;
}
.jsjj .tw{
    margin-bottom: .75rem;
}
.jsjj .tw .img{
    width: 4.07rem;
    height: 5.05rem;
    padding: .24rem .27rem .18rem .2rem;
    overflow: hidden;
    position: relative;
}
.jsjj .tw .img img{
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 9;
}
.jsjj .tw .img:before{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.71rem;
    height: 4.73rem;
    background: #742bbc;
    z-index: 0;
}
.jsjj .tw .img:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: .92rem;
    height: .83rem;
    background: #742bbc;
    z-index: 0;
}
.jsjj .tw .text{
    width: 9.27rem;

}
.jsjj .tw .title h4{
    display: grid;
    align-items: center;
    background: url("../images/frame/1.png")no-repeat center;
    background-size: 2.08rem .57rem;
    width: 2.08rem;
    height: .57rem;
    font-size: .24rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom: .25rem;
}
.jsjj .tw .wb{
    min-height: calc(100% - .82rem);
}
.jsjj .li dt{
    background: #f3ecff;
}
.jsjj .li dt span{
    display: grid;
    align-items: center;
    background: url("../images/frame/1.png")no-repeat center;
    background-size: 2.08rem .57rem;
    width: 2.08rem;
    height: .57rem;
    font-size: .24rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.jsjj .li dd{
    padding: .3rem 0;
}





