/*教师简介*/
.jsjj{
    padding: 0.3rem;
}
.jsjj .one{
    position: relative;
    margin-bottom: 0.66rem;
}
.jsjj .one:before{
    width: 100%;
    height: 3.4rem;
   background-color: #f5f9fd;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0.9rem;
    content: "";
    display: block;
}
.jsjj .one .img {
    width: 2.66rem;
    height: 3.98rem;
    margin-left: 0.4rem;
    z-index: 1;
    box-shadow: 0 0 0.18rem 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 0.18rem 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0.18rem 0 rgba(0,0,0,0.2);
    border-radius: 0.1rem;
    overflow: hidden;
}
.jsjj .one .img img{
    height: 100%;
}
.jsjj .one .img #flashBoxu_u8_,.jsjj .one .img table{
    width: 100%!important;
    height: 100%!important;
}

.jsjj .one .tet{
    width: calc(100% - 3.51rem);
    line-height: 0.36rem;
    padding-top: 1.4rem;
    z-index: 1;
}
.jsjj .one .tet h3{
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.36rem;
    margin-bottom: 0.1rem;
}

.jsjj .one .tet p{
    font-size: 0.16rem;
    line-height: 0.36rem;
}
.jsjj .one .tet div{
    font-size: 0.16rem;
    word-break: break-all;
    max-width: 91%;
    line-height: 0.3rem;
}

/*滑动门*/
#tab{
    margin-bottom: 0.4rem;
    justify-content: left;
    padding: 0 0.58rem;
    background: url("../images/frame/10.png")no-repeat 0.22rem center;
    background-size: 0.22rem auto;
    background-color: #3d90cf;
    position: relative;
}
#tab:after{
    content: "";
    display: block;
    width: 0.25rem;
    height: 2px;
    background-color: #e3edf8;
    position: absolute;
    right: 0.2rem;
    margin-top: 0.23rem;
    z-index: 0;
}
#tab li{
    padding: 0 0.08rem;
    margin: 0 0.3rem;
    position: relative;
    cursor: pointer;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
#tab li span{
    display: table;
    padding: 0 0.2rem;
    line-height: 0.48rem;
    font-size: 0.18rem;
    color: #ffffff;


}
#tab li.current span,#tab li:hover span{
    background:#fadd08;
    font-weight: bold;
    color: #333333;
    position: relative;
}
#tab li.current:before,#tab li:hover:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.09rem;
    width: 100%;
    height: 0.09rem;
    background: url("../images/frame/11.png")no-repeat;
    background-size: 100% 100%;

}

#content {}
#content .list {
    display: none;
    min-height: 5rem;
}
#content .list p,#content .list span{
    line-height: 200%!important;
    background: inherit!important;
    font-size: 0.16rem!important;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}









/*手机适配*/
@media screen and (max-width: 1200px) {
    /*教师简介*/
    .jsjj{
        padding: 0.3rem 0.15rem ;
        width: 100%;
    }
    .jsjj .one{
        margin-bottom: 0.3rem;
        background-color: #f5f9fd;
    }
    .jsjj .one:before{
        display: none;
    }
    .jsjj .one .img{
        margin-top: 0.4rem;
    }
    .jsjj .one .tet{
        width: 100%;
        padding: 0.15rem;
        margin-top: 0;
    }
    .jsjj .one .tet h3{
        line-height: 0.46rem;
    }
    .jsjj .one .tet p{
        line-height: 0.46rem;
    }
    .jsjj .one .tet div{
        line-height: 0.36rem;
        max-width: 100%;
    }

    #tab{
        background-position: 0.1rem center;
        padding: 0 0.45rem;
        margin-bottom:0.2rem;
    }
    #tab li{
        margin:0 0.05rem;
    }
    #tab li span{
        padding: 0 0.1rem;
    }





}