* {
    padding: 0;
    margin: 0;
}
/*
  * 外面盒子样式---自己定义
  */

.page_div {margin-top: 20px;margin-bottom: 20px;font-size: 15px;font-family: "microsoft yahei";color: #666666;margin-right: 10px;padding-left: 20px;box-sizing: border-box;}
/*
 * 页数按钮样式
 */

.page_div a {min-width: 38px;height: 37px;border: 1px solid #e6e6e6!important;border-bottom: 2px solid #e6e6e6!important;text-align: center;margin: 0 4px;cursor: pointer;background-color: #FFFFFF;line-height: 37px;color: #333333;font-size: 14px;border-radius: 3px;display: inline-block;}
.page_div a:hover{ background-color: #f8f8f8; }
#firstPage,
#lastPage { width: 50px; color: #333333; border: 1px solid #e6e6e6!important; border-bottom: 2px solid #e6e6e6!important;}
#goPage {width: 68px;color: #333333;border: 1px solid #e6e6e6!important;border-bottom: 2px solid #e6e6e6!important;}
#pageNumber{width: 34px;height:37px;color: #333333;border-radius: 3px;border: 1px solid #e6e6e6!important;border-bottom: 2px solid #e6e6e6!important; line-height: 37px;vertical-align: top; padding:0 2px;text-align: center;}
#prePage,
#nextPage {width: 70px;color: #333333;border: 1px solid #e6e6e6!important;border-bottom: 2px solid #e6e6e6!important;}
.page_div .current {background-color: #0066cc!important;border:1px solid #0066cc!important;color: #FFFFFF!important;}
.totalPages {margin: 0 10px;}
.totalPages span,
.totalSize span {color: #333333;margin: 0 5px;}