.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #999999;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #999999;
    /*
    * 让每个按钮间隔5个像素
    */
    margin-left: 5px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0152AB;
    border-color: #0152AB;
    border-radius: 3px;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

/*分页样式*/
p.pages {
  height: 25px;
  text-align: right;
  overflow: hidden;
  padding-top: 10px;
float:right;

}
span.pagesinfo{
font-size:9pt;
}
a.apage, span#spage, span.nocheck{
display:inline-block;
height:22px;
line-height:22px;
font-size:12px;
cursor:pointer;
padding-left:8px;
margin:0 2px;
}
a.apage span, span#spage span, span.nocheck span{
float:left;
display:inline;
height:22px;
line-height:22px;
padding-right:8px;
}

a.apage, span#spage{
background:url(../images/pages.gif) no-repeat left top;
}
a.apage span, span#spage span{
background:url(../images/pages.gif) no-repeat right top;
}

a.apage:hover, span#spage:hover{
color:#fff;
background:url(../images/pages.gif) no-repeat left -28px;
}
a.apage:hover span, span#spage:hover span{
color:white;
background:url(../images/pages.gif) no-repeat right -28px;
}
span#spage{
color:#fff;
cursor:pointer;
background:url(../images/pages.gif) no-repeat left -28px;
}
span#spage span{
color: white;
background:url(../images/pages.gif) no-repeat right -28px;	
}
span.nocheck{
cursor:pointer;
background:url(../images/pages.gif) no-repeat left top;
}
span.nocheck span{
background:url(../images/pages.gif) no-repeat right top;	
}