.news {
    width: 1120px;
    margin: 80px auto 100px;
    line-height: 1.8;
}

.news>.title {
    font-size: 28px;
    color: #1A1B1C;
    text-align: center;
    font-weight: 600;
}

.news>.time-author {
    width: 616px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #999FA3;
}

.news>.image {
    width: 1120px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
}

.news>.content {
    margin-top: 50px;
}

.news>.content>image {
    max-width: 100%;
}
