.nd {
    padding-bottom: 1.3rem;
}
.nd-cont {
    padding-top: 1rem;
}
.nd-content {
    margin-top: .6rem;
    padding: .3rem 3.571428571428571% .1rem;
    background-color: #fff;
}
.nd-t {
    padding: 0 0 .5rem;
    border-bottom: 1px solid #e2e2e2;
}
.nd-title {
    font-size: 26px;
    line-height: 48px;
    color: #333;
}
.nd-date {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #999;
}
.nd-c {
    padding: .6rem 0;
}
.nd-c p {
    margin: 0 0 .6rem;
    font-size: 16px;
    line-height: 36px;
    color: #666;
}
.nd-c img {
    display: block;
    margin-bottom: .5rem;
}
@media (max-width: 768px){
    .nd-title {
        font-size: 20px;
        line-height: 30px;
    }
    .nd-c p {
        line-height: 28px;
    }
}
.pn-item {
    color: #000;
}

.author {
    font-size: 14px;
    text-align: right;
    margin-bottom: 20px;
}