.news-wrapper .list {
    width: 100%;
    padding-right: 41px;
    box-sizing: border-box;
    padding-top: 75px;
}

.list .list-item {
    padding: 0 35px 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    height: 73px;
    cursor: pointer;
    box-shadow: 0 8px 8px #ccc;
}

.list .list-item+.list-item {
    margin-top: 27px;
}

.list .list-item .title {
    flex: 1;
    padding-right: 100px;
    font-size: 20px;
    color: #5c5c5c;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list .list-item .time {
    font-size: 20px;
    color: #5c5c5c;
}

.more {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #e85555;
    cursor: pointer;
    margin-top: 50px;
}

.news-wrapper {
    padding-bottom: 10rem;
}

@media (width: 640px) {
    .list .list-item .title {
        font-size: 14px;
        width: 300px;
        padding-right: 15px;
    }

    .list .list-item {
        padding: 0 20px 0 20px;
    }

    .list .list-item .time {
        font-size: 14px;
    }

    .foosun_pagebox>* {
        font-size: 12px !important;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .news-wrapper .list {
        padding-right: 10px;
    }

    .list .list-item {
        padding: 0 10px;
    }
}
