.pagination span {
    display: inline-block !important;
    font-size: 12px !important;
    height: 20px !important;}
/* 分页 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;}
.defaultInputStyle{    height: 20px !important;
    border: solid #7db5e4 1px !important;}

.pagination a {
    display: inline-block !important;
    /* border: 1px solid #dcdcdc !important; */
    padding: 0 12px !important;
    height: 21px !important;
    font-size: 14px;
    line-height: 20px !important;
    text-align: center;
    color: #666;}

.pagination a.active {
    background: #1182e0;
    color: #fff;
    border: 1px solid #1182e0;}

.pagination a:hover {
    background: #1182e0;
    color: #fff;
    border: 1px solid #1182e0;}

