/* culture */
.culture {
  padding: 10px 0 30px;
}

/* 左边 */
.culture .lt-nav {
  margin-bottom: 30px;
}

.culture .nav-title {
  padding: 0 14px;
  text-align: left;
  line-height: 40px;
  background: #EEE;
  font-weight: normal;
  font-family: 'MicrosoftYahei-Regular';
  border-left: 10px solid var(--style-color);
}

.culture .item-list {
  margin-top: 10px;
}

.culture .item-list li a {
  width: 100%;
  display: inline-block;
  padding: 0 10px;
  background: #EEE;
  line-height: 40px;
}

.culture .item-list li.active a {
  color: #fff;
  background: var(--style-color);
}

.culture .item-list li:not(:last-child) {
  margin-bottom: 2px;
}

/* 右边 */
.culture .info {
  line-height: 2;
}

@media (min-width: 992px) {
  .culture .container {
    display: flex;
  }

  .culture .lt-nav {
    width: 285px;
    margin-bottom: 0;
  }

  .culture .rt-content {
    flex: 1;
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .culture {
    padding-bottom: 40px;
  }

  .culture .item-list li a:hover {
    color: #fff;
    background: var(--style-color);
  }

  .culture .info {
    line-height: 3;
  }
}