@media screen and (max-width: 959px) {
  .culture {
    width: 100%;
    height: auto;
    /* 160px 80px 240px */
    padding: 0.8rem 0.4rem;
  }

  .culture .list {
    display: block;
    justify-content: space-between;
    width: 100%;
    background-color: #FFFFFF;
    height: auto;
    /* 160px */
    margin-top: 0;
  }

  .culture .list .details {
    width: 100%;
    text-align: right;
    width: auto;
    height: auto;
    background-color: #FFFFFF;
    /* 30px */
    padding-top: 0.26666667rem;
    padding-right: 0.26666667rem;
    padding-bottom: 0.26666667rem;
    padding-left: 0.26666667rem;
  }

  .culture .list .details .pic {
    width: 0.58666667rem;
    height: 0.58666667rem;
  }

  .culture .list .details .pic img {
    width: 100%;
    height: 100%;
  }

  .culture .list .details .title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.66666667rem;
    color: #356573;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /* 20px */
    margin-bottom: 0.53333333rem;
  }

  .culture .list .details .text {
    /* 30px */
    margin-right: 0;
    height: auto;
  }

  .culture .list .details .text p {
    padding-right: 0 !important;
    /* 580px */
    width: 100% !important;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.42666667rem;
    color: #6B6B6B;
    /* 32px */
    line-height: 0.85333333rem;
    text-align: justify;
    font-style: normal;
    text-transform: none;
  }

  .culture .list .slider {
    /* 740px */
    width: 100%;
    /* 520px */
    height: 10.66666667rem;
    position: relative;
    /* 80px */
    transform: translateY(0);
  }

  .culture .list .slider ul {
    width: 100%;
    height: 100%;
  }

  .culture .list .slider li {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
  }

  .culture .list .slider li:first-child {
    display: block;
  }

  .culture .list .slider ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .culture .list .slider .tab {
    position: absolute;
    /* 20px */
    bottom: 0.53333333rem;
    /* 330px */
    left: 40%;
  }

  .culture .list .slider .tab span {
    display: inline-block;
    width: 0.64rem;
    height: 0.16rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    opacity: 0.4;
    margin-left: 0.26666667rem;
    float: left;
    cursor: pointer;
  }

  .culture .list .slider .tab span:first-child {
    margin-left: 0;
  }

  .culture .list .slider .tab .show {
    opacity: 1;
  }
}