
.xu-news-item {
    margin-top: 8px;
    display: flex;
    width: 100%;
    height: 34px;
    background-color: #106b67;
    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: #106b67;
    background-color: #409EFF;
    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: #409EFF;
}

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

.xu-hot_events-content__nav .qianbu {
    background-color: #106b67;
    color: #fff;
}


