.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;
    text-align: right;
    }
    
    .page_div a {
    display: inline-block;
    width:23px;
    height: 23px;
    line-height: 23px;
    vertical-align: top;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #515151;
    cursor: pointer;
    margin: 0 3px;
	text-decoration:none
    }
    
    #firstPage,#lastPage{
        width:40px;
        margin:0;
    }
     #prePage{
    background: url(../images/left.png)no-repeat;
    background-size: cover;
    margin-left: 0;
    }
    
    /*#prePage,*/
    #nextPage {
    background: url(../images/right.png)no-repeat;
    background-size: cover;
    margin-right: 0;
    }
    
    .page_div a.page-num-current {
    background: #c90915;
    color: #fff;
    }
    
    .totalPages {
      margin: 0 10px;
    }
    
    .totalPages span,
    .totalSize span {
      color: #515151;
      margin: 0 5px;
    }