
.loc {
    line-height: 50px;
    color: #999;
}
.w {
    width: 1000px;
    margin: 0 auto;
}
.cont {
    border: 1px solid #e5e5e5;
    padding: 40px 30px;
}
.cont h1 {
    font-size: 30px;
    font-weight: lighter;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}
.cont .time {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    color: #999;
}
.cont .content {
    font-size: 16px;
    line-height: 2;
    font-family: '宋体';
}