.newsInfo {
    padding: 98px 0 118px 0;
    position: relative;
    z-index: 2
}

.newsInfo .top {
    width: 100%;
    height: 74px;
    background: #F6F6F6;
    padding: 0 110px 0 109px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 100px;
    z-index: 99;
    transition: .6s ease
}

.newsInfo .top.y {
    transform: translateY(-100px)
}

.newsInfo .top .l {
    display: flex;
    align-items: center
}

.newsInfo .top .l a {
    font-weight: 400;
    font-size: 16px;
    color: #888888
}

.newsInfo .top .l .iconfont {
    font-size: 16px;
    color: #888;
    margin: 0 6px
}

.newsInfo .content .zuo .matter p video{
    height: auto;
}

.newsInfo .top .back {
    width: 57px;
    height: 30px;
    background: #00388B;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF
}

.newsInfo .content {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 141px auto 0
}

.newsInfo .content .zuo {
    width: 100%;
    position: relative;
}
.newsInfo .content .zuo .back{
    position: absolute;
    width: 45px;
    height: 45px;
    top: 8px;
    left: -140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color);
}
.newsInfo .content .zuo .back svg{
    width: 18px;
    height: 18px;
}

.newsInfo .content .zuo .title {
    border-bottom: 1px solid #E1E1E1;
    margin: 0 0 65px
}

.newsInfo .content .zuo .title h1 {
    font-weight: bold;
    font-size: 40px;
    color: #1A1A1A;
    margin: 0 0 24px
}

.newsInfo .content .zuo .title .time {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 0 45px
}

.newsInfo .content .zuo .matter p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px
}

.newsInfo .content .zuo .matter p img {
    height: auto
}

.newsInfo .content .zuo .matter .dis {
    display: flex;
    justify-content: space-between;
    gap: 0 75px
}

.newsInfo .content .zuo .matter .dis img {
    width: 45%
}

@media screen and (max-width: 1919px) {
    .newsInfo .content .zuo .back{
        width: 2.34375vw;
        height: 2.34375vw;
        top: 0.4166666667vw;
        left: -7.2916666667vw;
    }
    .newsInfo .content .zuo .back svg{
        width: 0.9375vw;
        height: 0.9375vw;
    }
    .newsInfo{
        padding: 5.1041666667vw 0px 6.1458333333vw;
    }
    .newsInfo .top{
        height: 3.8541666667vw;
        padding: 0px 5.7291666667vw 0px 5.6770833333vw;
        top: 5.2083333333vw;
    }
    .newsInfo .top.y{
        transform: translateY(-5.2083333333vw);
    }
    .newsInfo .top .l a{
        font-size: 0.8333333333vw;
    }
    .newsInfo .top .l .iconfont{
        font-size: 0.8333333333vw;
        margin: 0px 0.3125vw;
    }
    .newsInfo .top .back{
        width: 2.96875vw;
        height: 1.5625vw;
        border-radius: 0.78125vw;
        font-size: 0.7291666667vw;
    }
    .newsInfo .content{
        width: 62.5vw;
        margin: 7.34375vw auto 0px;
    }
    .newsInfo .content .zuo .title{
        margin: 0px 0px 3.3854166667vw;
    }
    .newsInfo .content .zuo .title h1{
        font-size: 2.0833333333vw;
        margin: 0px 0px 1.25vw;
    }
    .newsInfo .content .zuo .title .time{
        font-size: 0.8333333333vw;
        margin: 0px 0px 2.34375vw;
    }
    .newsInfo .content .zuo .matter p{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .newsInfo .content .zuo .matter .dis{
        gap: 0px 3.90625vw;
    }
}

@media screen and (max-width: 1024px) {
    .newsInfo{
        padding: 90px 0 30px;
    }
    .newsInfo .content{
        width: 90%;
        margin: 0 auto 0;
    }
    .newsInfo .content .zuo .title h1{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .newsInfo .content .zuo .title .time{
        font-size: 13px;
        margin: 0 0 15px;
    }
    .newsInfo .content .zuo .matter p{
        font-size: 13px;
        line-height: 30px;
    }
    .newsInfo .content .zuo .matter p video{
        width: 100%;
    }
    .newsInfo .content .zuo .back{
        position: static;
        margin: 0 0 30px;
        width: 40px;
        height: 40px;
    }
    .newsInfo .content .zuo .back svg{
        width: 16px;
        height: 16px;
    }
}
