.news-center {
    padding: 3.3rem 1.6rem;
}
.news-list {
    margin-top: 1.8rem;
}
.news-list .news-box img{
    width: 12rem;
    height: 9rem;
}
.news-list .news-box {
    margin-bottom: 1rem;
    background: #FFFFFF;
    display: flex;
}
.news-list .news-box:last-of-type {
    margin: 0;
}
.news-detail {
    padding: 1.7rem 2rem 1.6rem 1.8rem;
    flex: 1;
    height: 9rem;
    box-sizing: border-box;
    position: relative;
}
.news-detail .news-title {
    font-size: 1.4rem;
    color: #303030;
    margin-bottom: 3rem;overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-height: 1.4;
}
.news-detail .news-date {
    font-size: 1.2rem;
    color: #c0c0c0;
    position: absolute;
    bottom: 1rem;
}
.news-center .more {
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .link {
    border-top: none;
}