body{font-family:"微软雅黑"}
#header{height: 60px;line-height:60px;}
#main{width:80%;position:relative;background: white;box-shadow: 0px 0px 8px #999;}
#mainContent{font-size:15px;color:rgb(56,69,79);width: 100%;margin-right: -250px;padding-right: 250px;box-sizing: border-box;height: 100%;z-index: 0;box-shadow: none;}
#cnblogs_post_body{font-size:16px;}
.day{padding-bottom:0;}
.postDesc{margin-bottom:0;}
.postTitle, .postTitl2, .entrylistPosttitle{font-size:25px}

#sideBar{position: relative;float: right;}


.cnblogs-markdown code{border:none!important;color:rgb(221,17,105)}
pre>code{padding:10px!important;background-color:rgb(240,240,240)!important}
.hljs-keyword, .hljs-selector-tag, .hljs-built_in, .hljs-name, .hljs-tag{color:rgb(30,52,123)}
.hljs-string, .hljs-title, .hljs-section, .hljs-attribute, .hljs-literal, .hljs-template-tag, .hljs-template-variable, .hljs-type, .hljs-addition{color:rgb(221,17,105)}
.cnblogs-markdown .hljs{rgb(72,72,76);padding:10px 15px!important}


#cnblogs_post_body img{box-sizing: border-box;max-width:100%;transition: all 0.3s;border: 2px solid rgb(241,241,241);margin:10px 0;}
#cnblogs_post_body table{width:100%}
/**#cnblogs_post_body img:hover{transform: scale(1.1,1.1);border: 2px double rgb(240,240,240);position:absolute}**/

.postBody blockquote, .postCon blockquote{margin: 10px 0;border:none;padding: 6px 0 6px 58px;}
#cnblogs_post_body h1{font-weight: normal;font-size: 28px;background:linear-gradient(to right, rgb(33,117,188) 20%, white);color: white;padding-left: 10px;border-radius: 5px;margin:20px 0;}
#cnblogs_post_body h2{font-weight:normal;    margin: 20px 0;border-bottom: 1px solid rgb(230,230,230);padding-bottom: 5px;}
#cnblogs_post_body h3{font-weight:normal;border-left: 5px solid rgb(33,117,188);padding-left: 5px;margin: 10px 0;}
#cnblogs_post_body h4{font-weight:normal;}


#cnblogs_post_body p{margin:0}

#div_digg{position: fixed;
    right: 10px;
    bottom: 100px;
    padding: 10px;
    margin: 0;
    border: 2px solid rgb(33,117,188);
    background-color: white;
    border-radius: 5px;
    z-index:1;
    box-shadow: 1px 1px 3px rgb(110,110,110);
}