.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_detail .title{
    font-size: 24px;
    line-height: 34px;
    padding: 0 0 15px 0;
    margin: 0 0 60px 0;
    border-bottom: 2px solid #e4e4e4;
}
.news_detail .content{
    font-size: 16px;
    line-height: 24px;
    color: #4b566b;
}
.news_detail .prev_next{
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 2px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
}
.news_detail .prev_next a{
    display: block;
    padding: 6px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
}
.news_detail .prev_next a:hover{
    border: 1px solid #bbbbbb;
    background: #eeeeee;
}


@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_detail .title{
        font-size: 20px;
        margin-bottom: 30px;
    }
}