/* .cnblogs-markdown {
    font-size: 14px;
}

pre code {
    font-size: 13px;
}

#post_detail .postTitle {
    font-size: 28.8px;
    word-break: break-all;
}

#cnblogs_post_body img {
    max-height: 45vh;
} */
/*屏蔽底层广告*/
    /* .under-post-card, #under_post_card1, #under_post_card2{ 
         display:none; !important
    }
    .postBody h4 {
    background-color: inherit;
    color: inherit;
} */

#cnblogs_post_body img, .blogpost-body img {
    max-width: 50vw !important;
    max-height: 45vh !important;
}