div.pager {
	text-align: center;
    font-size:16px;
    margin-top: 1.6rem;
}
div.pager span.prev,div.pager span.next{
    width:36px;
    height:36px;
    line-height:36px;
    text-align:center;
    color:#333;
    font-size:16px;
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    border:1px solid #ddd;
}
div.pager a {
    color:#333;
}
div.pager span a{
    width:36px;
    height:36px;
    line-height:36px;
    text-align:center;
    display:inline-block;
    vertical-align: middle;
    background:#fff;
    border:1px solid #ddd;
    margin-right:10px;
}
div.pager span a font{
    width:36px;
    height:36px;
    background:#06529e;
    color:#fff;
    display:inline-block;
}
div.pager span.prev{
    border-radius:3px;
    background:#fff url(../../../../themes/af-cloud/images/page-pre.png) no-repeat center center;
}
div.pager span.next{
    border-radius:3px;
    background:#fff url(../../../../themes/af-cloud/images/page-next.png) no-repeat center center;
}
div.pager em.go{
    width:36px;
    height:36px;
    line-height:36px;
    margin-left:17px;
}
div.pager input.cssTxt{
    width:56px;
    height:36px;
    padding-left:10px;
    box-sizing: border-box;
    margin-left:10px;
    margin-right:10px;
    outline: none;
    border: solid 1px #ddd;
}