/* 足球资讯 */
.xu-news {
    background: url(../images/bg_top.jpg) no-repeat;
    background-size: 100% 100%;
}

.xu-news-title {
    padding: 210px 0 50px 0px;
    width: 1160px;
    height: 138px;
    margin: auto;
}

.xu-news-title>img {
    position: relative;
    left: -80px;
    width: 670px;
    height: 138px;


}

.xu-news-pic {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.xu-news-pic .xu-news-pic__left>a,
.xu-news-pic_right>a {
    display: block;
    margin-top: 24px;
    width: 344px;
    height: 325px;
    position: relative;
    overflow: hidden;
}

.xu-news-pic__left>a {
    border-top: 4px solid #FCE52D;
    border-right: 4px solid #FCE52D;
    border-bottom: 4px solid #FCE52D;
}

.xu-news-pic_right>a {
    border-top: 4px solid #FCE52D;
    border-left: 4px solid #FCE52D;
    border-bottom: 4px solid #FCE52D;
}

.xu-news-pic__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xu-news-pic__position_span {
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    text-align: center;
    line-height: 26px;
    padding: 0 10px;
    font-size: 16px;
    color: #f3f3f3;
    background-color: #333;
    opacity: 0.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xu-news-pic__right>a {
    border-left: 4px solid #FCE52D;
    border-top: 4px solid #FCE52D;
    border-bottom: 4px solid #FCE52D;

}

.xu-news-pic .xu-news-pic__center>a {
    display: block;
    position: relative;
    width: 550px;
    height: 374px;
    border: 4px solid #FCE52D;
}


.xu-news-content {
    width: 1160px;
    padding-top: 27px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}


.xu-news-content__left>div>a,
.xu-news-content__right>div>a {
    box-sizing: border-box;
    width: 558px;
    height: 42px;
    padding: 0 36px 0 13px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;

}

.xu-news-content__left>div>a .left,
.xu-news-content__right>div>a .left {
    width: 77px;
    height: 25px;
    text-align: center;
    transform: skew(-20deg);
    margin-right: 10px;

}

.xu-news-content__left>div>a .left>span,
.xu-news-content__right>div>a .left>span {
    font-size: 17px;
    color: #fff;
}


.xu-news-content__left>div>a .right,
.xu-news-content__right>div>a .right {
    color: #fff;
    width: 424px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xu-news-content__left>div>a {
    background: #664a14;
}

.xu-news-content__right>div>a {
    background: #333316;
}

.xu-news-content__left>div>a .left {
    background: #CD9600;
}

.xu-news-content__right>div>a .left {
    background: #36900A;
}


/* xu-content */
.xu-content {
    width: 100%;
    background: url(../images/bg_content.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 120px;
}




/* 热门赛事*/

.xu-events {
    width: 1160px;
    margin: 87px auto 0;
}

.xu-events-title {
    width: 840px;
    height: 140px;
}

.xu-events-title>img {
    display: block;
    width: 100%;
    position: relative;
    left: -46px;
}

.xu-events-content {
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
    width: 1160px;
    overflow-x: auto;
    overflow-y: hidden;
}

/* 整个滚动条 */
::-webkit-scrollbar {
    width: 8px;
    /* 滚动条的宽度 */
    height: 8px;
    /* 滚动条的高度 */
}

/* 滚动条的轨道 */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* 轨道的背景颜色 */
    border-radius: 20px;
}

/* 滚动条上的滑块 */
::-webkit-scrollbar-thumb {
    background: rgba(255, 216, 0, 0.62);
    /* 滑块的背景颜色 */
    border-radius: 10px;
    /* 滑块的圆角 */
}

/* 滑块悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
    background: #FFD800;
    /* 滑块悬停时的背景颜色 */
}


.xu-events-content__live {
    box-sizing: border-box;
    width: 282px;
    height: 468px;
    background: url(../images/hot_event_bg.png) no-repeat;
}

.xu-events-content__live>a {
    width: 200px;
    padding: 34px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.xu-events-content__live>a>span {
    margin-top: 10px;
    width: 24px;
    height: 4px;
    background-color: #FDE22F;
}

.xu-events-content__live>a>div>img {
    display: block;
    width: 100%;
    height: 100%;
}

.xu-events-content__live>a .ht_guoqi {
    margin: 10px 0;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xu-events-content__live>a .ht_vs {
    width: 96px;
    height: 66px;
}

.xu-events-content__live>a>h3 {
    width: 90%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 手机端响应式样式 */
@media (max-width: 576px) {
    .xu-events {
        width: 100%;
        margin: 30px auto 0;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .xu-events-title {
        width: 100%;
        height: auto;
    }

    .xu-events-title>img {
        left: 0;
        width: 100%;
    }

    .xu-events-content {
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        overflow: visible;
    }

    .xu-events-content__live {
        width: calc(50% - 5px);
        max-width: none;
        height: 200px;
        margin: 0;
        padding: 10px 0;
        background-size: cover;
    }

    .xu-events-content__live>a {
        width: 100%;
        height: 100%;
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .xu-events-content__live>a>h3:first-child {
        font-size: 12px;
        margin: 0 0 5px;
        width: auto;
        flex-shrink: 0;
    }

    .xu-events-content__live>a>span {
        display: none;
    }

    .xu-events-content__live>a .ht_guoqi {
        width: 50px;
        height: 50px;
        margin: 0;
        display: inline-block;
    }

    .xu-events-content__live>a .ht_vs {
        width: 30px;
        height: 20px;
        margin: 0 5px;
        display: inline-block;
    }

    .xu-events-content__live>a>div:nth-child(3),
    .xu-events-content__live>a>div:nth-child(4),
    .xu-events-content__live>a>div:nth-child(5) {
        display: inline-block;
    }

    .xu-events-content__live>a>h3:last-child {
        font-size: 12px;
        margin: 5px 0 0;
        width: auto;
        text-align: center;
    }
}