.center .body .listBox {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.center .body .topTable {
    margin: 0 auto 20px;
}

.center .body .listBox .list {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
}

.center .body .listBox .list:nth-child(3n) {
    margin-right: 0;
}

.center .bigBG {}

.center .body .listBox .list:hover {
    box-shadow: #cccccc 7px 10px 8px;
    transform: translateY(-2px);
    transition: transform 0.5s;
}

.center .body .listBox .list:hover .text {
    color: #0D6EB8;
}

.center .body .listBox .list .imgBox {
    height: 180px;
    margin-bottom: 10px;
    text-align: center;
}

.center .body .listBox .list .imgBox img {
    max-width: 100%;
    max-height: 100%;
}

.center .body .listBox .list .text {
    width: 350px;
    color: #333333;
    font-size: 15px;
    margin: 10px;
    text-align: center;
}