.section56 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    background: #034ea108;
}

.section56 .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section56 .gongtong {
    width: 31%;
    margin-top: 0.3rem;
}

.section56 .gongtong ul li {
    position: relative;
    overflow: hidden; 
}

.section56 .gongtong ul li a {
    display: flex;

    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 0.3rem;
    padding: 0.1rem 0;
    border-top: 1px dashed #c9c9c9;
}
.section56 .gongtong ul li:first-child a {
    border-top: none;
}

.section56 .gongtong ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
    background: url(../images/s4-rbg.png) no-repeat right center;
    background-size: cover;
    transition: all 0.3s ease;
}
.section56 .gongtong ul li:hover::after {
    width: calc(100% + 0.14rem);
}


.section56 .gongtong ul li a h3 {
    font-size: 0.16rem;
    line-height: 0.26rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
    margin-right: 0.2rem;
}
.section56 .gongtong ul li:hover a h3 {
    color: #fff;
    padding-right: 0.8rem;
}


.section56 .gongtong ul li a span {
    flex-shrink: 0; 
    font-size: 0.14rem;
    color: #000;
    background: url(../images/rl1.png) no-repeat left center;
    padding-left: 0.32rem;
    line-height: 0.26rem;
    width: 100px;
    text-align: right;
}
.section56 .gongtong ul li:hover a span {
    color: #fff;
    background-image: url(../images/rl2.png);
}


.section56 .s3-c.slick-initialized,
.section56 .s3-c .slick-list,
.section56 .s3-c .slick-track {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    opacity: 1 !important;
}
.section56 .s3-c .slick-slide {
    width: 100% !important;
    float: none !important;
}


@media (max-width: 1000px) {
.s3-l.gongtong ul{
        margin-top: 0.3rem;
}
    .section56 .gongtong {
        width: 100%;
        margin-top: 0;
    }
    .section56 .gongtong ul li a h3 {
        font-size: 0.15rem;
    }
    .section56 .gongtong ul li a span {
        font-size: 0.13rem;
    }
}