/* 学生、家长、教师、职工 */

.content {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.primaryschool {
    margin: 40px auto 0;
}

.primaryschool_item {
    justify-content: flex-start;
    align-items: center;
}

.primaryschool_item a {
    margin-top: 1rem;
}

.primaryschool_item img {
    width: 84%;
    margin: auto;
}


/* 关于我们 */

.about {
    max-width: 1200px;
    margin: 4rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.about_left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about_left_img {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1rem;
}

.about_left img {
    width: 100%;
    height: 100%;
}

.about_left p {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
}

.about_left h6 {
    font-size: 1rem;
    color: #999;
}

.about_right div span {
    height: 6rem;
}

.about_right div a {
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
    color: #38f;
}

@media screen and (max-width:576px) {
    .about_right {
        margin-top: 1rem;
    }
    .about_right p {
        font-size: 1rem;
    }
    .about_right p span {
        line-height: 1.5rem;
    }
    .about_left p {
        font-size: 1.2rem;
    }
    .about_right p a {
        justify-content: center;
        margin-top: .5rem;
    }
}