.mySearch{
display:none;
}
.postBody {
color: #111;
font-size: 14px;
line-height: 1.6;
}
#sideBar {
position: absolute;
width: 245px;
border-left: 1px solid #ccc;
border-top-width: 0;
overflow: hidden;
padding: 0 8px 20px 10px;
top: 118px;
right: 0;
}

.forFlow {
margin: 0 0px 0 20px;
}
 #cnblogs_post_body blockquote {
margin: 20px 0;
padding: 15px 20px 15px 60px;
background: rgb(255, 255, 163) url('https://images.cnblogs.com/cnblogs_com/wangiqngpei557/417984/o_title.png') no-repeat 9px 0px;
font-size: 15px;
font-family: 'Microsoft Yahei';
box-shadow: 0 0 8px #aaa;
clear: both;
}
.note {
    margin: 10px 0px;
    padding: 15px 20px 15px 60px;
    background:     url("https://images.cnblogs.com/cnblogs_com/libaoheng/305804/o_yellow-pin.png") no-repeat scroll 20px 0px rgb(252, 250, 169);
    box-shadow: 0px 0px 8px rgb(170, 170, 170);
    clear: both;
}
 .postBody h2 {
 background: none repeat scroll 0 0 #626464;
    border-radius: 3px;
    box-shadow: 2px 2px 10px #8C8C8C;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-top: 5px;
    
    }

.postBody h3 {
margin: 1em 0 0.5em 0;
font-weight: 600;
font-family: 'Titillium Web', sans-serif;
position: relative;
font-size: 20px;
color: #355681;
}

#div_digg {
    position: fixed;
    bottom: 0px;
    right: 250px;
    padding: 8px 8px 8px 10px;
    background-color: #fff;
    border: 1px solid #D9DBE1;
    z-index:0;
}
.cnblogs_code pre {
line-height: 1;
}