.xy_breadcrumb_out {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
}

.xy_breadcrumb_out .back {
    font-size: 24px;
    font-weight: lighter;
    color: #000;
}

/* 详情 */
.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_content_in {
    padding: 30px 100px 100px 100px;
    min-height: 580px;
}

.xy_content .xy_title {
    padding: 100px 0 20px 0;
    font-size: 50px;
    text-align: center;
}

.xy_content .xy_desc {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-bottom: #be1a21 solid 1px;
    padding: 12px 0 24px 0;
}

.xy_content .xy_desc .xy_desc_icon {
    height: 54px;
    margin-left: 5px;
    margin-right: 5px;
}

.xy_content_main {
    padding: 82px 0 84px 0px;
}

.xy_content_video_box {
    max-width: 1920px;
    height: 595px;
    background: url(../image/video.png) no-repeat 100% 100%;
    /* background-color: #39332e; */
}

.xy_content_video_box .swiper_list_out {
    padding: 100px 0;
}

.xy_content_video_box .swiper_list {
    /* background-color: #f00; */
    height: 409px;
    overflow: hidden;
}

.xy_content_video_box .swiper_list .item {
    width: 614px;
    height: 409px;
    position: relative;

}

.xy_content_video_box .swiper_list .item .img {
    width: 614px;
    height: 409px;
}

.xy_content_video_box .swiper_list .arrow {
    width: 179px;
    height: 179px;
}

.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;
}