 
/*列表分页*/
	#page {width:100%;padding:15px 0; font-size:16px;}
    #pagetop {width:100%;padding:3px 0;}
	#pagetop ul,#page ul{margin:0 auto 5px auto; display:table;text-align:center;}
	#pagetop li,#page li{float:left;*float:none;line-height:20px;height:20px;margin: 2px;display:inline; zoom:1;}
	#pagetop span,#page span{display: block; padding: 2px 5px; background: url(../images/pagebg.gif) repeat-x; border: 1px solid #666; color: #666; }
	#pagetop a,#page a{font-size:12px;display: block; text-decoration: none; margin:0px; color: #666;padding: 2px 5px 2px 5px;background:url(../images/pagebg.gif) repeat-x;}
	#pagetop a:link,#pagetop a:visited,#page a:link,#page a:visited {border: 1px solid #666; }
	#pagetop a:hover,#page a:hover {background:url(../images/pagebg.gif) repeat-x;color:#666;}
	#pagetop #span1,#page #span1 {background:url(../images/pagebg.gif) repeat-x;display: block;}

 