.news1 {
    padding: 80px 0
}

.news1 .wrap {
    width: var(--interval);
    margin: auto
}

.news1 .wrap .title {
    text-align: center
}

.news1 .wrap .title .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF
}

.news1 .wrap .title .p2 {
    margin: 8px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #DFDFDF
}

.news1 .wrap .content {
    margin: 80px 0 0 0;
    display: flex;
    position: relative;
    padding: 0 0 72px
}

.news1 .wrap .content .swiper-pagination {
    bottom: 0
}

.news1 .wrap .content .swiper-pagination span {
    opacity: 1;
    margin: 0 17px 0 0;
    width: 14px;
    height: 14px;
    background: #F2F2F2;
    transition: .3s ease
}

.news1 .wrap .content .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--color)
}

.news1 .wrap .content .swiper-pagination span:last-child {
    margin: 0
}

.news1 .wrap .content .imgSwiper, .news1 .wrap .content .r {
    width: 50%;
    height: 500px
}

.news1 .wrap .content .imgSwiper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden
}

.news1 .wrap .content .imgSwiper .swiper-slide a:hover img {
    transform: scale(1.05)
}

.news1 .wrap .content .imgSwiper .swiper-slide a img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.news1 .wrap .content .r {
    background: #424650;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.news1 .wrap .content .r .joke {
    width: 630px;
    position: relative
}

.news1 .wrap .content .r .joke .list {
    position: relative;
    pointer-events: none;
    width: 100%
}

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

.news1 .wrap .content .r .joke .list.on .time, .news1 .wrap .content .r .joke .list.on .p1, .news1 .wrap .content .r .joke .list.on .p2, .news1 .wrap .content .r .joke .list.on .common_more {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 300ms
}

.news1 .wrap .content .r .joke .list.on .p1 {
    transition-delay: 400ms
}

.news1 .wrap .content .r .joke .list.on .p2 {
    transition-delay: 500ms
}

.news1 .wrap .content .r .joke .list.on .common_more {
    transition-delay: 600ms
}

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

.news1 .wrap .content .r .joke .list .time {
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
    margin: 0 0 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 300ms
}

.news1 .wrap .content .r .joke .list .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    margin: 0 0 40px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 400ms
}

.news1 .wrap .content .r .joke .list .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    margin: 0 0 50px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 500ms;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news1 .wrap .content .r .joke .list .common_more {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 300ms, transform 600ms 600ms
}

.news1 .wrap .content_list {
    margin: 90px 0 0 0
}

.news1 .wrap .content_list .item {
    border-bottom: 1px solid #555964;
    padding: 45px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news1 .wrap .content_list .item:hover .l .img img {
    transform: scale(1.05)
}

.news1 .wrap .content_list .item:hover .common_more {
    background: #E60012;
    border: 1px solid transparent
}

.news1 .wrap .content_list .item:hover .common_more .fist:first-child div {
    transform: translate3d(0, -101%, 0);
    opacity: 0
}

.news1 .wrap .content_list .item:hover .common_more .fist:nth-child(2) div {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.news1 .wrap .content_list .item:hover .common_more .circle {
    background: #111317
}

.news1 .wrap .content_list .item:hover .common_more .circle .iconfont {
    transform: translateX(16px)
}

.news1 .wrap .content_list .item:hover .common_more .circle .iconfont:first-child {
    opacity: 1
}

.news1 .wrap .content_list .item:hover .common_more .circle .iconfont:last-child {
    opacity: 0
}

.news1 .wrap .content_list .item:first-child {
    border-top: 1px solid #555964
}

.news1 .wrap .content_list .item .l {
    display: flex
}

.news1 .wrap .content_list .item .l .time {
    margin: 30px 0 0 0
}

.news1 .wrap .content_list .item .l .time h5, .news1 .wrap .content_list .item .l .time p {
    font-weight: 400;
    font-size: 40px;
    color: #CCCCCC;
    line-height: 40px
}

.news1 .wrap .content_list .item .l .time p {
    font-size: 20px
}

.news1 .wrap .content_list .item .l .img {
    width: 300px;
    height: 190px;
    overflow: hidden;
    margin: 0 85px 0 45px
}

.news1 .wrap .content_list .item .l .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.news1 .wrap .content_list .item .l .text {
    width: 740px;
    margin: 38px 0 0 0
}

.news1 .wrap .content_list .item .l .text .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 0 25px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.news1 .wrap .content_list .item .l .text .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #DFDFDF;
    line-height: 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news1 .wrap .common_paging {
    margin: 73px 0 0 0
}

.newsInfo1 {
    padding: 155px 0 90px
}

.newsInfo1 .wrap {
    width: var(--interval);
    margin: auto
}

.newsInfo1 .wrap .brand {
    display: flex;
    align-items: center;
    margin: 10px 0 0 0
}

.newsInfo1 .wrap .brand a, .newsInfo1 .wrap .brand i {
    font-weight: 400;
    font-size: 16px;
    color: #999
}

.newsInfo1 .wrap .brand i {
    margin: 0 5px
}

.newsInfo1 .wrap .title {
    margin: 85px 0 35px 0
}

.newsInfo1 .wrap .title .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    margin: 0 0 15px
}

.newsInfo1 .wrap .title .time {
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC
}

.newsInfo1 .wrap .content {
    padding: 55px 0 0;
    border-top: 1px solid #555964
}

.newsInfo1 .wrap .content p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px
}

