/* 资讯 */
/* .xu-news {
    box-sizing: border-box;
    width: 100%;
    padding: 11px 14px 30px;

}

.xu-news-img {
    position: relative;
    width: 100%;
    height: 170px;
    border-radius: 10px;

}

.xu-news-img>a {
    position: relative;
}

.xu-news-img>a>img {
    display: block;
    width: 100%;
    height: 100%;
}

.xu-news-img__bg_img {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 56px;
    background: url(../images/bg_news.png) no-repeat;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 84px;

} */

.xu-news-item {
    margin-top: 8px;
    display: flex;
    width: 100%;
    height: 34px;
    background-color: #563A04;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}


.xu-news-item>a {
    box-sizing: border-box;
    width: 100%;
    height: 20px;
    padding: 0 14px;
    display: flex;
    align-items: center;
}

.xu-news-item>a .left {
    max-width: 50px;
    min-width: 50px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    transform: skew(-20deg);
    margin-right: 8px;
    font-weight: bold;
    color: #563A04;
    background-color: #FFD800;
    white-space: nowrap;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xu-news-item>a .right {
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 热门赛事 */
.xu-hot_events {
    width: 100%;
}

.xu-hot_events-title {
    height: 28px;
}

.xu-hot_events-title>img {
    display: block;
    width: 100%;
    height: 100%;
}

.xu-hot_events-content {
    padding: 16px 14px;
}

.xu-hot_events-content__nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xu-hot_events-content__nav>a>li {
    padding: 4px 10px;
    font-size: 14px;
    color: #222222;
    font-weight: bold;
    background-color: #FFD800;
}

.xu-hot_events-content__nav>li {
    padding: 4px 10px;
    font-size: 14px;
    color: #222222;
    font-weight: bold;
    background-color: #FFD800;
}

.xu-hot_events-content__nav .qianbu {
    background-color: #563A04;
    color: #fff;
}


