@charset "utf-8";

.news-content {
    box-sizing: border-box;
    color: #666;
    font: 14px/1.7 "宋体", SimSun, Arial, sans-serif;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body.news-content {
    margin: 0;
    padding: 10px;
}

.news-content p {
    margin: 0;
    padding: 0;
    line-height: inherit;
    text-indent: 2em;
}

.news-content h1,
.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5,
.news-content h6 {
    color: inherit;
    font-weight: bold;
    line-height: 1.5;
    margin: 0.8em 0 0.5em;
    padding: 0;
    text-align: left;
    text-indent: 0;
}

.news-content h1 { font-size: 2em; }
.news-content h2 { font-size: 1.5em; }
.news-content h3 { font-size: 1.17em; }
.news-content h4,
.news-content h5,
.news-content h6 { font-size: 1em; }

.news-content ul,
.news-content ol {
    margin: 0.8em 0;
    padding-left: 2.5em;
}

.news-content ul li { list-style: disc outside; }
.news-content ol li { list-style: decimal outside; }

.news-content blockquote {
    border-left: 4px solid #ddd;
    margin: 1em 0;
    padding: 0.5em 1em;
}

.news-content img {
    height: auto !important;
    max-width: 100%;
}

.news-content table {
    border-collapse: collapse;
    max-width: 100%;
}

.news-content th,
.news-content td {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.news-content pre {
    overflow-x: auto;
    white-space: pre-wrap;
}
