.brief-culture001 .layout h1 {
    display: flex;
    justify-content: center;
}

.brief-culture001 .layout .cat-reading {
    /* text-align: center; */
    font-size: 0.16rem;
    color: #333;
    line-height: 2;
    margin-top: 0.4rem;
    text-indent: 2em;
}

@media (max-width: 960px) {
    .brief-culture001 .layout .cat-reading {
        font-size: 14px;
        margin-top: 20px;
    }
}

.brief-culture001 .layout ul {
    margin-top: 0.4rem;
    display: flex;
    gap: 0.1rem;
}

.brief-culture001 .layout ul li {
    flex: 1;
    background-color: var(--ruifox-color-primary-1);
    padding: 0.4rem 0.2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-size: cover;
}

.brief-culture001 .layout ul li:nth-child(2) {
    background-color: #2c9e81;
}

.brief-culture001 .layout ul li:nth-child(3) {
    background-color: #e5ca8f;
}

.brief-culture001 .layout ul li:nth-child(4) {
    background-color: #fff;
}

.brief-culture001 .layout ul li:nth-child(4) .tit {
    color: #333;
}

.brief-culture001 .layout ul li:nth-child(4) .tit span {
    background-color: var(--ruifox-color-primary-1);
}

.brief-culture001 .layout ul li:nth-child(4) .txt {
    color: #333;
}

.brief-culture001 .layout ul li:nth-child(2) {
    background-color: #57b880;
}

.brief-culture001 .layout ul li .tit {
    font-size: 0.24rem;
    color: #fff;
    margin-bottom: 0.3rem;
    position: relative;
    text-align: center;
}

.brief-culture001 .layout ul li .tit span {
    width: 0.45rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.14rem;
    height: 0.04rem;
    background-color: rgba(255, 255, 255, 0.5);
}

.brief-culture001 .layout ul li .txt {
    font-size: 0.16rem;
    line-height: 2;
    /* text-align: center; */
    color: #fff;
    text-indent: 2em;
}

@media (max-width: 960px) {
    .brief-culture001 .layout ul {
        margin-top: 20px;
        display: block;
    }

    .brief-culture001 .layout ul li .tit {
        font-size: 0.2rem;
        margin-bottom: 10px;
    }

    .brief-culture001 .layout ul li {
        width: 100%;
    }
}

/*# sourceMappingURL=brief-culture001.css.map */