/*重写*/
.wrap {
    min-height: 0;
}

/*在新闻具体页面让底部悬浮*/
.footer {
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

/*自定义*/

html, body {
    background: unset;
}

.body-news {
    text-align: center;
}

.body-news-detail {
    font-size: 18px;
    text-align: left;
    padding-left: 8%;
    padding-right: 8%;
}

.news-detail-title {
    font-size: 30px;
    font-weight: 600;
    margin: 15px 0;
}

.news-detail-icon-color-1 {
    color: #FF8247;
}

.news-detail-icon-color-2 {
    color: #DC143C;
}

.news-detail-icon-color-3 {
    color: #43CD80;
}

.news-detail-icon-margin {
    margin-right: 20px;
}

.row {
    margin: 0;
}

.nav-bar-style {
    font-size: 18px;
    margin: 0 0 15px 0;
}

.attachment {
    text-align: left;
    font-size: 18px;
}

.attachment-item {
    margin: 3px 1px;
}
.wp_entry img {max-width: 100%;}

/*手机端 414 6p*/
@media only screen and (max-width: 767px) {
    .news-detail-title {
        font-size: 20px;
    }

    .nav-bar-style {
        font-size: 15px;
    }
}