/**
 * Bytehonor md style v1.0
 * Copyright 2020 Bytehonor.com
 */
.news-md-container {
    text-align:left;
    color:#3f3f3f;
    font-family:-apple-system-font,BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', Arial,sans-serif;
}

.news-md-h1 {
    text-align:center;
    line-height:1.75;
    font-size:1.2em;
    font-weight:bold;
    display:table;
    padding:0 1em;
    border-bottom:2px solid rgba(15, 76, 129, 0.9);
    margin:2em auto 1em;
    margin-top: 0;
 }

.news-md-h2-1 {
    text-align:center;
    line-height:1.75;
    font-size:1.2em;
    font-weight:bold;
    display:table;
    margin:4em auto 1em;
    padding:0 1em;
    border-bottom:2px solid rgba(15, 76, 129, 0.9);
}

.news-md-h2-2 {
    text-align:center;
    color:#fff;
    line-height:1.75;
    font-size:1.1em;
    font-weight:bold;
    display:table;
    margin:4em auto 2em;
    padding:0 0.2em;
    background:rgba(15, 76, 129, 0.9);
}

.news-md-h3 {
    line-height:1.2;
    font-size:1.1em;
    font-weight:bold;
    margin:2em 8px 0.75em 0;
    padding-left:8px;
    border-left:3px solid rgba(15, 76, 129, 0.9);
}

.news-md-h4 {
    color:rgba(15, 76, 129, 0.9);
    line-height:1.75;
    font-size:1em;
    font-weight:bold;
    margin:2em 8px 0.5em;
}

.news-md-p {
    line-height:1.75;
    font-size:14px;
    margin:1.5em 8px;
    letter-spacing:0.1em;
}

.news-md-figure {
    line-height:1.75;
    font-size:14px;
    margin:1.5em 8px;
}

.news-md-code {
    color:#d14;
    line-height:1.75;
    font-family:Menlo, Operator Mono, Consolas, Monaco, monospace;
    font-size:90%;
    background:rgba(27,31,35,.05);
    padding:3px 5px;
    border-radius:4px;
    white-space:normal;
}

.news-md-strong {
    color:rgba(15, 76, 129, 0.9);
    line-height:1.75;
    font-size:14px;
    font-weight:bold;
}

.news-md-img {
    line-height:1.75;
    border-radius:4px;
    display:block;
    margin:0.1em auto 0.5em;
    width:100% !important;
}

.news-md-blockquote {
    color:#FEEEED;
    line-height:1.75;
    font-size:14px;
    font-style:normal;
    border-left:none;
    padding:1em;
    border-radius:4px;
    background:rgba(27,31,35,.05);
    margin:2em 8px;
}

.news-md-blockquote-p-normal {
    color:rgb(80, 80, 80);
    line-height:1.75;
    font-family:PingFangSC-light, PingFangTC-light, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size:1em;
    letter-spacing:0.1em;
    display:inline;
}

.news-md-blockquote-p-small {
    color:rgb(80, 80, 80);
    line-height:1.6;
    font-family:PingFangSC-light, PingFangTC-light, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size:0.9em;
    letter-spacing:0.1em;display:inline;
}

.news-md-br-after-p {
    line-height:1.75;
    font-size:14px;
    margin:1.5em 8px;
    letter-spacing:0.1em;
}

.news-md-disclaimer {
    line-height:1.75;
    font-size:14px;
    margin:1.5em 8px;
    letter-spacing:0.1em;
    color:orange;
}

.news-md-media-report {
    color:grey;
    line-height:1.75;
    font-size:14px;
    margin-left:0;
    padding-left:1em;
    list-style:circle;
}

.news-md-media-item {
    text-indent:-1em;
    display:block;
    margin:0.2em 8px;
}