/*  <!-- 资讯详情 --> */
.xu-news_article {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
}

.xu-news_article-left {
    width: 830px;
    background-color: #202938;
    box-sizing: border-box;
    padding: 26px 55px 30px;

}

.xu-news_article-left__title {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    text-align: center;
}

.xu-news_article-left__time {
    width: 100%;
    display: flex;
    justify-content: center;
}

.news_article_time {
    color: #CECECE;
    font-size: 16px;
}

.news_article_time:nth-child(2){
    margin-left: 30px;
}

.xu-news_article-left__cont {
    margin-top: 20px;
}

.xu-news_article-left__cont__img {
    display: block;
    width: 720px;
    height: 380px;
    object-fit: cover;
    margin-bottom: 17px;
}

.xu-news_article-left__cont__text {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 30px;
}

.xu-news_article-left__tag {
    padding-top: 20px;
    color: #A9A9A9;
    display: flex;
    align-items: center;
}

.news_article_tag {
    display: flex;
}

.news_article_tag>a {
    color: #A9A9A9;
    margin-right: 10px;
}

.news_article_tag>a:hover {
    color:#C34752;
}


.xu-news_article-right {
    width: 338px;
}

.xu-news_article-left__cont__text > img{
    width: 100% !important;
    height: 100% !important;
}

.xu-news_article-left__cont__text > p > img{
    width: 100% !important;
    height: 100% !important;
}