.new-photo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 24.4792vw;
    overflow: hidden;
    background-color: #F4E9E9;
}
.new-photo .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    filter: blur(25px);
    overflow: hidden;
}
.new-photo .pic-img {
    position: absolute;
    z-index: 9;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: 100%;
    background-image: url('../../image/index/pic_img.png');
}

.new-detail-wrap {
    position: relative;
    z-index: 99;
    margin: 8.3333vw auto 5.2083vw auto;
    padding: 3.125vw;
    width: 85.4167vw;
    background-color: #fff;
}

.detail-navigation {
    margin-bottom: 3.0208vw;
    display: flex;
    align-items: center;
}
.detail-navigation .back-icon {
    height: 16px;
    width: 20px;
    margin-right: 10px;
}
.detail-navigation .back-text {
    font-size: 16px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #00252F;
}
.detail-navigation .navigation-box {
    /* width: 4.1667vw; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail-navigation .navigation-box .icon {
    height: 12px;
    width: 8px;
}
.detail-navigation .navigation-box .text {
    font-size: 16px;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #00252E;
}

.detail-navigation .navigation-box1 {
    height: 2.0833vw;
    width: 2.0833vw;
    background-size: 100% 100%;
    background-image: url('../../image/banner_btn_left.png');
}
.detail-navigation .navigation-box1:hover {
    background-image: url('../../image/banner_btn_left1.png');
}
.detail-navigation .navigation-box2 {
    height: 2.0833vw;
    width: 2.0833vw;
    background-size: 100% 100%;
    background-image: url('../../image/banner_btn_right.png');
}
.detail-navigation .navigation-box2:hover {
    background-image: url('../../image/banner_btn_right1.png');
}

.new-detail-wrap .detail-title {
    margin-bottom: 20px;
    font-size: 30px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #00252F;
}
.new-detail-wrap .detail-time-num {
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
}
.new-detail-wrap .detail-time-num .time {
    margin-right: 60px;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #00252F;
}
.new-detail-wrap .detail-time-num .num {
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #00252F;
}