﻿#pager ul.pages {
display:block;
clear:both;
text-transform:uppercase;
font-size:12px;
font-family:"宋体";
padding:0;

/*自定义样式*/
/*width:332px;*/
text-align:center;
line-height:36px;
display:block;
overflow:hidden;
margin:0 auto;
}

#pager ul.pages li {
list-style:none;
float:left;
text-decoration:none;
margin:6px 6px 6px 0px;
padding:0px;

/*自定义样式*/
width:auto;
height:24px;
line-height:24px;
/* overflow:hidden; */
background:#ebebeb;
overflow:visible;
color:#333333;
text-align:center;
}

#pager ul.pages li:hover {
text-decoration:underline;
color:#db0000;
}

#pager ul.pages li.pgNext {
background:#669cdc;
width:40px;
height:24px;
line-height:24px;
color: #FFFFFF;
}

#pager ul.pages li.pgNext:hover {
text-decoration:underline;
}

#pager ul.pages li.pgEmpty {
background:#669cdc;
width:40px;
height:24px;
line-height:24px;
color: #FFFFFF;
}

#pager ul.pages li.pgEmpty:hover {
text-decoration:underline;
}

#pager ul.pages li.sx {
background:#ebebeb;
color:#333333;
width:24px;
height:24px;
line-height:24px;
}

#pager ul.pages li.sx:hover {
text-decoration:underline;
color: #db0000;
}

#pager ul.pages li.page-number {
color: #333333;
background-color: #ebebeb;
width:24px;
height:24px;
line-height:24px;
}

#pager ul.pages li.page-number:hover {
color: #db0000;
text-decoration:underline;
}

#pager ul.pages li.pgCurrent {
color: #FFFFFF;
background-color: #db0000;
width:24px;
height:24px;
line-height:24px;
}

#pager ul.pages li.pgCurrent:hover {
text-decoration:underline;
color: #FFFFFF;
}