.caseService2 * {
    box-sizing: border-box;
}

.caseService2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.caseService2 .caseService2Top {
    text-align: center;
    margin-bottom: 54px;
}

.caseService2Top .enTitle {
    font-size: 40px;
    color: rgb(242, 242, 242);
    font-weight: bold;
}

.caseService2Top .title {
    color: rgb(63, 63, 63);
    font-size: 24px;
    margin-top: -24px;
    font-weight: bold;
}

.caseService2List {
    display: flex;
    flex-wrap: wrap;
}

.caseService2List .caseService2Item {
    flex: 1 50%;
    text-align: center;
    margin-bottom: 20px;
}

.caseService2Item .caseService2ItemA {
    cursor: auto;
    margin-bottom: 18px;
    display: block;
}

.caseService2Item .caseService2ItemA .image-animation {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.caseService2Item .caseService2ItemTitle {
    color: #333;
    font-size: 14px;
/*    font-weight: bold;*/
    line-height: 30px;
}

.caseService2Item .caseService2ItemDec {
    display: none;
    font-size: 14px;
    color: rgb(127, 127, 127);
    line-height: 28px;
}