.news-list{
    width: 100%;
    align-items: center;
    background-color: #f8f9fd;
    letter-spacing: 0;
}
.news-list .breadcrumb{
    margin-top: 38px;
    margin-bottom: 32px;
    max-width: 1200px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #3D3D3D;
}
.news-list .n-link{
    cursor: pointer;
    color: #3376F1;
}
.news-list .content{
    background-color: #fff;
    width: 100%;
    max-width: 1200px;
    padding: 36px 0 43px 68px;
    margin-bottom: 230px;
}
.news-list .c-bc{
    display: flex;
    align-items: center;
}
.news-list .c-bc > div{
    font-size: 24px;
    font-weight: 500;
    color: #1D2128;
    line-height: 24px;
}
.news-list .list{
    width: 100%;
    min-height: 870px;
    margin-top: 45px;
}
.news-list .list > div{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    cursor: pointer;
    color: #3D3D3D;
}
.news-list .list>div >a{
    display: none;
}
.news-list .list > div:hover .title{
    color: #0C51B2;
}
.news-list .list > div:last-child{
    margin-bottom: 0;
}
.news-list .l-img{
    width: 300px;
    height: 150px;
    flex-shrink: 0;
}
.news-list .right{
    flex: 1 1 auto;
    padding-inline: 40px 36px;
    border-bottom: #D8D8D8 1px solid;
}
.news-list .title{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 9px;
}
.news-list .sub-title{
    height: 71px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 9px;
    width: 100%;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow:ellipsis;
}
.news-list .right .end{
    display: flex;
    justify-content:space-between;
}
.news-list .date, .author{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.news-list .author:before{
    content: "转自：";
}
.news-list .page{
    padding: 43px 22px 0 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.news-list .page button{
    padding: 5px 10px;
    background-color: #FFFDFD;
    border: #E0E0E0 1px solid;
    border-radius: 2px 2px 2px 2px;
    color: #3D3D3D;
    margin-left: 13px;
}
.news-list .page .no-point{
    cursor:default;
    border: none;
}
@media (max-width: 1000px) {
    .news-list{
        width: 22.4rem;
        margin-inline: auto;
        margin-top: 0.933rem;
        background-color: rgba(255, 255, 255,0);
    }
    .news-list .breadcrumb,.news-list .c-bc{
        display: none;
    }
    .news-list .content{
        background-color: rgba(255, 255, 255,0);
        padding: 0;
    }
    .news-list .list{
        margin: 0;
    }
    .news-list .list>div{
        background-color: #fff;
        flex-direction: column;
        padding: 1.067rem 1.333rem 1.333rem 1.333rem;
        gap: 1rem;
    }
    .news-list .l-img{
        width: 100%;
        height: auto;
        line-height: 0;
    }
    .news-list .right{
        padding: 0;
        border-bottom: none;
    }
    .news-list .title{
        font-size: 0.933rem;
        font-weight: 600;
        color: #3D3D3D;
        line-height: 1rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 0.667rem;
    }
    .news-list .sub-title{
        font-size: 0.8rem;
        line-height: 0.9rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        height: 0.8rem;
        margin-bottom: 1.133rem;
    }
    .news-list .author:before{
        content: '';
    }
    .news-list .author{
        font-size: 0.8rem;
        color: #3577FF;
        line-height: 0.8rem;
    }
    .news-list .date{
        font-size: 0.8rem;
        color: #65656D;
        line-height: 0.8rem;
    }

}