.news1 {
    padding: 165px 0
}

.news1 .wrap {
    width: 1600px;
    margin: auto
}

.news1 .wrap .top {
    display: flex;
    justify-content: space-between
}

.news1 .wrap .top .l {
    width: 685px
}

.news1 .wrap .top .l .title {
    font-weight: 800;
    font-size: 32px;
    color: #000000
}

.news1 .wrap .top .l .message {
    margin: 112px 0 0 0
}

.news1 .wrap .top .l .message .time {
    font-weight: 500;
    font-size: 18px;
    color: #888888
}

.news1 .wrap .top .l .message .p1 {
    margin: 30px 0 0 0;
    font-weight: 800;
    font-size: 32px;
    color: #1A1A1A;
    line-height: 42px
}

.news1 .wrap .top .l .message .p2 {
    margin: 40px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 32px
}

.news1 .wrap .top .l .message .common_more {
    margin: 65px 0 0 0;
    width: fit-content
}

.news1 .wrap .top .pic {
    width: 800px;
    height: 500px;
    overflow: hidden
}

.news1 .wrap .top .pic:hover img {
    transform: scale(1.05)
}

.news1 .wrap .top .pic img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.news1 .wrap .content {
    margin: 135px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 74px 80px
}

.news1 .wrap .content .item {
    width: 480px;
    background: #FFFFFF;
    position: relative;
    z-index: 1
}

.news1 .wrap .content .item:hover:after {
    border-bottom: 1px solid transparent;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.05)
}

.news1 .wrap .content .item:hover .img img {
    transform: scale(1.05)
}

.news1 .wrap .content .item:hover .text .pick {
    color: #069AB2
}

.news1 .wrap .content .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-bottom: 1px solid #E9E9E9;
    transition: .6s ease;
    border-radius: 6px
}

.news1 .wrap .content .item .img {
    width: 100%;
    height: 300px;
    border-radius: 7px;
    overflow: hidden
}

.news1 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.news1 .wrap .content .item .text {
    padding: 42px 50px 57px 50px
}

.news1 .wrap .content .item .text .time {
    font-weight: 500;
    font-size: 18px;
    color: #888888
}

.news1 .wrap .content .item .text .pick {
    margin: 30px 0 0 0;
    font-weight: 800;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 36px;
    transition: .6s ease
}

.news1 .wrap .common_paging {
    margin: 85px auto 0
}

.newsInfo1 {
    padding: 160px 0 190px 0
}

.newsInfo1 .wrap {
    width: 1600px;
    margin: auto
}

.newsInfo1 .wrap .breadline {
    display: flex;
    align-items: center
}

.newsInfo1 .wrap .breadline a {
    font-weight: 400;
    font-size: 16px;
    color: #888888
}

.newsInfo1 .wrap .breadline .iconfont {
    color: #959595;
    font-size: 16px;
    margin: 0 5px
}

.newsInfo1 .wrap .content {
    margin: 96px 0 0 0;
    display: flex;
    justify-content: space-between
}

.newsInfo1 .wrap .content .l {
    width: 1073px
}

.newsInfo1 .wrap .content .l .headline {
    padding: 0 0 24px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between
}

.newsInfo1 .wrap .content .l .headline .title {
    width: 80%
}

.newsInfo1 .wrap .content .l .headline .title .p1 {
    font-weight: 800;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 15px
}

.newsInfo1 .wrap .content .l .headline .title .time {
    font-weight: 500;
    font-size: 18px;
    color: #888888
}

.newsInfo1 .wrap .content .l .headline .back {
    width: 102px;
    height: 50px;
    background: #069AB2;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF
}

.newsInfo1 .wrap .content .l .content_main {
    margin: 70px 0 0 0
}

.newsInfo1 .wrap .content .l .content_main p {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 42px
}

.newsInfo1 .wrap .content .r {
    width: 400px
}

.newsInfo1 .wrap .content .r .headline {
    font-weight: 800;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 46px
}

.newsInfo1 .wrap .content .r .flex .item {
    width: 100%;
    display: block
}

.newsInfo1 .wrap .content .r .flex .item:hover .img img {
    transform: scale(1.05)
}

.newsInfo1 .wrap .content .r .flex .item:not(:last-child) {
    margin: 0 0 80px
}

