﻿.Paging {
    width:655px;/*页码宽度*/
    margin:0px auto;
}
.PagingChars {
    color: rgb(111, 111, 111);
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    float: left;
    margin-right: 5px;
    display: block;
    height: 35px;
    line-height: 35px;
}
.PagingFirst, .PagingUp, .PagingNumber, .PagingDown, .PagingLast {
    display: block;
    float: left;
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #23527c;
}

.PagingFirst {
    padding:0 10px;
}

.PagingUp {
    padding: 0 5px;
}

.PagingDown {
    padding: 0 5px;
}

.PagingLast {
    padding: 0 10px;
    border-right: 1px solid #ddd;
    border-right-color: rgb(221, 221, 221);
}

.PagingNumber {
    width: 35px;
    text-align: center;
    background-color: rgb(255, 255, 255);
}

.PagingFirstSelected, .PagingUpSelected, .PagingDownSelected, .PagingLastSelected {
    color:#9b9a9a;
}

.PagingNumberSelected {
    background-color: #337ab7;
    border-color: #337ab7;
    color:white;
}
