.ny_banner{
    overflow: hidden;
}
.ny_banner img{
    width: 100%;
    height: 380px;
}

.ny_lj{
    font-size: 12px;
    line-height: 30px;
    padding: 10px 0;
}
.ny_lj span{
    margin: 0 8px;
}



.news .title{
    font-size: 28px;
    line-height: 30px;
    margin: 16px 0;
}

.news .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news .list li{
    width: 32%;
    margin-bottom: 2%;
}
.news .list li .img{
    aspect-ratio: 1024/683;
}
.news .list li .img img{
    width: 100%;
}
.news .list li .tit{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 10px;
}
.news .list li .tit h3{
    width: calc(100% - 120px);
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
}
.news .list li .tit div{
    width: 100px;
    font-size: 14px;
    line-height: 26px;
    color: #7d879c;
}
.news .list li .tit div span{
    margin-right: 5px;
}
.news .list li .con{
    font-size: 14px;
    line-height: 24px;
    color: #7d879c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
    overflow: hidden;
}


@media (max-width: 1600px) {
    
}

@media (max-width: 1360px) {
    
}

@media (max-width: 768px) {
    .ny_banner{
        margin-top: 50px;
        height: 150px;
    }
    .ny_banner img{
        object-fit: cover;
        height: 150px;
    }
    
    .news .list li{
        width: 100%;
        margin-bottom: 15px;
    }
    .news .list li .tit{
        flex-direction: column;
    }
    .news .list li .tit h3{
        width: 100%;
    }
}