#header{
    background:none
}

*{
    font-size: 102%;
}
#topics .postTitle,#mainContent .postTitle{
    font-size: 140%;
}

/* 侧边标题 */
#leftcontentcontainer .catListTitle{
    text-align: left;
    font-size:120%
}

/* 隐藏文章列表的大日期 */
#mainContent .day .dayTitle{
    display: none;
}
/* 公告栏头顶 */
#sidebar_news{
    padding: 0 0 5px;
}
/* 评论框 */
#tbCommentBody{
    max-height: 80px;
}