
.container {}

.cont {
    padding:30px 0;
}

.cont dl{
    width: 19.2%;
    margin-right: 1%;
    float: left;
    margin-bottom: 30px;
}

.cont dl img{
    display: block;
}

.cont dl:nth-child(5n){
    margin-right: 0;
}
.cont dt {
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.cont dd{
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
    cursor:pointer;
}
