/* 班主任 */
.teacher-wrap {
    margin: 0 auto;
}

.teacher-box {
    width: 100%;
    background: #F6F7F8;
    margin-top: 0.57rem;
    padding: 0.45rem 0;
}

.teacher-list {
    margin: 0 auto;
}

.teacher-item {
    padding: 0.2rem 0.25rem;
    background: #FFFFFF;
    box-shadow: 0.01rem 0.01rem 0.1rem 0.01rem rgba(47, 50, 51, 0.11);
    display: flex;
    align-items: center;
    margin-bottom: 0.35rem;
}

.teacher-item:last-of-type {
    margin-bottom: 0;
}

.teacher-img {
    width: 4.65rem;
    height: 3.27rem;
    flex-shrink: 0;
}

.teacher-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teacher-des {
    flex: 1;
    margin-left: 0.35rem;
    padding-right: 0.2rem;
}

.teacher-text {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    padding: 0.17rem 0;
    border-bottom: 1px solid #E9E9E9;
}


.teacher-p {
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #666666;
    line-height: 0.3rem;
    margin-top: 0.2rem;
}

.teacher-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.teacher-time {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;
}

.teacher-bt {
    width: 1.03rem;
    height: 0.37rem;
    background: #999999;
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.37rem;
    text-align: center;
    transition: all .365s;
}

.teacher-item:hover .teacher-text {
    color: #E00025;
}

.teacher-item:hover .teacher-bt {
    background: #E00025;
}

.teacher-page {
    padding: 1rem 0;
    overflow: hidden;
}

/* 家长学校 */
.family-top {
    margin: 0.38rem 0 1rem 0;
}

.family-content-box {
    height: 4rem;
    padding: 0.6rem 0.8rem;
    background: #f3f3f3;
    overflow: hidden;
    transition: all.365s;
}

.family-height {
    height: auto;
}

.family-content {
    height: 100%;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.32rem;
    overflow: hidden;
}

.family-bt {
    height: 0.7rem;
    background: #F6F7F8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 0.19rem;
}

.family-bt img {
    width: 0.2rem;
    transition: all .2s;
}

.family-bt p {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;
    margin-left: 0.25rem;
}

.family-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.17rem;
}

.family-item {
    margin-top: 0.39rem;
    width: 6.87rem;
    display: flex;
    align-items: center;
    padding: 0.15rem;
    box-shadow: 0.02rem 0.03rem 0.08rem 0.01rem rgba(0, 0, 0, 0.1);
}

.family-img {
    width: 2.73rem;
    height: 2.02rem;
    flex-shrink: 0;
}

.family-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.family-des {
    margin-left: 0.29rem;
    padding-right: 0.05rem;
}

.family-text {
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.family-p {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;
    line-height: 0.3rem;
    margin-top: 0.5rem;
}

.family-time {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;
    margin-top: 0.2rem;
    text-align: right;
}

.family-item:hover .family-text {
    color: #E00025;
}

/* 社团展示 */
.societies-list {
    padding-top: 0.32rem;
}

.societies-item {
    margin-top: 0.41rem;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0.02rem 0.03rem 0.08rem 0.01rem rgba(0, 0, 0, 0.1);
    padding: 0.2rem;
}

.societies-img {
    width: 3rem;
    height: 2.2rem;
    flex-shrink: 0;
}

.societies-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.societies-des {
    flex: 1;
    margin-left: 0.2rem;
    padding-right: 0.2rem;
}

.societies-text-box {
    display: flex;
    align-items: center;
}

.societies-text {
    flex: 1;
    font-size: 0.2rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.32rem
}

.societies-time {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;
    flex-shrink: 0;
    margin-left: 0.2rem;
}

.societies-p {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;
    line-height: 0.3rem;
    margin-top: 0.3rem;
}

.societies-item:hover .societies-text {
    color: #E00025;
}

/* 5_4_民族教育 */
.nation-content {
    padding: 0.6rem 0.8rem;
    background: #f3f3f3;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.32rem;
    margin-top: 0.38rem;
}

.nation-list-box .family-list {
    display: none;
}

.nation-list-box .family-list:first-of-type {
    display: flex;
}

.nation-nav-box {
    margin: 0.7rem 0;
    display: flex;
    justify-content: center;
}

.nation-nav {
    width: 1.88rem;
    height: 0.43rem;
    background: #999999;
    border-radius: 0.21rem 0.21rem 0.21rem 0.21rem;
    margin: 0 0.22rem;

    font-size: 0.22rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.43rem;
    text-align: center;
    transition: all .365s;
    cursor: pointer;
}

.nation-nav-box .active{
    background: #E00025;
}
@media only screen and (max-width: 1024px) {
    .teacher-item{
        display: block;
    }
    .teacher-img{
        width: 100%;
    }
    .teacher-box,.nation-content{
        padding: 0.45rem 0.3rem;
    }
    .teacher-wrap{
        padding: 0 .3rem;
    }
    .teacher-des{
        margin-left: 0;
        padding-right: 0;
    }
    .teacher-text,.nation-content p{
        font-size: .28rem;
        line-height: .44rem;
        padding: 0.1rem 0;
    }
    .teacher-p,.family-text{
        font-size: .28rem;
        line-height: .44rem;
    }
    .teacher-time,.teacher-bt,.family-time,.societies-text,.societies-time{
        font-size: .24rem;
    }
    .family-p{
        margin-top: 0.3rem;
        font-size: 0.24rem;
        line-height: .36rem;
    }
    .societies-p{
        font-size: .24rem;
        line-height: .36rem;
    }
    .nation-nav{
        font-size: .28rem;
    }
    .societies-list{
        padding-top: 0;
    }
}