.banner {
    background: url(../img/newsInformationBanner.jpg) no-repeat center center;
}

.newsBox {
    width: 850px;
    margin: 0 auto;
}

.weiZhi {
    font-size: 12px;
    padding: 25px 0;
}

.color-9 {
    color: #999;
}

.newsTit {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
}

.dateBox {
    display: flex;
    justify-content: space-around;
    color: #999;
    margin: 10px auto;
}

/*文章内容的样式*/
.article_body img {
    width: 750px;
    margin:10px;
}

.article_body p {
    line-height: 1.6em;
    margin: 10px auto;
    text-indent: 2em;
}

.article_body h1 {
    font-size: 2.5em;
    text-align: center;
}

.article_body h2 {
    font-size: 2.2em;
}

.article_body h3 {
    font-size: 2em;
    color: gray;
}

.article_body h4 {
    font-size: 1.8em;
}

.article_body h5 {
    font-size: 1.5em;
}

.article_body a:hover {
    color: #ef7d00;
}

.busText {
    padding: 30px 0;
}

.busText div {
    text-indent: 2em;
    padding-top: 6px;
    line-height: 1.5;
}

.busImgBox {
}

.busImg {
    /* width: 840px;
    margin: 0 auto; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.busImg img {
    min-width: 419px;
    max-width: 850px;
}

.pianZhang {
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 14px;
    padding: 30px 0;
}
