@charset "utf-8";

body {
    color: #D5D6E2;
    font-weight: 500;
    font-size: 1.05em;
    font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
}

.j-page a {
    color: rgba(255, 255, 255, 0.6);
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.j-page a:hover, .page a:focus {
    color: #74777b;
    text-decoration: none;
}

/*ÑùÊ½²Î¿¼*/
.j-page a {
    text-decoration: none;
}

#page {
    height: 50px;
    display: table;
    margin: 0 auto;
}

.page {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
}

.pagingUl li {
    float: left;
    width: 40px;
    height: 32px;
    background: #fff;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px
}

.pagingUl li a,
.first,
.last {
    display: inline-block;
    width: 40px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    color: #333;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #CDCDCD;
    cursor: pointer;
}


.prv,
.next {
    display: inline-block;
    width: 40px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    color: #333;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #CDCDCD;
    cursor: pointer;
}

.pagingUl li a:hover,
.pagingUl li a.active,
.prv:hover,
.next:hover,
.first:hover,
.last:hover
{
    background: #346DB8;
    border: 1px solid #346DB8;
    color: #FFFFFF;
}

.prv,
.first,
.last {
    margin-right: 10px;
}
