/*教师简介*/
.jsjj{
    padding-top: 0.67rem;
    width: 100%;
}
.jsjj .one{
    position: relative;
    margin-bottom: 0.66rem;
}
.jsjj .one:before{
    width: 100%;
    height: 3.2rem;
    border: 1px solid #add6f9;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0.39rem;
    content: "";
    display: block;
}
.jsjj .one .img {
    width: 2.91rem;
    height: 3.99rem;
    margin-left: 0.2rem;
    z-index: 1;
}
.jsjj .one .img img{
    height: 100%;
}
.jsjj .one .tet{
    width: calc(100% - 3.7rem);
    line-height: 0.36rem;
    padding-top: 0.9rem;
    z-index: 1;
}
.jsjj .one .tet h3{
    font-size: 0.24rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.jsjj .one .tet h4{
    font-size: 0.2rem;
    line-height: normal;
    margin-bottom: 0.1rem;

}
.jsjj .one .tet p{
    font-size: 0.16rem;
}
.jsjj .one .tet div{
    font-size: 0.16rem;
    word-break: break-all;
    max-width: 87%;
}

/*滑动门*/
#tab {
    margin-bottom: 0.4rem;
    background-color: #138aea;
    justify-content: left;
    padding: 0 0.2rem;
}
#tab li {
    padding: 0 0.25rem;
    margin: 0 0.1rem;
    line-height: 0.64rem;
    font-size: 0.18rem;
    color: #ffffff;
    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.current,#tab li:hover{
    color:#138aea;
    background:#ffffff;
    font-weight: bold;
    border-top: 0.03rem solid #1388e7;

    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
#content {}
#content .list {
    display: none;
    min-height: 5rem;
}










/*手机适配*/
@media screen and (max-width: 1200px) {
    /*教师简介*/
    .jsjj{
        padding-top: 0;
        width: 100%;
    }
    .jsjj .one{
        position: relative;
        margin-bottom: 0.66rem;
    }
    .jsjj .one:before{
        width: 100%;
        height: 3.2rem;
        border: 1px solid #add6f9;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0.39rem;
        content: "";
        display: block;
    }
    .jsjj .one .img {
        width: 2.91rem;
        height: 3.99rem;
        margin-left: 0.2rem;
        z-index: 1;
    }
    .jsjj .one .img img{
        height: 100%;
    }
    .jsjj .one .tet{
        width: calc(100% - 3.4rem);
        line-height: 0.36rem;
        padding-top: 0.6rem;
        z-index: 1;
        padding-right: 0.2rem;
    }
    .jsjj .one .tet h3{
        font-size: 0.24rem;
        font-weight: bold;
        margin-bottom: 0.2rem;
    }
    .jsjj .one .tet h4{
        font-size: 0.2rem;
        line-height: normal;
        margin-bottom: 0.1rem;

    }
    .jsjj .one .tet p{
        font-size: 0.16rem;
    }
    .jsjj .one .tet div{
        font-size: 0.16rem;
        word-break: break-all;
        max-width: 100%;
    }

    /*滑动门*/
    #tab {
        margin-bottom: 0.4rem;
        background-color: #138aea;
        justify-content: left;
        padding: 0 0.2rem;
    }
    #tab li {
        padding: 0 0.25rem;
        margin: 0 0.1rem;
        line-height: 0.64rem;
        font-size: 0.18rem;
        color: #ffffff;
        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.current,#tab li:hover{
        color:#138aea;
        background:#ffffff;
        font-weight: bold;
        border-top: 0.03rem solid #1388e7;

        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    #content {}
    #content .list {
        display: none;
        min-height: 5rem;
    }
}