body {
    background: #F4F4F2
}

.newsInfo1 {
    padding: 105px 0 100px
}

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

.newsInfo1 .wrap .back {
    width: fit-content;
    height: 52px;
    border-radius: 26px;
    border: 1px solid #716F70;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .6s ease
}

.newsInfo1 .wrap .back:hover {
    background: var(--color);
    border: 1px solid transparent
}

.newsInfo1 .wrap .back:hover .iconfont, .newsInfo1 .wrap .back:hover p {
    color: #fff
}

.newsInfo1 .wrap .back .iconfont {
    font-size: 20px;
    color: #111;
    transform: rotate(-180deg);
    transition: .6s ease
}

.newsInfo1 .wrap .back p {
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    transition: .6s ease
}

.newsInfo1 .wrap .content {
    margin: 110px 0 0 0;
    display: flex;
    justify-content: space-between
}

.newsInfo1 .wrap .content .r {
    width: 376px
}

.newsInfo1 .wrap .content .r .item {
    width: 376px;
    padding: 0 0 35px;
    border-bottom: 1px solid #111;
    display: block
}

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

.newsInfo1 .wrap .content .r .item:hover .pick {
    color: var(--color)
}

.newsInfo1 .wrap .content .r .item:not(:last-child) {
    margin: 0 0 45px
}

.newsInfo1 .wrap .content .r .item .img {
    width: 100%;
    height: 233px;
    overflow: hidden;
    margin: 0 0 30px
}

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

.newsInfo1 .wrap .content .r .item .pick {
    font-weight: 600;
    font-size: 24px;
    color: #111111;
    line-height: 30px;
    transition: .6s ease
}

.newsInfo1 .wrap .content .l {
    width: 1347px
}

.newsInfo1 .wrap .content .l .title {
    padding: 0 0 64px;
    margin: 0 0 67px;
    border-bottom: 1px solid #111111
}

.newsInfo1 .wrap .content .l .title .p1 {
    font-weight: 600;
    font-size: 40px;
    color: #111111;
    margin: 0 0 30px;
    text-transform: uppercase
}

.newsInfo1 .wrap .content .l .title .time {
    font-weight: 400;
    font-size: 20px;
    color: #A2A2A2;
    font-family: 'Archivo r', sans-serif
}

.newsInfo1 .wrap .content .l .text p {
    font-weight: 400;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 40px;
    font-family: 'Archivo r', sans-serif
}
.newsInfo1 .wrap .content .l .text video{
    width: 100%;
    height: auto;
}
.newsInfo1 .wrap .content .l .text img {
    height: auto
}

.newsInfo1 .wrap .other {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 0 0;
    padding: 70px 79px 0 0;
    border-top: 1px solid #111111
}

.newsInfo1 .wrap .other .list {
    width: 775px
}

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

.newsInfo1 .wrap .other .list span {
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    margin: 0 0 20px;
    font-family: 'Archivo r', sans-serif;
    display: block
}

.newsInfo1 .wrap .other .list p {
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    line-height: 32px;
    font-family: 'Archivo r', sans-serif;
    transition: .6s ease
}

@media screen and (max-width: 1919px) {
    .newsInfo1{
        padding: 5.46875vw 0px 5.2083333333vw;
    }
    .newsInfo1 .wrap{
        width: 96.875vw;
    }
    .newsInfo1 .wrap .back{
        height: 2.7083333333vw;
        border-radius: 1.3541666667vw;
        padding: 0px 1.4583333333vw;
        gap: 0.5208333333vw;
    }
    .newsInfo1 .wrap .back .iconfont{
        font-size: 1.0416666667vw;
    }
    .newsInfo1 .wrap .back p{
        font-size: 1.0416666667vw;
    }
    .newsInfo1 .wrap .content{
        margin: 5.7291666667vw 0px 0px;
    }
    .newsInfo1 .wrap .content .r{
        width: 19.5833333333vw;
    }
    .newsInfo1 .wrap .content .r .item{
        width: 19.5833333333vw;
        padding: 0px 0px 1.8229166667vw;
    }
    .newsInfo1 .wrap .content .r .item:not(:last-child){
        margin: 0px 0px 2.34375vw;
    }
    .newsInfo1 .wrap .content .r .item .img{
        height: 12.1354166667vw;
        margin: 0px 0px 1.5625vw;
    }
    .newsInfo1 .wrap .content .r .item .pick{
        font-size: 1.25vw;
        line-height: 1.5625vw;
    }
    .newsInfo1 .wrap .content .l{
        width: 70.15625vw;
    }
    .newsInfo1 .wrap .content .l .title{
        padding: 0px 0px 3.3333333333vw;
        margin: 0px 0px 3.4895833333vw;
    }
    .newsInfo1 .wrap .content .l .title .p1{
        font-size: 2.0833333333vw;
        margin: 0px 0px 1.5625vw;
    }
    .newsInfo1 .wrap .content .l .title .time{
        font-size: 1.0416666667vw;
    }
    .newsInfo1 .wrap .content .l .text p{
        font-size: 1.0416666667vw;
        line-height: 2.0833333333vw;
    }
    .newsInfo1 .wrap .other{
        margin: 3.6458333333vw 0px 0px;
        padding: 3.6458333333vw 4.1145833333vw 0px 0px;
    }
    .newsInfo1 .wrap .other .list{
        width: 40.3645833333vw;
    }
    .newsInfo1 .wrap .other .list span{
        font-size: 1.0416666667vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .newsInfo1 .wrap .other .list p{
        font-size: 1.25vw;
        line-height: 1.6666666667vw;
    }
}


@media screen and (max-width: 1024px) {
    .newsInfo1 .wrap{
        width: 90%;
    }
    .newsInfo1 .wrap .back{

    }
    .newsInfo1 .wrap .back {
        height: 40px;
        border-radius: 30px;
        padding: 0 16px;
        gap: 10px;
    }
    .newsInfo1 .wrap .back .iconfont {
        font-size: 14px;
    }
    .newsInfo1 .wrap .back p {
        font-size: 14px;
    }
    .newsInfo1 .wrap .content{
        margin: 25px 0 0 0;
        flex-direction: column;
    }
    .newsInfo1 .wrap .content .l{
        width: 100%;
    }
    .newsInfo1 .wrap .content .l .title .p1{
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 10px;
    }
    .newsInfo1 .wrap .content .l .title .time{
        font-size: 13px;
    }
    .newsInfo1 .wrap .content .l .title{
        padding: 0 0 20px;
        margin: 0 0 20px;
    }
    .newsInfo1 .wrap .content .l .text p{
        font-size: 13px;
        line-height: 25px;
    }
    .newsInfo1 .wrap .content .r {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .newsInfo1 .wrap .content .r .item {
        width: 100%;
        padding: 0 0 20px;
    }
    .newsInfo1 .wrap .content .r .item:not(:last-child) {
        margin: 0 0 20px;
    }
    .newsInfo1 .wrap .content .r .item .img{
        height: auto;
        margin: 0 0 20px;
    }
    .newsInfo1 .wrap .content .r .item .pick{
        font-size: 14px;
        line-height: 22px;
    }
    .newsInfo1 .wrap .other{
        margin: 0;
        padding: 20px 0 0 0;
        border: none;
        flex-direction: column;
        gap: 20px;
    }
    .newsInfo1 .wrap .other .list{
        width: 100%;
    }

    .newsInfo1 .wrap .other .list span{
        font-size: 12px;
        margin: 0 0 7px;
    }
    .newsInfo1 .wrap .other .list p{
        font-size: 14px;
        line-height: 24px;
    }
}