.newsInfo1 .wrap .content p img {
    height: fit-content
}

.newsInfo1 .wrap .other {
    padding: 56px 0 0 0;
    margin: 68px 0 0 0;
    border-top: 1px solid #555964
}

.newsInfo1 .wrap .other a {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    width: fit-content;
    display: block;
    transition: .6s ease
}

.newsInfo1 .wrap .other a:hover {
    color: var(--color)
}

.newsInfo1 .wrap .other a:not(:last-child) {
    margin: 0 0 20px
}

.news1_page {
    padding: 0 0 100px
}

.news1_page .wrap .page_headline {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF
}

.news1_page .wrap .content_list {
    margin: 24px 0 0 0
}

@media screen and (max-width: 1919px) {
    .news1{
        padding: 4.1666666667vw 0px;
    }
    .news1 .wrap .title .p1{
        font-size: 1.875vw;
    }
    .news1 .wrap .title .p2{
        margin: 0.4166666667vw 0px 0px;
        font-size: 0.8333333333vw;
    }
    .news1 .wrap .content{
        margin: 4.1666666667vw 0px 0px;
        padding: 0px 0px 3.75vw;
    }
    .news1 .wrap .content .swiper-pagination span{
        margin: 0px 0.8854166667vw 0px 0px;
        width: 0.7291666667vw;
        height: 0.7291666667vw;
    }
    .news1 .wrap .content .imgSwiper, .news1 .wrap .content .r{
        height: 26.0416666667vw;
    }
    .news1 .wrap .content .r .joke{
        width: 32.8125vw;
    }
    .news1 .wrap .content .r .joke .list .time{
        font-size: 0.7291666667vw;
        margin: 0px 0px 0.78125vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .wrap .content .r .joke .list .p1{
        font-size: 1.25vw;
        line-height: 1.5625vw;
        margin: 0px 0px 2.0833333333vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .wrap .content .r .joke .list .p2{
        font-size: 0.9375vw;
        line-height: 1.875vw;
        margin: 0px 0px 2.6041666667vw;
        transform: translateY(1.0416666667vw);
    }
    .news1 .wrap .content .r .joke .list .common_more{
        transform: translateY(1.0416666667vw);
    }
    .news1 .wrap .content_list{
        margin: 4.6875vw 0px 0px;
    }
    .news1 .wrap .content_list .item{
        padding: 2.34375vw 0px;
    }
    .news1 .wrap .content_list .item:hover .common_more .circle .iconfont{
        transform: translateX(0.8333333333vw);
    }
    .news1 .wrap .content_list .item .l .time{
        margin: 1.5625vw 0px 0px;
    }
    .news1 .wrap .content_list .item .l .time h5, .news1 .wrap .content_list .item .l .time p{
        font-size: 2.0833333333vw;
        line-height: 2.0833333333vw;
    }
    .news1 .wrap .content_list .item .l .time p{
        font-size: 1.0416666667vw;
    }
    .news1 .wrap .content_list .item .l .img{
        width: 15.625vw;
        height: 9.8958333333vw;
        margin: 0px 4.4270833333vw 0px 2.34375vw;
    }
    .news1 .wrap .content_list .item .l .text{
        width: 38.5416666667vw;
        margin: 1.9791666667vw 0px 0px;
    }
    .news1 .wrap .content_list .item .l .text .p1{
        font-size: 1.25vw;
        margin: 0px 0px 1.3020833333vw;
    }
    .news1 .wrap .content_list .item .l .text .p2{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .news1 .wrap .common_paging{
        margin: 3.8020833333vw 0px 0px;
    }
    .newsInfo1{
        padding: 8.0729166667vw 0px 4.6875vw;
    }
    .newsInfo1 .wrap .brand{
        margin: 0.5208333333vw 0px 0px;
    }
    .newsInfo1 .wrap .brand a, .newsInfo1 .wrap .brand i{
        font-size: 0.8333333333vw;
    }
    .newsInfo1 .wrap .brand i{
        margin: 0px 0.2604166667vw;
    }
    .newsInfo1 .wrap .title{
        margin: 4.4270833333vw 0px 1.8229166667vw;
    }
    .newsInfo1 .wrap .title .p1{
        font-size: 1.875vw;
        margin: 0px 0px 0.78125vw;
    }
    .newsInfo1 .wrap .title .time{
        font-size: 0.7291666667vw;
    }
    .newsInfo1 .wrap .content{
        padding: 2.8645833333vw 0px 0px;
    }
    .newsInfo1 .wrap .content p{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .newsInfo1 .wrap .other{
        padding: 2.9166666667vw 0px 0px;
        margin: 3.5416666667vw 0px 0px;
    }
    .newsInfo1 .wrap .other a{
        font-size: 0.9375vw;
    }
    .newsInfo1 .wrap .other a:not(:last-child){
        margin: 0px 0px 1.0416666667vw;
    }
    .news1_page{
        padding: 0px 0px 5.2083333333vw;
    }
    .news1_page .wrap .page_headline{
        font-size: 1.25vw;
    }
    .news1_page .wrap .content_list{
        margin: 1.25vw 0px 0px;
    }
}
@media screen and (max-width: 1024px) {
    .news1{
        padding: 50px 0;
    }
    .news1 .wrap .title .p1{
        font-size: 24px;
    }
    .news1 .wrap .title .p2{
        margin: 15px 0 0 0;
        font-size: 13px;
    }
    .news1 .wrap .content{
        margin: 30px 0 0 0;
        flex-direction: column;
    }
    .news1 .wrap .content .imgSwiper, .news1 .wrap .content .r{
        width: 100%;
        height: auto;
    }
    .news1 .wrap .content .r .joke {
        width: 90%;
        padding: 20px 0;
    }
    .news1 .wrap .content .r .joke .list .time{
        font-size: 13px;
        margin: 0 0 15px;
    }
    .news1 .wrap .content .r .joke .list .p1{
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 20px;
    }
    .news1 .wrap .content .r .joke .list .p2{
        font-size: 13px;
        line-height: 25px;
        margin: 0 0 25px;
    }
    .news1 .wrap .content_list{
        margin: 25px 0 0 0;
    }
    .news1 .wrap .content_list .item{
        padding: 25px 0;
        flex-direction: column;
        align-items: unset;
    }
    .news1 .wrap .content_list .item .l{
        flex-direction: column;
    }
    .news1 .wrap .content_list .item .l .time h5, .news1 .wrap .content_list .item .l .time p{
        font-size: 15px;
        margin: 0 0 15px;
    }
    .news1 .wrap .content_list .item .l .time p{
        font-size: 13px;
    }
    .news1 .wrap .content_list .item .l .img{
        width: 100%;
        height: auto;
        margin: 0 0 20px;
    }
    .news1 .wrap .content_list .item .l .text {
        width: 100%;
        margin: 15px 0 20px 0;
    }
    .news1 .wrap .content_list .item .l .text .p1{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .news1 .wrap .content_list .item .l .text .p2{
        font-size: 13px;
        line-height: 25px;
    }
    .newsInfo1{
        padding: 80px 0 50px 0;
    }
    .newsInfo1 .wrap .brand{
        margin: 10px 0 0 0;
    }
    .newsInfo1 .wrap .brand a, .newsInfo1 .wrap .brand i{
        font-size: 13px;
    }
    .newsInfo1 .wrap .brand i{
        margin: 0 5px;
    }
    .newsInfo1 .wrap .title .p1{
        font-size: 22px;
        margin: 0 0 10px;
    }
    .newsInfo1 .wrap .title{
        margin: 30px 0 20px;
    }
    .newsInfo1 .wrap .title .time{
        font-size: 13px;
    }
    .newsInfo1 .wrap .content{
        padding: 25px 0 0 0;
    }
    .newsInfo1 .wrap .content p{
        font-size: 13px;
        line-height: 25px;
    }
    .newsInfo1 .wrap .other a{
        font-size: 12px;
        padding: 10px 0 0 0 ;
    }
    .newsInfo1 .wrap .other{
        padding: 15px 0 0 0;
        margin: 15px 0 0 0 ;
    }
    .news1_page .wrap .page_headline{
        font-size: 13px;
    }
    .newsInfo1 .wrap .other a:not(:last-child) {
        margin: 0 0 13px;
    }
}
