.list_teacher li {position: relative;}
.list_teacher li a{padding: 0.2rem;position: relative;z-index: 6;    justify-content: space-between;}
.list_teacher li::after{content: "";position: absolute;left:0;top: 0;width: 20%;background: #ade9cd;height: 50%;}
.list_teacher li a .pic{width: 2.4rem;}
.list_teacher li a .pic img{height: 3.2rem;width:100%;object-fit: cover;}
.list_teacher li a .text{width: calc(100% - 2.75rem);}
.list_teacher li a .text h5{border-bottom: 0.01rem solid #DBDBDB;display: block;padding-bottom: 0.15rem;}
.list_teacher li a .text h5 span{font-family: Microsoft YaHei;font-size: 0.24rem;font-weight: normal;line-height: 0.28rem;color: #1A1A1A;display: inline-block;position: relative;}
.list_teacher li a .text h5 span::after{content: "";position: absolute;left: 0;bottom: -0.16rem;height: 0.03rem;width: 100%;z-index: 2;background: #005b30;}
.list_teacher li a .text p{ overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;display: block\0;}
.list_teacher li a .text p{font-size: 0.16rem;font-weight: normal;line-height: 0.24rem;color: #666666;display: block;margin-top: 0.04rem;height:0.72rem;}
.list_teacher li a .text h6{font-size: 0.16rem;font-weight: bold;line-height: 0.24rem;color: #333;margin-top: 0.1rem;}
.list_teacher li a .text i{font-size: 0.16rem;font-weight: normal;line-height: 0.28rem;color: #005b30;display: block;position: relative;font-style: normal;padding-left:0.86rem;margin-top: 0.26rem;transition: 0.4s all;}
.list_teacher li a .text i::before{content: "";background: #005b30;width: 0.78rem;height: 0.01rem;left: 0;top: 50%;position: absolute;transition: 0.4s all;}
.list_teacher li a .text i:hover{color: #1057e3;transition: 0.4s all;padding-left: 1.06rem;}
.list_teacher li a .text i:hover::before{width: 0.98rem;transition: 0.4s all;}

@media(max-width: 768px){
 .list_teacher li a .pic{width:23vw;}
 .list_teacher li a .pic img{height:34vw;}
    .list_teacher li a .text{width: calc(100% - 25vw);}
    .list_teacher li a{padding:0.1rem;}
    .list_teacher li a .text i{display:none;}
}


