/*h1,h2,h3,h4,h5,h6{margin:0; padding:0}*/
body{ background-color:#F3F6F8;}

/* 重要文字 */
.important{ color:#F00;}
.shadow{ text-shadow: #0F0 1px 1px 1px;}

/* 标题 */
h1{font-size:18px; font-weight:bold; margin-top:5px; margin-bottom:5px;}
h2{font-size:18px; margin-top:0;}
h3{font-size:16px; margin-top:3px; margin-bottom:0px;}

/* 区块标题背景 */
.bar{height:45px;line-height:45px;font-size:16px;text-indent:10px; border-left:0; border-right:0; border-bottom:1px solid #DEDEDE;border-top:2px solid #595E68;background:url(../img/bar.gif) 0 0px repeat-x}
.bar-more{display:inline-block; float:right; position:relative; right:10px; bottom:3px;}

/* 区块下方背景 */
.bar-below-background{ background-color:#FFFEF7; border:1px solid #DEDEDE; }

/* 区块下方文字列表 */
.bar-below-1col-txt{ margin-left:4px; margin-right:4px; }
.bar-below-2col-txt{ margin-left:4px; margin-right:4px; }
.bar-below-3col-link-txt{ display:inline-block; overflow:hidden; width:300px; height:18px; margin-left:4px; }
.bar-below-3col-date{ display:inline-block; overflow:hidden; float:right; width:53px; height:18px; margin-right:4px;}

/* 分页 */
.pages{margin-top:2px}
.pages a,.pages a:visited,.pages b,.pages span{display:inline;float:left;min-width:12px;height:20px;line-height:20px;margin:2px 8px 0 0;padding:0px 5px;text-align:center;font-family:Tahoma;font-size:14px;white-space:nowrap;border:1px solid #BDD7F2;border-radius:3px;color:#333}
.pages a:hover{border:1px solid #38739F;background:#E5F3FF;color:#000;font-weight:400}
.pages b{border:1px solid #BDD7F2!important;background:#CBE0F7!important}
.pages span{font-weight:bold}