.school {
    padding: 40px 0 20px 0;
}

.school-top.ui.secondary.pointing.menu {
    position: relative;
    margin-bottom: 1.5em;
}

.school-top .school-title {
    color: #4d7198;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 -2px;
    border-bottom: 2px solid #4d7198;
    display: flex;
    align-items: center;
}

.school-top .school-sub-title {
    color: #cccccc;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
    left: 6px;
    top: 2px;
    font-family: Microsoft YaHei;
}

.school-top .school-more {
    position: absolute;
    right: 0;
}

.school-top .school-more .more-text {
    color: #4d7198;
    position: relative;
    top: 10px;
    left: -10px;
    font-weight: bold;
}

.school-warp {
    height: 240px;
    width: 630px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.school-warp img {
    width: 100%;
    height: 100%;
}