.content {
    width: 1210px;
    margin-top: 20px;   
    background-color: #fff;
    box-sizing: border-box;
    
    .title {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        margin: 0 auto;
        text-align: center;
        text-align-last: center;
        margin-top: 40px;
    }
    .date {
        font-size: 12px;
        color: #999;
        text-align: center;
        text-align-last: center;
        margin: 10px;
    }
    .context {
        font-size: 14px;
        color: #333;
        width: 860px;
        margin: 10px auto;
        line-height: 30px;
    }
}
// .wrapper {
//     height: 100%;
//     margin: 0 auto;
// }