.item_info_top_l {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column-reverse !important;
}
.item_info_top_r {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
}

.item_info_top_l .new_page_list_item_s17_info_team ,.item_info_top_r .new_page_list_item_s17_info_team{
    text-align: center !important;
    margin-left: unset !important;
    width: 80%;
    margin-top: 0.5rem !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: unset;
}
.new_page_list_item_s17_info_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: .8rem;
    margin: unset;
    background: unset;
    overflow: hidden;
    flex-shrink: 0;
}

.new_page_list_item_s17_info_logo img {
    width:3.125rem;
    height: 3.125rem;
    margin: 0;
    transform: scale(.9);
    object-fit: contain;
    background-color: #fff;
}
.new_page_list_item_s17_team_score_left, .new_page_list_item_s17_team_score_center, .new_page_list_item_s17_team_score_right{
    font-size: 2rem;
}

.new_page_list_item_s17_info_right_team_end .new_page_list_item_s17_info_team {
    text-align: right;
}
.new_page_list_item_s17_team_vs {
    font-size: 1.125rem;
    background: #182243;
    border-radius: 6px;
    justify-content: center;
    font-family: PingFangSC-Semibold;
    font-size: 19px;
    color: #5D6B8B;
    letter-spacing: 0;
    font-weight: 600;
}