/* 球队信息 */
.fuwangzhibo-team {
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
}
.fuwangzhibo-team__football--back {
    background-image: linear-gradient(to right, #555555, #222222);
    background-size: 100% 100%;
}
.fuwangzhibo-team__basketball--back {
    background-image: linear-gradient(to right, #555555, #222222);
    background-size: 100% 100%;
}
.fuwangzhibo-team__info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fuwangzhibo-team__info-item {
    width: 33%;
}
.fuwangzhibo-team__thumb-box {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fuwangzhibo-team__thumb {
    display: block;
    width: 100%;
    height: 100%;
}
.fuwangzhibo-team__score {
    font-size: 40px;
    font-weight: bold;
}

/* 直播信号源 */
.fuwangzhibo-source__centent {
    display: flex;
    margin-top: 10px;
    margin-left: -20px;
    padding-bottom: 5px;
}
.fuwangzhibo-source__item {
    min-width: 100px;
    line-height: 30px;
    text-align: center;
    margin-left: 20px;
    padding: 0 10px;
    background: #FFFFFF;
    border: 1px solid red;
}
.fuwangzhibo-source__item--back {
    background: #F8F8F8!important;
}
.fuwangzhibo-source__name {
    color: red!important;
}

/* 文章列表 */
.fuwangzhibo-article-list {
    background: #ffffff;
    padding: 15px;
}
.fuwangzhibo-article-list__label {
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
}
.fuwangzhibo-article-list__thumb {
    width: 280px;
    height: 160px;
}
.fuwangzhibo-article-list__item {
    display: flex;
}
.fuwangzhibo-article-list__item:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}
.fuwangzhibo-article-list__item:not(:first-child) {
    margin-top: 15px;
}
.fuwangzhibo-article-list__title {
    font-size: 18px;
    font-weight: bold;
}
.fuwangzhibo-article-list__other-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
}
.fuwangzhibo-article-list__tag-name {
    background: #ecf3f2;
    max-width: 70px!important;
    color: #8B9F9D !important;
    max-width: 120px;
    padding: 3px 6px;
}
.fuwangzhibo-article-list__tag-name:not(:first-child) {
    margin-left: 10px;
}