*{
font-family: "微软雅黑" ;
}
#main {
    width: 80%;
    min-width: 950px;
    text-align: left;
    margin: auto;
}
#topics .postTitle {
    font-size: 20px;
}
#blogTitle h1 {
    margin-left: 5.5em;
}
.cnblogs-markdown code{
font-family: Consolas !important;
font-size: 16px !important;
    height: 26px;
}
.cnblogs-markdown .hljs{
font-family: Consolas !important;
font-size: 16px !important;
}
code span{
font-family: Consolas !important;
font-size: 16px !important;
}
#cnblogs_post_body p{
 font-size: 16px;
    line-height: 30px;
}
#cnblogs_post_body h2 {
    font-size: 21px;
    font-weight: bold;
    /* line-height: 80px; */
    margin-top: 40px;
}
.blog_comment_body {
    font-size: 14px;
}