.xu-dq_biaoqian {
    padding: 14px 30px;
    color: #fff;
    background-color: #1a2636;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/* 热门资讯 */
.xu-tag-news {
    width: 100%;
}

.xu-tag-news__title {
    width: 214px;
    height: 35px;
    margin: auto;
}

.xu-tag-news__content_box {
    width: 100%;
    height: 653px;
    background-color: #202938;
    border-radius: 6px;
    overflow: hidden;
}

.xu-tag-news__content {
    padding: 20px 14px 30px;
    display: flex;
    flex-wrap: wrap;
}

.xu-tag-news__content>a {
    display: block;
    color: #00A6FF;
    margin-bottom: 16px;
}

.xu-tag-news__cont-more{
    display: block;
    padding: 10px 0;
    width: 68px;
    height: 14px;
    margin: auto;
    color: #973a40 !important;
    font-size: 14px;
}

/*.xu-tag-news__content>a::after {*/
/*    content: "|";*/
/*    color: #BABABA;*/
/*    margin: 0 10px;*/
/*}*/

/* 热门录像标签 */
.xu-tag-luxiang {
    width: 100%;
    margin-top: 40px;
}

.xu-tag-luxiang__title {
    width: 214px;
    height: 43px;
    margin: auto;
}

.xu-tag-luxiang__content_box {
    width: 100%;
    height: 402px;
    background-color: #202938;
    border-radius: 6px;
    overflow: hidden;
}

.xu-tag-luxiang__content {
    padding: 20px 17px 30px;
    display: flex;
    flex-wrap: wrap;
}

.xu-tag-luxiang__content>a {
    display: block;
    width: 64px;
    height: 30px;
    line-height: 30px;
    color: #BABABA;
    border: 1px solid #BABABA;
    border-radius: 6px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 16px;
}

.xu-tag-luxiang__content>a:hover {
    background-color: #CF181D;
    color: #fff;
}


.news_content_item__play {
    position: relative;
}

.news_content_item__play__bg {
    display: block;
    width: 220px;
    height: 120px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 4px;
}

.news_content_item__play__img {
    position: absolute;
    top: 28px;
    left: 78px;
    width: 66px;
    height: 66px;
}