.app_news {
  width: 100%;
  margin-top: 3.38vw;
}

.app_news .bannerBox {
  width: 100%;
  height: 41.6vw;
  text-align: center;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}

.app_news .bannerBox .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.app_news .bannerBox .txtBox p {
  font-size: 1.456vw;
  letter-spacing: 0.104vw;
}

.app_news .bannerBox .txtBox p:nth-child(1) {
  font-size: 3.12vw;
  line-height: 4.368vw;
  letter-spacing: 0.26vw;
  margin-bottom: 2.444vw;
}

.app_news .bannerBox .imgBox {
  width: 100%;
  height: 100%;
}

.app_news .bannerBox .imgBox img {
  width: 100%;
  height: 100%;
}

.app_news .information {
  width: 82%;
  padding: 3.12vw 0 1.56vw;
  text-align: center;
  margin: 0 auto;
}

.app_news .information .information_h {
  font-size: 1.56vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 2.184vw;
  letter-spacing: 0.052vw;
  margin-bottom: 0.52vw;
  color: #333333;
}

.app_news .information .information_p {
  font-size: 0.728vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 1.04vw;
  margin: 1.04vw 0 2.6vw;
  color: #8990a0;
}

.app_news .information .information_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.app_news .information .information_flex .information_flex_li {
  width: 15.6vw;
  height: 15.392vw;
  background: #ffffff;
  border-radius: 0.104vw;
}

.app_news .information .information_flex .information_flex_li img {
  width: 100%;
  height: 8.06vw;
}

.app_news .information .information_flex .information_flex_li .information_flex_li_txt {
  padding: 1.04vw 1.82vw;
  text-align-last: left;
}

.app_news .information .information_flex .information_flex_li .information_flex_li_txt p:nth-child(1) {
  font-size: 0.728vw;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333333;
  line-height: 1.04vw;
  margin-bottom: 0.78vw;
}

.app_news .information .information_flex .information_flex_li .information_flex_li_txt p:nth-child(2) {
  font-size: 0.728vw;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #333333;
  line-height: 1.04vw;
}

.app_news .content {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.app_news .content .leftBox {
  width: 15%;
  height: 41.184vw;
  background: #ffffff;
  -webkit-box-shadow: 0vw 0.156vw 0.416vw 0vw rgba(0, 0, 0, 0.08);
          box-shadow: 0vw 0.156vw 0.416vw 0vw rgba(0, 0, 0, 0.08);
}

.app_news .content .leftBox .leftBox_title {
  padding: 1.04vw 0.676vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.248vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
}

.app_news .content .leftBox .leftBox_title .line {
  width: 0.572vw;
  height: 1.716vw;
  background: #0c32eb;
  margin-right: 1.82vw;
}

.app_news .content .leftBox .leftBox_p {
  width: 100%;
  height: 2.808vw;
  line-height: 2.808vw;
  text-align: center;
  background: #ffffff;
  font-size: 0.832vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  padding: 0 0.52vw;
  border-bottom: 0.052vw solid #eee;
}

.app_news .content .leftBox .leftBox_p:hover {
  color: #ffffff;
  background: #0c32eb;
}

.app_news .content .rightBox {
  width: 80%;
  background: #ffffff;
  -webkit-box-shadow: 0vw 0.156vw 0.416vw 0vw rgba(0, 0, 0, 0.08);
          box-shadow: 0vw 0.156vw 0.416vw 0vw rgba(0, 0, 0, 0.08);
}

.app_news .content .rightBox .ItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.08vw 4.16vw 0;
}

.app_news .content .rightBox .ItemBox .imgBox {
  width: 6.188vw;
  height: 7.54vw;
}

.app_news .content .rightBox .ItemBox .imgBox img {
  width: 100%;
  height: 100%;
}

.app_news .content .rightBox .ItemBox .txtBox {
  width: 80%;
  border-bottom: 0.052vw solid rgba(0, 0, 0, 0.08);
  padding-bottom: 0.52vw;
}

.app_news .content .rightBox .ItemBox .txtBox .txtBox_h {
  font-size: 1.248vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
}

.app_news .content .rightBox .ItemBox .txtBox .txtBox_p {
  font-size: 0.728vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  margin: 0.832vw 0 0.936vw;
}

.app_news .content .rightBox .ItemBox .txtBox .txtBox_dianBox {
  margin-bottom: 1.768vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app_news .content .rightBox .ItemBox .txtBox .txtBox_dianBox img {
  width: 0.78vw;
  height: 0.832vw;
  margin-right: 0.52vw;
}

.app_news .content .rightBox .ItemBox .txtBox .txtBox_btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.app_news .content .rightBox .ItemBox .txtBox .txtBox_btnBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app_news .content .rightBox .ItemBox .txtBox .txtBox_btnBox .btnBox div {
  width: 4.42vw;
  height: 1.352vw;
  line-height: 1.352vw;
  text-align: center;
  border: 0.052vw solid #0c32eb;
  font-size: 0.728vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #0822aa;
  overflow: hidden;
  margin-right: 1.56vw;
}

.app_news .content .rightBox .ItemBox .txtBox .txtBox_btnBox .biaoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app_news .content .rightBox .ItemBox .txtBox .txtBox_btnBox .biaoBox img {
  width: 0.676vw;
  height: 0.676vw;
  -webkit-transform: translateY(0.104vw);
          transform: translateY(0.104vw);
}

.app_news .content .rightBox .pageBox {
  text-align: center;
  padding: 1.56vw;
}

.app_news .content #ampagination-bootstrap {
  position: relative;
  height: 100px;
}

