.noticeBg{
    padding: 40px 0px;
}
.noticeBg .notice_menu{
    display: flex;
    align-items: center;
    width: calc(var(--layout-page-notice-width) - 20px);
    height: 60px;
    margin: 0 auto 20px;
    padding: 10px;
    background: var(--menu-color-bg2);
}
.noticeBg .notice_menu a{
    margin-right: 10px;
    color: var(--menu-color-text2);
}
.noticeBg .notice_menu .cates_menu{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    border-radius: 2px;
    min-width: 130px;
    cursor: pointer;
}
.noticeBg .notice_menu .cates_menu .menu_icon{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.noticeBg .notice_menu .cates_menu .menu_text{
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    /*color: var(--menu-color-text);*/
    font-family: var(--theme-global-title-font), sans-serif;
}
.noticeBg .notice_menu .active{
    background: var(--button-color-gradient-bg1);
    color: var(--button-color-gradient-text1);
}

.noticeBg .notice_menu .active .menu_text {
    /*color: #fff;*/
}
.notice_container{
    width: var(--layout-page-notice-width);
    margin: 0 auto;
    display: flex;
}
.noticeBg .notice_list_left{
    width: var(--layout-page-notice-banner-width);
}
.noticeBg .notice_list_left .notice_list{
    width: 100%;
}
.noticeBg .notice_list .notice_link{
    width: calc(100% - 30px);
    height: 150px;
    padding: 15px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #E5E6EB;
}
.noticeBg .notice_link .informationAndAnnouncementListItem .info-content{
    display: flex;
    align-items: center;
}
.noticeBg .notice_link .informationAndAnnouncementListItem .info-content .list_img{
    width: 240px;
    height: 150px;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.noticeBg .notice_link .informationAndAnnouncementListItem .info-content .list_img img{
    width: 100%;
    height: 100%;
}
.noticeBg .notice_link .informationAndAnnouncementListItem .info-content .list_text{
    width: calc(100% - 255px);
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.noticeBg .notice_link .informationAndAnnouncementListItem .info-content .list_text .title{
    display: inline-block;
    font-size: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}
.noticeBg .notice_link .informationAndAnnouncementListItem .info-content .list_text .text_body{
    min-height:75px;
    color: #666666;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
}
.user_info{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.user_info .info_left{
    font-family: var(--theme-global-title-font), sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #999999;
}
.user_info .info_right{
    font-family: var(--theme-global-title-font), sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: var(--tag-color-text2);
}

.notice_banner{
    width: var(--layout-page-notice-width);
    height: var(--layout-page-notice-banner-height);
    margin: 0 auto 20px;
    background-color: #fff;
    display: flex;
}
.notice_banner .notice_swiper{
    width: var(--layout-page-notice-banner-width);
    border-radius: 4px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.notice_banner .notice_swiper .swiper-wrapper{

}
.notice_banner .notice_swiper .swiper-wrapper .swiper-slide{

}
.notice_banner .notice_swiper .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.notice_banner .notice_swiper .swiper-wrapper .swiper-slide .slide_title{
    font-family: var(--theme-global-title-font), sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #FFFFFF;
    position: absolute;
    bottom: 30px;
    padding: 0px 40px;
    z-index: 10;
}
.notice_banner .notice_swiper .swiper-wrapper .swiper-slide .slide_container{
    height: 100%;
    width: 100%;
}
.notice_banner .notice_swiper .swiper-wrapper .swiper-slide .slide_shade{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 110px;
    background: linear-gradient(rgba(0, 0, 0, 0), #333);
    z-index: 1;
}
.notice_banner .notice_swiper .swiper-pagination-bullet {
    width: 28px;
    height: 8px;
    border-radius: 0px;
    background: none;
    background-image: url("/static/img/noticie_banner.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.notice_banner .notice_swiper .swiper-pagination-bullet-active{
    width: 28px;
    height: 8px;
    background: none;
    background-image: url("/static/index/img/notice/noticie_banner_active.png");
}
.notice_banner .notice_swiper .swiper-button-next{
    background-image: url("/static/img/banner_active_right.png");
    width: 40px;
    height: 96px;
    right: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.notice_banner .notice_swiper .swiper-button-next::after{
    content: none;
}
.notice_banner .notice_swiper .swiper-button-prev{
    background-image: url("/static/img/banner_left_action.png");
    width: 40px;
    height: 96px;
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.notice_banner .notice_swiper .swiper-button-prev::after{
    content: none;
}
.load-more{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 30px);
    background-color: #fff;
    height: 90px;
    padding: 0 15px;
}
.load-more #loadMoreBtn{
    display: block;
    width: 100%;
}
.load-more #loadMoreBtn div{
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C9CDD4;
}

/* 默认封面 */
/*直播间封面球队信息*/
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .match-info {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.game-cover-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* 父容器设为相对定位 */
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .league-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: 21px;*/
    margin: 10px auto 4px; /* 水平居中 */
    width: 315px; /* 与 league-bg 宽高一致 */
    /*height: 26px;*/
}

/* 图片作为背景，绝对定位 */
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .league-container .league-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 313px;
    height: 45px;
}

/* 文字内容在最上层 */
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .league-container .league-content {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    text-align: center;
    pointer-events: none; /* 防止文字阻挡点击事件（可选） */
    font-size: 13px;
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .league-container .league-content .league-name {
    width: 280px;
    height: 26px;
    line-height: 26px;
    /*font-size: 15px;*/
    color: #d7d9da;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .league-container .league-content .match-date {
    /*font-size: 15px;*/
    height: 20px;
    line-height: 20px;
    color: var(--tag-color-text);
}

.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .team-container {
    /*width: 100px;*/
    /*height: 10px;*/
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .team-container .team-container{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 111px;
}

.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .team-container .logo-img {
    width: 90px;
    height: 90px;
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .team-container .team-name-container {
    position: relative;
}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .team-container .team-name-container .team-name-container-bg{
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 1;

    width: 130px;
    height: 15px;

}
.noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .team-container .team-name-container .team-name{
    /* 超出隐藏 显示三个点 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    position: relative;
    z-index: 2;
    width: 115px;
    height: 15px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width: 1920px) {
    .noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .league-container{
        margin: 15px auto;
    }
    .noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .team-container .team-container{
        height: 90px;
    }
    .noticeBg .notice_list_right .recommend_list .recommend_item .game_bg .team-container .logo-img{
        width: 60px;
        height: 60px;
    }
}
