/*   <!-- 录像回放详情 --> */
.xu-luxiang-detail {
    width: 900px;
}

.xu-luxiang-detail__title {
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 12px;
    text-align: center;
}

.xu-luxiang-detail__time {
    font-size: 14px;
    color: #585959;
    margin-bottom: 20px;
    text-align: center;
}

.xu-luxiang-detail__url__bg {
    width: 100%;
    height: 460px;
    background-color: #1B2534;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xu-luxiang-detail__url__box {
    width: 700px;
    height: 400px;
    background-color: #EBF2F6;
    border-radius: 6px;
}

.url_box_title {
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #D3DAE5;
    display: flex;
    justify-content: center;
}

.url_box_title>span {
    font-size: 22px;
    height: 53px;
    line-height: 53px;
    font-weight: bold;
    border-bottom: 2px solid #000;
}

.url_box_lianjie {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    padding: 30px 60px;
    color: #4F6076;
}

.url_box_lianjie>li {
    display: flex;
    font-size: 18px;
    align-items: center;
    margin-bottom: 8px;
}

.url_box_lianjie_text {
    margin: 0 14px;
    display: block;
    width: 496px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 相关录像 */

.xu-xg_luxiang-right {
    width: 250px;
    height: 462px;
    background-color: #1B2534;
    border-radius: 6px;
    margin-top: 94px;
}

.xu-xg_luxiang-right__title {
    width: 175px;
    height: 43px;
    position: relative;
    margin: -18px auto 0;
}

.xu-xg_luxiang-right__cont {
    padding: 16px 22px 16px 20px;
    font-size: 14px;
    box-sizing: border-box;
}

.xu-xg_luxiang-right__cont>a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #FEFEFE;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.xu-xg_luxiang-right__cont>a:hover {
    color: #BD4346;
}

.xu-xg_luxiang-right__cont>a:hover::before {
    color: #BD4346;
}

.xu-xg_luxiang-right__cont__more {
    margin-top: 30px;
}

.xu-xg_luxiang-right__cont__more>a {
    display: block;
    width: 90px;
    height: 24px;
    margin: auto;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background: linear-gradient(-37deg, #E65561 0%, #702830 100%);
}