.editor-content,
.news_content,
.tab-content-inner {
    font-family: "Microsoft YaHei", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    color: #666 !important;
    padding: 10px !important;
    margin: 0 !important;
}

.editor-content h1,
.news_content h1,
.tab-content-inner h1 {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin: 20px 0 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #f16424 !important;
}

.editor-content h2,
.news_content h2,
.tab-content-inner h2 {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin: 18px 0 12px !important;
    padding-left: 10px !important;
    border-left: 3px solid #f16424 !important;
}

.editor-content h3,
.news_content h3,
.tab-content-inner h3 {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin: 15px 0 10px !important;
}

.editor-content h4,
.news_content h4,
.tab-content-inner h4 {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin: 12px 0 8px !important;
}

.editor-content h5,
.news_content h5,
.tab-content-inner h5 {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin: 10px 0 6px !important;
}

.editor-content h6,
.news_content h6,
.tab-content-inner h6 {
    font-size: 13px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin: 8px 0 6px !important;
}

.editor-content p,
.news_content p,
.tab-content-inner p {
    margin: 10px 0 !important;
}

.editor-content strong,
.news_content strong,
.tab-content-inner strong {
    font-weight: bold !important;
    color: #333 !important;
}

.editor-content em,
.news_content em,
.tab-content-inner em {
    font-style: italic !important;
}

.editor-content ul,
.news_content ul,
.tab-content-inner ul {
    margin: 10px 0 !important;
    padding-left: 24px;
    list-style-type: disc;
    list-style-position: outside !important;
}

.editor-content ul li,
.news_content ul li,
.tab-content-inner ul li {
    list-style-type: disc;
    list-style-position: outside !important;
    margin: 6px 0 !important;
}

.editor-content ul[style*="list-style: none"],
.news_content ul[style*="list-style: none"],
.tab-content-inner ul[style*="list-style: none"],
.editor-content ul[style*="list-style-type: none"],
.news_content ul[style*="list-style-type: none"],
.tab-content-inner ul[style*="list-style-type: none"] {
    list-style-type: none !important;
    padding-left: 0 !important;
}

.editor-content ul[style*="list-style: none"] li[style*="background"],
.news_content ul[style*="list-style: none"] li[style*="background"],
.tab-content-inner ul[style*="list-style: none"] li[style*="background"],
.editor-content ul[style*="list-style-type: none"] li[style*="background"],
.news_content ul[style*="list-style-type: none"] li[style*="background"],
.tab-content-inner ul[style*="list-style-type: none"] li[style*="background"] {
    list-style-type: none !important;
    position: relative !important;
    padding-left: 24px !important;
}

.editor-content ol,
.news_content ol,
.tab-content-inner ol {
    margin: 10px 0 !important;
    padding-left: 24px !important;
    list-style-type: decimal !important;
    list-style-position: outside !important;
}

.editor-content ol li,
.news_content ol li,
.tab-content-inner ol li {
    list-style-type: decimal !important;
    list-style-position: outside !important;
    margin: 6px 0 !important;
}

.editor-content a,
.news_content a,
.tab-content-inner a {
    color: #0070cd !important;
    text-decoration: underline !important;
}

.page_num .pre_next a {
    color: #333 !important;
    text-decoration: none !important;
    width: 70% !important;
    display: inline-block !important;
    padding-left: 3% !important;
    line-height: 60px !important;
    height: 60px !important;
    overflow: hidden !important;
    font-size: 14px !important;
    vertical-align: top !important;
}

.editor-content a:hover,
.news_content a:hover,
.tab-content-inner a:hover {
    color: #f16424 !important;
}

.editor-content img,
.news_content img,
.tab-content-inner img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 10px auto !important;
}

.editor-content table,
.news_content table,
.tab-content-inner table {
    margin: 15px auto !important;
    border-collapse: collapse !important;
    max-width: 100% !important;
    border: 1px solid #ddd !important;
}

.editor-content table th,
.news_content table th,
.tab-content-inner table th {
    padding: 10px 12px !important;
    border: 1px solid #ddd !important;
    text-align: left !important;
    vertical-align: middle !important;
    background-color: #f5f5f5 !important;
    font-weight: bold !important;
    color: #333 !important;
}

.editor-content table td,
.news_content table td,
.tab-content-inner table td {
    padding: 10px 12px !important;
    border: 1px solid #ddd !important;
    text-align: left !important;
    vertical-align: middle !important;
    background-color: transparent !important;
}

.editor-content table tr,
.news_content table tr,
.tab-content-inner table tr {
    background-color: transparent !important;
}

.editor-content table tr:nth-child(even),
.news_content table tr:nth-child(even),
.tab-content-inner table tr:nth-child(even) {
    background-color: #f9f9f9 !important;
}

.editor-content table tr:first-child td,
.news_content table tr:first-child td,
.tab-content-inner table tr:first-child td {
    background-color: transparent !important;
    color: #666 !important;
    font-weight: normal !important;
}

.editor-content table tr:first-child th,
.news_content table tr:first-child th,
.tab-content-inner table tr:first-child th {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    font-weight: bold !important;
}

.editor-content blockquote,
.news_content blockquote,
.tab-content-inner blockquote {
    margin: 15px 0 !important;
    padding: 10px 20px !important;
    border-left: 4px solid #f16424 !important;
    background-color: #fafafa !important;
    color: #666 !important;
    font-style: italic !important;
}

.editor-content hr,
.news_content hr,
.tab-content-inner hr {
    border: none !important;
    border-top: 1px solid #ddd !important;
    margin: 20px 0 !important;
}

.editor-content .align-center,
.news_content .align-center,
.tab-content-inner .align-center,
.editor-content p[style*="text-align: center"],
.news_content p[style*="text-align: center"],
.tab-content-inner p[style*="text-align: center"],
.editor-content div[style*="text-align: center"],
.news_content div[style*="text-align: center"],
.tab-content-inner div[style*="text-align: center"] {
    text-align: center !important;
}

.editor-content .align-left,
.news_content .align-left,
.tab-content-inner .align-left {
    text-align: left !important;
}

.editor-content .align-right,
.news_content .align-right,
.tab-content-inner .align-right {
    text-align: right !important;
}

.editor-content .text-red,
.news_content .text-red,
.tab-content-inner .text-red {
    color: #ff0000 !important;
}

.editor-content .text-blue,
.news_content .text-blue,
.tab-content-inner .text-blue {
    color: #0070cd !important;
}

.editor-content .text-orange,
.news_content .text-orange,
.tab-content-inner .text-orange {
    color: #f16424 !important;
}

.editor-content .font-large,
.news_content .font-large,
.tab-content-inner .font-large {
    font-size: 16px !important;
}

.editor-content .font-small,
.news_content .font-small,
.tab-content-inner .font-small {
    font-size: 12px !important;
}