.new_news1{
    padding: 80px 0 100px;
}
.new_news1 .wrap{
    width: 1320px;
    margin: auto;
}

.new_news1 .wrap .time{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #74797c;
    margin: 0 0 34px;
    text-align: center;
    text-transform: uppercase;
}
.new_news1 .wrap .content{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.new_news1 .wrap .content .item{
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 5px;
    background-color: #ececed;
}

.new_news1 .wrap .content .item .img{
    width: 180px;
    height: 211px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.new_news1 .wrap .content .item .img img{
    padding: 0 20px;
    max-height: 70%;
    object-fit: contain;
}

.new_news1 .wrap .content .item .text{
    width: 340px;
}
.new_news1 .wrap .content .item .text .p1{
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #74797c;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.new_news1 .wrap .content .item .text .p2{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #142531;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.new_news1 .wrap .content .item .text .p3{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #212525;
    margin: 0 0 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.new_news1 .wrap .content .item .text .p3 .list{
    display: flex;
    align-items: center;
    gap: 6px;
}
.new_news1 .wrap .content .item .text .p3 .list svg{
    width: 18px;
    height: 18px;
}
.new_news1 .wrap .content .item .text .more{
    display: flex;
    align-items: center;
    gap: 10px;
}
.new_news1 .wrap .content .item .text .more p{
    font-size: 16px;
    font-weight: 400;
    color: var(--color);
    transition: .6s ease;
}
.new_news1 .wrap .content .item .text .more svg{
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}

.new_news1 .wrap .content .item:hover .more p{
    color: #142531;
}
.new_news1 .wrap .content .item:hover .text .more svg path{
    fill: #142531;
}
.new_news1 .wrap .content .item .text .more svg path{
    fill: var(--color);
    transition: .6s ease;
}
@media screen and (max-width: 1919px) {
    .new_news1{
        padding: 4.1666666667vw 0px 5.2083333333vw;
    }
    .new_news1 .wrap{
        width: 68.75vw;
    }
    .new_news1 .wrap .time{
        font-size: 0.625vw;
        letter-spacing: 0.2083333333vw;
        margin: 0px 0px 1.7708333333vw;
    }
    .new_news1 .wrap .content{
        gap: 1.0416666667vw;
    }
    .new_news1 .wrap .content .item{
        padding: 1.0416666667vw;
        gap: 1.5625vw;
        border-radius: 0.2604166667vw;
    }
    .new_news1 .wrap .content .item .img{
        width: 9.375vw;
        height: 10.9895833333vw;
    }
    .new_news1 .wrap .content .item .img img{
        padding: 0px 1.0416666667vw;
    }
    .new_news1 .wrap .content .item .text{
        width: 17.7083333333vw;
    }
    .new_news1 .wrap .content .item .text .p1{
        font-size: 0.625vw;
        line-height: 1.0416666667vw;
        letter-spacing: 0.2083333333vw;
        margin-bottom: 0.5208333333vw;
    }
    .new_news1 .wrap .content .item .text .p2{
        font-size: 1.25vw;
        line-height: 1.6666666667vw;
        margin-bottom: 0.78125vw;
    }
    .new_news1 .wrap .content .item .text .p3{
        font-size: 0.8333333333vw;
        line-height: 1.3541666667vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .new_news1 .wrap .content .item .text .more{
        gap: 0.5208333333vw;
    }
    .new_news1 .wrap .content .item .text .more p{
        font-size: 0.8333333333vw;
    }
    .new_news1 .wrap .content .item .text .more svg{
        width: 0.8333333333vw;
        height: 0.8333333333vw;
        top: 0.1041666667vw;
    }
}
@media screen and (max-width: 1024px) {
    .new_news1{
        padding: 45px 0;
    }
    .new_news1 .wrap{
        width: 90%;
    }
    .new_news1 .wrap .time{
        font-size: 12px;
        letter-spacing: 0;
        margin: 0 0 20px;
    }
    .new_news1 .wrap .content{
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
    }
    .new_news1 .wrap .content .item{
        padding: 15px;
        border-radius: 4px;
        flex-direction: column;
    }
    .new_news1 .wrap .content .item .img{
        width: 100%;
        height: 150px;
    }
    .new_news1 .wrap .content .item .text {
        margin: 25px 0 0 0;
        width: 100%;
    }
    .new_news1 .wrap .content .item .text .p1{
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0;
        margin: 0 0 10px;
    }
    .new_news1 .wrap .content .item .text .p2{
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .new_news1 .wrap .content .item .text .p3{
        font-size: 13px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .new_news1 .wrap .content .item .text .more{
        gap: 10px;
    }
    .new_news1 .wrap .content .item .text .more p{
        font-size: 12px;
    }
    .new_news1 .wrap .content .item .text .more svg {
        width: 16px;
        height: 16px;
    }
}
