
.container {min-height:50vh;}

.imgs_box {
    padding:2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.imgs_box dt {
    border: 1px solid #e5e5e5;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgs_box dt a {
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.imgs_box dl { margin-bottom: 2rem;}
.imgs_box dl dt a img{
    display: block;
    width: 100%;
}
.imgs_box dd{
    height: 3rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    background: #f0f0f0;
    cursor:pointer;
}

@media  screen and (min-width: 1200px){
    .imgs_box dl.col5{
        width: 18.4%;
        margin-right: 2%;
    }
    .imgs_box dl.col5:nth-child(5n){
        margin-right: 0;
    }
    .imgs_box dl.col4{
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 2rem;
    }
    .imgs_box dl.col4:nth-child(4n){
        margin-right: 0;
    }
    .imgs_box dl.col3{
        width: 32%;
        margin-right: 2%;
    }
    .imgs_box dl.col3:nth-child(3n){
        margin-right: 0;
    }

}
@media  screen and (min-width: 765px) and (max-width: 1200px){
    .imgs_box dl.col5{
        width: 23.5%;
        margin-right: 2%;
    }
    .imgs_box dl.col5:nth-child(4n){
        margin-right: 0;
    }
    .imgs_box dl.col4{
        width: 32%;
        margin-right: 2%;
    }
    .imgs_box dl.col4:nth-child(3n){
        margin-right: 0;
    }
    .imgs_box dl.col3{
        width: 32%;
        margin-right: 2%;
    }
    .imgs_box dl.col3:nth-child(3n){
        margin-right: 0;
    }
}

@media  screen and (max-width: 765px){
    .imgs_box dl{
        width: 48%;
        margin-right: 4%;
    }
    .imgs_box dl:nth-child(2n){
        margin-right: 0;
    }
}





.case {padding:3rem 0;}
.case {display: flex;flex-wrap: wrap;}
.case li {width:32%;margin-right:2%;margin-bottom: 1rem;
    background: #F5F6F8;
    position: relative;
    padding: 1rem;}
.case li:nth-child(3n) {margin-right: 0;}


@media  screen and (max-width: 765px){
    .case li {display: block;width:100%;margin-right: 0;}
}