@media screen and (max-width:1780px){
    .news-list a .news-content .news-text{
        width: 60%;
    }
}

@media screen and (max-width:1600px){
    .news-list a .news-content .news-text{
        width: 55%;
    }
}

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

}

@media screen and (max-width:1401px){
    .news-list a .news-content .news-text{
        width: 50%;
    }

}

@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){
    .news-list a .news-content .go-news{
        display: none;
    }
    .news-list a .news-content .news-text{
        width: 55%;
        padding-right: 10px;
        box-sizing: border-box;
    }
}

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

}

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

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

@media screen and (max-width:650px){
    .news-list a .news-time{
        display: none;
    }
    .news-list a .news-content{
        width: 100%;
        justify-content: space-between;
    }
    .news-list a .news-content .news-img{
        margin-right: 0;
        width: 40%;
    }
    .news-list a .news-content .news-text {
        width: 55%;
    }
}

@media screen and (max-width:486px){
    .news-list a {
        height: 130px;
        margin-bottom: 5px;
    }
    .news-list {
        margin: 40px auto 0;
    }
    .news-list a .news-content .news-text h1 {
        font-size: 16px;
    }
    .news-list a .news-content .news-text p {
        font-size: 14px;
        -webkit-line-clamp: 3;
        margin-top: 2px;
    }
    .nwes-fenye {
        display: none;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .clickmore{
        display: flex;
        margin: 25px auto 40px;
    }

}

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

}

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

































