
#cnblogs_post_body html, body {
    background-color: #f3f2ee;
    font-family: 'Vollkorn', "PT Serif", 'Times New Roman', Times, serif;
    color: #1f0909;
    line-height: 1.5em;
}

#cnblogs_post_body p, ul, ol, li, table, th, td {
    font-size: 18px;
}
/*#topics a, */
#blogTitle a {
    font-family: 'Vollkorn';
    font-size: 36px;
}
a {
    font-size: 9pt;
}

#cnblogs_post_body h1 {
    font-size: 3.5em;
    border-bottom: 1px solid;
    line-height: 1.3em;
    font-weight: normal;
    margin-bottom: 1.5em;
    border-color: #c5c5c5;
}

#cnblogs_post_body h2 {
    font-weight: bold;
    font-size: 2.625em;
    line-height: 1.15;
    margin-bottom: 1.25em;
}

#cnblogs_post_body h3 {
    font-size: 2.625em;
    line-height: 1.15;
    font-weight: normal;
    margin-bottom: 1em;
}

#cnblogs_post_body h3+ul, h4+ul, h5+ul, h6+ul, h3+ol, h4+ol, h5+ol, h6+ol {
    margin-top: .5em;
}

#cnblogs_post_body h4 {
    font-weight: bold;
    font-size: 2.25em;
    margin-bottom: .75em;
}

#cnblogs_post_body h5 {
    font-weight: normal;
    font-size: 2em;
    margin-bottom: .5em;
}

#cnblogs_post_body h6 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: .25em;
}

#cnblogs_post_body p {
    margin-bottom: 0.5em;
}

#cnblogs_post_body p+ul, p+ol {
    margin-top: .5em;
}

#cnblogs_post_body ol li {
    list-style-type: decimal;
    list-style-position: outside;
}

#cnblogs_post_body ul li {
    list-style-type: disc;
    list-style-position: outside;
}

#cnblogs_post_body ol, ul {
    list-style: none;
}

#cnblogs_post_body ul, ol {
    margin: 0 0 1.5em 1.5em;
}

#cnblogs_post_body li > ul, li > ol {
    margin-top: inherit;
    margin-bottom: 0;
}

#cnblogs_post_body li ol>li {
    list-style-type: lower-alpha;
}

#cnblogs_post_body li li ol>li{
    list-style-type: lower-roman;
}

#cnblogs_post_body blockquote ul, blockquote ol {
    margin-left:0;
}
#cnblogs_post_body blockquote {
    quotes: none;
    margin-bottom: 0;
    margin-top: 0;
    font-style: italic;
    border-left: 5px solid;
    margin-left: 2em;
    padding-left: 1em;
    border-color: rgba(0,0,0,0);
    border-left-color: #bababa;
    color: #656565;
}
#cnblogs_post_body blockquote:before, blockquote:after {
    content: '';
    content: none;
}

.cnblogs-markdown code, .cnblogs-post-body code,
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    background-color: #dadada !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: 0.75em !important;
    font-family: 'Fira Mono' !important;
    line-height: 1.714285em !important;
}

.post_body a {
    text-decoration: none;
    color: #065588;
}
.post_body a:hover, a:active {
    text-decoration: underline;
}

#cnblogs_post_body table {
    margin-bottom: 1.5em;
    font-size: 2em;
    border-collapse: collapse;
    border-spacing: 0;
}

#cnblogs_post_body thead th, tfoot th {
    padding: .25em .25em .25em .4em;
    text-transform: uppercase;
}
#cnblogs_post_body th {
    text-align: left;
}
#cnblogs_post_body td {
    vertical-align: top;
    padding: .25em .25em .25em .4em;
}
