/*侧边栏公告*/
#blog-news > img {
    /*头像*/
    margin: auto;
    /* border-radius:50%; */
    display: inline-block;
    width:110px;
    height:110px;
}
 
#profile_block {
    font-size: 15px;
    padding: 20px;
    line-height: 1.8;
    display: inline-block;
}

.has-navbar #leftcontent {
    top: 75px;
}
 
 /* 页首
 .headerText{
     text-align: right;
 }
a.headermaintitle:visited, a.headermaintitle:active, a.headermaintitle:link {
    color: #66ccff;
    font-size: 10px;
} */

/*隐藏广告*/
#ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb {
    display: none;
}
