.case_all {
    margin-top: 58px;
    margin-bottom: 63px;
}

.case_list {
    margin-top: 48px;
}

.case_one {
    background-color: #F9F9F9;
    margin-bottom: 60px;
    cursor: pointer;
}

.case_one_left {
    position: relative;
    width: 100%;
}

.case_one_left,
.case_one_right {
    width: 50%;
}

.case_one_left h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin: 30px 0 25px;
}

.case_onel_desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    max-height: 60%;
    overflow-y: scroll;
}

.case_one_right {
    overflow: hidden;
}

.case_one_right img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.case_one:hover .case_one_right img {
    transform: scale(1.09);
    transition: all 0.5s ease-in-out;
}

.is_show_this {
    display: block;
}

.case_icon_list {
    display: flex;
    flex-wrap: wrap;
}

.case_icon_one {
    width: 12%;
    margin-right: .5%;
    height: 70px;
    border: 1px solid #EBEDF0;
    text-align: center;
    line-height: 70px;
    margin-bottom: 40px;
}

.case_icon_list {
    /*margin-top: 60px;*/
    margin-top: 2vw;
}

.case_icon_one:hover {
    cursor: pointer;
    border: 1px solid #779aff;
    /* border-top: 1px solid #779aff;
    border-bottom: 1px solid #779aff; */
    box-shadow: 0px 4px 10px 0px rgba(119, 119, 119, 0.4);
}

@media(min-width:1024px) {
    .case_icon_one:nth-child(8n) {
        margin-right: 0;
    }
}

/*业绩清单20220505修改*/

.cyj_otit {
    position: relative;
    color: #0042FF;
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
}

.cyj_otit::before {
    width: 4px;
    height: 75%;
    content: " ";
    background-color: #0042FF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.cyj_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 2vw 0;
}

.cyj_lone {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 20px;
    font-size: 15px;
    cursor: pointer;
}

.case_yj_all {
    margin-top: 48px;
}

.cyj_lone:hover {
    color: #0042FF;
}


/*0505修改结束*/

/*手机端*/

@media(max-width:1024px) {
    .case_all {
        margin-top: 16px;
        margin-bottom: 40px;
    }
    .case_list {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .case_one {
        margin-bottom: 20px;
    }
    .case_one_left h3 {
        font-size: 18px;
        margin: 15px 0 8px;
    }
    .case_onel_desc {
        /* font-size: 0.35rem;
        line-height: 0.75rem; */
        font-size: 12px;
        line-height: 18px;
        height: auto;
        max-height: none;
    }
    /* .page_case_one {
        margin: 0 8px;
    } */
    .case_bl_line {
        width: 2px;
        overflow: hidden;
    }
    .case_ot_img {
        height: 32px;
    }
    .case_one_right,
    .case_one_left {
        width: 100%;
    }
    .case_icon_list {
        /*margin-top: 30px;*/
        /*margin-bottom: 20px;*/
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .case_icon_one {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .case_icon_one:nth-child(2n) {
        margin-right: 0;
    }
    /*20220505新增*/
    .cyj_lone {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .cyj_lone:nth-child(2n) {
        margin-right: 0;
    }
    .cyj_list {
        /* align-items: center; */
        margin: 15px 0;
    }
    .case_yj_all {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .cyj_otit {
        padding-left: 10px;
        font-size: 16px;
    }
}