﻿/*  列表页的图片 */

.listBanner {
    height: 450px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.list_img {
    width: 100%;
    height: 100%;
}

.list_img img {
    width: 100%;
    height: 100%;
}


@media screen and (max-width:1450px){
    .listBanner {
        height: auto;
    }
}

.listCenter {
    margin-bottom: 120px;
}