.teacherContainer{
    background-color: #f8f8f8;
    display: block;
    position: relative;
}
.presentPos{
    padding: 20px 0;
}
.tabs{
    font-size: 16px;
    width: 100%;
    background-color: #fff;
    height: 47px;
    padding: 0 20px;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tabs span{
    color: #8a8a8b;
    margin-right: 20px;
}
.tabs li{
    display: inline-block;
    color: #3f3f3f;
    margin-right: 50px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.tabs li.active{
    background-color: #005893;
    color: #fff;
    border-radius: 4px;
}
.tabs li.active a{color:#fff;}
.teacherList{
    margin: 0 -10px;
    overflow: hidden;
}
.teacherList li{
    display: inline-block;
    width: 25%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    float:left;overflow: hidden;
}
.teacherContainer .pageBox{
    padding: 70px 0 80px;
    margin: 0;
}
.teacherWrapper .sideBox{
    width: 355px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sideBox>div{
    background-color: #fff;
}
.teacherContainer .t2 .txt:before{
    border-width: 6px;
}
.teacherContainer .t2{
    text-align: left;
    margin-bottom: 14px;
    height: auto;
    line-height: unset;
}
.sideBox .t2{
    border-bottom: none;
}
.teacherContainer .t2 .leftT{
    padding: 0;
}
.teacherContainer .t2 .txt{
    text-align: left;
    font-size: 18px;
    color: #3f3f3f;
}
.sideBox .box6{
    padding: 15px;
}
.sideBox .ewmBox{
    margin-top: 23px;
    padding: 47px 0 32px;
    border-top: 1px solid #e4e5e4;
}
.sideBox .ewmBox .flexBox{
    align-items: center;
    justify-content: center;
}
.sideBox .ewmBox span{
    color: #3f3f3f;
    font-size: 15px;
    text-align: left;
    margin: 0 10px;
}
.teacherDetail{
    width: 950px;
}
.teacherCard{
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}
.teacherCard .teacher{
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.teacherCard .teacher:hover{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
}
.teacherCard .teacher .imgBox{
    position: relative;
    padding-bottom: 0;
    width: 322px;
    height: 322px;
}
.teacherCard .teacher .txtBox{
    padding-top: 0;
    flex: 1;
    text-align: left;
}
.teacherCard .name{
    color: #3f3f3f;
    font-size: 24px;
    border-bottom: none;
    width: 100%;
}
.teacherCard .st{
    color: #8a8a8b;
    font-size: 14px;
    border-bottom: 1px solid #e4e5e4;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.teacherCard p{
    line-height: 30px;
}
.teacherCard .btnBox{
    justify-content: center;
    margin-top: 40px;
}
.teacherCard .btnBox a{
    width: 150px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 15px;
    transition: box-shadow .3s;
    background: #005893;
}

.teacherPics{
    padding-bottom: 0;
    margin-bottom: 78px;
}
.teacherPics .swiper1{
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.teacherPics .mySwiper .swiper-pagination{
    position: relative;
    height: 70px;
    line-height: 70px;
    text-align: center;
    bottom: 0;
}
.teacherPics .mySwiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #dcdcdc;
    opacity: 1;
    margin: 0 10px!important;
}
.teacherPics .mySwiper .swiper-pagination-bullet-active{
    background-color: #005893;
}
.tabs li:hover{
    color: #005893;
}
.teacherCard .btnBox a:hover{
    -webkit-box-shadow: 0 1px 20px 6px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 20px 6px rgba(0,0,0,.05);
    box-shadow: 0 1px 20px 6px rgba(0,0,0,.05);
}