@media screen and (max-width:1780px){
}

@media screen and (max-width:1680px){


}

@media screen and (max-width:1477px){

}

@media screen and (max-width:1401px){


}

@media screen and (max-width:1380px){
}

@media screen and (max-width:1366px){
    .news-list{
        width: 80%;
    }
}

@media screen and (max-width:1320px){
}

@media screen and (max-width:1280px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:1180px){

}

@media screen and (max-width:1080px){

}

@media screen and (max-width:1024px){
    .news-list{
        width: 95%;
    }
}

@media screen and (max-width:980px){

}

@media screen and (max-width:960px){
}

@media screen and (max-width:900px){
}

@media screen and (max-width:870px){
}

@media screen and (max-width:768px){
    .index-swiper-box .index-swiper-container .index-swiper-pagination{
        bottom: 10px;
    }
    .news-list ul li a > div:nth-child(2) .news-text {
        width: 70%;
    }
    .news-list ul li {
        height: 120px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:730px){
}

@media screen and (max-width:680px){
}

@media screen and (max-width:650px){
}

@media screen and (max-width:486px){
    .news-list ul li a > div:nth-child(2) .news-times{
        display: none;
    }
    .news-list ul li a > div:nth-child(1){
        width: 50%;
    }
    .news-list ul li a > div:nth-child(2){
        width: 45%;
    }
    .news-list ul li a > div:nth-child(2) .news-text{
        width: 100%;
    }
    .news-list ul li a > div:nth-child(2) .news-text > h1 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .news-list ul li a > div:nth-child(2) .news-text > p{
        -webkit-line-clamp: 4;
        font-size: 14px;
    }
    .news-list .fenYe{
        display: none;
    }
    .jiazai{
        display: block;
        margin: 30px auto 0;
    }
    .news-list {
        margin: 42px auto 50px;
    }
    .index-swiper-box .index-swiper-container .index-swiper-pagination {
        bottom: 5px;
    }

    .clickmore{
        width: 120px;
        display: flex;
        height: 40px;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        border-radius: 10px;
        background-color: #e43a32;
    }
    .clickmore a{
        font-size: 16px;
        color: #ffffff;
    }
}

@media screen and (max-width:376px){

}

@media screen and (max-width:340px){
    .jiazai{
        font-size: 14px;
    }
}

































