.common_banner .text {
    text-align: center
}

.common_banner .news_search {
    width: 575px;
    height: 74px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    backdrop-filter: blur(5px);
    margin: 70px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px 0 0
}

.common_banner .news_search input {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    height: 100%;
    width: 80%;
    background: transparent;
    border: none;
    padding: 0 33px
}

.common_banner .news_search input::placeholder {
    color: #FFFFFF
}

.common_banner .news_search .iconfont {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: transparent
}

.news1 .wrap {
    width: 1400px;
    margin: auto
}

.news1 .wrap .top {
    padding: 90px 0 115px;
    position: relative;
    z-index: 1
}

.news1 .wrap .top:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: #F9F9F9
}

.news1 .wrap .top .other {
    margin: 40px auto 0;
    width: 128px;
    height: 30px;
    background: #EEEEEE;
    border-radius: 15px
}

.news1 .wrap .top .other .swiper-pagination {
    position: static;
    gap: 8px
}

.news1 .wrap .top .other .swiper-pagination span {
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
    opacity: 1 !important;
    transition: .3s ease;
    position: relative;
    overflow: hidden
}

.news1 .wrap .top .other .swiper-pagination span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color);
    border-radius: 3px
}

.news1 .wrap .top .other .swiper-pagination span.swiper-pagination-bullet-active {
    width: 48px
}

.news1 .wrap .top .other .swiper-pagination span.swiper-pagination-bullet-active:after {
    animation: afterAnimate 5s linear forwards
}

.news1 .wrap .top .display {
    display: flex;
    background: #FFFFFF;
    border-radius: 14px;
    overflow: hidden
}

.news1 .wrap .top .display .lSwiper {
    width: 50%;
    height: 465px
}

.news1 .wrap .top .display .lSwiper .swiper-slide img {
    width: 100%;
    height: 100%
}

.news1 .wrap .top .display .r {
    width: 50%;
    height: 465px;
    padding: 85px 87px 0 95px
}

.news1 .wrap .top .display .r .joke {
    position: relative
}

.news1 .wrap .top .display .r .joke .list {
    pointer-events: none
}

.news1 .wrap .top .display .r .joke .list.on {
    pointer-events: auto
}

