body {
    padding-top: 86px;
}
@media (max-width: 992px){
    body {
        padding-top: 50px;
    }
}
.nd {
    padding: 1.8rem 0;
    background-color: #f0f0f0;
}
.nd-box {
    width: 930px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.6rem 0;
}
.nd-top {
    padding-bottom: .3rem;
    
    text-align: center;
}
.nd-top-title {
    padding: 135px 0 60px;
    font-family: 'Montserrat-SemiBold';
    font-size: 60px;
    line-height: 70px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.nd-title {
    margin-bottom: 1rem;
    font-family: "微软雅黑 Bold", "微软雅黑", sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #333333;
}
.nd-date {
    font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
.nd-bot {
    padding: .5rem 0 0;
}
.nd-bot img {
    margin-bottom: .6rem;
}
.nd-p {
    margin-bottom: 26px;
    font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
}
.nd-prev-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.nd-prev-next-item {
    display: block;
    font-family: "微软雅黑", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}
.nd-prev-next-item:hover {
    color: #ED6C00;
}

@media (max-width: 768px){
    
}
