.case1_list {
    display: flex;
    flex-wrap: wrap;
}

.case1_lone {
    width: 48.5%;
    margin-right: 2.5%;
    margin-bottom: 40px;
    border: 1px solid #E0E0E0;
    background-color: #fff;
    cursor: pointer;
    transition: .5s;
}


/* .case1_lone:hover .case1_lone_img img {
    transition: .5s;
    transform: scale(1.09);
} */

.case1_lone_img {
    overflow: hidden;
    margin: 5px;
}

.case1_lone_img img {
    width: 100%;
    transition: .5s;
}

.case1_lone_text {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    /* padding: 30px; */
    padding: 17px 30px 14px;
}

.case1_lone_t1 {
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 8px;
}


/* .case2_lone {
    display: flex;
} */

.case2_lone {
    cursor: pointer;
    margin-bottom: 60px;
}

.case2_lone:hover .case2_lone_left img {
    transition: .5s;
    transform: scale(1.09);
}

.case2_lone:hover .case2_loner_line {
    width: 100%;
    transition: .5s;
}

.case2_lone_left img {
    width: 100%;
    transition: .5s;
}

.case2_lone_left,
.case2_lone_right {
    width: 50%;
    overflow: hidden;
}

.case2_lone_right {
    position: relative;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}

.case2_lright_text {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #666666;
    font-size: 14px;
}

.case2_loner_t1 {
    font-size: 32px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.case2_loner_t2 {
    line-height: 26px;
}

.case2_loner_line {
    width: 50%;
    height: 1px;
    background: #DDDDDD;
    margin: 20px 0;
    transition: .5s;
}

.case2_lone:last-child {
    margin-bottom: 20px;
}

@media(min-width:1024px) {
    .case1_lone:nth-child(2n) {
        margin-right: 0;
    }
    .case1_lone:hover {
        transition: .5s;
        transform: translateY(-10px);
        box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
    }
}

@media(min-width:1425px) {
    .case2_loner_t2 {
        -webkit-line-clamp: 10;
    }
}

@media(max-width:1024px) {
    .case1_lone {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .case1_lone_text {
        padding: 7px 15px 20px;
        font-size: 13px;
        line-height: 20px;
    }
    .case1_lone_t1 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .case2_lone_left,
    .case2_lone_right {
        width: 100%;
    }
    .case2_lright_text {
        padding: 20px 15px 5px;
        position: relative;
        font-size: 13px;
        line-height: 22px;
    }
    .case2_loner_t1 {
        font-size: 20px;
    }
    .case2_loner_line {
        margin: 11px 0;
        width: 100%;
    }
    .case2_loner_t2 {
        -webkit-line-clamp: 40;
    }
    .case2_lone {
        margin-bottom: 24px;
    }
}