/* 球队信息 */
.team {
    text-align: center;
    color: #ffffff;
    padding: 60px 0;
}
.yingguan-team__football--back {
    background-image: linear-gradient(to right, #555555, #222222);
    background-size: 100% 100%;
}
.yingguan-team__basketball--back {
    background-image: linear-gradient(to right, #555555, #222222);
    background-size: 100% 100%;
}

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

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