.newsInfo {
    padding: 98px 0 118px 0;
    position: relative;
    z-index: 99
}

.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 .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: 1480px;
    display: flex;
    justify-content: space-between;
    margin: 141px auto 0
}

.newsInfo .content .zuo {
    width: 1000px
}

.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%
}

.newsInfo .content .side {
    margin: 193px 0 0 0;
    height: fit-content;
    width: 350px;
    background: #F6F6F6;
    border-radius: 6px;
    padding: 44px 45px;
    position: sticky;
    position: -webkit-sticky;
    top: 100px
}

.newsInfo .content .side .headline {
    font-weight: bold;
    font-size: 26px;
    color: #1A1A1A;
    margin: 0 0 37px
}

.newsInfo .content .side .flex .item {
    width: 100%;
    display: block
}

.newsInfo .content .side .flex .item:hover .img img {
    transform: scale(1.05)
}

.newsInfo .content .side .flex .item:hover .text p {
    color: #00388B
}

.newsInfo .content .side .flex .item:not(:last-child) {
    margin: 0 0 41px
}

.newsInfo .content .side .flex .item .img {
    width: 100%;
    height: 167px;
    overflow: hidden;
    margin: 0 0 23px;
    border-radius: 6px
}

.newsInfo .content .side .flex .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.newsInfo .content .side .flex .item .text {
    margin: 22px 0 0 0
}

.newsInfo .content .side .flex .item .text .time {
    font-weight: 400;
    font-size: 15px;
    color: #888888;
    margin: 0 0 9px
}

.newsInfo .content .side .flex .item .text p {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 26px;
    transition: .6s ease
}

@media screen and (max-width: 1919px) {
    .newsInfo {
        padding: 5.1041666667vw 0 6.1458333333vw 0
    }

    .newsInfo .top {
        width: 100%;
        height: 3.8541666667vw;
        background: #F6F6F6;
        padding: 0 5.7291666667vw 0 5.6770833333vw;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .newsInfo .top .l {
        display: flex;
        align-items: center
    }

    .newsInfo .top .l a {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #888888
    }

    .newsInfo .top .l .iconfont {
        font-size: .8333333333vw;
        color: #888;
        margin: 0 .3125vw
    }

    .newsInfo .top .back {
        width: 2.96875vw;
        height: 1.5625vw;
        background: #00388B;
        border-radius: .78125vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: .7291666667vw;
        color: #FFFFFF
    }

    .newsInfo .content {
        width: 77.0833333333vw;
        display: flex;
        justify-content: space-between;
        margin: 7.34375vw auto 0
    }

    .newsInfo .content .zuo {
        width: 52.0833333333vw
    }

    .newsInfo .content .zuo .title {
        border-bottom: .0520833333vw solid #E1E1E1;
        margin: 0 0 3.3854166667vw
    }

    .newsInfo .content .zuo .title h1 {
        font-weight: bold;
        font-size: 2.0833333333vw;
        color: #1A1A1A;
        margin: 0 0 1.25vw
    }

    .newsInfo .content .zuo .title .time {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #1A1A1A;
        margin: 0 0 2.34375vw
    }

    .newsInfo .content .zuo .matter p {
        font-weight: 400;
        font-size: .8333333333vw;
        color: #333333;
        line-height: 1.6666666667vw
    }

    .newsInfo .content .zuo .matter p img {
        height: auto
    }

    .newsInfo .content .zuo .matter .dis {
        display: flex;
        justify-content: space-between;
        gap: 0 3.90625vw
    }

    .newsInfo .content .side {
        margin: 10.0520833333vw 0 0 0;
        height: fit-content;
        width: 18.2291666667vw;
        background: #F6F6F6;
        border-radius: .3125vw;
        padding: 2.2916666667vw 2.34375vw
    }

    .newsInfo .content .side .headline {
        font-weight: bold;
        font-size: 1.3541666667vw;
        color: #1A1A1A;
        margin: 0 0 1.9270833333vw
    }

    .newsInfo .content .side .flex .item {
        width: 100%;
        display: block
    }

    .newsInfo .content .side .flex .item:hover .img img {
        transform: scale(1.05)
    }

    .newsInfo .content .side .flex .item:hover .text p {
        color: #00388B
    }

    .newsInfo .content .side .flex .item:not(:last-child) {
        margin: 0 0 41px
    }

    .newsInfo .content .side .flex .item .img {
        width: 100%;
        height: 8.6979166667vw;
        overflow: hidden;
        margin: 0 0 1.1979166667vw;
        border-radius: .3125vw
    }

    .newsInfo .content .side .flex .item .img img {
        width: 100%;
        height: 100%;
        transition: 1s
    }

    .newsInfo .content .side .flex .item .text {
        margin: 1.1458333333vw 0 0 0
    }

    .newsInfo .content .side .flex .item .text .time {
        font-weight: 400;
        font-size: .78125vw;
        color: #888888;
        margin: 0 0 .46875vw
    }

    .newsInfo .content .side .flex .item .text p {
        font-weight: 500;
        font-size: .8333333333vw;
        color: #1A1A1A;
        line-height: 1.3541666667vw;
        transition: .6s ease
    }
}

@media screen and (max-width: 1024px) {
    .newsInfo{
        padding: 65px 0 50px;
    }
    .newsInfo .content{
        width: 90%;
        margin: 35px auto 0;
        flex-direction: column;
    }
    .newsInfo .top{
        position: static;
    }
    .newsInfo .top{
        height: auto;
        padding: 15px 5%;
        flex-direction: column;
        align-items: unset;
    }
    .newsInfo .top .l a{
        font-size: 14px;
    }
    .newsInfo .top .back {
        width: 65px;
        height: 30px;
        border-radius: 15px;
        font-size: 13px;
        margin: 20px 0 0 0;
    }
    .newsInfo .top .l{
        flex-wrap: wrap;
        gap: 6px 0;
    }
    .newsInfo .top .l .iconfont {
        font-size: 14px;
        margin: 0 6px;
    }
    .newsInfo .content .zuo{
        width: 100%;
    }
    .newsInfo .content .zuo .title h1{
        font-size: 20px;
        margin: 0 0 10px ;
    }
    .newsInfo .content .zuo .title .time{
        font-size: 12px;
        margin: 0 0 15px;
    }

    .newsInfo .content .zuo .title {
        border-bottom: 1px solid #E1E1E1;
        margin: 0 0 25px;
    }

    .newsInfo .content .zuo .matter p{
        font-size: 13px;
        line-height: 28px;
    }
    .newsInfo .content .side{
        width: 100%;
        margin: 15px 0 0 0;
    }
    .newsInfo .content .side .headline{
        font-size: 18px;
        margin: 0 0 25px;
    }
    .newsInfo .content .side{
        padding: 25px 5%;
    }
    .newsInfo .content .side .flex .item .img{
        height: auto;
        margin: 0 0 15px;
        border-radius: 10px;
    }
    .newsInfo .content .side .flex .item .text {
        margin: 15px 0 0 0;
    }
    .newsInfo .content .side .flex .item .text .time{
        font-size: 13px;
        margin: 0 0 15px;
    }
    .newsInfo .content .side .flex .item .text p{
        font-size: 16px;
        line-height: unset;
    }
}
