section {
    padding: 0 180rem;
}

.title {
    font-size: 34rem;
    text-align: center;
    margin: 78rem 0;
}

.title>div:last-of-type {
    font-size: 24rem;
    color: #999999;
    margin-top: 14rem;
}

.lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.lists>a {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 50rem;
}

.lists>a:nth-child(3n) {
    margin-right: 0;
}

.list_content>div:first-of-type {
    display: flex;
}

.list_content>div:last-of-type {
    font-size: 18rem;
    margin-top: 30rem;
}

.list_content>div:last-of-type>div:first-of-type {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_content>div:last-of-type>div:last-of-type {
    font-size: 15rem;
    color: #777777;
    margin-top: 15rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    line-height: 26rem;
    height: 52rem;
    -webkit-line-clamp: 2;
}

.list_wire {
    height: 1px;
    background-color: #dcdcdc;
    margin: 30rem 0;
    position: relative;
}

.list_wire>div {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3rem;
    width: 60rem;
    background-color: #c9c9c9;
}

.list_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16rem;
}

@media only screen and (max-width: 999px) {
    section {
        padding: 0 30rem;
    }
    .title {
        font-size: 42rem;
        margin: 50rem 0;
    }
    .title>div:last-of-type {
        font-size: 32rem;
    }
    .lists {
        justify-content: space-between;
    }
    .lists>a {
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .list_content>div:last-of-type {
        font-size: 28rem;
    }
    .list_content>div:last-of-type>div:last-of-type {
        font-size: 25rem;
        line-height: 40rem;
        height: 80rem;
    }
    .list_more {
        font-size: 26rem;
    }
    .list_wire {
        margin: 20rem 0;
    }
}