/*变成半透明,拉长*/
#home {
    background-color: #ffffff6b;
    width: 1100px;
}

/*拉长*/
#mainContent {
    float: left;
    width: 830px;
}

/*删除公告中不必要的东西*/
h3.catListTitle {
    display: none;
}
div#profile_block {
    display: none;
}

/*公告变色，变大*/
.newsItem a:hover {
    color: blue;
}
h2 {font-size: 200%;}
h3 {font-size: 150%;}

/*侧边栏字体和颜色*/
#sideBarMain {
    font-size: 100%;
}
#sidebar_postcategory a:hover {
    color: blue;
}

/*删除一些不必要的东西*/
div#commentform_title {
    display: none;
}
div#blog_post_info {
    display: none;
}
div#post_next_prev {
    display: none;
}

/*把评论框框变扁*/
div.commentform textarea {
    width: 650px;
    height: 100px;
    font-size: 20px;
    /* border: 1px solid #ccc; */
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif;
}
/*把评论按钮放到右边*/
.commentbox_title_right {
    float: right;
    margin-right: -200px;
    /* height: 22px; */
}

/*消除底部两个广告*/
div#under_post_news {
    display: none;
}
div#under_post_kb {
    display: none;
}