.app_news .content #ampagination-bootstrap .pagination {
  position: absolute;
  left: 30%;
}

@media screen and (max-width: 600px) {
  .app_news .content .leftBox {
    display: none;
  }
  .app_news .content .rightBox {
    width: 100%;
  }
}

.app_news .newsBox {
  width: 82%;
  padding: 1.56vw 0 0;
  text-align: left;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.app_news .newsBox .newsBox_li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 45%;
  max-width: 45%;
  min-width: 45%;
  margin-bottom: 2.6vw;
  cursor: pointer;
  overflow: hidden;
}

.app_news .newsBox .newsBox_li .newsBox_li_h {
  font-size: 0.936vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.676vw;
}

.app_news .newsBox .newsBox_li .newsBox_li_p {
  font-size: 0.728vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #656468;
  line-height: 1.456vw;
}

.app_news .newsBox .newsBox_li .newsBox_li_span {
  font-size: 0.728vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #a09fac;
  line-height: 1.456vw;
  margin-top: 0.468vw;
}

.app_news .newsBox .newsBox_li:hover .newsBox_li_h,
.app_news .newsBox .newsBox_li:hover .newsBox_li_p,
.app_news .newsBox .newsBox_li:hover .newsBox_li_span {
  color: #0c32eb;
}

.app_news .moreBtn {
  width: 13vw;
  height: 2.496vw;
  border: 0.052vw solid #333333;
  margin: 0 auto;
  font-size: 1.04vw;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #333333;
  line-height: 2.496vw;
  letter-spacing: 0.052vw;
  text-align: center;
  margin-bottom: 2.08vw;
}

.app_news .contactBox {
  width: 100%;
  padding: 3.12vw 0 5.2vw;
  text-align: center;
  margin: 0 auto;
  background: url("/static/web/images/index/img08.png") no-repeat;
  background-size: 100% 50%;
  color: #ffffff;
  min-height: 240px;
}

.app_news .contactBox .contactBox_h {
  font-size: 1.56vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 2.184vw;
  letter-spacing: 0.052vw;
  margin-bottom: 0.52vw;
}

.app_news .contactBox .contactBox_p {
  font-size: 0.728vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 1.04vw;
  margin: 1.04vw 0 2.6vw;
}

.app_news .contactBox .contactBox_bigBox {
  width: 68.692vw;
  height: 27.976vw;
  background-color: #fff;
  margin: 2.6vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l {
  width: 50%;
  height: 100%;
  padding: 0 2.132vw;
  font-size: 1.04vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #909090;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .contactBox_bigBox_l_h {
  font-size: 1.56vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 1.82vw 0 2.34vw;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox input {
  width: 100%;
  height: 2.808vw;
  border: 0.052vw solid #ccc;
  padding: 0 0.52vw;
  color: #000;
  font-size: 0.8vw;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_l {
  width: 45%;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_l img {
  width: 0.832vw;
  height: 0.988vw;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_r {
  width: 45%;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_r img {
  width: 0.78vw;
  height: 0.988vw;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox {
  width: 100%;
  margin: 1.04vw 0;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox img {
  width: 1.04vw;
  height: 0.988vw;
  margin-right: 0.27vw;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox textarea {
  width: 100%;
  height: 6.812vw;
  border: 0.052vw solid #ccc;
  padding: 0.52vw;
  color: #000;
  font-size: 0.8vw;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox input {
  width: 45%;
  height: 2.808vw;
  border: 0.052vw solid #ccc;
  padding: 0 0.52vw;
  color: #000;
  font-size: 0.8vw;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox img {
  position: absolute;
  left: 55%;
  cursor: pointer;
  width: 7.8vw;
  display: block;
  height: 2.6vw;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .btnBox {
  width: 11.856vw;
  height: 3.12vw;
  margin: 2vw auto 0;
  line-height: 3.12vw;
  text-align: center;
  background: #0c57db;
  border-radius: 0.52vw;
  font-size: 1.04vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_r {
  width: 50%;
  height: 100%;
}

.app_news .contactBox .contactBox_bigBox .contactBox_bigBox_r img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .app_news .contactBox .contactBox_bigBox {
    width: 68.692vw;
    height: 40vw;
  }
  .app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l {
    width: 100%;
    height: 100%;
  }
  .app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox input {
    height: 5vw;
  }
  .app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox textarea {
    height: 12vw;
  }
  .app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox input {
    height: 5vw;
  }
  .app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox img {
    width: 10vw;
    height: 5vw;
  }
  .app_news .contactBox .contactBox_bigBox .contactBox_bigBox_l .btnBox {
    width: 15vw;
    height: 5vw;
    margin: 2vw auto 0;
    line-height: 5vw;
  }
  .app_news .contactBox .contactBox_bigBox .contactBox_bigBox_r {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */