@charset "utf-8";
.article-box {
    margin-right: auto;
    margin-left: auto;
    width: 750px;
}
article {
    word-wrap: break-word; /* IE */
    min-height: 100px;
    font-size: 14px;
    line-height: 2em;
    word-break: break-word; /* 文本行的任意字内断开 */
}
article img {
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    border: 0;
    max-width: 100%;
}
article em {
    font-style: italic;
}
article p {
    margin-top: 0px;
    margin-bottom: 20px;
}
article ol, article ul {
    margin-left: 1em;
    list-style-type: disc;
    list-style-position: outside;
}
article A:link, article A:visited {
    color: #212121;
    text-decoration: underline;
}
article A:hover {
    color: #FF6600;
    text-decoration: none;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
    margin-bottom: 5px;
    color: #212121;
    font-weight: 500;
    line-height: 1.5em;
}
article h1 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 40px;
}
article h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 38px;
}
article h3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
}
article h4 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 35px;
}
article h5 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 34px;
}
article h6 {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 33px;
}
article table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}
article table th {
    background-color: #f7f7f7;
    font-weight: 600;
    text-align: center;
}
article table .ue-table-interlace-color-single td {
    background-color: #fcfcfc;
}
article table .ue-table-interlace-color-double td {
    background-color: #f7faff;
}
article table td, table th {
    border: 1px solid #e0e0e0;
    padding: 2px 10px;
}
article table thead th {
    background-color: #7d7d7d;
    height: 30px;
    color: #FFFFFF;
}
/*代码*/
article pre {
    word-wrap: break-word; /* IE */
    border: 1px solid #e7eaed;
    border-radius: 2px;
    background-color: #f8f8f8;
    padding: 10px;
    font-family: "Consolas";
    white-space: -hp-pre-wrap; /* HP printers */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-break: break-word; /* 文本行的任意字内断开 */
}
/*引用*/
article blockquote {
    word-wrap: break-word; /* IE */
    margin-block-start: 0px;
    margin-block-end: 20px;
    border: 1px solid #e7eaed;
    border-radius: 2px;
    background-color: #f8f8f8;
    padding: 10px;
    white-space: -hp-pre-wrap; /* HP printers */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-break: break-word; /* 文本行的任意字内断开 */
}
article blockquote p {
    margin: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
}