.caseService8 * {
    box-sizing: border-box;
}

.caseService8 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.caseService8Top:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.caseService8Top {
    margin-bottom: 20px;
}

.caseService8Top .title {
    word-wrap: break-word;
    font-family: 微软雅黑;
    box-sizing: border-box;
    font-size: 30px;
    color: rgb(63, 63, 63);
    float: left;
}

.caseService8Top .seeMore {
    float: right;
    visibility: visible;
    word-wrap: break-word;
    text-align: right;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    margin-top: 10px;
}

.caseService8List {
    display: flex;
    flex-wrap: wrap;
}

.caseService8Item {
    flex: 1 50%;
    height: 264px;
}

.caseService8Item .caseService8ItemContent {
    position: relative;
    height: 132px;
}

.caseService8Item:first-child .caseService8ItemContent {
    height: 100%;
}

.caseService8Item:last-child .caseService8ItemContent {
    height: 100%;
}

.caseService8Item .image-animation {
    max-width: 100%;
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseService8Item .hideShadeBottom {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    text-align: center;
    width: 100%;
    /* height: 0px; */
    position: absolute;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.7);
    line-height: 40px;
    bottom: 0;
}

.caseService8Item .caseService8ItemContent:hover .hideShadeBottom {
    height: 40px;
}