.ftl-113 .body-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ftl-113 .body-box ul li {

    width: calc(50% - 10px * 1 / 2);
    min-height: 160px;
}

.ftl-113 .item-box {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;

    background-color: #363636;
    color: #fff;
}

.ftl-113 .item-box:hover {
    background-color: #CAB683;
}

.ftl-113 .item-box a {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;

    color: #fff;
}



.ftl-113 .item-content {
    width: 100%;
}

.ftl-113 .img-box {
    width: 100%;
    text-align: center;
}

.ftl-113 .img-box img {
    height: 40px;
}
.ftl-113 .item-body{
    margin-top: 10px;
}
.ftl-113 .item-body .text-box {
    text-align: center;
    padding: 0 8px;
}

@media (min-width: 768px) {
    .ftl-113 .body-box ul li {
        width: calc(20% - 10px * 4 / 5);
    }
}