/* 轮播图 */
.swiper-container {
    width: 100%;
    height: 200px;
    background: #333;
}
.swiper-container img {
    color: #ddd;
    width: 100%;
    object-fit: fill;
}
.swiper-container p {
    position: absolute;
    bottom: 70px;
    left: 23px;
    right: 23px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.swiper-container .swiper-pagination {
    bottom: 57px !important;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #58A9B3;
}

/* 资讯 */
.feiwen-news-list {
    position: relative;
    z-index: 9999;
    top: -50px;
    background: #ffffff;
    margin: 0 15px;
    padding: 15px;
}
.feiwen-news-list__item {
    display: flex;
    align-items: center;
}
.feiwen-news-list__item:not(:first-child) {
    margin-top: 8px;
}
.feiwen-news-list__recom-label {
    width: 110px;
    text-align: center;
    background: #d7e4e6;
    padding: 2px 0;
    margin-right: 10px;
}
.feiwen-news-list__top-label {
    width: 110px;
    text-align: center;
    background: #d7e4e6;
    padding: 2px 0;
    margin-right: 10px;
}
.feiwen-news-list__title {
    width: 100%;
}

/* 赛事介绍 */
.feiwen-match-introduce {
    padding: 0px 0px 15px 0px;
}
.feiwen-match-introduce__label {
    padding-left: 15px;
}
.feiwen-match-introduce__content {
    background: #ffffff;
    margin-top: 10px;
    padding: 15px;
}