﻿.m-page {
width: 630px;
margin: 0 auto;
text-align: center;
font-size: 14px;
border-top: 1px solid #DDD;
}
.pageul {
padding: 30px 0;
text-align: center;
display: inline-block;
}
.f-cb, .f-cbli li {
zoom: 1;
}
.pageul li {
float: left;
margin-right: 5px;
}
.pageul a:link, .pageul a:visited {
background: none repeat scroll 0 0 white;
border: 1px solid #D9D9D9;
color: #333;
float: left;
padding: 3px 10px;
}
.disable {
display: none;
}
.pageul a:hover, .pageul a:active, .pageul a.now:link, .pageul a.now:visited {
background: none repeat scroll 0 0 #1A5F97;
border-color: #8BCCEC;
text-decoration: none;
color: white;
font-weight: bold;
}
ol, ul, li {
list-style: none;
}