.news1 .wrap .top .display .r .joke .list.on .p1, .news1 .wrap .top .display .r .joke .list.on .time, .news1 .wrap .top .display .r .joke .list.on .p2, .news1 .wrap .top .display .r .joke .list.on .joke_more {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.news1 .wrap .top .display .r .joke .list.on .time {
    transition-delay: .4s
}

.news1 .wrap .top .display .r .joke .list.on .p2 {
    transition-delay: .5s
}

.news1 .wrap .top .display .r .joke .list.on .joke_more {
    transition-delay: .6s
}

.news1 .wrap .top .display .r .joke .list:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.news1 .wrap .top .display .r .joke .list .p1 {
    font-weight: bold;
    font-size: 26px;
    color: #1A1A1A;
    line-height: 36px;
    margin: 0 0 20px;
    transform: translateY(20px);
    opacity: 0;
    transition: opacity .3s, transform .6s .3s;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news1 .wrap .top .display .r .joke .list .time {
    font-size: 16px;
    color: #888888;
    margin: 0 0 40px;
    transform: translateY(20px);
    opacity: 0;
    transition: opacity .3s, transform .6s .4s
}

.news1 .wrap .top .display .r .joke .list .p2 {
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
    transform: translateY(20px);
    opacity: 0;
    transition: opacity .3s, transform .6s .5s
}

.news1 .wrap .top .display .r .joke .list .joke_more {
    margin: 50px 0 0 0;
    transform: translateY(20px);
    opacity: 0;
    transition: opacity .3s, transform .6s .6s
}

.news1 .wrap .top .display .r .joke .list .joke_more .more {
    width: 121px;
    height: 50px;
    background: #F9F9F9;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: .6s ease
}

.news1 .wrap .top .display .r .joke .list .joke_more .more:hover {
    background: var(--color)
}

.news1 .wrap .top .display .r .joke .list .joke_more .more:hover .iconfont, .news1 .wrap .top .display .r .joke .list .joke_more .more:hover p {
    color: #fff
}

.news1 .wrap .top .display .r .joke .list .joke_more .more p {
    font-size: 14px;
    color: #003F96;
    transition: .6s ease
}

.news1 .wrap .top .display .r .joke .list .joke_more .more .iconfont {
    font-size: 13px;
    color: #003F96;
    transition: .6s ease
}

@keyframes afterAnimate {
    100% {
        width: 100%
    }
}

.news2 {
    padding: 95px 0 114px
}

.news2 .wrap {
    width: 1400px;
    margin: auto
}

.news2 .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5
}

.news2 .wrap .top .cut {
    gap: 10px;
    display: flex
}

.news2 .wrap .top .cut .list {
    width: fit-content;
    padding: 0 33px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 27px;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    transition: .6s ease;
    cursor: pointer
}

.news2 .wrap .top .cut .list:hover {
    color: var(--color)
}

.news2 .wrap .top .cut .list.on {
    background: var(--color);
    color: #fff;
    border: 1px solid var(--color)
}

.news2 .wrap .top .xz {
    display: flex;
    gap: 20px
}

.news2 .wrap .top .xz .item {
    position: relative
}

.news2 .wrap .top .xz .item.on .show, .news2 .wrap .top .xz .item:hover .show {
    background: #fff
}

.news2 .wrap .top .xz .item.on .hide, .news2 .wrap .top .xz .item:hover .hide {
    opacity: 1;
    pointer-events: all
}

.news2 .wrap .top .xz .item .hide {
    position: absolute;
    width: 156px;
    background: #F5F5F5;
    border-radius: 8px;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 80px 14px 50px 14px;
    opacity: 0;
    pointer-events: none;
    transition: .6s ease
}

.news2 .wrap .top .xz .item .hide .joke {
    height: 162px;
    overflow: hidden;
    overflow-y: auto;
}

.news2 .wrap .top .xz .item .hide .joke p {
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 38px;
    padding: 0 30px;
    cursor: pointer;
    transition: .6s ease
}

.news2 .wrap .top .xz .item .hide .joke p:hover {
    color: var(--color)
}

.news2 .wrap .top .xz .item .show {
    width: 140px;
    height: 52px;
    background: #F5F5F5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: .6s ease;
    z-index: 2
}

.news2 .wrap .top .xz .item .show p {
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
    margin: 0 18px 0 0
}

.news2 .wrap .top .xz .item .show .iconfont {
    font-size: 10px;
    color: #333
}

.news2 .wrap .content {
    margin: 60px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 69px 40px
}

.news2 .wrap .content .item {
    width: 440px;
    background: #F8F8F8;
    box-shadow: 0px 0px 52px 0px rgba(102, 102, 102, 0.2);
    border-radius: 20px;
    position: relative;
    z-index: 1
}

.news2 .wrap .content .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color);
    opacity: 0;
    border-radius: 20px;
    transition: .6s ease;
    z-index: -1
}

.news2 .wrap .content .item:hover:after {
    opacity: 1
}

.news2 .wrap .content .item:hover .text .p1, .news2 .wrap .content .item:hover .text .time {
    color: #fff
}

.news2 .wrap .content .item:hover .img img {
    transform: scale(1.05)
}

.news2 .wrap .content .item .text {
    padding: 40px
}

.news2 .wrap .content .item .text .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 36px;
    margin: 0 0 23px;
    height: 108px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .6s ease
}

.news2 .wrap .content .item .text .time {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    transition: .6s ease
}

.news2 .wrap .content .item .img {
    height: 260px;
    border-radius: 20px;
    overflow: hidden
}

.news2 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.newsInfo1 {
    padding: 185px 0 156px
}

.newsInfo1 .wrap {
    width: 1000px;
    margin: auto
}

.newsInfo1 .wrap .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 40px;
    border-bottom: 1px solid #EBEBEB
}

