.content_wrap {
    margin-top: 13rem;
    min-height: calc(100vh - 13rem);
    padding: 2rem;
}
.recent {
    padding: 2rem;
    background: #fff;
    box-shadow: rgba(148, 148, 148, 0.1) 0px 3px 3px;
}
.recent:not(:last-child) {
    margin-bottom: 2rem;
}
.recent h3 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
    word-break: break-all;
    margin-bottom: 1rem;
}
.recent .date {
    font-size: 1.6rem;
    color: #4b6587;
    font-weight: 600;
    margin: .7rem 0;
    margin-bottom: 1rem;
}
.recent .content {
    font-size: 1.7rem;
    line-height: 1.4;
    color: #777;
}
.recent .newslink {
    display: flex;justify-content: center;align-items: center;
    width: 100%;padding-top: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #777;
    border-top: 1px solid #ddd;
}
.recent .newslink img {
    width: .7rem;margin-left: 1rem;
}