/*pc绔牱寮?/

.active {
  color: #afafaf;
}

.culture {
  width: 100%;
  min-height: 11.175rem;
  background: url("../images/culture-1.jpg") no-repeat center/cover;
  display: flex;
  transition: all .5s;
}

.culture-container {
  min-height: 11.175rem;
  display: flex;
  justify-content: space-between;
}

.culture-left {
  width: 9.575rem;
  /*height: 0.5875rem;*/
  font-size: 0.625rem;
  font-weight: 400;
  color: #ffffff;
}

.culture-title {
  margin-top: 1.6375rem;
  margin-bottom: 0.625rem;
}

.culture-orange-line {
  width: 0.875rem;
  height: 0.0625rem;
  background: #ec6519;
  margin-bottom: 0.6125rem;
}

.culture-content {
  padding: 0 0 0.375rem 0;
  width: 9.575rem;
  /*height: 1.1625rem;*/
  font-size: 0.28rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.45rem;
  text-align: left;
}

.culture-content p {
  min-height: 0.27rem;
}

.culture-right-item {
  height: calc(100% / 3);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1f1f1f;
  opacity: 0.27;
}

.culture-right-item:last-child {
  margin-bottom: 0.64rem;
}

.item-left {
  margin-left: 0.625rem;
}

.item-right {
  margin-right: 0.5rem;
}

.item-right img {
  width: 0.6rem;
  /* height: 0.5375rem; */
}

.item-left-top {
  font-size: 0.375rem;

  font-weight: 400;
  color: #fff;
}

.item-left-bottom {
  width: 5.4375rem;
  margin-top: 0.3125rem;
  line-height: 0.375rem;
  font-size: 0.28rem;
  text-align: left;
  /* word-break: break-all; */
  font-weight: 500;
  color: #303030;
  display: none;
}

.culture-right {
  width: 8.1875rem;
}

.culture-active {
  background: #ffffff;
  opacity: 0.8;
  color: #303030;
}

/* /*鍏煎鍒嗚鲸鐜?00-1000px*/
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .content-box {
    width: 90%!important;
  }
  .culture-container {
    display: flex;
    flex-direction: column;
  }
  .culture-left {
    font-size: 20px;
  }
  .culture-title {
    margin-top: 30px;
  }
  .culture-content {
    font-size: 20px;
    line-height: 30px;
  }
  .culture-right {
    /* width: 11.1875rem; */
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
  }
  .item-left-top {
    font-size: 20px;
  }
  .item-left-bottom {
    font-size: 16px;
    line-height: 20px;
  }
}

/*绉诲姩绔牱寮?/
@media screen and (max-width: 768px) {

  .culture {
    width: 100%;
    min-height: 16.933333rem;
    padding-top: 0.6rem;
    background: url("../images/bottom_bg.png") no-repeat center/cover;
    display: flex;
    transition: all .5s;
  }

  .culture-container {
    display: flex;
    flex-direction: column;
  }

  .culture-left {
    width: 100%;
    font-size: 0.533333rem;
    font-weight: 400;
    color: #ffffff;
  }

  .culture-title {
    margin-top: 0.653333rem;
    margin-bottom: 0.666667rem;
    font-size: 21px;
  }

  .culture-orange-line {
    width: 0.933333rem;
    height: 0.066667rem;
    background: #ec6519;
    margin-bottom: 0.64rem;
  }

  .culture-content {
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .culture-content p {
    min-height: 20px;
  }
  .culture-right-item {
    margin-bottom: 0.266667rem;
    height: 3.733333rem;
    min-height: 130px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    opacity: 0.6;
  }

  .item-left {
    width: 16.44rem;
    margin-left: 0.533333rem;
    margin-right: 20px;
  }

  .item-right {
    width: 24px;
    color: #303030;
  }

  .item-right img {
    width: 100%;
  }

  .item-left-top {
    font-size: 18px;
    font-weight: 600;
    color: #303030;
  }

  .item-left-bottom {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: #303030;
    line-height: 24px;
    display: block;
  }

  .culture-right {
    width: 100%;
    background: rgba(255, 255, 255, 0);
    /* opacity: 0.65; */
  }

  .culture-active {
    background: #ffffff;
    opacity: 0.8;
    color: #303030;
  }
}
