@charset "utf-8";
.pages {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
}
.pages li {
display:inline;
float:left;
padding:0px 5px;
height:25px;
color:#666;
line-height:25px;
margin-right: 0.3em;
border: 1px solid #C2D5E3;
background:#FFF;
font-family:"宋体";
}
.pages li span {
color:#cc3300;
background:#FFF;
}
.pages li.page_a {
padding:0;
border:0;
}
.pages li.page_a a {
FLOAT: left;
color:#000000;
border: 1px solid #C2D5E3;
height:25px;
text-align:center;
padding:0px 10px 0px 10px;
text-decoration:none;
font-family:"宋体";
}
.pages li.page_a a:hover {
color:red;
border: 1px solid #336699;
text-decoration:underline;
font-family:"宋体";
}
.pages li.pages_input {
padding:0px 0px 0px 0px;
border: 1px solid #C2D5E3;
text-align:center;
vertical-align:middle;
display:table-cell;
}
.pages li.pages_input input {
width:26px;
border:0px;
text-align:center;
vertical-align:middle;
display:table-cell;
font-family:"宋体";
}
.pages .on {
padding:0px;
color: #FF0000;
font-weight:bold;
background-color: #C2D5E3;
text-align:center;
padding:0px 10px 0px 10px;
}