/*全体教师*/
.qtjs{
    padding: 0.2rem 0.3rem 0.3rem 0.3rem;
}
.qtjs .a{
    justify-content: flex-start;
    line-height: 0.65rem;
}
.qtjs .a a{
    display: table;
    margin: 0 0.4rem;
    font-size: 0.18rem;
}
.qtjs .a a:first-child{
    margin-left: 0.13rem;
}
.qtjs .a .avt{
    border-bottom: 0.02rem solid #3b8fce;
    color: #3b8fce;
}

.qtjs .b{
    background-color: #f6f9fd;
    padding: 0.25rem 0.13rem;
}
.qtjs .b a{
    display: table;
    padding: 0 0.1rem;
    line-height: 0.22rem;
    font-size: 0.16rem;
}
.qtjs .b a.bvt{
    border-radius: 0.11rem;
    background-color: #3b8fce;
    color: #ffffff;
}

.qtjs .c{
    justify-content: flex-start;
    padding: 0.25rem 0.13rem;
    margin-bottom: 0.35rem;
    background-color: #f6f9fd;
}

.qtjs .c a{
    display: table;
    padding: 0 0.1rem;
    line-height: 0.36rem;
    font-size: 0.16rem;
    margin-right: 0.4rem;
}
.qtjs .c a.cvt{
    border-radius: 0.11rem;
    background-color: #3b8fce;
    color: #ffffff;
}

/*区分结束*******************************************************************/
/*公共列表*/
.list{
    margin-top: 0.44rem;
}
.list li{
width: 4.72rem;
    padding: 0.26rem 0.46rem 0.2rem 0.22rem;
    border: 1px solid #add0ea;
    margin-bottom: 0.4rem;
    position: relative;
}
.list li:before{
    content: "";
    display: block;
    position: absolute;
    top: -0.08rem;
    left: 0.22rem;
    height: 0.14rem;
    width: 1.2rem;
    z-index: 1;
    background-image: linear-gradient(to top,#3b8fce,#90d2fc);
}
.list li .img{
    width: 1.2rem;
    height: 1.69rem;
    overflow: hidden;
    box-shadow: 0 0 0.07rem 0 rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 0 0.07rem 0 rgba(0,0,0,0.22);
    -moz-box-shadow: 0 0 0.07rem 0 rgba(0,0,0,0.22);

}
.list li .img img{
    height: 100%;
}
.list li .tet{
    width: calc(100% - 1.5rem);
}
.list li .tet h3{
    font-size: 0.22rem;
    font-weight: bold;
    margin-bottom: 0.08rem;
}
.list li .tet p{
    font-size: 0.14rem;
    margin-bottom: 0.06rem;
}
.list li .tet div{
    line-height: 0.24rem;
    font-size: 0.14rem;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*手机适配*/
@media screen and (max-width: 1200px) {
    /*全体教师*/
    .qtjs{
        padding: 0.3rem 0.15rem;
    }
    .qtjs .b{
        justify-content: flex-start;
        padding: 0.15rem 0;
    }
    .qtjs .b a{
        line-height: 0.36rem;
        padding: 0 0.15rem;
        margin: 0.05rem 0.13rem;
    }
    .qtjs .b a.bvt{
        border-radius: 0.18rem;
    }
    /*区分结束*******************************************************************/
    /*公共列表*/
    .list li{
        width: 100%;
        padding: 0.26rem 0.2rem;
        margin-bottom: 0.2rem;
    }
    .list li:before{
        width: 1.81rem;

    }
    .list li .img{
        width: 1.81rem;
        height: 2.3rem;
    }
    .list li .tet{
        width: calc(100% - 2.1rem);
}
    .list li .tet div{
        line-height: 0.36rem;
    }

}