/*解决上传图片宽度限制700*/
#cnblogs_post_body img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
