/* 球队信息 */
.bnebei-team {
    text-align: center;
    color: #ffffff;
    padding: 130px 0;
    border-radius: 6px 6px 0 0!important;
}
.bnebei-team__date {
    margin-top: 20px;
    font-size: 16px;
}
.bnebei-team__home-box,
.bnebei-team__visit-box {
    flex: 1;
    text-align: center;
}
.bnebei-team__vs {
    text-align: center;
    width: 70px;
    font-size: 26px;
}
.bnebei-team__icon-box {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bnebei-team__icon {
    width: 30px;
    height: 30px;
}
.bnebei-team__home,
.bnebei-team__visit {
    font-size: 18px;
}
.bnebei-team__football--back {
    background: #333333;
    background-size: 100% 100%;
}
.bnebei-team__basketball--back {
    background: #333333;
    background-size: 100% 100%;
}

/* 直播信号源 */
.source {
    border-radius: 0 0 6px 6px!important;
}
.bnebei-source__centent {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    padding-bottom: 5px;
}
.bnebei-source__item {
    width: 100px;
    line-height: 30px;
    text-align: center;
    margin-left: 20px;
    padding: 0 10px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    margin-top: 15px;
}
.bnebei-source__item--back {
    background: #F8F8F8!important;
}

/* 文章列表 */
.bnebei-article-list {
    background: #ffffff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.bnebei-article-list__label {
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}
.bnebei-article-list__label-name {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #6f6d85;
}
.bnebei-article-list__thumb {
    width: 280px;
    height: 160px;
    border-radius: 6px;
    display: block;
}
.bnebei-article-list__item {
    display: flex;
}
.bnebei-article-list__item:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}
.bnebei-article-list__item:not(:first-child) {
    margin-top: 15px;
}
.bnebei-article-list__title {
    font-size: 18px;
    font-weight: bold;
}
.bnebei-article-list__other-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
}
.bnebei-article__tag-item {
    background: #d9d7ee;
    max-width: 70px!important;
    color: #6f6d85!important;
    padding: 3px 6px;
    text-align: center;
    border-radius: 6px;
}
.bnebei-article__tag-item:not(:first-child) {
    margin-left: 15px;
}