.school_module {
    position: absolute;
    width: 1210px;
    height: 530px;
    left: 50%;
    top: 50%;
    margin-left: -605px;
    margin-top: -265px;
    border-radius: 30px;
    background: #fff;
}
    
.school_module .school_module_con {
    padding: 86px 90px 90px;
}
        
.school_module .school_module_con .school_module_tit {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #2c2c2c;
}
            
.school_module .school_module_con .school_module_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    font-size: 20px;
    text-align: center;
    color: #2c2c2c;
}
            
.school_module .school_module_con .school_module_list a {
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin-right: 42px;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
    color: #000;
}
                
.school_module .school_module_con .school_module_list a:hover {
    border: none;
    background: #cf0f32;
    color: #fff;
}
                    
.school_module .school_module_con .school_module_list a:nth-child(7n) {
    margin-right: 0;
}
                    
.school_module .school_module_con .school_module_list a:nth-child(-n+7) {
    margin-bottom: 42px;
}
                    