.breadcrumbs {
  border-top: 1px solid #CCCCCC;
  margin-top: 128px;
}

.news_box {
  width: 100%;
  height: auto;
  padding: 0px 0 75px;
  background: #fff;
}

.news_box .news_content {
  width: 100%;
  height: auto;
  margin-top: 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news_box .news_content .news_title {
  width: 650px;
  text-align: center;
  font-weight: 400;
  font-size: 60px;
  color: #000000;
  line-height: 72px;
}

.news_box .news_content .news_desc {
  margin-top: 23px;
  width: 100%;
  height: auto;
}

.news_box .news_content .news_desc p {
  text-align: left;
  text-indent: 2em;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  line-height: 24px;
  margin-top: 20px;
}

.news_box .news_content .news_desc img {
  max-width: 1020px;
  height: auto;
  margin: 20px 0;
}

.news_box .news_content .news_desc * {
  background: transparent !important;
  text-align: left;
  text-indent: 2em;
  font-weight: 400;
  font-size: 16px !important;
  color: #696969 !important;
  line-height: 24px !important;
}

.news_box .news_share {
  width: 100%;
  height: auto;
  margin-top: 37px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.news_box .news_share .share_title {
  margin-right: 23px;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  line-height: 24px;
}

.news_box .news_share .share_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.news_box .news_share .share_box a {
  display: inline-block;
  margin-right: 32px;
}

.news_box .news_share .share_box a img {
  width: 100%;
  height: 100%;
}

.news_box .news_share .share_box .fei {
  width: 19px;
  height: 20px;
}

.news_box .news_share .share_box .link {
  width: 20px;
  height: 20px;
}

.news_box .news_share .share_box .in {
  width: 18px;
  height: 18px;
}

.news_box .news_share .share_box .facebook {
  width: 8px;
  height: 18px;
}

.need_help {
  width: 100%;
  height: 532px;
  position: relative;
}

.need_help > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.need_help .need_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.need_help .need_content .safearea {
  padding-top: 113px;
}

.need_help .need_content .safearea .need_title {
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}

.need_help .need_content .safearea .need_desc {
  text-align: left;
  margin-top: 16px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.need_help .need_content .safearea .need_desc a {
  font-weight: 400;
  font-size: 18px;
  color: #2FA8FF;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs {
    border-top: 0vw solid #CCCCCC;
    margin-top: 19.73333vw;
  }
  .news_box {
    width: 100%;
    height: auto;
    padding: 0vw 0 10vw;
    background: #fff;
  }
  .news_box .news_content {
    width: 100%;
    height: auto;
    margin-top: 6.26667vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news_box .news_content .news_title {
    width: 86.66667vw;
    text-align: center;
    font-weight: 400;
    font-size: 7.2vw;
    color: #000000;
    line-height: 1.2;
  }
  .news_box .news_content .news_desc {
    margin-top: 3.06667vw;
    width: 100%;
    height: auto;
  }
  .news_box .news_content .news_desc p {
    text-align: left;
    text-indent: 2em;
    font-weight: 400;
    font-size: 3.46667vw;
    color: #696969;
    line-height: 1.5;
    margin-top: 2.66667vw;
  }
  .news_box .news_content .news_desc img {
    max-width: 92vw;
    height: auto;
    margin: 2.66667vw 0;
  }
  .news_box .news_content .news_desc * {
    background: transparent !important;
    text-align: left;
    text-indent: 2em;
    font-weight: 400;
    font-size: 3.46667vw !important;
    color: #696969 !important;
    line-height: 1.5 !important;
  }
  .news_box .news_share {
    width: 100%;
    height: auto;
    margin-top: 5.33333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .news_box .news_share .share_title {
    margin-right: 3.06667vw;
    font-weight: 400;
    font-size: 3.2vw;
    color: #696969;
    line-height: 3.2vw;
  }
  .news_box .news_share .share_box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .news_box .news_share .share_box a {
    display: inline-block;
    margin-right: 4.26667vw;
  }
  .news_box .news_share .share_box a img {
    width: 100%;
    height: 100%;
  }
  .news_box .news_share .share_box .fei {
    width: 3.8vw;
    height: 4vw;
  }
  .news_box .news_share .share_box .link {
    width: 4vw;
    height: 4vw;
  }
  .news_box .news_share .share_box .in {
    width: 3.6vw;
    height: 3.6vw;
  }
  .news_box .news_share .share_box .facebook {
    width: 1.6vw;
    height: 3.6vw;
  }
  .need_help {
    width: 100%;
    height: 70.93333vw;
    position: relative;
  }
  .need_help > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .need_help .need_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .need_help .need_content .safearea {
    padding-top: 15.06667vw;
  }
  .need_help .need_content .safearea .need_title {
    text-align: left;
    font-weight: 400;
    font-size: 4.53333vw;
    color: #FFFFFF;
  }
  .need_help .need_content .safearea .need_desc {
    text-align: left;
    margin-top: 2.13333vw;
    font-weight: 400;
    font-size: 3.73333vw;
    color: #FFFFFF;
  }
  .need_help .need_content .safearea .need_desc a {
    font-weight: 400;
    font-size: 3.73333vw;
    color: #2FA8FF;
  }
}
