@charset "utf-8";

/*分页*/
.page-fen{
    width: 100%;
    display: flex;
}
.gp-page {
    padding: 77px 0;
    color: #999;
    margin: 0 auto;
}

.gp-page:after,
.gp-page:before {
    content: " ";
    display: table
}

.gp-page>a,
.gp-page>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
    /* margin-bottom: 5px;
    margin-left: 5px; */
    vertical-align: top;
    float: left;
}

.gp-page-select {
    height: 32px;
    line-height: 32px;
    min-width: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.gp-page .gp-page-start,
.gp-page .gp-page-end,
.gp-page .gp-page-next,
.gp-page .gp-page-prev,
.gp-page>span {
    width: auto;
    padding: 0 25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
      
      
}
.gp-page-next{
    border-top-left-radius: 0%!important;
    border-bottom-left-radius: 0%!important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.gp-page>span {
    border: none
}

.gp-page>a:hover {
    background-color: #003263;
    color: white;
}

.gp-m-page a {
    display: inline-block;
    margin: 0 10px
}

/*居中*/
.gp-page-centered {
    text-align: center
}

/*右对齐*/
.gp-page-right {
    text-align: right
}