.newsDetail {
    padding: 110px 0 20px 0;
    background-color: #f5f5f5;
}

.newsDetail .wrapper {
    background-color: #fff;
    padding: 20px;
}

.news-title {
    text-align: center;
    margin-bottom: 20px;
}

.case_share {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bd_weixin_popup {
    height: 300px !important;
}

.news-date {
    margin: 0 20px;
}

.news-date .iconfont,
.news-views .iconfont {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
}

.news-footer p span:hover {
    color: var(--theme-color);
    cursor: pointer;
    text-decoration: underline;
}

.return {
    width: 72px;
}

.return a {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #ff932d;
    margin-top: 10px;
}

.mb-newsDetail h6{
    font-weight: bold;
    text-align: center;
    padding-top:20px;
}
.mb-news-date{
    text-align: center;
    color: var(--sub-title-color);
    font-size: 14px;
}
.icon-box {
    width: 50px;
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background-color: rgb(250, 234, 216);
}
.mb-news-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*图片宽度适应屏幕宽度*/
.mobile-only .md-img-loaded {
    width: 100% !important;
}
/*图片宽度适应屏幕宽度*/
.mobile-only .md-image {
    width: 100% !important;
}