.xy_breadcrumb_out {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 19px;
    border-bottom: 2px solid #fff;
}

.xy_breadcrumb_out .back {
    font-size: 24px;
    /* font-weight: lighter; */
    color: #000;
}

.xy_breadcrumb {
    padding-top: 16px;
    padding-left: 82px;

}

/* 详情 */
.xy_content .xy_breadcrumb a {
    font-size: 24px;
}

.xy_content .xy_breadcrumb a.link {
    color: #270000;
}

.xy_content .xy_breadcrumb a.nolink {
    color: #bc1b23;
}

.xy_breadcrumb_white {
    padding-top: 28px;
    padding-left: 54px;

}

.xy_content .xy_breadcrumb_white a {
    font-size: 26px;
}

.xy_content .xy_breadcrumb_white a.link {
    color: #ffffff;
}

.xy_content .xy_breadcrumb_white a.nolink {
    color: #f4ba40;
}


.xy_content_in {
    min-height: calc(100vh - 140px - 348px);
}

.xy_content .xy_title {
    padding: 87px 0 20px 0;
    font-size: 46px;
    text-align: center;
}

.xy_content .xy_desc {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border-bottom: #be1a21 solid 4px;
    padding: 6px 0 30px 0;
    width: 1438px;
    margin: 0 auto;
}

.xy_content .xy_desc .xy_desc_icon {
    height: 28px;
    margin-left: 5px;
    margin-right: 5px;
}

.xy_content_main {
    padding: 62px 0 90px 0px;
}

.xy_content_main .video_box {
    width: 1444px;
    margin: 0 auto;
}

.xy_content_video_box {
    margin: 0 auto;
    height: 496px;
    background-image: url(../image/video.png);
    background-repeat: no-repeat;
    /* 不重复 */
    background-size: cover;
    /* 铺满容器（可能裁剪） */
    background-position: center;
    /* 图片居中 */
    /* border: #000 solid 1px; */
    /* margin-bottom: 20px; */
    /* background-color: #39332e; */
}

.xy_content_video_box .swiper_list_out {
    padding: 80px 0;
    position: relative;
}

.xy_content_video_box .swiper_list {
    /* background-color: #f00; */
    height: 340px;
    overflow: hidden;
    position: relative;
}

.xy_content_video_box .swiper_list .item {
    width: 533px;
    height: 340px;
    position: relative;

}

.xy_content_video_box .swiper_list .item .img {
    width: 533px;
    height: 340px;
}

.xy_content_video_box .swiper_list .arrow {
    width: 100px;
    height: 100px;
}

.xy_content_video_box .swiper_list .item .title {
    width: 100%;
    box-sizing: border-box;
    font-size: 24px;
    padding: 30px 100px;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}