
.famous-teacherpage img {
    vertical-align: middle;
    max-width: 100%;
}

.famous-teacherpage{
    width: 100%;
    min-width: 1200px;
    height: 100%;
    letter-spacing: 2px;
}
.teacher-banner{
    margin-top: 100px;
    min-width: 1200px;
    width: 100%;
}
.teacher-bannerImg{
    width: 100%;
    min-width: 1200px;
}
/* tab导航栏 */
.teacher-tab{
    position: relative;
    height: 104px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    border-bottom: 1px solid #f6f1eb;
}
.teacher-tab_main{
    position: relative;
    width: 770px;
    min-width: 770px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.teacher-max_lx{
    position: absolute;
    bottom: -5px;
    left: 61px;
    width: 32px;
    height: 10px;
    transition: left 0.5s linear;
}
.teacher-tab_main > div{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.teacher-line{
    width: 14px;
    height: 2px;
    background: #f1caa2;
}
.teacher-left{
    margin-right: 471px;
}
.teacher-tab-h2{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 200;
    color: #2f2f2f;
    margin: 0 10px;
    transition: all 0.5s linear;
}
.teacher-active{
    font-size: 24px;
    font-weight: bold;
    color: #8b2626 !important;
}

/* 名师的列表 */
.teachers-boxlist{
    overflow: hidden;
    background:url('https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/public/shan_bg.png') no-repeat;
    background-size:100%;
    background-position: 0 100%;
}
.fame-teacher_main{
    position:relative;
    margin:145px auto 280px;
    width: 1100px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}
.teacherlist-aaimg{
    position:absolute;
    bottom:-200px;
    left:0;
    border:1px solid #f5f5f5;
}
.teacherlist-item{
    height: 214px;
    width:490px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:80px;
    cursor: pointer;
}
.teacherlist-left{
    transition: all 0.5s linear;
}
.teacherlist-right{
    position:relative;
    height:214px;
    overflow: hidden;
}
.teacherlist-h3{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #23201C;
}
.teacherlist-text{
    margin-top:15px;
    width:256px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #838383;
    line-height: 22px;
}
.teacherlist-text > P{
    width:100%;
    letter-spacing: 2px;
}
.teacherlist-see{
    position: absolute;
    width: 86px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #F6F1EB;
    left:0;
    bottom:0;
    text-align:center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #C19B72;
    line-height: 28px;
}
.teacherlist-item:hover .teacherlist-left{
    transform:scale(1.1);
}
.teacherlist-item:hover .teacherlist-see{
    background: #8B2626 !important;
    color: #FFFFFF !important;
  }