.braft-output-content p {
    min-height: 1em
}
.braft-output-content strong{
    font-weight: bold;
}

.braft-output-content .image-wrap img {
    max-width: 100%;
    height: auto
}

.braft-output-content ul,
.braft-output-content ol {
    margin: 16px 0;
    padding: 0
}

.braft-output-content blockquote {
    margin: 0 0 10px 0;
    padding: 15px 20px;
    background-color: #f1f2f3;
    border-left: solid 5px #ccc;
    color: #666;
    font-style: italic
}

.braft-output-content pre {
    max-width: 100%;
    max-height: 100%;
    margin: 10px 0;
    padding: 15px;
    overflow: auto;
    background-color: #f1f2f3;
    border-radius: 3px;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    word-wrap: break-word;
    white-space: pre-wrap
}

.braft-output-content pre pre {
    margin: 0;
    padding: 0
}

.braft-output-content {
    font-size: 0.36rem;
    padding: 0 0.2rem;
    margin-bottom: 1rem;
}

.braft-output-content table {
    /* width: 100%; */
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.braft-output-content table td {
    border: 1px solid #c3c3c3;
    text-align: left;
    padding: 0.24rem;
}

.braft-output-content table th,
.braft-output-content table tr:nth-child(1) {
    border: 1px solid #c3c3c3;
    text-align: center;
    padding: 0.4rem;
    background-color: #1c2d46;
    font-weight: 700;
    color: #fff;
}

@media only screen and (max-width:992px) {
    .braft-output-content table td {
        border: 1px solid #c3c3c3;
        text-align: left;
        padding: 0.2rem;
        font-size: 0.4rem;
    }
    .braft-output-content table th {
        font-size: 0.40rem;
    }
}

.braft-output-content table tbody td.txt-centr {
    text-align: left;
}

.braft-output-content table tr:nth-child(even) {
    background-color: #cce5ff;
}

.braft-output-content li {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    /* font-family: 'Font Awesome 5 Free'; */
    font-weight: normal;
    flex: 50%;
    width: 100%;
    margin-bottom: 0.2rem;
    padding-left: 5%;
}

.braft-output-content li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f2db";
    box-sizing: border-box;
    /* line-height: 1.4 !important; */
    line-height: 1.4;
    color: #083cab;
    margin-right: 0.12rem;
}
