#cnblogs_post_body {
    font-family: 'Arial', sans-serif; /* 使用Arial字体，如果没有则使用系统默认的无衬线字体 */
    /* font-weight: bold; */
    font-size: 16px;
    color:black;
}
.posttitle{
    height: 100px; /* 固定高度 */
    line-height: 100px; /* 行高与高度相同 */
    text-align: center; /* 文本水平居中 */
    border: 1px black;
}
h1 {
    font-family: 'Times New Roman', serif; /* 使用Times New Roman字体，如果没有则使用系统默认的衬线字体 */
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}
p {
    text-indent: 2ch !important; /* 首行缩进2个字符 */
    margin-bottom: 24px !important;
}