/* newsEventsFAQ.css */

.newsEvents-faq {
  margin-top: 4.375vw;
}

/* 面包屑 */
.newsEvents-faq .crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.25vw 0 4.1667vw;
}

.newsEvents-faq .crumbs a {
  color: #909399;
  font-family: Montserrat;
  font-size: 0.7292vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.newsEvents-faq .crumbs a:hover {
  color: #3a66fb;
}

.newsEvents-faq .crumbs .iconfont {
  margin: 0 0.5208vw;
  color: #909399;
  font-size: 0.7292vw;
}

.newsEvents-faq .crumbs .current-page {
  color: #231815;
  font-weight: 500;
}

/* 大标题 (banner) */
.newsEvents-faq .main-title {
  color: #231815;
  font-family: Montserrat;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 2.0833vw;
  font-style: normal;
  text-transform: capitalize;
  line-height: 150%;
  margin: 0;
}

/* FAQ wrapper */
.newsEvents-faq .faq-wrapper {
  margin: 0 auto;
  padding-bottom: 6.25vw;
}

/* 副标题 */
.newsEvents-faq .faq-subtitle {
  font-size: 0.8333vw;
  font-weight: normal;
  color: #333;
  margin-bottom: 2.0833vw;
}

/* 列表容器 */
.newsEvents-faq .faq-container {
  width: 100%;
  border-radius: 0.8333vw;
  background: #fff;
  box-shadow: 0 0 0.5208vw 0 rgba(0, 0, 0, 0.1);
  padding: 3.125vw 3.125vw 6.1979vw;
}

.newsEvents-faq .faq-container::after {
  content: "";
  display: table;
  clear: both;
}

/* 卡片项 */
.newsEvents-faq .faq-item {
  width: calc(100% / 5);
  height: 10.1042vw;
  cursor: pointer;
  float: left;
}

.newsEvents-faq .faq-item-wrap {
  width: 10.3646vw;
  margin: 0 auto;
}

/* 图标容器 */
.newsEvents-faq .icon-container {
  width: 5.2083vw;
  height: 5.2083vw;
  margin: 0 auto;
}

/* 卡片描述 */
.newsEvents-faq .faq-item-desc {
  font-size: 0.9375vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  color: #333;
  margin-top: 1.0417vw;
  line-height: 1.25vw;
  height: 2.5vw;
  overflow: hidden;
}

/* ==================== 响应式 ==================== */

@media screen and (max-width: 1600px) {
  .newsEvents-faq .faq-subtitle {
    font-size: 0.8333vw;
    margin-bottom: 1.5625vw;
  }

  .newsEvents-faq .faq-container {
    padding: 2.3438vw 2.3438vw 4.6875vw;
  }

  .newsEvents-faq .faq-item {
    height: 8.8542vw;
  }

  .newsEvents-faq .faq-item-wrap {
    width: 10.3646vw;
  }

  .newsEvents-faq .icon-container {
    width: 5.2083vw;
    height: 5.2083vw;
  }

  .newsEvents-faq .faq-item-desc {
    font-size: 0.9375vw;
    margin-top: 1.0417vw;
    line-height: 1.25vw;
    height: 2.5vw;
  }
}

@media screen and (max-width: 1200px) {
  .newsEvents-faq .faq-subtitle {
    font-size: 0.8333vw;
    margin-bottom: 1.25vw;
  }

  .newsEvents-faq .faq-container {
    padding: 1.8229vw 1.8229vw 3.6458vw;
  }

  .newsEvents-faq .faq-item {
    width: calc(100% / 4);
    height: 8.8542vw;
  }

  .newsEvents-faq .faq-item-wrap {
    width: 10.3646vw;
  }

  .newsEvents-faq .icon-container {
    width: 5.2083vw;
    height: 5.2083vw;
  }

  .newsEvents-faq .faq-item-desc {
    font-size: 0.9375vw;
    margin-top: 0.7292vw;
    line-height: 1.25vw;
    height: 2.5vw;
  }
}

@media screen and (max-width: 992px) {
  .newsEvents-faq .faq-subtitle {
    font-size: 0.8333vw;
    margin-bottom: 1.25vw;
  }

  .newsEvents-faq .faq-container {
    padding: 1.25vw 1.25vw 2.6042vw;
  }

  .newsEvents-faq .faq-item {
    width: calc(100% / 3);
    height: 8.8542vw;
  }

  .newsEvents-faq .faq-item-wrap {
    width: 10.3646vw;
  }

  .newsEvents-faq .icon-container {
    width: 5.2083vw;
    height: 5.2083vw;
  }

  .newsEvents-faq .faq-item-desc {
    font-size: 0.9375vw;
    margin-top: 0.7292vw;
    line-height: 1.25vw;
    height: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .newsEvents-faq .crumbs {
    padding: 3.2vw 0;
  }

  .newsEvents-faq .crumbs a {
    font-size: 3.7333vw;
  }

  .newsEvents-faq .crumbs .iconfont {
    margin: 0 1.0667vw;
    font-size: 3.7333vw;
  }

  .newsEvents-faq .faq-wrapper {
    padding-bottom: 16vw;
  }

  .newsEvents-faq .faq-subtitle {
    font-size: 2.1333vw;
    margin-bottom: 2.4vw;
  }

  .newsEvents-faq .faq-container {
    padding: 2.4vw 2.4vw 4.8vw;
  }

  .newsEvents-faq .faq-item {
    width: calc(100% / 3);
    height: 22.6667vw;
  }

  .newsEvents-faq .faq-item-wrap {
    width: 100%;
  }

  .newsEvents-faq .icon-container {
    width: 13.3333vw;
    height: 13.3333vw;
  }

  .newsEvents-faq .faq-item-desc {
    font-size: 2.4vw;
    margin-top: 1.8667vw;
    line-height: 3.2vw;
    height: 6.4vw;
  }
}

@media screen and (max-width: 480px) {
  .newsEvents-faq .faq-subtitle {
    font-size: 1.8667vw;
    margin-bottom: 1.8667vw;
  }

  .newsEvents-faq .faq-container {
    padding: 1.8667vw 1.8667vw 3.2vw;
  }

  .newsEvents-faq .faq-item {
    width: calc(100% / 2);
    height: 22.6667vw;
  }

  .newsEvents-faq .faq-item-wrap {
    width: 100%;
  }

  .newsEvents-faq .icon-container {
    width: 13.3333vw;
    height: 13.3333vw;
  }

  .newsEvents-faq .faq-item-desc {
    font-size: 2.4vw;
    margin-top: 1.8667vw;
    line-height: 3.2vw;
    height: 6.4vw;
  }
}