.newsInfo1 .wrap .content .r .flex .item .img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden
}

.newsInfo1 .wrap .content .r .flex .item .img img {
    width: 100%;
    transition: 1s
}

.newsInfo1 .wrap .content .r .flex .item .text {
    margin: 30px 0 0 0
}

.newsInfo1 .wrap .content .r .flex .item .text .time {
    font-weight: 500;
    font-size: 16px;
    color: #888888
}

.newsInfo1 .wrap .content .r .flex .item .text .pick {
    margin: 12px 0 0 0;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A
}
@media screen and (max-width: 1919px) {
    .news1{
        padding: 8.59375vw 0px;
    }
    .news1 .wrap{
        width: 83.3333333333vw;
    }
    .news1 .wrap .top .l{
        width: 35.6770833333vw;
    }
    .news1 .wrap .top .l .title{
        font-size: 1.6666666667vw;
    }
    .news1 .wrap .top .l .message{
        margin: 5.8333333333vw 0px 0px;
    }
    .news1 .wrap .top .l .message .time{
        font-size: 0.9375vw;
    }
    .news1 .wrap .top .l .message .p1{
        margin: 1.5625vw 0px 0px;
        font-size: 1.6666666667vw;
        line-height: 2.1875vw;
    }
    .news1 .wrap .top .l .message .p2{
        margin: 2.0833333333vw 0px 0px;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .news1 .wrap .top .l .message .common_more{
        margin: 3.3854166667vw 0px 0px;
    }
    .news1 .wrap .top .pic{
        width: 41.6666666667vw;
        height: 26.0416666667vw;
    }
    .news1 .wrap .content{
        margin: 7.03125vw 0px 0px;
        gap: 3.8541666667vw 4.1666666667vw;
    }
    .news1 .wrap .content .item{
        width: 25vw;
    }
    .news1 .wrap .content .item:hover::after{
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0.2604166667vw 1.40625vw 0px;
    }
    .news1 .wrap .content .item::after{
        border-radius: 0.3125vw;
    }
    .news1 .wrap .content .item .img{
        height: 15.625vw;
        border-radius: 0.3645833333vw;
    }
    .news1 .wrap .content .item .text{
        padding: 2.1875vw 2.6041666667vw 2.96875vw;
    }
    .news1 .wrap .content .item .text .time{
        font-size: 0.9375vw;
    }
    .news1 .wrap .content .item .text .pick{
        margin: 1.5625vw 0px 0px;
        font-size: 1.0416666667vw;
        line-height: 1.875vw;
    }
    .news1 .wrap .common_paging{
        margin: 4.4270833333vw auto 0px;
    }
    .newsInfo1{
        padding: 8.3333333333vw 0px 9.8958333333vw;
    }
    .newsInfo1 .wrap{
        width: 83.3333333333vw;
    }
    .newsInfo1 .wrap .breadline a{
        font-size: 0.8333333333vw;
    }
    .newsInfo1 .wrap .breadline .iconfont{
        font-size: 0.8333333333vw;
        margin: 0px 0.2604166667vw;
    }
    .newsInfo1 .wrap .content{
        margin: 5vw 0px 0px;
    }
    .newsInfo1 .wrap .content .l{
        width: 55.8854166667vw;
    }
    .newsInfo1 .wrap .content .l .headline{
        padding: 0px 0px 1.25vw;
    }
    .newsInfo1 .wrap .content .l .headline .title .p1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 0.78125vw;
    }
    .newsInfo1 .wrap .content .l .headline .title .time{
        font-size: 0.9375vw;
    }
    .newsInfo1 .wrap .content .l .headline .back{
        width: 5.3125vw;
        height: 2.6041666667vw;
        border-radius: 0.2604166667vw;
        font-size: 0.9375vw;
    }
    .newsInfo1 .wrap .content .l .content_main{
        margin: 3.6458333333vw 0px 0px;
    }
    .newsInfo1 .wrap .content .l .content_main p{
        font-size: 0.9375vw;
        line-height: 2.1875vw;
    }
    .newsInfo1 .wrap .content .r{
        width: 20.8333333333vw;
    }
    .newsInfo1 .wrap .content .r .headline{
        font-size: 1.6666666667vw;
        margin: 0px 0px 2.3958333333vw;
    }
    .newsInfo1 .wrap .content .r .flex .item:not(:last-child){
        margin: 0px 0px 4.1666666667vw;
    }
    .newsInfo1 .wrap .content .r .flex .item .img{
        border-radius: 0.4166666667vw;
    }
    .newsInfo1 .wrap .content .r .flex .item .text{
        margin: 1.5625vw 0px 0px;
    }
    .newsInfo1 .wrap .content .r .flex .item .text .time{
        font-size: 0.8333333333vw;
    }
    .newsInfo1 .wrap .content .r .flex .item .text .pick{
        margin: 0.625vw 0px 0px;
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .news1{
        padding: 100px 0 50px;
    }
    .news1 .wrap{
        width: 90%;
    }
    .news1 .wrap .top .l .title{
        font-size: 22px;
    }
    .news1 .wrap .top{
        flex-direction: column;
    }
    .news1 .wrap .top .l .message{
        margin: 15px 0 0 0;
    }
    .news1 .wrap .top .l .message{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .news1 .wrap .top .l {
        width: 100%;
    }
    .news1 .wrap .top .pic{
        width: 100%;
        height: auto;
        margin: 25px 0 0 0;
    }
    .news1 .wrap .top .l .message .time{
        font-size: 13px;
    }
    .news1 .wrap .top .l .message .p1{
        margin: 15px 0 0 0;
        line-height: 20px;
        font-size: 16px;
    }
    .news1 .wrap .top .l .message .p2{
        margin: 20px 0 0 0;
        font-size: 13px;
        line-height: 25px;
    }
    .news1 .wrap .content{
        margin: 20px 0 0 0;
        gap: 40px 0;
    }
    .news1 .wrap .content .item {
        width: 100%;
    }
    .news1 .wrap .content .item .img{
        height: auto;
        border-radius: 10px;
    }
    .news1 .wrap .content .item .text{
        padding: 15px 5% 30px 5%;
    }
    .news1 .wrap .content .item .text .time{
        font-size: 14px;
    }
    .news1 .wrap .content .item .text .pick{
        margin: 10px 0 0 0;
        font-size: 15px;
        line-height: 25px;
    }

    .newsInfo1 .wrap{
        width: 90%;
    }
    .newsInfo1 .wrap .content{
        margin: 50px 0 0 0;
        flex-direction: column;
    }
    .newsInfo1 .wrap .content .l {
        width: 100%;
    }
    .newsInfo1 .wrap .content .l .headline{
        padding: 0 0 20px;
        flex-direction: column;
    }
    .newsInfo1 .wrap .content .l .headline .title .p1{
        font-size: 22px;
        margin: 0 0 10px;
    }
    .newsInfo1 .wrap .content .l .headline .title .time{
        font-size: 13px;
    }
    .newsInfo1 .wrap .content .l .headline .back {
        width: fit-content;
        padding: 0 25px;
        height: 35px;
        border-radius: 5px;
        font-size: 12px;
        margin: 18px 0 0 0;
    }
    .newsInfo1 .wrap .content .l .content_main{
        margin: 50px 0 0 0;
    }
    .newsInfo1 .wrap .content .l .content_main p{
        font-size: 12px;
        line-height: 25px;
    }
    .newsInfo1 .wrap .content .l .content_main p img{
        height: auto;
    }
    .newsInfo1 .wrap .content .r{
        width: 100%;
        margin: 40px 0 0 0;
    }
    .newsInfo1 .wrap .content .r .headline{
        font-size: 20px;
        margin: 0 0 20px;
    }
    .newsInfo1 .wrap .content .r .flex .item .img{
        border-radius: 10px;
    }
    .newsInfo1 .wrap .content .r .flex .item .text{
        margin: 20px 0 0 0;
    }
    .newsInfo1 .wrap .content .r .flex .item .text .time{
        font-size: 13px;
    }
    .newsInfo1 .wrap .content .r .flex .item .text .pick{
        margin: 10px 0 0 0;
        font-size: 13px;
    }
    .newsInfo1 .wrap .content .r .flex .item:not(:last-child) {
        margin: 0px 0px 35px;
    }
    .newsInfo1 .wrap .content .l .headline .title{
        width: 90%;
    }
}
