#home{width: 70%;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active{
font-family:黑体;font-weight:bold;color:#023E9A !important
}
.entrylistPosttitle a:link, .entrylistPosttitle a:visited, .entrylistPosttitle a:active {

    font-family: 黑体;
    font-weight: bold;
    color: #023E9A !important;

}
.hljs,
.hljs-tag,
.hljs-subst {
    //color: #f8f8f2;
    font-family: "Consolas" !important;
}
.hljs-name{
    color: #ffa07a !important;
}
.postBody blockquote{
    min-height: 35px !important;
    _height: 35px !important;
    line-height: 1.6em !important;
    color: #333 !important;
    background-color: #f6f8fa !important;
    background: url() no-repeat 25px 0;
    
}
#topics .postTitle {
    border: 0;
    font-size: 26px;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 0px;
}
pre code.hljs{
    
}
.hljs-attr{
    color: red !important;
}
.postBody blockquote p{
    word-spacing: 5px;
font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
}
#cnblogs_post_body p{
    font-size: 15px;
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    color: #2c3e50;
}
#cnblogs_post_body ul li,#cnblogs_post_body ol li{
    font-size: 15px;
    margin-bottom: 1rem;
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    color: #2c3e50;
}
.cnblogs-markdown .hljs {
    
    font-size: 10pt !important;
    border: none;
}
#cnblogs_post_body h2{
    font-family: 黑体;
}