html,
body {
    background-color: #f2f2f2;
}

.auto-box {
    width: 1200px;
    margin: 20px auto 20px;
    background-color: #ffffff;
    padding: 20px;
}

.auto-box .title {
    font-size: 28px;
}

.auto-box .time {
    font-size: 14px;
    color: #999;
}

.auto-box .content {
    line-height: 24px;
    padding-bottom: 40px;
}