.zzjg-tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: url(/2024xz/style/../images/agency-tbg.jpg) no-repeat;
    background-size: cover;
    line-height: .7rem;
    padding: 0 .4rem;
    cursor: pointer;
}

.zzjg-tit b {
    font-size: .28rem;
    color: #FFFFFF;
}

.zzjg-tit span {
    font-size: .16rem;
    color: #FFFFFF;
}

.zz-line {
    flex: 1;
    min-width: 0;
    border: .01rem solid rgba(255, 255, 255, .3);
    height: .01rem;
    position: relative;
    margin: 0 .2rem;
}

.zz-line::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .98rem;
    height: .03rem;
    background: #ffffff;
}

.zzjg-lt {
    background: #FFFFFF;
    box-shadow: 0rem .07rem .15rem 0rem rgba(229, 229, 229, 0.5);
    margin-bottom: .5rem;
}

.zzjg-lt.on {
    margin-bottom: .63rem;
}

.zzjg-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .55rem .4rem .65rem .4rem;
}

.zzjg-lt ul li {
    width: 32%;
    background: rgba(38, 95, 246, 0.0339);

    padding: .07rem;
    margin-bottom: .3rem;
    transition: all 0.5s;
}

.zzjg-lt ul i {
    width: 32%;
    height: 0;
}

.zzjg-lt ul li .zz-a {
    border: 1px dashed rgba(28, 36, 98, .12);
    text-align: center;
    height: 100%;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .1rem;
font-size:0;
}

.zzjg-lt ul li a {
    line-height: .55rem;
    font-size: .18rem;
    color: #333333;
    display: inline;
}

.zzjg-lt ul li:hover {
    box-shadow: 0px 5px 9px 0px rgba(238, 238, 238, 0.5);
}

.zzjg-lt ul li a:hover {
    color: #265FF6;
}


@media screen and (max-width: 1024px) {
    .zzjg-lt ul li {
        width: 49%;
    }
    .zzjg-lt ul {
        padding: .3rem .1rem;
    }
    .zzjg-lt {
        margin-bottom: .2rem;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
    .zzjg-lt ul li{
        width: 100%;
        margin-bottom: .1rem;
    }
}