
.container {
    min-height: 300px;
    padding:30px 0;
}


.breadcrumb {
    height:40px;
    line-height: 40px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 30px;
}
.breadcrumb b{
    border-left: 10px solid #b71d25;
    font-weight: normal;
    padding-left: 8px;
}
.breadcrumb a{
    padding: 0 8px;
}



.cont_box dl{
    width: 24.25%;
    margin-right: 1%;
    float: left;
    margin-bottom: 30px;
}

.cont_box dl img{
    display: block;
    max-height: 320px;
}

.cont_box dl:nth-child(4n){
    margin-right: 0;
}
.cont_box dt {
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont_box 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;
}



.pagenation {
    text-align: center;
    margin: 30px 0;
}
.pagenation .pages li {
    display: inline-block;
    margin: 0 5px;
}
.pagenation .pages li a, .pagenation .pages li span{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    width: auto;
    padding: 0 20px;
    line-height: 40px;
    background: #e6e6e8;
    text-align: center;
    color: #5b5858;
    z-index: 1;
    transition: all 500ms ease;
}

.pagenation .pages .active a{
    background: #2d2d2d;
    color: #FFF;
}
