/* 顶部 */

.img_column {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.img_column>div span img {
    width: 100%;
}

/* 文章主体 */

.wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    min-height: 500px;
    margin-bottom: 100px;
}

.arti_title {
    width: 1200px;
}

.article .arti_title {
    text-align: center;
    font-size: 30px;
    color: #1e1e1e;
    line-height: 36px;
    padding: 0 40px 40px;
    font-weight: 700;
}

.article .arti_metas {
    width: 1200px;
    height: 38px;
    background: #fff2e5;
    text-align: center;
    line-height: 38px;
    color: gray;
	
}

.article .padding {
    padding-top: 30px;
}

.article .read {
    font-size: 20px;
    text-indent: 2em;
    /* 空两格 */
    margin: 0px;
    padding: 0px;
    color: rgb(88, 88, 88);
    letter-spacing: 0.1px;
    font-family: 宋体;
    -ms-word-wrap: break-word !important;
    max-width: 100%;
    box-sizing: border-box !important;
}

.article .read p {
    text-align: justify;
    line-height: 1.75em;
    color: rgb(51, 51, 51);
    font-weight: 400;
    word-spacing: 0px;
    letter-spacing: 0.54px;
}

