@charset "utf-8";
.position {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    border-bottom: 2px solid #D8492D;
      margin-bottom: 10px;
}

.position>span {
    color: #929292;
}
.position>span:hover {
    color: #B40008;
}
.position a {
    color: #929292;
}
.position a:hover {
    color: #B40008;
}

.position>span>span {
    margin: 0 3px;
}

.mainListC {
    overflow: hidden;
    padding: 10px 0 120px;
}

.mainList {
    width: 880px;
    overflow: hidden;
}
#page {
    width: 880px;
    left: 0;
    height: 40px;
    bottom: 45px;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    color: #A89E8F;
}
#page td {
    line-height: 40px;
    font-size: 16px;
    color: #A89E8F !important;
}

#page td a {
    display: inline-block;
    font-size: 16px;
    border: 1px solid #E5E5E5;
    line-height: 38px;
    margin: 0 3px;
    padding: 0 10px;
    color: #A89E8F;
}

#page td input {
    padding: 0 10px;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #E5E5E5;
    line-height: 38px;
    color: #A89E8F;
}

#page td a.current {
    background-color: #B30008;
       color: #fff !important;
}
#page td a:hover{
    background-color: #B30008;
    color: #fff;
}
#page td a.z_num:hover {
    background-color: #B30008;
    color: #fff;
}
#page td a.current:hover{
    background-color: #B30008;
    color: #fff;
}
/*  */
.teacherList li{
    width: 208px;
    height: 400px;
    background-color: #F4F5F0;
    margin-left: 16px;
    margin-bottom: 16px;
    float: left;
}
.teacherList li>a{
    display: block;
    width: 208px;
    height: 400px; 
}
.teacherList li.first{
    margin-left: 0;
}
.teacherList .avatar{
    height: 265px;
    overflow: hidden;
}
.teacherList .avatar img{
    width: 100%;
    display: block;
    height: 265px;
}
.teacherList .name{
    height: 40px;
}
.teacherList .text{
    height: 40px;
    line-height:40px;
    font-size: 16px;
    color: #fff;
    left: 0;
    background-color: #B40009;
    padding: 0 20px;
    bottom: 15px;
}
.teacherList .info{
    height: 72px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
    font-size: 16px;
    color: #91907B;
    padding-bottom: 23px;
}
.teacherList .info .yjt{
    width: 15px;
    height: 5px;
    right: 15px;
    bottom: 15px;
    background: url('../../images/2021/tyjt.png') no-repeat center;
}