.box #news_info > a {
  color: #00A0E9;
}
.box .newsBg {
  background-color: #ffffff;
  padding-bottom: 60px;
}
.box .container .newsConcent {
  width: 82%;
  margin: 0 auto;
}
.box .container .newsConcent .newsTitle {
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  margin-top: 2.8vw;
  padding-bottom: 1vw;
  margin-bottom: 2vw;
  border-bottom: 1px solid #a8a8a8;
}
.box .container .newsConcent .newsTitle h2 {
  font-size: 36px;
  margin-bottom: 2.3vw;
  color: #000000;
}
.box .container .newsConcent .newsTitle .titleLineTwoLef {
  font-size: 20px;
  color: #a8a8a8;
  margin-right: 18px;
}
.box .container .newsConcent .newsTitle .titleLineTwoMid {
  font-size: 20px;
  color: #000000;
  margin-right: 23px;
}
.box .container .newsConcent .newsTitle .titleLineTwoRig {
  font-size: 20px;
  font-family: DIN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.box .container .newsConcent .newsImg {
  margin: 2vw 0 0;
}
.box .container .newsConcent .imgDescribe {
  text-align: center;
  font-size: 18px;
  margin: 1vw 0 2vw;
  font-family: SourceHanSansCN-Light, "Microsoft  YaHei", Arial, Helvetica, sans-serif;
}
.box .container .newsConcent p {
  font-family: SourceHanSansCN-Light, "Microsoft  YaHei", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #000000;
  margin-top: 1vw;
  font-weight: 400;
  line-height: 36px;
}
.box .container .newsConcent ul {
  margin-top: 2vw;
  font-size: 20px;
}
.box .container .newsConcent ul li {
  color: #000000;
  margin-bottom: 0.5vw;
}
.box .container .newsConcent .titleLine {
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #000000;
  margin: 2vw 0;
  font-weight: bold;
}
.box .solidLine {
  height: 1px;
  background: #F4F4F7;
}
.box .mb60 {
  margin-bottom: 3vw;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .box #newPage {
    color: #00A0E9;
  }
  .box .newsBg .newsConcent img {
    width: 100%;
  }
  .box .newsBg .newsConcent p {
    font-size: 0.24rem;
    margin-top: 0.4rem;
    line-height: 0.36rem;
  }
  .box .newsBg .newsConcent .newsTitle {
    margin-top: 0.6rem;
    padding-bottom: 0.23rem;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #a8a8a8;
  }
  .box .newsBg .newsConcent .newsTitle h2 {
    font-size: 0.36rem;
    margin-bottom: 0.45rem;
  }
  .box .newsBg .newsConcent .newsTitle .titleLineTwoLef,
  .box .newsBg .newsConcent .newsTitle .titleLineTwoMid,
  .box .newsBg .newsConcent .newsTitle .titleLineTwoRig {
    font-size: 0.2rem;
  }
  .box .newsBg .newsConcent .newsImg {
    margin: 0.4rem 0 0;
  }
  .box .newsBg .newsConcent .imgDescribe {
    font-size: 0.18rem;
    margin-top: 0.2rem;
  }
  .box .newsBg .newsConcent .titleLine {
    font-size: 0.26rem;
    margin: 0.4rem 0;
  }
  .box .newsBg .newsConcent .mb60 {
    margin-bottom: 0.6rem;
  }
  .box .newsBg .newsConcent ul {
    margin-top: 0.4rem;
    font-size: 0.24rem;
  }
  .box .newsBg .newsConcent ul li {
    color: #000000;
    margin-bottom: 0.5vw;
  }
}
