
.title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size:25px ;
    margin-top: 50px;
}
.title .line {
    height: 3px;
    background-color: #960013;
    width: 300px;
    margin: 10px 0;
}



.school_img {
    width: 100%;
    margin-top: 50px;
    position: relative;
    
}

.data_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    position: relative;
}
/* .data_bg {
    height: 100px;
    width: 100%;
    background-color:#EEEEEF;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: -45px;
} */
.data_item {
    width: 25%;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.data_item::after{
    content: '';
    height: 100px;
    background-color: #EEEEEF;
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.data_item .data_item_img {
    height: 220px;
    width: 100%;
}
.data_info {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}
.data_info_top {
    display: flex;
    flex-direction: column;

}
.data_info_top .titles {
    font-size: 22px;
    font-weight: 700;
    min-height: 58px;
}
.data_info_top .infos {
    font-size: 16px;
    height: 100px;
}
.data_info_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.data_info_bottom img {
    width: 30px;
}

.fenyeqi {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;

}
.fenyeqi span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #EEEEEF;
    margin:0 10px;

}

.fenyeqi span:hover {
    color: #fff;
    background-color: #FF9600;

}
.current {
    color: #fff;
    border: none!important;
    background-color: #FF9600;
}

.mr10{
    border: 1px solid #EEEEEF;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 5px;

}
.ml10{
    border: 1px solid #EEEEEF;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
border-radius: 5px;

}
.mr10:hover {
background-color: #FF9600;
color: #fff;
border-radius: 5px;
}
.ml10:hover {
    background-color: #FF9600;
    color: #fff;
border-radius: 5px;

}
.fenye_img {
    width: 30px;
    height: 30px;
}
.fenye_img_right {
    transform: scale(-1,1);
    margin-right: 30px;
}
.fenye_img_left {
    margin-left: 30px;
    cursor: pointer;
}

/*在小于等于480px屏幕尺寸时，以下CSS样式生效*/
@media only screen and (max-device-width: 480px){
 
    .mb_none {
        display: none!important;
    }
    .data_item {
        width: 100%;
        position: relative;
        margin-bottom: 45px;
        margin: 0;
    }
    .data_item::after {
        content: '';
        height: 88px;
        background-color: #EEEEEF;
        width: 110vw;
        position: absolute;
        bottom: -20px;
        left: -26px;
        z-index: -1;
    }
    
    .wrap {
        box-sizing: border-box;
        padding: 0 15px;
    }

}
