@media screen and (max-width: 1366px){
    .main_wrap {
        margin: 57px 0 0 0;
    }

    .content_wrap {
        padding: 70px 170px;
    }

    .bread_wrap {
        font-size: 12px;
    }

    .content_left {
        width: calc(100% - 220px);
    }

    .content_title_wrap {
        padding: 22px 0;
    }

    .title {
        font-size: 28px;
    }

    .time {
        font-size: 12px;
    }

    .middle_content {
        padding: 22px 0 0 0;
    }

    .content_item {
        margin: 0 0 22px 0;
    }

    .content_sub_title {
        font-size: 14px;
        margin: 0 0 12px 0;
    }

    .content_sub_desc {
        font-size: 12px;
        color: #1D2129;
        line-height: 20px;
    }

    .content_right {
        width: 220px;
        margin: 0 0 0 52px;
    }

    .right_title {
        font-size: 14px;
        margin: 0 0 22px 0;
    }

    .right_title > div:first-of-type {
        width: 4px;
        height: 18px;
        margin-right: 16px;
    }

    .case_item {
        padding: 0 0 14px 0;
        margin: 0 0 14px 0;
    }

    .case_img {
        width: 84px;
        height: 63px;
        margin: 0 10px 0 0;
    }

    .case_right {
        height: 63px;
    }

    .case_right > div:first-of-type {
        font-size: 14px;
        color: #000;
    }

    .case_right > div:last-of-type {
        font-size: 12px;
        color: #999;
    }
}


@media screen and (min-width: 1370px) and (max-width: 1680px){
    .main_wrap {
        margin: 70px 0 0 0;
    }

    .content_wrap {
        padding: 88px 210px;
    }

    .bread_wrap {
        font-size: 12px;
    }

    .content_left {
        width: calc(100% - 280px);
    }

    .content_title_wrap {
        padding: 28px 0;
    }

    .title {
        font-size: 32px;
    }

    .time {
        font-size: 12px;
    }

    .middle_content {
        padding: 28px 0 0 0;
    }

    .content_item {
        margin: 0 0 28px 0;
    }

    .content_sub_title {
        font-size: 16px;
        margin: 0 0 14px 0;
    }

    .content_sub_desc {
        font-size: 14px;
        color: #1D2129;
        line-height: 22px;
    }

    .content_right {
        width: 280px;
        margin: 0 0 0 70px;
    }

    .right_title {
        font-size: 16px;
        color: #1D2129;
        font-weight: 549;
        margin: 0 0 28px 0;
    }

    .right_title > div:first-of-type {
        width: 4px;
        height: 18px;
        margin-right: 16px;
    }

    .case_item {
        padding: 0 0 17px 0;
        margin: 0 0 17px 0;
    }

    .case_img {
        width: 84px;
        height: 63px;
        margin: 0 10px 0 0;
    }

    .case_right {
        height: 63px;
    }

    .case_right > div:first-of-type {
        font-size: 14px;
        color: #000;
    }

    .case_right > div:last-of-type {
        font-size: 12px;
        color: #999;
    }
}
