.min_page{
    height: 40px;
    width: 100%;
    clear: both;
    display: inline-block;
    margin-bottom: 4rem;
    margin-top: 3rem;
}
.min_page ul{
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
}
.min_page li{
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    margin-right:10px;
    text-align: center;
}
.min_page li a{
    color: #333;
}
.min_page li a:hover{
    color: #c92b2f;
}
.min_page .active{
    background-color: #c92b2f;
    color: #fff;
}
.min_page li:hover{
    border: 1px solid #c92b2f;
    color: #c92b2f;
}

.min_page .page-left , .min_page .page-right{
    position: relative;
    text-align: left;
}
.min_page .page-left span , .min_page .page-left a{
    position: absolute;
    left:23%;
}
.min_page .page-right span , .min_page .page-right a{
    position: absolute;
    right:23%;
}
@media screen and (max-width:751px) {
    .min_page li{
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #ccc;
        margin-right:5px;
        text-align: center;
    }
}
