.content {
    background: #F5F7FA;
    flex: 1;
}

.school-head {
    margin: 25px 0;
}

.school-head h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000827;
}

.school-body>div {
    width: 48%;
    background-color: #fff;
    box-shadow: 0px 2px 12px 0px rgba(146, 155, 181, 0.2);
    border-radius: 4px;
    text-align: center;
    margin-bottom: 50px;
    padding: 35px 10px 10px;
}

.school-logo img {
    height: 40px;
}

.school-detail h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000827;
    line-height: 32px;
    min-width: 280px;
    max-width: 350px;
    width: 100%;
}

.school-link {
    width: 110px;
    height: 32px;
    color: #1368FF;
    border: 1px solid #1368FF;
    background: #fff;
    border-radius: 2px;
    font-size: 14px;
    transition: all .3s ease;
}

.school-link:hover {
    color: #fff;
    background: #1368FF;
}

.school-detail>* {
    margin-bottom: 25px;
}

.school-body>div:nth-of-type(4n+1) {
    background: url(../img/school/1.png) 0 0 no-repeat;
    background-size: cover;
}

.school-body>div:nth-of-type(4n+2) {
    background: url(../img/school/2.png) 0 0 no-repeat;
    background-size: cover;
}

.school-body>div:nth-of-type(4n+3) {
    background: url(../img/school/3.png) 0 0 no-repeat;
    background-size: cover;
}

.school-body>div:nth-of-type(4n) {
    background: url(../img/school/4.png) 0 0 no-repeat;
    background-size: cover;
}

.school-body>div:nth-of-type(4n) .school-logo img {
    transform: scale(2);
}

.school-detail {
    position: relative;
}

.school-detail .douhao img {
    width: 60px;
    height: 60px;
}

.school-detail .douhao {
    position: absolute;
    bottom: -15px;
    right: 14px;
    margin: 0;
}

@media screen and (max-width:1023px) {
    .school-body>div {
        width: 100%;
        margin-bottom: 30px;
    }

    .school-detail .douhao img {
        width: 40px;
        height: 40px;
    }

}
