.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;
}


.about .w1600{
    display: flex;
    justify-content: space-between;
}
.about .l{
    width: 30%;
}
.about .l .lm{
    border: 1px solid #e3e9ef;
    margin-bottom: 30px;
}
.about .l .lm .tit{
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e3e9ef;
}
.about .l .lm .tit span{
    display: inline-block;
    height: 49px;
    color: #025fa9;
    border-bottom: 3px solid #025fa9;
}
.about .l .lm .con{
    padding: 15px;
}
.about .l .lm .con a{
    display: block;
    font-size: 18px;
    line-height: 50px;
}
.about .l .lm .con a:not(:last-child){
    border-bottom: 1px solid #e3e9ef;
}

.about .r{
    width: 70%;
    padding-left: 50px;
}
.about .r .tit{
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e3e9ef;
}
.about .r .tit span{
    display: inline-block;
    height: 49px;
    color: #025fa9;
    border-bottom: 3px solid #025fa9;
}
.about .r .con{
    line-height: 30px;
    padding: 20px 0 50px;
}
.about .r .con img{
    max-width: 100%;
}


@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;
    }

    .about .l{
        display: none;
    }
    .about .r{
        width: 100%;
        padding-left: 0;
    }
    .about .r .tit{
        padding: 0;
    }
    .about .r .con{
        word-break: break-word;
    }
}