.ny_banner{
    width:100%;
    overflow: hidden;
    position: relative;
}
.ny_banner .img img{
    width:100%;
}
.ny_banner .wz{
    width:82%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ny_banner .wz h2{
    font-size:36px;
    line-height:70px;
    color:#ffffff;
    text-align:center;
}
.ny_banner .wz p{
    font-size:36px;
    line-height:48px;
    color:#ffffff;
    margin-top:17px;
}

.news_detail{
    padding: 80px 0;
    overflow: hidden;
}
.news_detail .layer{
    justify-content: space-between;
}
.news_detail .layer .l{
    width: calc(100% - 400px);
}
.news_detail .layer .l .tit{
    font-size: 36px;
    line-height: 50px;
}
.news_detail .layer .l .time{
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
}
.news_detail .layer .l .time span{
    margin-right: 30px;
}
.news_detail .layer .l .con{
    font-size: 14px;
    line-height: 1.5;
    padding: 30px 0;
}
.news_detail .layer .l .prev_next{
    border-top: 1px solid #e9e9e9;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 2;
}
.news_detail .layer .r{
    width: 350px;
}
.news_detail .layer .r .tit{
    font-family: 'OPlusSans3';
    font-size: 20px;
    line-height: 2;
}
.news_detail .layer .r ul li{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.news_detail .layer .r ul li .img{
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}
.news_detail .layer .r ul li .wz{
    width: 50%;
    padding-left: 15px;
    font-size: 14px;
}
.news_detail .layer .r ul li .wz h3{
    font-family: 'OPlusSans3';
}
.news_detail .layer .r ul li .wz .time{
    margin-top: 10px;
    color: #999999;
}
.news_detail .layer .r ul li:hover .wz h3 a{
    color: #b49766;
}


@media only screen and (min-width:1600px) and (max-width: 1920px){
}
@media only screen and (min-width:1440px) and (max-width: 1599px){
}
@media only screen and (min-width:1360px) and (max-width: 1439px){
}
@media only screen and (min-width:1200px) and (max-width: 1359px){
}
@media only screen and (min-width:1024px) and (max-width: 1199px){	
}
@media only screen and (max-width: 1170px) {
    .ny_banner .wz h2{
        font-size: 20px;
        line-height: 2;
    }

    .news_detail .layer{
        flex-wrap: wrap;
    }
    .news_detail .layer .l{
        width: 100%;
    }
    .news_detail .layer .l .tit{
        font-size: 20px;
        line-height: 2;
    }
    .news_detail .layer .r{
        width: 100%;
    }
}


