/* 赛事推荐 */
.xu-saishituijian {
    margin-top: 28px;
}

.xu-saishituijian-title {
    width: 564px;
    height: 59px;
}

/* 轮播图 */
.xu-saishituijian .swiper-container {
    margin-top: 10px;
    width: 1180px;
    height: 160px;
    padding: 20px 30px;
    box-sizing: border-box;
    background-color: #1a2636;
    position: relative;
    overflow: hidden;
}

.xu-saishituijian .swiper-wrapper {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 100%;
    height: 118px;
    display: flex;
    align-items: center;
}

.xu-saishituijian .swiper-slide {
    width: 300px !important;
    height: 118px;
    /*background-color: #293a50;*/
    background: url("../images/live_bg01.png");
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10px;
    margin-right: 20px !important;

}

.xu-saishi-live>span:first-child {
    width: 50px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background-color: #0047AB;
    border-radius: 4px;
    overflow: hidden;
}

.xu-saishi-live__time {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    color: #fff;

}

.xu-saishi-live__time>span:first-child {
    width: 66px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #0047AB;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xu-saishi-live__vs {
    color: #fff;
    display: flex;
    padding-right: 10px;
    margin-bottom: 14px;
}

.xu-saishi-live__vs_event {
    display: flex;
    align-items: center;
}

