/*师资队伍*/
/*教师分类*/
.fl{
    background: #f6f6f6;
    height: 2.3rem;
    padding: 0.35rem .9rem .25rem .5rem;
    margin: 0 0 .45rem 0;
    display: grid;
    align-items: center;
}

.fl dl:last-child{
    margin-bottom: 0;
}
.fl dl dt{
    width: 4em;
    font-size: .18rem;
    text-align: right;
    color: #d22521;
}
.fl dl dd{
    width: calc(100% - 4em);
    justify-content: flex-start;
    font-size: .18rem;
}
.fl dl dd a{
    padding: 0 0.1rem;
}
.fl dl dd a.cvt{
    color: #d22521;
    font-weight: bold;
}

.fl .br{
    height: .01rem;
    width: 100%;
    background-color: #e6e6e6;
}


.szdw li{
    width: 5.86rem;
    margin-bottom: .4rem;
    position: relative;
    padding: .35rem 0 0 .28rem;
    overflow: hidden;
}
.szdw li:before{
    content: "";
    display: block;
    width: 100%;
    height: 2.44rem;
    background-color: #f6f6f6;
    background-image: url("../images/frame/13.png");
    background-position: 4.68rem .18rem;
    background-size: 2.6rem 2.07rem;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}






.szdw li .img{
    width: 1.89rem;
    height: 2.69rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.szdw li .img img{
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.szdw li .tet{
    width: calc(100% - 2.2rem);
    position: relative;
    z-index: 1;
}
.szdw li .tet h1{
    font-size: .24rem;
    font-weight: bold;
    line-height: .6rem;
}
.szdw li .tet p{
    font-size: .16rem;
    line-height: .4rem;
}
.szdw li .tet p span{
    color: #666666;
}

.szdw li .tet .more{
    width: calc(100% - .19rem);
    display: block;
    line-height: .29rem;
    font-size: .16rem;
    position: absolute;
    left: 0;
    bottom: .1rem;
    z-index: 1;
    background: url("../images/frame/12.png")no-repeat right center;

}

.szdw li:hover:before{
    background-color: #d22521;

}
.szdw li:hover .img img{
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
}
.szdw li:hover h1 a,.szdw li:hover p,.szdw li:hover p span{
    color: #ffffff;
}



/*师资队伍  简介*/
.jsjj .a{
    /*height: 3.41rem;*/
    background-color: #f4f5f5;
    background-image: url("../images/frame/14.png") !important;
    background-position: right center;
    background-repeat: no-repeat;
    background-size:  auto 100%;
}
.jsjj .a .img{
    width: 1.89rem!important;
    height: 2.69rem!important;
    overflow: hidden;
}
.jsjj .a .img img{
    height: 100% !important;
    width: 100% !important;
}
.jsjj .a .text{

}
.jsjj .a .text h1{
    line-height: .6rem!important;
    font-size: .24rem!important;
}
.jsjj .a .text p{
    font-size: .16rem!important;
    line-height: .4rem!important;
}
.jsjj .a .text p span{
    color: #666666;
}

.jsjj .bt{
    background: url("../images/frame/15.png") no-repeat center !important;
    background-size: 100% 100% !important;
    line-height: .64rem!important;
    padding-bottom: .13rem!important;
    color: #d22521;
    font-size: .18rem!important;
    font-weight: bold;
    padding-left: .7rem!important;
}

@media screen and (max-width: 1200px){
.szdw li {
    width: 100%;
}

.fl {
    height: 2.8rem;
    padding: 0.3rem 0.3rem 0.25rem 0.2rem;

}

}










































