/*显示公告栏*/
.newsItem .catListTitle {
    display: block;
    text-align: left;
}
#profile_block {
    display: block;
}
.catListTitle {
    font-weight: bold;
    line-height: 1.5;
    font-size: 110%;
    margin-top: 15px;
    text-align: left;
    color: #6466b3;
}
#profile_block {
    margin-top: 0px;
    line-height: 1.5;
    text-align: left;
}
/*修改标题大小*/
#blogTitle h2 {
    margin-left: 10em;
    line-height: 1.5;
    width: 50%;
    float: left;
}
#blogTitle {
    height: 100px;
    clear: both;
    color: #4c4f8b;
}

/*修改导航栏位置*/
.blogStats {
    float: right;
    color: #bbb;
    margin-top: 8px;
    margin-right: 2px;
    text-align: right;
}
/*修改目录间距*/
.postBody li {
    list-style-type: disc;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
/*隐藏广告*/
#cnblogs_c1, #cnblogs_c2, #under_post_kb, #ad_t2, #under_post_news{
    display:none;
}
/*点赞收藏调整*/
#div_digg {
    float: right;
    margin-bottom: 10px;
    margin-right: 30px;
    font-size: 12px;
    width: 125px;
    text-align: center;
    margin-top: 0px;
}
#green_channel {
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 0px;
    border: silver 1px dashed;
    font-size: 12px;
    width: 350px;
    text-align: center;
    float: right;
}

/*调整评论区大小*/
div.commentform input.author, div.commentform input.email, div.commentform input.url {
    background-image: url(//static.cnblogs.com/images/icon_form.gif);
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    padding: 4px 4px 4px 30px;
    width: 100px;
    font-size: 13px;
}
.commentbox_title {
    width: 100%;
}
div.commentform textarea {
    width: 50%;
    height: 50px;
    font-size: 13px;
    border: 1px solid #ccc;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif;
}
.commentbox_title {
    width: 50%;
}