.simditor .simditor-body {
    font-family: "微软雅黑";
    line-height: 1.7;
    padding: 0 0 20px 0;
    color: #2f2f2f;
}

.simditor .simditor-body p {
    font-size: 1em !important;
    color: #333 !important;
    line-height: 1.6em !important;
    font-family: "Microsoft yahei", "微软雅黑" !important;
    letter-spacing: 0.5px;
    white-space: inherit !important;
}

.simditor .simditor-body span {
    white-space: inherit !important;
}

.simditor .simditor-body div,
.simditor .simditor-body ul,
.simditor .simditor-body li {
    font-size: 16px !important;
}

.simditor-body a {
    color: #004276 !important;
}

.simditor-body a:hover {
    color: #d00000 !important;
}

.simditor-body h2,
.simditor-body h2 *,
.simditor-body h1,
.simditor-body h1 *,
.simditor-body h3,
.simditor-body h3 *,
.simditor-body h6,
.simditor-body h6 *,
.simditor-body h4,
.simditor-body h4 *,
.simditor-body h5,
.simditor-body h5 * {
    font-weight: bold !important;
}

.simditor-body h1,
.simditor-body h1 * {
    font-size: 32px !important;
}

.simditor-body h2,
.simditor-body h2 * {
    font-size: 24px !important;
}

.simditor-body h3,
.simditor-body h3 * {
    font-size: 18.5px !important;
}

.simditor-body h4,
.simditor-body h4 * {
    font-size: 16px !important;
}

.simditor-body h5,
.simditor-body h5 * {
    font-size: 14px !important;
}

.simditor-body h6,
.simditor-body h6 * {
    font-size: 12px !important;
}

.simditor-body ul li {
    margin-left: 10px;
    list-style: unset;
}

.simditor-body ol li {
    margin-left: 10px;
    list-style-type: unset;
}

.simditor .simditor-body .image_resized {
    margin: 0 auto;
    text-align: center;
}

.simditor .simditor-body .image {
    text-align: center;
}

.simditor .simditor-body img {
    margin: 0 auto;
    display: block !important;
    max-width: 100% !important;
    border-radius: 2px;
}

.simditor .simditor-body s {
    text-decoration: line-through;
}

.content_tip_bottom {
    padding: 10px;
    background: #f2f2f2;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-top: 20px;
}

@media screen and (max-width:730px) {
    .simditor .simditor-body {
        font-size: 16px;
    }

    .simditor .simditor-body img {
        width: 100%;
    }
}