.school_team{
    padding: .17rem .15rem;
}
.tabs{
    display: flex;
    justify-content: space-between;
}
.tabs p{
    width: 33%;
    height: .25rem;
    text-align: center;
    border-bottom: 1px solid #7f7f7f;
}
.works_img section a{
    display: block;
    width: 100%;
    height: 2.16rem;
    margin-top: .15rem;
}
.works_img section{
    display: none;
}
.works_img .show {
    display: block;
}
.tabs .active{
    border-bottom: 2px solid #7f7f7f;
}