.brief-culture001 .layout h1 {
  display: flex;
  justify-content: center;
}
.brief-culture001 .layout .yx_txt {
  width: 7.30rem;
  margin: 0 auto;
      display: block;
}
.brief-culture001 .layout ul {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  gap: 1.33%;
}

.brief-culture001 .layout ul li {
  width: 24%;
  background-color: var(--ruifox-color-primary-1);
  padding: 0.4rem 0.2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-radius: 0.15rem;
}

.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) .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;
  border-top: 0.04rem solid rgba(255, 255, 255, 0.5);
}

.brief-culture001 .layout ul li .txt {
  font-size: 0.16rem;
  line-height: 2;
  text-align: center;
  color: #fff;
}

@media (max-width: 960px) {
  .brief-culture001 .layout .yx_txt {
    max-width: 100%;
  }
  .brief-culture001 .layout ul {
    margin-top: 20px;
    display: block;
  }

  .brief-culture001 .layout ul li {
    width: 100%;
    margin-bottom: 10px;
  }
    .brief-culture001 .layout ul li .tit {
      font-size: 20px!important;
    }
}

/*# sourceMappingURL=brief-culture001.css.map */