/*设置标题颜色*/
h1,h2,h3,h4,h5,h6 {
 color:green;
}

 /*溢出隐藏设置*/
#topics, #mainContent {
    overflow: visible;
}
#postDesc {
    float: none;
}