/* 足球资讯 */
.xu-news {
    width: 100%;
    height: 1066px;
    background: url(../images/img_index/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/img_index/bg_content.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
}




/* 热门赛事*/

.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;
}

.xu-events-content__live {
    box-sizing: border-box;
    width: 282px;
    height: 468px;
    background: url(../images/img_index/hot_event_bg.png) no-repeat;
    background-size: 100%;
}

.xu-events-content__live>a {
    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;
}

