@media screen and (min-width: 1025px) {
    body{
        /*background: #F3F4F7;*/
    }
    .page-title{
        /*display: none;*/
    }
    .news-container{
        max-width: 1200px;
        margin: 40px auto;
    }
    .news-container .news-list{
        margin-top: 4px;
        padding: 0 55px;
    }
    .news-container .news-list li{
        padding: 26px 0;
        background: #FFFFFF;
        flex-direction: row-reverse;
        border-bottom: 1px solid #E7E7E7;
        cursor: pointer;
    }
    .news-container .news-list li:last-child{
        border-bottom: none;
    }
    .news .news-list .news-list-left h6 {
        flex: 1;
        font-size: 20px;
    }
    .news .news-list .news-list-left p{
        margin-top: 16px;
        font-size: 16px;
        line-height: 30px;
        -webkit-line-clamp: 4;
    }
    .news .news-list .news-list-left span{
        font-size: 14px;
        color: #666666;
    }
    .news .news-list .news-list-right{
        margin-right: 50px;
        width: 230px;
        height: 160px;
        display: flex;
    }
    .news-list-left-time{
        display: none;
    }
    .news-list-left-title span{
        margin-left: 20px;
    }
    .news-list-left-title-tips{
        flex: 1;
        overflow: hidden;
    }
    .news-list-left-title-tips div{
        width: 7px;
        height: 24px;
        background: #5A75DD;
        border-radius: 10px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .news-container{
        padding: 0 0.1rem;
    }
    .news-container .news-list{
        padding: 0.15rem 0.1rem 0.4rem;
    }
    .news-container .news-list li{
        margin-bottom: 0.2rem;
    }
    .news .news-list .news-list-left h6 {
        font-size: 0.16rem;
    }
    .news .news-list .news-list-left p{
        margin-top: 0.1rem;
        font-size: 0.14rem;
        line-height: 0.16rem;
        -webkit-line-clamp: 2;
    }
    .news .news-list .news-list-right{
        margin-left: 0.12rem;
        width: 0.86rem;
        height: 0.86rem;
        display: flex;
    }
    .news .news-list .news-list-left span{
        margin-top: 0.07rem;
        font-size: 10px;
        color: #666666;
    }
    .news-list-left-title span{
        display: none;
    }
    .news-list-left-title-tips{
        flex: 1;
        overflow: hidden;
    }
}

.news .news-list li{
    display: flex;
}
.news .news-list li:last-child{
    margin-bottom: 0;
}
.news .news-list .news-list-left{
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.news .news-list .news-list-left h6{
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news .news-list .news-list-left p{
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


.news .news-list .news-list-right img{
    width: 100%;
    height: 100%;
}
.news-list-left-title-tips{
    justify-content: start;
}