/*全体教师*/
.team .h_nav{
    padding-bottom: .57rem;
    border-bottom: .01rem solid #ebebeb;
    margin-bottom: .6rem;
}
.team .h_nav dl dt{
    width: 5em;
    text-align: right;
    font-size: .18rem;
    font-weight: inherit;
}
.team .h_nav dl dd{
    width: calc(100% - .9rem);
    font-size: .18rem;
    text-align: left;
}
.team .h_nav dl dd a{
    margin: 0 .13rem;
}
.team .h_nav dl dd a:first-child{
    margin-left: 0!important;
}
.team .h_nav dl:nth-child(2){
    margin: .29rem 0;
}
.team .h_nav dl dd a.cur{
    color: #ff5100;
}
.team ul{
display: flex;
    flex-wrap: wrap;
}
.team ul li{
   border-bottom: .01rem solid #ededed; 
 position: relative;
    margin: .3rem .6rem;
    position: relative;
}
.team ul li .img{
    width: 1.96rem;
    height: 2.65rem;
    overflow: hidden;
    position: relative;
}
.team ul li .img img{
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.team ul li .img:hover img{
    transition: all 0.3s;
    transform: scale(1.1);
}
.team ul li .img:before{
    content: "";
    display: block;
    width: .37rem;
    height: .37rem;
    background: url("../images/frame/23.png")no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 0;
    left: .06rem;
    bottom: .05rem;
}
.team ul li .text{
  /*  width: 10.8rem;*/
    display: grid;
    align-content: center;
}
.team ul li .text h1{
    font-size: .22rem;
    font-weight: bold;
    margin: .2rem 0rem;
    display: block;
}
.team ul li .text h1 a{
    cursor: pointer;
}
.team ul li .text h1 span{
    font-size: .24rem;
    font-weight: 500;
}
.team ul li .text .bt{
       font-size: .18rem;
    margin: 0rem 0rem .05rem 0rem;
}
.team ul li .text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .18rem;
    color: #666666;
    line-height: .3rem;
    height: .6rem;
    width: 82%;
}
.team ul li .text .em{
    display: inline-block;
    padding-left: .4rem;
    background: url("../images/frame/22.png")no-repeat left center;
    background-size: .25rem auto;
    font-size: .18rem;
    margin-top: .39rem;
}
.teamsss ul li:before{
    content: "";
    display: block;
    width: .47rem;
    height: .01rem;
    background: #ff5300;
    position: absolute;
    z-index: 1;
    left: 1.76rem;
    top: .32rem;
}

/*教师简介*/
.teams .one{
    margin: .37rem 0 .57rem 0;
}
.teams .one .img{
    position: relative;
    width: 3.13rem;
    height: 4.46rem;
    overflow: hidden;
    box-shadow: .12rem .12rem 0 0 rgba(255,54,0,0.75);
    -webkit-box-shadow: .12rem .12rem 0 0 rgba(255,54,0,0.75);
    -moz-box-shadow: .12rem .12rem 0 0 rgba(255,54,0,0.75);
}
.teams .one .img img{
    height: 100%;
}
.teams .one .tet{
    width: 9.54rem;
    height: 4.49rem;
    margin-top: .1rem;
    background: #fef9f2;
    padding: .2rem .73rem 0 .54rem;
}
.teams .one .tet h1{
    font-size: .3rem;
    font-weight: bold;
}
.teams .one .tet h1 span{
    font-size: .24rem;
    font-weight: 500;
}
.teams .one .tet .em{
    display: inline-block;
    padding-left: .4rem;
    background: url("../images/frame/22.png")no-repeat left center;
    background-size: .25rem;
    margin: .3rem 0 .3rem 0;
    color: #666666;
    font-size: .18rem;
}
.teams .one .tet p{
    font-size: .18rem;
}
.teams .one .tet h2{
    font-size: .18rem;
    margin: .3rem 0;
}
.teams .one .tet h2 span{
    font-size: .16rem;
}
.teams .one .tet .jj{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #666666;
    font-size: .16rem;
    line-height: .3rem;
    height: 1.8rem;
}

.teams .two .dl .dt{
    font-size: .24rem;
    height: .7rem;
    display: grid;
    align-items: center;
    padding-left: 1.07rem;
    background: url("../images/frame/25.png")repeat-x left center;
    position: relative;
}
.teams .two .dl .dt:before{
    content: "";
    display: block;
    width: .51rem;
    height: 100%;
    background: url("../images/frame/24.png")no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: .32rem;
    top: 0;
}
.teams .two .dl .dd{
    padding: .5rem 0 .5rem 1.07rem;
}
.teams table{
display: none !important;

}


/*小屏幕*/
@media screen and (max-width: 1200px) {
    .teams .one{
        margin: .2rem 0;
    }
    .teams .one .tet{
        width: 100%;
        height: auto;
        padding: .2rem;
    }
    .teams .one .tet .em{
        margin: .15rem 0;
    }
    .teams .one .tet h2{
        margin: .15rem 0;
    }
    .teams .two .dl .dd{
        padding: .2rem 0 .2rem 1.07rem;
    }
/*个人简介*/
    .team .h_nav{
        padding-bottom: .2rem;
        margin-bottom: .2rem;
    }
    .team .h_nav dl:nth-child(2){
        margin: .2rem 0;
    }
    .team ul li{
        padding-bottom: .15rem;
        margin-bottom: .15rem;
    }
    .team ul li:before{
        left: 1.3rem;
    }
    .team ul li .img{
        width: 1.5rem;
        height: auto;
    }
    .team ul li .img img{
        width: 100%;
        height: auto;
    }
    .team ul li .text{
        width: calc(100% - 2rem);
    }
    .team ul li .text .bt{
        margin: .1rem 0;
    }
    .team ul li .text p{
        width: 100%;
    }
    .team ul li .text .em{
        margin-top: .1rem;
    }













}