.case-main {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
}

.case-title {
    padding: 60px 0 10px;
    text-align: center;
    font-size: 36px;
    color: #3E464C;
}

.case-body {
    display: flex;
    flex-wrap: wrap;
    margin-right: -47px;
}

.case-list {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 10px;
    margin-right: 47px;
    margin-bottom: 53px;
    text-align: center;
    padding: 20px 32px 0;
    font-size: 14px;
    color: #68747F;
    position: relative;
    border: 1px solid #e0e4ea;
    transition: all .3s;
}

.case-list:hover {
    transform: scale(1.05);
    box-shadow: 0 0 5px 5px #eee;
    z-index: 1;
}

.case-list-img {
    width: 240px;
}

.case-list-brief {
    text-align: left;
    padding-top: 20px;
    line-height: 26px;
}