.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;
}

.ny_news{
    padding: 80px 0;
}
.ny_news .lm{
    padding: 0 0 4.1666%;
    display: flex;
    justify-content: center;
}
.ny_news .lm li{
    margin: 0 3px;
}
.ny_news .lm li a{
    display: block;
    width: 150px;
    height: 48px;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    background: #f2f2f2;
}
.ny_news .lm li.active a{
    background: #b49766;
    color: #ffffff;
}

.ny_news .hot_news{
    width:100%;
    overflow:hidden;
    position:relative;
    margin: 0 0 60px;
}
.ny_news .hot_news .swiper-slide a{
    display: flex;
}
.ny_news .hot_news .swiper-slide .img{
    width: 50%;
    aspect-ratio: 510/290;
    overflow:hidden;
}
.ny_news .hot_news .swiper-slide .img img{
    width:100%;
    height:100%;
    transition:all .5s;
}
.ny_news .hot_news .swiper-slide .wz{
    width: 50%;
    padding: 5%;
    background-color: #f2f2f2;
}
.ny_news .hot_news .swiper-slide .wz h3{
    font-family: 'OPlusSans3';
    font-size:20px;
    line-height:34px;
    height:68px;
}
.ny_news .hot_news .swiper-slide .wz p{
    font-size:14px;
    line-height:25px;
    height:75px;
    margin-top:14px;
    color:#666666;
}
.ny_news .hot_news .swiper-slide .wz span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 116px;
    height: 36px;
    color: #b49766;
    border: 1px solid #b49766;
    border-radius: 5px;
    margin-top: 10px;
}
.ny_news .hot_news .swiper-slide:hover .img img{
    transform: scale(1.1);
}
.ny_news .hot_news .swiper-slide:hover .wz:after{
    color:#b49766;
    width:100%;
}
.ny_news .hot_news .swiper-slide:hover .wz h3{
    color:#b49766;
}
.ny_news .hot_news .swiper-slide:hover .wz span{
    background: #b49766;
    color: #ffffff;
}
.ny_news .hot_news .swiper-button{
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}
.ny_news .hot_news .swiper-button:after {
    color: #ffffff;
    font-size: 14px;
}
.ny_news .hot_news .swiper-button-prev{
    left: 0;
}
.ny_news .hot_news .swiper-button-next{
    right: 0;
}


.ny_news .list li{
    display: flex;
    margin-bottom: 2.5316%;
    padding-bottom: 2.5316%;
    border-bottom: 1px solid #cccccc;
}
.ny_news .list li .img{
    width: 33%;
    aspect-ratio: 510/290;
    overflow:hidden;
}
.ny_news .list li .img img{
    width:100%;
    height:100%;
    transition:all .5s;
}
.ny_news .list li .wz{
    width: 67%;
    padding: 0 0 0 3.1645%;
}
.ny_news .list li .wz h3{
    font-family: 'OPlusSans3';
    font-size: 20px;
    line-height:1.5;
    margin-top: 10px;
}
.ny_news .list li .wz p{
    font-size:14px;
    line-height:1.5;
    margin-top:14px;
    color:#666666;
}
.ny_news .list li .wz .time{
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
}
.ny_news .list li .wz .time a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 116px;
    height: 36px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}
.ny_news .list li:hover .img img{
    transform: scale(1.1);
}
.ny_news .list li:hover .wz h3 a{
    color:#b49766;
}
.ny_news .list li .wz .time a:hover{
    background: #b49766;
    color: #ffffff;
}


@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;
    }

    .ny_news .hot_news .swiper-slide a{
        flex-wrap: wrap;
    }
    .ny_news .hot_news .swiper-slide .img{
        width: 100%;
    }
    .ny_news .hot_news .swiper-slide .wz{
        width: 100%;
    }

    .ny_news .list li{
        flex-wrap: wrap;
    }
    .ny_news .list li .img{
        width: 100%;
    }
    .ny_news .list li .wz{
        width: 100%;
        padding: 0;
    }
}