//博客园标题
#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Courier New",sans-serif!important;
    line-height: 1.5!important;
    padding: 5px !important;
}


#cnblogs_post_body h2    {
    background: #006699;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
    text-shadow: 2px 2px 3px #222222;
}



#cnblogs_post_body h6, blockquote {
    line-height: 20px;
    margin: 0 0 24px 0;
    padding: 1.3em;
    color: #313131;
    background-color: #f7f7f7;
    font-size: 12px;
    border-left: 4px solid #ddd;
    font-weight: 400;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    min-height: 0;
}

#topics {
    font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
    margin-top: 15px;
}

.postBody {
    color: #222;
    font-size: 16px;
    line-height: 1.6;
}

.postBody blockquote {
       background-image: none;
      background-color: #f7f7f7;
      line-height: 20px;
      color: #313131;
}


.cnblogs-markdown code, .cnblogs-post-body code {
    padding: 2px 4px!important;
    color: #d83b64;
    background-color: #f9f2f4!important;
    border-radius: 3px!important;
    border: 0!important;
    text-indent: 0!important;
    position: relative;
    bottom: 1px;
}