/* 关联赛事 */
.bnebei-relevance-match-box {
    display: flex;
    justify-content: space-between;

    border-radius: 6px;
    margin-bottom: 15px;
    padding: 15px;
    background-image: linear-gradient(to top, #27c566, #ffffff);
}

.bnebei-relevance-match {
    width: 600px;
    display: flex;
    justify-content: space-around;
    justify-content: space-between;
}

.bnebei-relevance-match__home-team-icon,
.bnebei-relevance-match__visitor-team-icon {
    width: 50px;
    height: 50px;
}

.bnebei-relevance-match__team-info {
    display: flex;
    width: 93%;
    justify-content: space-between;
    align-items: center;
}

.bnebei-relevance-match__home-team-name {
    margin-left: 12px;
}

.bnebei-relevance-match__home-team-name,
.bnebei-relevance-match__visitor-team-name {
    font-size: 16px;
    width: 20%;
}

.bnebei-relevance-match__visitor-team-name {
    text-align: right;
    margin-right: 12px;
}

.bnebei-relevance-match__team-status-info {
    text-align: center;
}

.bnebei-relevance-match__team-score {
    font-size: 36px;
    font-weight: bold;
}

.bnebei-relevance-match__team-status {
    margin-top: 10px;
    color: #898787;
}

.bnebei-relevance-match__btn {
    border: 1px solid #FF7260;
    color: #FF7260;
    border-radius: 6px;
    padding: 0 30px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: relative;
    top: 10px;
}

/* 内容 */
.bnebei-article {
    background: #ffffff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.bnebei-article__title {
    font-size: 18px;
}
.bnebei-article__info {
    text-align: center;
    margin-top: 10px;
    color: #888888;
}
.bnebei-article__content {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #EFEFEF;
    font-size: 16px!important;
}
.bnebei-article__content img {
    max-width: 740px!important;
    height: 100%!important;
    border-radius: 20px;
}
.bnebei-article__content a,
.bnebei-article__content span,
.bnebei-article__content div,
.bnebei-article__content em,
.bnebei-article__content strong,
.bnebei-article__content p {
    font-size: 14px!important;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif!important;
    line-height: 30px!important;
    color: #555555!important;
}
.bnebei-article__content a {
    color:  blue!important;
}
.bnebei-article__content > p:not(:first-child) {
    margin-top: 20px;
}

.bnebei-article__tag {
    display: flex;
    align-items: center;
}
.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;
}

/* 文章列表 */
.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-list__tag-name {
    background: #d9d7ee;
    max-width: 70px!important;
    color: #6f6d85 !important;
    max-width: 120px;
    padding: 3px 6px;
    border-radius: 6px;
}
.bnebei-article-list__tag-name:not(:first-child) {
    margin-left: 10px;
}

