.title {
    padding: 86rem 180rem;
    font-size: 34rem;
    text-align: center;
}

.title>div:last-of-type {
    font-size: 24rem;
    margin-top: 10rem;
    color: #999999;
}


.new_lists {
    padding: 0 180rem;
}

.new_list {
    display: flex;
    margin-bottom: 50rem;
}

.new_lists>.new_list:last-of-type {
    margin-bottom: 0;
}

.new_list>div:first-of-type {
    width: 420rem;
    display: flex;
}

.new_list>div:last-of-type {
    flex: 1;
    display: flex;
    padding: 30rem 50rem 28rem 50rem;
    align-content: space-between;
    flex-wrap: wrap;
    border: 1rem solid #e5e5e5;
    border-left: none;
}

.new_list>div:last-of-type>div {
    width: 100%;
}

.new_list>div:last-of-type>div:first-of-type {
    font-size: 26rem;
    font-weight: bold;
}

.new_list>div:last-of-type>div:nth-of-type(2) {
    font-size: 16rem;
    color: #666666;
    line-height: 30rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new_list>div:last-of-type>div:last-of-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16rem;
    color: #666666;
}

.new_more {
    line-height: 50rem;
    width: 140rem;
    text-align: center;
    border: 1px solid #bfbfbf;
    border-radius: 8rem;
    font-size: 18rem;
    margin-bottom: 5rem;
}

@media only screen and (max-width: 999px) {
    .title {
        padding: 50rem 30rem;
        font-size: 40rem;
    }
    .title>div:last-of-type {
        font-size: 30rem;
    }
    .new_lists {
        padding: 0 30rem;
    }
    .new_list {
        display: block;
    }
    .new_list>div:first-of-type {
        width: 100%;
    }
    .new_list>div:last-of-type {
        border-left: 1px solid #e5e5e5;
        padding: 30rem;
    }
    .new_list>div:last-of-type>div:first-of-type {
        font-size: 32rem;
    }
    .new_list>div:last-of-type>div:nth-of-type(2) {
        font-size: 26rem;
        line-height: 40rem;
        margin: 20rem 0 24rem 0;
    }
    .new_list>div:last-of-type>div:last-of-type {
        font-size: 26rem;
    }
    .new_more {
        font-size: 28rem;
        width: 160rem;
        line-height: 60rem;
    }
}