.news-detail_wrapper {
    font-size: 12px
}
.news-detail_wrapper ul,
.news-detail_wrapper li {
    list-style: initial;
}

.news-detail_wrapper .breadcrumb-nav {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.news-detail_wrapper .ibenew-title__wrapper {
    min-width: 792px
}

.news-detail_wrapper .news-tag__wrap {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
    border-bottom: 1px solid#f2f2f2;
    padding-bottom: 8px;
    margin-bottom: 20px;
    width: 100%
}

.news-detail_wrapper .news-center__aside {
    margin-top: 172px
}

.news-detail_wrapper .news-detail_inner {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.news-detail_wrapper img {
    max-width: 100%;
}
.news-detail_wrapper .atical {
    width: 792px;
    margin: 0 auto;
    padding-top: 28px;
    border-top: 1px solid #eee
}

.news-detail_wrapper .atical p {
    text-indent: 20px
}

.news-detail_wrapper .atical.has_pic {
    border-top: 0;
    padding-top: 0
}

.news-detail_wrapper p+p {
    margin-top: 15px;
    margin-bottom: 15px
}

.news-detail_wrapper .theme {
    margin-bottom: 50px;
    margin-top: 50px;
    color: #333;
    font-size: 12px
}

.news-detail_wrapper .theme-link {
    color: #333
}

.news-detail_wrapper .theme-link:hover {
    color: #ff8700
}