@media screen and (max-width:1100px){
    .news_html .news_list a{
        display: flex;
        flex-direction: row-reverse;
    }
    
}
@media screen and (max-width: 500px){
    .news_html .news_list a .img{
        width: 30%;
    }
    .news_html .news_list a .img img{
        height: 100%;
        object-fit: cover;
    }
    .news_html .news_list a .text{
        width: 70%;
        box-sizing: border-box;
        padding: 10px;
    }
    .news_html .news_list a .text .bt{
        height: auto;
        line-height: normal;
    }
    .news_html .news_list a .text .icon,
    .news_html .news_list a .text .time{
        display: none;
    }
    .news_html .news_list a .text .p{
        line-height: 24px;
    }
    .news_html .news_list a .text .bt{
        padding-bottom: 3px;
        margin-bottom: 10px;
    }
    .news_html .swiper-container-news .swiper-slide{    
        display: flex;
        flex-direction: row-reverse;
    }
    .news_html .news_first .right .text .p{
        -webkit-line-clamp: 2;
    }
    .news_html .news_first .right .text .more{
        display: none;
    }
    .news_html .news_first .img{
        width: 30%;
    }
    .news_html .news_first .date p:nth-child(1){
        display: none;
    }
    .news_html .news_first .date p:nth-child(2){
        font-size: 14px;
    }
    .news_html .news_first .date{
        width: auto;
        height: auto;
        padding: 5px 10px;
    }
    .news_html .news_first .img img{
        height: 100%;
        object-fit: cover;
    }
    .news_html .news_first .right .text .p{
        line-height: 24px;
    }.news_html .news_first .img{
        width: 44%;
    }
    .news_html .news_first .right{
        padding: 20px 0;
    }
    .news_html .news_first .swiper-button-prev-news{
        width: 40px;
        height: 40px;
        right: 41px;
        left: auto;
        background-size: 100% 100%;
    }
    .news_html .news_first .swiper-button-next-news{
        width: 40px;
        height: 40px;
        right: 0;
        left: auto;
        background-size: 100% 100%;
    }
    .news_html .news_first .swiper-button-next-news:hover,
    .news_html .news_first .swiper-button-prev-news:hover{
        background-size: 100% 100%;
    }
}