.newsDetail-page {
  background: url("/static/images/memberBenefits/memberBenefits_bg.png") no-repeat center center, #F8F8F9;
  background-size: 100% auto;
  background-position: center top;
  padding-top: 125px;
}
.newsDetail {
  margin: 0 auto;
  width: 1400px;
  background: #ffffff;
}
.newsDetail .breadcrumb {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-top: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
}
.newsDetail .breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  color: #999999;
}
.newsDetail .breadcrumb .active {
  color: #999999;
}
.newsDetail .breadcrumb li + li:before {
  color: #999999;
  content: ">";
  padding: 0 5px;
}
.newsDetail .breadcrumb .txt {
  display: inline-block;
  vertical-align: middle;
  color: #828282;
}
.newsDetail .breadcrumb .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 4px;
  color: #8fbe3e;
}
.newsDetail .newsDetail_details-title {
  color: #333333;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  margin: 30px 0 24px 0;
}
.newsDetail .newsDetail_details-subTitle {
  color: #999999;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.newsDetail .newsDetail_details-content {
  color: #666666;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 1px;
  margin: 30px 0 100px 0;
}
.newsDetail-line {
  width: 100%;
  height: 16px;
  background: linear-gradient(to bottom, #E7E7E7, #ffffff);
}
/* ============================================================ */
/* ============ 移动端适配 - 媒体查询（新增代码） ============ */
/* ============================================================ */
/* ========== 平板/大手机 (max-width: 768px) ========== */
@media (max-width: 768px) {
  .newsDetail {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .newsDetail .breadcrumb {
    font-size: 12px;
    padding-top: 16px;
    padding-bottom: 8px;
  }
  .newsDetail .newsDetail_details-title {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0 16px 0;
  }
  .newsDetail .newsDetail_details-subTitle {
    font-size: 12px;
  }
  .newsDetail .newsDetail_details-content {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 20px 0 40px 0;
  }
  .newsDetail-line {
    height: 10px;
  }
}
/* ========== 手机 (max-width: 480px) ========== */
@media (max-width: 480px) {
  .newsDetail {
    padding: 0 12px;
  }
  .newsDetail .breadcrumb {
    font-size: 11px;
    padding-top: 12px;
  }
  .newsDetail .newsDetail_details-title {
    font-size: 18px;
    line-height: 26px;
    margin: 16px 0 12px 0;
  }
  .newsDetail .newsDetail_details-subTitle {
    font-size: 11px;
  }
  .newsDetail .newsDetail_details-content {
    font-size: 13px;
    line-height: 22px;
    margin: 16px 0 30px 0;
  }
  .newsDetail-line {
    height: 8px;
  }
}
/* ========== 超小屏幕 (max-width: 320px) ========== */
@media (max-width: 320px) {
  .newsDetail {
    padding: 0 10px;
  }
  .newsDetail .newsDetail_details-title {
    font-size: 16px;
    line-height: 24px;
  }
  .newsDetail .newsDetail_details-content {
    font-size: 12px;
    line-height: 20px;
  }
}