.newsInfo1 .wrap .top .l .time {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    margin: 0 0 33px
}

.newsInfo1 .wrap .top .l .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    line-height: 36px;
    margin: 0 0 23px
}

.newsInfo1 .wrap .top .l .p1 {
    font-weight: 400;
    font-size: 16px;
    color: #888888
}

.newsInfo1 .wrap .top .links {
    display: flex;
    gap: 20px
}

.newsInfo1 .wrap .top .links a .iconfont {
    color: #6E6E73;
    font-size: 22px;
    transition: .6s ease
}

.newsInfo1 .wrap .top .links a .iconfont:hover {
    color: var(--color)
}

.newsInfo1 .wrap .content {
    margin: 52px 0 0 0;
    position: relative
}

.newsInfo1 .wrap .content .side {
    position: absolute;
    left: 100%;
    transform: translateX(65px);
    width: 160px;
    height: auto;
    background: rgba(243, 244, 244, 0.79);
    border-radius: 9px;
    padding: 20px
}

.newsInfo1 .wrap .content .side .back {
    width: 100%;
    height: 47px;
    background: #003F96;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px
}

.newsInfo1 .wrap .content .side .back p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF
}

.newsInfo1 .wrap .content .side .back .iconfont {
    color: #FFFFFF;
    font-size: 14px
}

.newsInfo1 .wrap .content .side .pick {
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 22px;
    margin: 52px 0 20px
}

.newsInfo1 .wrap .content .side .code {
    width: 121px;
    height: 121px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center
}

.newsInfo1 .wrap .content .side .code img {
    width: 94px
}

.newsInfo1 .wrap .content .text p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px
}

.newsInfo1 .wrap .content .text p img{
    height: auto;
}
.newsInfo1 .wrap .top .links{
    position: relative;
}
.newsInfo1 .wrap .top .links .alert{
    width: fit-content;
    padding: 6px 15px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    background: #111;
    position: absolute;
    bottom: 100%;
    right: 0;
    transform: translateY(-10px);
    white-space: nowrap;
    display: none;
}

.fixed_code{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: .6s ease;
}
.fixed_code.on{
    opacity: 1;
    pointer-events: auto;
}
.fixed_code .black{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}

.fixed_code .content{
    border-radius: 10px;
    background: #fff;
    width: 800px;
    height: 374px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    max-width: 90%;
}
.fixed_code .content .joke .title{
    font-size: 26px;
    color: #111;
    text-align: center;
    font-weight: bold;
}
.fixed_code .content .joke canvas{
    width: 128px;
    height: 128px;
    display: block;
    margin: auto;
}

.fixed_code .content .close{
    position: absolute;
    width: 36px;
    height: 36px;
    background: #E8E8ED;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
    z-index: 45;
    cursor: pointer;
    transition: .6s ease;
}
.fixed_code .content .close:hover{
    background: var(--color);
}
.fixed_code .content .close:hover svg path{
    fill: #fff;
}
.fixed_code .content .close svg path{
    transition: .6s ease;
}
.fixed_code .content .close svg{
    width: 16px;
    height: 16px;
}


