.brief-leader008 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brief-leader008 .layout ul {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.brief-leader008 .layout ul li {
    width: 32%;
    margin-bottom: 0.2rem;
}

.brief-leader008 .layout ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.2rem;
    border-bottom: 1px solid #c7c6c1;
    position: relative;
}

.brief-leader008 .layout ul li a:before {
    content: "";
    height: 0.4rem;
    width: 0.03rem;
    background: var(--ruifox-color-primary-1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.brief-leader008 .layout ul li a .protit {
    font-size: 0.16rem;
    color: #999;
    line-height: 1;
}

.brief-leader008 .layout ul li a .tit {
    font-size: 0.2rem;
    font-weight: normal;
    color: #333;
}

@media (max-width: 960px) {
    .brief-leader008 .layout ul {
        gap: unset;
    }

    .brief-leader008 .layout ul li {
        width: 100%;
    }
}

/*# sourceMappingURL=brief-leader008.css.map */