/* page 页面专属样式（原内联在模板里，现独立成文件，由 entry 模板用 $_t_page_css 声明） */
*{ padding:0; margin:0; }
img{ border:none; }
a{ text-decoration:none; }
#articlebox{ margin:0 15px; line-height:22px; }
#articlebox h1{ text-align:center; font-size:20px; font-family:'微软雅黑'; font-weight:normal; padding:10px 0; }
#articlebox hr{ height:5px; border:none; border-top:5px ridge green; }
.details h2{ background:#F8F8FF; border:1px solid #DDD; line-height:25px; margin-bottom:15px; padding:10px; font-size:14px; text-indent:28px; }
.artcontent{ clear:both; font-size:14px; line-height:23px; overflow:hidden; padding:9px 0; width:99%; word-wrap:break-word; }
#articeBottom{ font-size:14px; margin:6px 0 10px; padding-top:10px; text-align:right; width:97%; }
#articeBottom span{ float:left; }
#articeBottom span a{ font-size:12px; }
#articeBottom span a:hover{ color:#179a42; }
