#div_digg, #green_channel, #BlogPostCategory {
    display: none;
}

/* 主体容器 */
#container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

/* 文章内容框架 */
#topics {
    width: 60%;
    box-sizing: content-box;
    padding: 0 20px;
    border: 1px solid #f8f8f8;
}

/* 文章标题 */
#topics .postTitle {
    border: 0px;
    border-bottom: 1px solid #a6a6a6;
    font-size: 30px;
    margin-bottom: 30px;
}
/* 取消文字标题的变色 */
#cb_post_title_url:hover {
    color: #000;
}

/* 文章内容 */
#topics .postBody {
    font-size: 18px;
}

/* 作者内容 */
#blog_post_info_block {
    margin-top: 200px;
}
