.xu-saishi {
    margin-top: 60px;
}

.xu-saishi-title {
    width: 564px;
    height: 59px;
}

.xu-saishi-title>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xu-saishi-content {
    box-sizing: border-box;
    width: 100%;
    /* height: 862px; */
    background-color: #171717;
    padding: 10px;
    border-radius: 2px;
}

.xu-saishi-content__top {
    width: 100%;
    display: flex;
    justify-content: center
}

.xu-saishi-content__top__time {
    width: 168px;
    height: 58px;
    background-color: #EAC0C1;
    border: 1px solid #DC9A9B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.xu-saishi-content__top__time:hover{
    cursor: pointer;
}

.active_time {
    background: linear-gradient(-37deg, #E65561 0%, #702830 100%) !important;
    color: #fff !important;

}



/*滚动条总宽度，高度可以不写*/
.xu-saishi-content__live__cont::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
}

/*滚动条的设置*/
.xu-saishi-content__live__cont::-webkit-scrollbar-thumb {
    background-color: #ccc;
    background-clip: padding-box;
    height: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: 0.5s;
}

/*滚动条激活状态*/
.xu-saishi-content__live__cont::-webkit-scrollbar-thumb:active {
    background-color: #fff;
}


/* 热门资讯列表 */

.xu-hot_news-right {
    margin-top: 30px;
    margin-left: 80px;
}

.xu-news_hot-title {
    width: 214px;
    height: 35px;
    margin: 0 auto 10px;
}

.xu-news_hot-cont {
    width: 558px;
    background-color: #1B2232;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 14px;
}

.xu-news_hot-cont__item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
}

.xu-news_hot-cont__item>span:first-child {
    width: 65px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #FF7A7A;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 6px;
}

.xu-news_hot-cont__item_text {
    width: 355px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
    line-height: 22px;
    color: #fff;
}

.xu-news_hot-cont__item_text:hover {
    color: #FF7A7A;
}

.xu-news_hot-cont__more {
    display: block;
    padding-top: 12px;
    width: 68px;
    height: 14px;
    margin: auto;
    color: #973A40;
    font-size: 14px;
}