.articleContentXM h1, h2, h3, h4, h5, h6 {
    margin: .7em 0;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

.articleContentXM h1 {
    font-size: 26px;
}

.articleContentXM h2 {
    font-size: 24px;
}

.articleContentXM h3 {
    font-size: 22px;
}

.articleContentXM h4 {
    font-size: 20px;
}

.articleContentXM h5 {
    font-size: 18px;
}

.articleContentXM h6 {
    font-size: 17px;
}

.articleContentXM img {
    width: 100%;
    height: auto;
    min-width: 30px;
    min-height: 30px;
    max-width: 100%;
    margin: 0px;
}

.articleContentXM hr {
    border: none;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 25px;
    /*background-color: #d9d9d9;width: 100%;*/
}

/* 引用的样式 */
.articleContentXM blockquote {
    margin: 0px;
    margin-bottom: 25px;
    padding: 20px;
    word-break: break-word;
    border-left: 6px solid #b4b4b4;
    background-color: #f7f7f7;
}

.articleContentXM blockquote p:last-child {
    margin-bottom: 0px;
}

/* 列表的样式 */
.articleContentXM ol, ul {
    margin-bottom: 25px;
}

.articleContentXM ol li ul li {
    line-height: 1.7em;
}

.articleContentXM ol li ol ul li ul {
    margin-top: 15px;
}

/*代码块和inline代码的样式*/
.articleContentXM pre {
    padding: 10px 10px 8px;
    margin-bottom: 25px;
    overflow: auto;
    word-wrap: normal;
    word-break: break-word;
    white-space: pre;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 12px;
    line-height: 18px;
}

.articleContentXM pre code {
    background-color: transparent;
    padding: 0;
}

.articleContentXM code {
    padding: 2px 4px;
    background-color: #f6f6f6;
    border: none;
    white-space: pre;
    color: #657b83;
    font-size: 12px;
}

/* 表单的样式 */
.articleContentXM table {
    margin-bottom: 25px;
    border: 1px solid #d9d9d9;
    border-collapse: collapse;
    border-left: none;
}

.articleContentXM table thead th {
    vertical-align: middle;
}

.articleContentXM table th {
    font-weight: bold;
}

.articleContentXM table th,
table td {
    padding: 8px;
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    line-height: 1.5em;
    vertical-align: top;
}

.image-package {
    margin: 0;
}

blockquote .image-package,
ol .image-package,
ul .image-package,
table .image-package {
    margin-left: 0;
    margin-right: 0;
}


.image-package{
    position: relative;
    display: block;
    line-height: 1;
    text-align: center;
}

.image-package .image-caption{
    display: inline-block;
    width: 6.66667rem;
    min-height: .66667rem;
    /*border-bottom: .01852rem solid #d9d9d9;*/
    margin: 0 auto;
    /*padding: .33333rem;*/
    font-size: .48148rem;
    color: #999;
    line-height: 1.11111rem;
}

.image-package .image-caption-input {
    display: block;
    width: 200px;
    min-height: 20px;
    border: none;
    outline: none;
    background: transparent;
    box-sizing: border-box;
    border-radius: 0px;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 auto;
    padding: 10px;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #999;
    line-height: 150%;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}


.image-caption p,
.video-description p {
    margin: 0px;
    padding: 0px;
    line-height: 1;
    text-align: center;
}

/* 内容部分*/
.articleContentXM {
    font-size: .59259rem;
    line-height:1.11111rem;
    color: #2f2f2f;
    word-break: break-word;
    padding-top: .27778rem;
    margin: 0 .74074rem .74074rem .74074rem;
    box-sizing: border-box;
}

.articleContentXM a {
    color: #3194d0;
    text-decoration: none;
}

.articleContentXM p {
    margin: 0 0 20px 0;
    word-break: break-word;
}

.articleContentXM .div, .articleContentXM .p {
    font-size: .59259rem;
    line-height: 1.11111rem;
    text-justify: inter-ideograph;
    margin: .29630rem 0;
    word-wrap: break-word;
}

.articleContentXM div.separator {
    -webkit-user-select: none;
    margin-top: -10px;
    margin-bottom: -10px;
    background-color: #b1b1b1;
}