@media screen and (max-width: 1919px) {
    .common_banner .news_search{
        width: 29.9479166667vw;
        height: 3.8541666667vw;
        border-radius: 0.2604166667vw;
        backdrop-filter: blur(0.2604166667vw);
        margin: 3.6458333333vw 0px 0px;
        padding: 0px 2.5vw 0px 0px;
    }
    .common_banner .news_search input{
        font-size: 0.8333333333vw;
        padding: 0px 1.71875vw;
    }
    .common_banner .news_search .iconfont{
        font-size: 0.9375vw;
    }
    .news1 .wrap{
        width: 72.9166666667vw;
    }
    .news1 .wrap .top{
        padding: 4.6875vw 0px 5.9895833333vw;
    }
    .news1 .wrap .top .other{
        margin: 2.0833333333vw auto 0px;
        width: 6.6666666667vw;
        height: 1.5625vw;
        border-radius: 0.78125vw;
    }
    .news1 .wrap .top .other .swiper-pagination{
        gap: 0.4166666667vw;
    }
    .news1 .wrap .top .other .swiper-pagination span{
        width: 0.3125vw;
        height: 0.3125vw;
        border-radius: 0.15625vw;
    }
    .news1 .wrap .top .other .swiper-pagination span::after{
        border-radius: 0.15625vw;
    }
    .news1 .wrap .top .other .swiper-pagination span.swiper-pagination-bullet-active{
        width: 2.5vw;
    }
    .news1 .wrap .top .display{
        border-radius: 0.7291666667vw;
    }
    .news1 .wrap .top .display .lSwiper{
        height: 24.21875vw;
    }
    .news1 .wrap .top .display .r{
        height: 24.21875vw;
        padding: 4.4270833333vw 4.53125vw 0px 4.9479166667vw;
    }
    .news1 .wrap .top .display .r .joke .list .p1{
        font-size: 1.3541666667vw;
        line-height: 1.875vw;
        margin: 0px 0px 1.0416666667vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .wrap .top .display .r .joke .list .time{
        font-size: 0.8333333333vw;
        margin: 0px 0px 2.0833333333vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .wrap .top .display .r .joke .list .p2{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .wrap .top .display .r .joke .list .joke_more{
        margin: 2.6041666667vw 0px 0px;
        transform: translateY(1.0416666667vw);
    }
    .news1 .wrap .top .display .r .joke .list .joke_more .more{
        width: 6.3020833333vw;
        height: 2.6041666667vw;
        border-radius: 1.3020833333vw;
        gap: 0.3645833333vw;
    }
    .news1 .wrap .top .display .r .joke .list .joke_more .more p{
        font-size: 0.7291666667vw;
    }
    .news1 .wrap .top .display .r .joke .list .joke_more .more .iconfont{
        font-size: 0.6770833333vw;
    }
    .news2{
        padding: 4.9479166667vw 0px 5.9375vw;
    }
    .news2 .wrap{
        width: 72.9166666667vw;
    }
    .news2 .wrap .top .cut{
        gap: 0.5208333333vw;
    }
    .news2 .wrap .top .cut .list{
        padding: 0 1.71875vw;
        height: 2.8125vw;
        border-radius: 1.40625vw;
        font-size: 0.9375vw;
    }
    .news2 .wrap .top .xz{
        gap: 1.0416666667vw;
    }
    .news2 .wrap .top .xz .item .hide{
        width: 8.125vw;
        border-radius: 0.4166666667vw;
        top: -0.4166666667vw;
        padding: 4.1666666667vw 0.7291666667vw 2.6041666667vw;
    }
    .news2 .wrap .top .xz .item .hide .joke{
        height: 8.4375vw;
    }
    .news2 .wrap .top .xz .item .hide .joke p{
        font-size: 0.9375vw;
        line-height: 1.9791666667vw;
        padding: 0px 1.5625vw;
    }
    .news2 .wrap .top .xz .item .show{
        width: 7.2916666667vw;
        height: 2.7083333333vw;
        border-radius: 0.4166666667vw;
    }
    .news2 .wrap .top .xz .item .show p{
        font-size: 0.9375vw;
        margin: 0px 0.9375vw 0px 0px;
    }
    .news2 .wrap .top .xz .item .show .iconfont{
        font-size: 0.5208333333vw;
    }
    .news2 .wrap .content{
        margin: 3.125vw 0px 0px;
        gap: 3.59375vw 2.0833333333vw;
    }
    .news2 .wrap .content .item{
        width: 22.9166666667vw;
        box-shadow: rgba(102, 102, 102, 0.2) 0px 0px 2.7083333333vw 0px;
        border-radius: 1.0416666667vw;
    }
    .news2 .wrap .content .item::after{
        border-radius: 1.0416666667vw;
    }
    .news2 .wrap .content .item .text{
        padding: 2.0833333333vw;
    }
    .news2 .wrap .content .item .text .p1{
        font-size: 1.25vw;
        line-height: 1.875vw;
        margin: 0px 0px 1.1979166667vw;
        height: 5.625vw;
    }
    .news2 .wrap .content .item .text .time{
        font-size: 0.8333333333vw;
    }
    .news2 .wrap .content .item .img{
        height: 13.5416666667vw;
        border-radius: 1.0416666667vw;
    }
    .newsInfo1{
        padding: 9.6354166667vw 0px 8.125vw;
    }
    .newsInfo1 .wrap{
        width: 52.0833333333vw;
    }
    .newsInfo1 .wrap .top{
        padding: 0px 0px 2.0833333333vw;
    }
    .newsInfo1 .wrap .top .l .time{
        font-size: 0.8333333333vw;
        margin: 0px 0px 1.71875vw;
    }
    .newsInfo1 .wrap .top .l .title{
        font-size: 1.6666666667vw;
        line-height: 1.875vw;
        margin: 0px 0px 1.1979166667vw;
    }
    .newsInfo1 .wrap .top .l .p1{
        font-size: 0.8333333333vw;
    }
    .newsInfo1 .wrap .top .links{
        gap: 1.0416666667vw;
    }
    .newsInfo1 .wrap .top .links a .iconfont{
        font-size: 1.1458333333vw;
    }
    .newsInfo1 .wrap .content{
        margin: 2.7083333333vw 0px 0px;
    }
    .newsInfo1 .wrap .content .side{
        transform: translateX(3.3854166667vw);
        width: 8.3333333333vw;
        border-radius: 0.46875vw;
        padding: 1.0416666667vw;
    }
    .newsInfo1 .wrap .content .side .back{
        height: 2.4479166667vw;
        border-radius: 0.2083333333vw;
        gap: 0.46875vw;
    }
    .newsInfo1 .wrap .content .side .back p{
        font-size: 0.7291666667vw;
    }
    .newsInfo1 .wrap .content .side .back .iconfont{
        font-size: 0.7291666667vw;
    }
    .newsInfo1 .wrap .content .side .pick{
        font-size: 0.78125vw;
        line-height: 1.1458333333vw;
        margin: 2.7083333333vw 0px 1.0416666667vw;
    }
    .newsInfo1 .wrap .content .side .code{
        width: 6.3020833333vw;
        height: 6.3020833333vw;
        border-radius: 0.3125vw;
    }
    .newsInfo1 .wrap .content .side .code img{
        width: 4.8958333333vw;
    }
    .newsInfo1 .wrap .content .text p{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

}

@media screen and (max-width: 1024px) {
    .common_banner .news_search{
        width: 100%;
        height: 40px;
        border-radius: 5px;
        margin: 25px 0 0 0;
        padding: 0 15px 0 0;
    }
    .common_banner .news_search input{
        font-size: 14px;
        padding: 0 15px;
    }
    .common_banner .news_search .iconfont{
        font-size: 14px;
    }
    .common_banner .text{
        width: 90%;
    }
    .news1 .wrap{
        width: 90%;
    }
    .news1 .wrap .top{
        padding: 30px 0;
    }
    .news1 .wrap .top .display{
        border-radius: 5px;
        flex-direction: column;
    }
    .news1 .wrap .top .display .lSwiper{
        width: 100%;
        height: auto;
    }
    .news1 .wrap .top .display .r{
        height: auto;
        padding: 30px 5%;
        width: 100%;
    }
    .news1 .wrap .top .display .r .joke .list .p1{
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 15px;
    }
    .news1 .wrap .top .display .r .joke .list .time{
        font-size: 13px;
        margin: 0 0 12px;
    }
    .news1 .wrap .top .display .r .joke .list .p2{
        font-size: 13px;
        line-height: 28px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news1 .wrap .top .display .r .joke .list .joke_more{
        margin: 25px 0 0 0;
    }
    .news1 .wrap .top .display .r .joke .list .joke_more .more{
        width: fit-content;
        padding: 0 25px;
        height: 45px;
        border-radius: 25px;
        gap: 7px;
    }
    .news1 .wrap .top .display .r .joke .list .joke_more .more p{
        font-size: 13px;
    }
    .news1 .wrap .top .display .r .joke .list .joke_more .more .iconfont{
        font-size: 13px;
    }
    .news1 .wrap .top .other{
        width: fit-content;
        height: 30px;
        border-radius: 15px;
        padding: 0 20px;
        margin: 20px auto 0;
    }
    .news1 .wrap .top .other .swiper-pagination span{
        width: 6px;
        height: 6px;
        border-radius: 3px;
    }
    .news1 .wrap .top .other .swiper-pagination span.swiper-pagination-bullet-active{
        width: 48px;
    }

    .news2{
        padding: 40px 0;
    }
    .news2 .wrap{
        width: 90%;
    }
    .news2 .wrap .top{
        flex-direction: column;
        align-items: unset;
        gap: 25px;
    }
    .news2 .wrap .top .cut{
        gap: 10px;
    }
    .news2 .wrap .top .cut .list{
        width: fit-content;
        height: 42px;
        border-radius: 25px;
        padding: 0 15px;
        font-size: 13px;
    }
    .news2 .wrap .top .xz{
        gap: 30px;
    }
    .news2 .wrap .top .xz .item{
        width: 100%;
    }
    .news2 .wrap .top .xz .item .show{
        width: 100%;
        height: 50px;
        border-radius: 7px;
    }
    .news2 .wrap .top .xz .item .show p{
        font-size: 14px;
        margin: 0 7px 0 0;
    }
    .news2 .wrap .top .xz .item .show .iconfont{
        font-size: 14px;
    }
    .news2 .wrap .content{
        margin: 25px 0 0 0;
    }
    .news2 .wrap .content{
        margin: 25px 0 0 0;
        flex-direction: column;
        gap: 30px;
    }
    .news2 .wrap .content .item{
        width: 100%;
        border-radius: 10px;
    }
    .news2 .wrap .content .item .text{
        padding: 40px 15px;
    }
    .news2 .wrap .content .item .text .p1{
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 15px;
        height: auto;
    }
    .news2 .wrap .content .item .text .time{
        font-size: 13px;
    }
    .news2 .wrap .content .item .img{
        height: auto;
        border-radius: 10px;
    }
    .newsInfo1{
        padding: 100px 0 40px;
    }
    .newsInfo1 .wrap{
        width: 90%;
    }
    .newsInfo1 .wrap .top .l .time{
        font-size: 12px;
        margin: 0 0 10px;
    }
    .newsInfo1 .wrap .top .l .title{
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 25px;
    }
    .newsInfo1 .wrap .top .l .p1{
        font-size: 12px;
    }
    .newsInfo1 .wrap .top{
        padding: 0 0 10px;
        flex-direction: column;
        align-items: unset;
    }
    .newsInfo1 .wrap .top .links a .iconfont{
        font-size: 16px;
    }
    .newsInfo1 .wrap .top .links{
        gap: 10px;
        margin: 10px 0 0 0;
    }
    .newsInfo1 .wrap .content{
        margin: 25px 0 0 0;
    }
    .newsInfo1 .wrap .content .text p{
        font-size: 13px;
        line-height: 30px;
    }
    .newsInfo1 .wrap .content .text p span{
        font-size: 13px!important;
    }
    .newsInfo1 .wrap .content .text p video{
        width: 100%;
        height: auto;
    }
    .news2 .wrap .top .xz .item .hide {
        width: 110%;
        border-radius: 7px;
        top: -10px;
        padding: 70px 5% 30px 5%;
    }
    .news2 .wrap .top .xz .item .hide .joke {
        height: 120px;
    }
    .news2 .wrap .top .xz .item .hide .joke p {
        font-size: 14px;
        line-height: 30px;
        padding: 0 5%;
    }
    .fixed_code .content .joke .title{
        font-size: 22px;
    }
}
