@media screen and (max-width: 768px) {
  .min1080 {
    min-width: 100vw;
    width: 100vw;
    overflow-x: hidden;
  }
  .activity-wrapper {
    padding-bottom: 36px;
  }
  .xctj-list-container {
    display: flex;
    flex-direction: column;
    padding: 0 12px;
    overflow-x: hidden;
  }
  .xctj-list-container .col-xs-4 {
    width: 100%;
  }
  .xctj-list .item {
    margin-bottom: 24px;
  }
  .xctj-list .item-title {
    height: auto;
    padding: 6px 0;
    line-height: 24px;
    font-size: 12px;
  }

  /* 景区动态 - 景区活动 */
  .activity-wrapper .activity-list {
    padding-top: 0;
  }
  .activity-wrapper .activity-list .item {
    width: 100vw;
    height: auto;
    padding: 0 12px;
    margin-bottom: 24px;
    overflow-x: hidden;
  }
  .activity-wrapper .activity-list .item .item-img,
  .activity-wrapper .activity-list .item .item-info {
    height: 180px;
  }
  .activity-wrapper .activity-list .item .item-info {
    padding: 12px;
  }
  .activity-wrapper .activity-list .item .item-info .title {
    font-size: 14px;
  }
  .activity-wrapper .activity-list .item .item-info .desc-content {
    margin-bottom: 48px;
    font-size: 12px;
  }
  .activity-wrapper .activity-list .item .item-info .link-more a {
    display: block;
    margin-left: auto;
    font-size: 14px;
  }
}