.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {display:inline-block}
.pg_page, .pg_current {
    color:#9f9f9f;
    display:inline-block;
    float:left;
    /* padding: 2px 12px 0 12px; */
    line-height:30px;
    text-decoration: none;
    font-size: 0.9rem;
    /* border: 1px solid #ddd;
    margin-left:-1px */
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 0;
    border-radius: 2px;
}
.pg a:focus, .pg a:hover {background-color:#f3f3f3}
.pg a:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px;}
.pg a:last-child{border-top-right-radius:5px;border-bottom-right-radius:5px;}
.pg_page {background:#fff;text-decoration:none}
.pg_start {background:url(/adm//img/page_1.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(/adm/img/page_2.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden;height:32px;}
.pg_next {background:url(/adm/img/page_3.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden;height:32px;}
.pg_end {background:url(/adm/img/page_4.png) 50% 50% no-repeat;width:32px;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#62AC1E;color:#fff;font-weight:normal;height:32px;}
