.teacher-plat:hover {
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.2);
}
.layui-tab-title li {
    font-size: 16px;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif!important;
}

.layui-tab-title {
    border-bottom-width: 0px;
}

.content-box{
    min-height: 600px;
    background: #f2f5f7;
}

.teacher-plat{
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #e2e2e2;
}
.teacher-plat a{
    width: 100%;
    display: block;
    height: 100%;
    color: #333;
    margin-bottom: 20px;
}
.teacher-plat .header-img {
    width: 122px;
    height: 122px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 30%; 
    overflow: hidden;
    display: flex;
}
.teacher-plat .header-img img {
    width: 100%;
    border-radius: 50%;
    transition: all .2s linear;
}
.teacher-plat .name{
    font-size: 20px;
    margin-bottom: 10px;
    transition: all .2s linear;
    text-align: center;
}
.teacher-plat .intro{
    margin-bottom: 50px;
    transition: all .2s linear;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
}
.teacher-plat .state{
    font-size: 12px;
    color: #666;
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
    transition: all .2s linear;
}
.teacher-plat .state .like {
    margin-right: 30px;
}

.teacher-plat .hover-content .teacher-inro {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin-top: -25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 57px;
}
.teacher-plat .hover-content .go-btn{
    width: 86px;
    height: 26px;
    border: 1px solid #333;
    border-radius: 13px;
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 26px;
    margin-top: 18px;
    position: relative;
}
.teacher-plat .hover-content .go-btn img.teacher-go{
    vertical-align: -1px;
    width: 12px;
    margin-left: 4px;
    display: inline-block;
}
.teacher-plat .hover-content .go-btn .teacher-hover{
    display: none;
}
.no-data__wrap {
    padding: 30px 10px;
    text-align: center;
}
.no-data-ico {
    background: url(../images/no-data-ico.png) no-repeat 0 0 / cover;
    display: inline-block;
    width: 216px;
    height: 160px;
}
#team{
    margin-top: 20px;
}
#team .info {
    background: #F6F6F6;
    padding: 15px 0 1px;
    text-align: center;
}
#team .info h2 {
    color: #000;
    font-size: 18px;
}
.orange-line {
    margin: 5px auto 4px;
    width: 60px;
    height: 1px;
    background: #2c6ebb none repeat scroll 0 0;
}
#team .info p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}