/*support模块 开始*/

.content-right {
    width: calc(75% - 256px)
}

.color_red {
    color: red;
    font-size: 14px;
}
.service-content{
    display:block;
    position: relative;
}
.zr-row{
    margin-bottom: 15px;
}
/*support模块 结束*/



@media (max-width: 1280px) {
    /*support模块 开始*/
    .new-problem-list h2 {
        width: 90%;
    }
    .new-problem-list h2 a {
        width: 75%;
    }
    /*support模块 结束*/
}

@media (max-width: 1250px) {
    /*support模块 开始*/
    .content-right {
        width: calc(70% - 256px);
    }
    /*support模块 结束*/
}

@media (max-width: 1000px) {
    /*support模块 开始*/
    .content-nav,
    .content-right,
    .zc-main {
        width: 100%;
    }
    .service-content .main-left-seo,
    .service-content .main-middle-seo,
    .service-content .main-right-seo{
        float:none;
    }
    /*support模块 结束*/
}

@media (max-width: 768px) {
    /*support模块 开始*/
    .new-problem-list h2 a {
        width: 68%;
    }
    /*support模块 结束*/
}