/*  资讯详情  */
.xu-news_detail {
    box-sizing: border-box;
    padding: 16px 10px;
    color: #A2A2A2;
    font-size: 14px;
}

.xu-news_detail-title {
    color: #fff;
}

.xu-news_detail-cont {
    margin-top: 10px;
}

.xu-news_detail-cont>img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 14px;
}

.xu-news_detail-cont__text {
    margin-bottom: 20px;
    line-height: 24px;
}

.xu-news_detail-cont__text>p {
    text-indent: 0 !important;
}

.xu-news_detail-cont__text>p>span>img {
    width: 100% !important;
    height: 300px !important;
    object-fit: fill;

}


.xu-news_detail-cont__text>p>img {
    width: 100% !important;
    height: 300px !important;
    object-fit: fill;
    text-indent: 0 !important;
}


.xu-news_detail-tag {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xu-news_detail-tag__left {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

.news_detail_tag_icon {
    font-size: 20px;
    margin-right: 4px;
    color: #FF7A7A;

}

.news_detail_tag_text {
    width: 140px;
    height: 20px;
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
}

.news_detail_tag_text>a {
    display: block;
    color: #FF7A7A;
    margin-right: 6px;
}

.xu-news_detail-bottom {
    margin-top: 20px;
}

.xu-news_detail-bottom>a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ED777B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.xu-news_detail-bottom>span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ccc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}