#blogTitle h2{
width: 100% !important;
}
/*笔记标注*/
.note {
    margin: 10px 0px;
    padding: 15px 20px 15px 60px;
    background: url("https://files.cnblogs.com/huyong/note.ico") no-repeat scroll 20px 0px rgb(252, 250, 169);
    /*
    font-size: 15px;
    font-family: 'Microsoft Yahei';
    */
    box-shadow: 0px 0px 8px rgb(170, 170, 170);
    clear: both;
}
A { text-decoration: NONE; color:#51bfe0}
A:hover {font-weight: bold;color:#990099}

/*隐藏踩一下*/
.buryit {
    display:none;
}

/*最新评论*/
#myposts .PostList {
    font-size:14px;
    line-height:24px;
    margin:10px 0;
    padding:20px;
    background:#F2F2F2;
    box-shadow:0 0 5px #aaa;
}
#myposts .postTitl2 a {
    color:#6DA47D;
}
/*清除浮动*/
.clear {
    clear: both;
}
/*屏蔽广告*/
.c_ad_block {
    display: none!important;
}
/*通过CSS为博客评论区域/绿色通道定制样式结束*/

/*生成博客目录的CSS*/

#mySignature{
    background-color:#f8f8ee;
    border:solid 1px #e8e7d0;
    box-shadow:0 0 15px;
    font-size:10px;
    #aaa;padding:10px;
    margin-bottom:10px;
    color:gray
}