body {
  background: #f9f9f9;
}
.news-block {
  width: 62.5%;
  margin: 0 auto;
  margin-top: 30px;
  /*display: flex;*/
  background: #ffffff;
  /*flex-wrap: wrap;*/
}

.news-banner {
  height: 220px;
  /*background: url(../images/news-banner.png) no-repeat center;*/
  /*background-size: cover;*/
  margin-top: 140px;
  /*background: #ffffff;*/
}
.banner-center {
  width: 62.5%;
  height: 220px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  /*margin-top: 20px;*/
}

.banner-big-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 40px;
  /*color: #ffffff;*/
  font-style: normal;
    padding: 20px;
    text-align: center;
    letter-spacing: 3px;
  /*position: absolute;*/
  /*top: 180px;*/
}
.form-input {
    height: 72px;
}
.submit-btn {
    width: 160px;
    margin-left: 20px;
    height: 72px;
}

.title-english {
  /*position: absolute;*/
  /*top: 318px;*/
  /*font-family: PingFangSC, PingFang SC;*/
  /*font-weight: 400;*/
  /*font-size: 18px;*/
  /*!*color: #ffffff;*!*/
  /*line-height: 26px;*/
  /*letter-spacing: 2px;*/
  /*text-align: left;*/
  /*font-style: normal;*/
  /*text-transform: uppercase;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 0 20px 20px 20px;
}
.form-input {
    margin-top: 0;
}

.faq-list {

}
.faq-item {
  /*margin-right: 1.66%;*/
  margin-bottom: 20px;
  /*margin-left: 20px;*/
  padding-left: 8px;
  box-sizing: border-box;
  cursor: pointer;
    border-top: 1px solid rgba(212,214,217, 0.3);
}
.news-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.data-item {
    padding: 50px;
    text-align: center;
}

.date-block {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.view-block {
  display: flex;
  align-items: center;
}

.more-btn {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  text-align: center;
  font-style: normal;
  margin: 0 auto;
  margin-top: 40px;
  width: 180px;
  height: 48px;
  line-height: 48px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  margin-bottom: 72px;
  cursor: pointer;
}

