@charset "utf-8";
#newsArea  { background:url(../images/news_area_bg.jpg) repeat-x; background-color:#e5edfa; padding:20px; padding-bottom:0; margin-bottom:15px;   }
#newsArea a { color:#069; text-decoration:none; }
#newsArea a:hover { color:#009; text-decoration:underline; }
#newsArea ul { list-style:none; margin-bottom:20px;  }
#newsArea li { line-height:22px; }
#page td { padding:10px; }
#page a { display:inline; border:1px solid #b8d8ed; padding:4px; margin-right:4px; text-decoration:none;  color:#069;  }
#page a:hover { background:#d3ebf7; }
.pageActive{display:inline; border:1px solid #b8d8ed; padding:4px; margin-right:4px; text-decoration:none;  color:#069; background:#d3ebf7;  }

#articleAreaTitle { background:url(../images/article_tilte_bg.jpg) repeat-x; background-color:#669acc;  padding:20px; color:#fff; text-align:right; border-bottom:2px solid #fff;   }
#articleAreaTitle a { color:#fff; text-decoration:none; }
#articleAreaTitle a:hover { color:#fc0; text-decoration:none;  }
h1 { text-align:center; font-size:14px; font-weight:700; color:#fff; line-height:30px; }

#articleArea { background:#e5edfa; padding:20px; padding-top:10px;  }
#articleArea img { border:2px solid #fff; margin:10px 0 10px 0; }
#articleArea p {  margin-bottom:15px; color:#369; }
/*字体大中小*/
.bfont {font-size:20px;}
.nfont {font-size:14px;}
.sfont {font-size:12px;}
.cdiv {font-size:12px;}
.cspan {cursor:hand;text-decoration:underline;}
