/**!
 * 征集意见及采纳情况-公告内容
 * author: trh;
 * date:2020-09-23
 */

.ewb-white {
    border-bottom: 1px dashed #eee;
}

/* 内容信息 */
.ewb-article-p {
    color: #888;
    line-height: 25px;
    text-indent: 46px;
    font-size: 20px;
    text-align: justify;
    letter-spacing: 2px;
}

.ewb-mt15 {
    margin-top: 15px;
}

.ewb-article-ft {
    height: 22px;
    line-height: 22px;
    font-size: 21px;
    text-align: right;
    color: #888;
    letter-spacing: 2px;
}

/* media */
@media (max-width:979px) {

    .ewb-article-detail {
        margin-top: 19px;
        padding-top: 19px;
    }

    .ewb-article-p {
        font-size: 16px;
    }

    .ewb-article-ft {
        font-size: 16px;
    }

    .ewb-article-detail {
        min-height: 380px;
    }
}

@media (max-width:744px) {
    .ewb-article-p {
        font-size: 15px;
        line-height: 20px;
    }

    .ewb-article-ft {
        font-size: 15px;
    }

    .ewb-article-detail {
        min-height: 300px;
    }
}

@media (max-width:477px) {
    .ewb-article-p {
        font-size: 14px;
        line-height: 18px;
    }

    .ewb-article-ft {
        font-size: 13px;
        line-height: 18px;
    }
}

.button {
    display: block;
    height: 36px;
    width: 173px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
    font-size: 18px;
    background-color: #ef4837;
}