.case_imgs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}
.case_imgs .item{
    width: 45%;
    margin-bottom: 30px;
}
.case_imgs .item .img{
    width: 100%;
    height: 300px;
    background: #eee;
}
.case_imgs .item .name{
    line-height: 36px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    font-weight: 500;
}