/* CSS Document */
*{margin:0; padding:0;}
body{font-size:12px;}
a{text-decoration:none; color:#333;}
ul,li{list-style:none;}
img{border:0px;}
.clear{clear:both; line-height:0px;}

/*文章分页样式*/
#fenye { clear:both; }
#fenye a { text-decoration:non; }
#fenye .prev, #fenye .next { width:52px; text-align:center; }
#fenye a.curr { width:22px; background:#1f3a87; border:1px solid #dcdddd; color:#fff; font-weight:bold; text-align:center; }
#fenye a.curr:visited { color:#fff; }
#fenye a { margin:5px 4px 0 0; color:#1E50A2; background:#fff; display:inline-table; border:1px solid #dcdddd; float:left; text-align:center; height:22px; line-height:22px }
#fenye a.num { width:22px; }
#fenye a:visited { color:#1f3a87; }
#fenye a:hover { color:#fff; background:#1E50A2; border:1px solid #1E50A2; float:left; }
#fenye span { line-height:30px; }

/*文章正文分页样式*/
#pageNext { padding:10px 12px 6px; clear:both; }
#pageNext .prev, #pageNext .next { width:52px; text-align:center; }
#pageNext a.curr { width:22px; background:#1f3a87; border:1px solid #dcdddd; color:#fff; font-weight:bold; text-align:center; }
#pageNext a.curr:visited { color:#fff; }
#pageNext a { margin:5px 4px 0 0; color:#1E50A2; background:#fff; display:inline-table; border:1px solid #dcdddd; float:left; text-align:center; height:22px; line-height:22px }
#pageNext a.num { width:22px; }
#pageNext a:visited { color:#1f3a87; }
#pageNext a:hover { color:#fff; background:#1E50A2; border:1px solid #1E50A2; float:left; }
