.pb_sys_common span{margin:5px 0px 5px 5px !important;}  
.pb_sys_common .p_goto input{min-width: 30px !important;}
.pb_sys_common .p_goto a{border: 0px solid #ccc !important;}
.pb_sys_common { font-size: 14px;}
.pb_sys_common .p_t { margin-right: 10px; color: #333;}
.pb_sys_common a, .pb_sys_common .p_curr {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    color: #666;
    background: #fff;
    transition: all 0.3s;}
.pb_sys_common a:hover {
    border-color: #e60012;
    background: #e60012;
    color: #fff;}
.pb_sys_common .p_curr {
    border-color: #e60012;
    background: #e60012;
    color: #fff;
    cursor: default;}
.pb_sys_common .p_pages { display: inline-block;}
