.new-back{
    /*width: 100%;*/
    /*height: 237px;*/
    /*background: url('../img/news-icon.jpg') no-repeat center 0px;*/
    /*background-size: cover;*/
    /*margin-top: 80px;*/
    /*.new-tit{*/
    /*    width: 1400px;*/
    /*    padding-top: 92px;*/
    /*     p{*/
    /*        margin: 0 auto;*/
    /*        font-size: 36px;*/
    /*        font-weight: 700;*/
    /*        line-height: 54px;*/
    /*        color: rgba(255, 255, 255, 1);*/
    /*    }*/
    /*}*/
    min-width:100%;
    margin-top: 80px;
    padding-bottom: 33.33%;
    position: relative;
    .imgBanner{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        cursor: pointer;
    }
}
.news-ls{
    padding: 120px 0;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(4, 308px);
    grid-gap: 56px;
    .news-ey{
        width: 308px;
        height: 308px;
        border-radius: 10px;
        border: 1px solid rgba(221, 221, 221, 1);
        box-shadow: 10px 10px 20px  rgba(0, 0, 0, 0.1);
        cursor: pointer;
        img{
            width: 306px;
            height: 176px;
            border-radius: 10px 10px 0px 0px;
        }
        .news-ey-txt{
            padding: 20px;
            p:nth-child(1){
                height: 48px;
                font-size: 16px;
                font-weight: 700;
                line-height: 24px;
                color: rgba(68, 68, 68, 1);
                text-align: justify;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }
            p:nth-child(2){
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                color: rgba(136, 136, 136, 1);
                margin-top: 20px;
            }
        }
    }
}