/* 通用 */
.n-project-page img {
    width: 100%;
}
.n-project-info {
    padding-top: 80px;
    padding-bottom: 80px;
}
.n-page-title {
    color: #2A2B2E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
}
.n-page-desc{
    margin: 12px auto 0 auto;
    color: #6A6B6D;
    text-align: center;
    /* PC端/卡片小问题 */
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; /* 30px */
    width: 1400px;
}
.n-page-content{
    width: 1400px;
    margin: 60px auto 0 auto;
}
.blueBg {
    background: #F7F9FA;
}

@media screen and (max-width:1440px) {
    /* 通用 */
    .n-page-title {
        font-size: 32px;
    }
    .n-page-content {
        width: 1200px;
    }
}

@media screen and (max-width:1280px) {
    /*通用*/
    .n-project-info {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .n-page-title {
        font-size: 28px;
    }
    .n-page-content {
        margin: 42px auto 0 auto;
        width: 1024px;
    }
}
@media screen and (max-width:768px) {
    .n-page-title {
        font-size: 22px;
    }
    .n-project-info {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .n-page-content {
        width: 100%;
        padding: 0 20px;
    }
}
