body {
    background: #eee url(../img/1.png) no-repeat top center;
}

.content-body {
    background: #fff;
}

.content-title {
    font-size: 32px;
    color: #333;
    margin-bottom: 20px;
}

.content-date span {
    font-size: 14px;
    color: #7D7D7D;
    margin: 0 10px;
}

.content-top {
    border-bottom: 1px dashed #D2D2D2;
    text-align: center;
    padding: 40px 0 20px;
}

.content-date {
    margin-bottom: 20px;
}

.content-info {
    padding: 30px 0;
    font-size: 18px;
    color: #535353;
}

.nr-box {
    padding: 0 70px;
}

@media screen and (max-width:650px) {
    .nr-box {
        padding: 0 25px;
    }

    .content-title {
        font-size: 22px;
        color: #333;
        margin-bottom: 15px;
    }

    .content-top {
        padding: 20px 0;
    }

    .content-date {
        margin-bottom: 0;
    }
}