.xu-saishi-live__vs_event>span {
    display: block;
    width: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xu-saishi-live__vs_event>img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.xu-saishi-live__vs .item_vs {
    font-size: 24px;
    margin: 0 12px;
}

.xu-saishi-live__lianjie {
    width: 292px;
    display: flex;
    padding-right: 10px;
    box-sizing: border-box;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

.xu-saishi-live__lianjie>a {
    display: flex;
    height: 15px;
    flex-shrink: 0;
    font-size: 14px;
    color: #fff;
    margin-right: 16px;
}

.xu-saishi-live__lianjie_img {
    display: block;
    width: 15px;
    height: 15px;
    object-fit: cover;
    margin-right: 6px;
}

.xu-saishi-live__lianjie>a>span {
    line-height: 15px;
}

.xu-saishituijian .swiper-button-prev {
    position: absolute;
    top: 10%;
    left: 0;
    width: 30px;
    height: 96%;
    background-color: #1a2636;
    color: #fff !important;
    opacity: 1 !important;
    --swiper-navigation-size: 24px;
}

.xu-saishituijian .swiper-button-next {
    position: absolute;
    top: 10%;
    right: 0;
    width: 30px;
    height: 96%;
    background-color: #1a2636;
    color: #fff !important;
    opacity: 1 !important;
    --swiper-navigation-size: 24px;
}



.xu-news_content {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

/*新闻的内容*/
.xu-news_content-left {
    width: 830px;
}

.xu-news_content-left__title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 6px;

}

.news_title_hot {
    display: block;
    width: 16px;
    height: 20px;
    object-fit: cover;
    margin-right: 6px;
}

.news_title_redubang {
    display: block;
    width: 80px;
    height: 23px;
    object-fit: cover;
    margin-right: 10px;
}

/*  <!--列表轮播图 --> */
.xu-news_content-left__title .swiper-container {
    width: 718px;
    height: 40px;
    position: relative;
    overflow: hidden;
}

.xu-news_content-left__title .swiper-wrapper {
    width: 696px;
    height: 100%;
    display: flex;
    align-items: center;
}

.xu-news_content-left__title .swiper-slide {
    width: 64px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
    background: url(../images/nav_bg.png) no-repeat;
    background-size: 100% 100%;

}

.xu-news_content-left__title .swiper-slide>a {
    display: block;
    color: #fff;
    padding: 0 4px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xu-news_content-left__title .xu-nav_quanbu {
    width: 90px !important;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.xu-nav_quanbu>span {
    font-size: 26px;
    margin-right: 2px;
}

.swiper-wrapper .nav_active {
    background: url(../images/nav_active.png) no-repeat;
    background-size: cover;
}

.xu-news_content-left__title .swiper-button-next {
    position: absolute;
    top: 20%;
    right: 0;
    width: 22px;
    height: 100%;
    color: #fff !important;
    opacity: 1 !important;
    --swiper-navigation-size: 16px;
    background: url(../images/nav_bg.png) no-repeat;
    background-size: cover;
}



/* 新闻内容 */
.xu-news_content-left__cont {
    width: 100%;
    background-color: #1a2636;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 36px 30px 50px;
    height: 1022px;

}

.news_content_item {
    width: 100%;
    height: 120px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #C6C6C6;
    display: flex;
    margin-bottom: 20px;
}

.news_content_item:last-child {
    border-bottom: none;
}

.news_content_item>img {
    display: block;
    width: 220px;
    height: 120px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 4px;
}

.news_content_item_right {
    width: 524px;
    height: 100%;
}

.news_content_item_text {
    width: 530px;
}

.news_content_item_text .item_text_title {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;

}

.news_content_item_text .item_text_title:hover {
    color: #CE3F39;
}

.news_content_item_text .item_text_cont {
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    display: -webkit-box;
    /* 必须设置display属性为-webkit-box */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    -webkit-line-clamp: 2;
    /* 限制显示两行 */
    -webkit-box-orient: vertical;
    /* 垂直方向上的换行 */
    margin-bottom: 12px;
}


.news_content_item .item_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_bottom .item_bottom_tag {
    width: 254px;
    height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.item_bottom_tag_icon {
    font-size: 16px;
    color: #00A6FF;
}

.item_bottom_tag_text {
    font-size: 14px;
    color: #A9A9A9;
}

.item_bottom_tag_text1 {
    width: 184px;
    height: 20px;
    overflow: hidden;
}

.item_bottom_tag_text1>a {
    font-size: 14px;
    color: #A9A9A9;
    margin-right: 3px;
}

.item_bottom_tag_text1>a:hover {
    color: #CE3F39;
}

.item_bottom .item_bottom_time {
    font-size: 14px;
    color: #A9A9A9;
}

.item_bottom_time_icon {
    font-size: 16px;
    color: #A9A9A9;
    margin-right: 2px;
}


/*滚动条总宽度，高度可以不写*/
.xu-news_content-left__cont::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
}

/*滚动条的设置*/
.xu-news_content-left__cont::-webkit-scrollbar-thumb {
    background-color: #ccc;
    background-clip: padding-box;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: 0.5s;
}

/*滚动条激活状态*/
.xu-news_content-left__cont::-webkit-scrollbar-thumb:active {
    background-color: #fff;
}



/* 最新录像 */
.xu-zx_luxiang-right {
    margin-top: 46px;
}

.xu-zx_luxiang-title {
    width: 214px;
    height: 35px;
    margin: 0 auto 10px;
}

.xu-zx_luxiang-cont {
    width: 338px;
    /* height: 580px; */
    background-color: #1b2232;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px 14px 14px 14px;
}

.xu-zx_luxiang-cont__text {
    width: 100%;
    box-sizing: border-box;
    padding-bottom:14px;
}

.xu-zx_luxiang-cont__text__title {
    margin: 0 auto 12px;
    width: 78px;
    height: 25px;
    background-color: #FF7A7A;
    border-radius: 13px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    padding: 0 4px;
    box-sizing: border-box;
}

.xu-zx_luxiang-cont__item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 14px;
    color: #fff;
}

.xu-zx_luxiang-cont__item>a::before {
    content: ".";
    font-size: 18px;
    color: #00A6FF;
    margin-right: 6px;
    position: relative;
    top: -2px;
}
.xu-zx_luxiang-cont__item:hover>a::before {
    color: #B54145;
}

.xu-zx_luxiang-cont__item_text {
    width: 222px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    line-height: 22px;
    color: #fff;
}

.zx_luxiang_img>a{
    display: block;
    width: 24px;
    height: 22px;
    position: relative;
    margin-left: 15px;
}

.zx_luxiang_img_hover{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 24px;
    height: 22px;
    display: none;
}

.xu-zx_luxiang-cont__item_text:hover {
    color: #B54145;
}

.xu-zx_luxiang-cont__more {
    display: block;
    padding: 10px 0;
    width: 68px;
    height: 14px;
    margin: auto;
    color: #973a40;
    font-size: 14px;
}