body{
   background: #f8faf6; 
}
.banner{
    width:100%;
}
.banner>img{
    display: block;
    width:100%;
}
.container{
    width:1200px;
    margin:0 auto;
}
.container>h3{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color:#333333;
}
.container>h3:after,.container>h3:before{
    content:"";
    display: block;
    width:50px;
    height: 2px;
    background: #3eab91;
    margin:0 10px;
}
.modify{
    margin-top:80px;
    padding-bottom:90px;
    border-bottom:1px solid #d2e6e1;
}
.modify ul{
    margin-top:80px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modify ul>li{
    width:534px;
    height: 200px;
    margin-bottom: 10px;
    border:1px solid #959595;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    padding-left: 60px;
    background: #fff;
}
.modify ul>li:nth-of-type(2n+0){
    width:494px;
    padding-left: 100px;
}
.modify ul>li>div:first-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 60px;
}
.modify ul>li>div:first-child>span{
    color:#000000;
    font-size: 18px;
    margin-bottom: 15px;
}
.modify ul>li>div:first-child>img{
    width:80px;
}
.modify ul>li>div:last-child>p{
    margin-bottom: 15px;
    color:#666666;
    font-size: 12px;
    position: relative;
}
.modify ul>li>div:last-child>p:last-child{
    margin-bottom: 0;
}
.modify ul>li>div:last-child>p:before{
    content:"";
    display: block;
    width:8px;
    height: 8px;
    background: #28a386;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left:-20px;
    top:5px;
}
.modify ul>li>div:last-child>p>span{
    color:#999;
}
.modify .container>div{
    position: relative;
}
.modify .center{
    width:132px;
    height: 132px;
    background: #fff69e;
    border:1px solid #959595;
    font-size: 18px;
    color:#000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:50%;
    top:50%;
    margin-top:-66px;
    margin-left:-66px;
}
.teacherX{
    margin-top:80px;
}
.teacherX>.container>div{
    margin:55px 0 60px;
}
.teacherX>.container>div>a{
    display: inline-block;
    width: 100px;
    height: 40px;
    margin-right: 20px;
    text-align: center;
    line-height: 40px;
    color:#666666;
    font-size: 16px;
    border:1px solid #959595;
}
.teacherX>.container>div>a.active,.teacherX>.container>div>a:hover{
    background: #000;
    color:#fff;
}
.teacherX>.container>ul{
    display: flex;
    flex-wrap: wrap;
}
.teacherX>.container>ul>li{
    border:1px solid #ccc;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
    margin-right: 30px;
    margin-bottom: 30px;
    padding:35px 45px;
    background: #fff;
}
.teacherX>.container>ul>li:nth-of-type(3n+0){
    margin-right:0;
}
.teacherX>.container>ul>li>.info{
    display: flex;
    align-items: center;
    justify-content: center;
}
.teacherX>.container>ul>li>.info>img{
    display: block;
    width:100px;
    height:100px;
    border-radius: 50%;
    margin-right: 20px;
}
.teacherX>.container>ul>li>.info h4{
    font-size: 18px;
    color:#000000;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.teacherX>.container>ul>li>.info h4>span{
    position: relative;
}
.teacherX>.container>ul>li>.info h4 img{
    display: block;
    margin-left: 12px;
}
.teacherX>.container>ul>li>.info h4 img:hover +em{
    display: block;
}
.teacherX>.container>ul>li>.info h4 em{
    position: absolute;
    right: -90px;
    top: -20px;
    width: 85px;
    height: 21px;
    background-color: #ff8266;
    color: #FFF;
    font-style: normal;
    line-height: 21px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    display: none;
}
.teacherX>.container>ul>li>.info p{
    width: 160px;
    overflow: hidden;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size: 12px;
    color:#999999;
    line-height: 22px;
}
.teacherX>.container>ul>li>.btn{
    margin-top:35px;
    display: flex;
    justify-content: center;
}

.teacherX>.container>ul>li>.btn>a{
    display: block;
    box-sizing: border-box;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color:#28a386;
    font-size: 14px;
    border:1px solid #28a386;
}
.teacherX>.container>ul>li>.btn>a.active,.teacherX>.container>ul>li>.btn>a:hover{
    background: #28a386;
    color:#fff;
}
.teacherX>.container>ul>li>.btn>a:first-child{
    margin-right: 45px;
}
.pages .gopage{
    display: none;
}