.wrapper {
    font-size: 16px;
}

.title {
    font-size: 22px;
    margin: 20px 0 10px;
}

.time {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #999999;
    margin-bottom: 20px;
}

figure.image {
    display: flex;
    justify-content: center;
}

.image img {
    max-width: 100%;
}