

/* ============±êÌâÁÐ±í============== */

ul.pagelist{
margin:0px;
padding:0px;
border:1px #ddd solid;
}

li.pagelist {
margin:0;
padding:0;
list-style-type: none;
font-weight:100;
color:#505050;
border-bottom:1px #ddd solid;
background:#FDFDFD;
}

a.pagelist:link,a.pagelist:visited,a.pagelist:active{
display:block;
font-size:14px;
line-height:42px;
text-align:center;
height:42px;
color:#505050;
text-decoration: none;
}

a.pagelist:hover{
display:block;
font-size:14px;
line-height:42px;
text-align:center;
height:42px;
color:#fff;
background:#F47920;
text-decoration: none;
}

