.newsContainer{
  width:91vw;
  margin:3% auto;
}
.newsContainer div{
  margin:2% auto;
}
.newsContainer h1{
  font-size:24px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(32,32,32,1);
  line-height:32px;
}
.newsContainer .nav img{
  width:24px;
  height:24px;
  float: left;
}
.newsContainer .nav span{
  font-size:13px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(96,98,102,1);
  line-height:12px;
  margin-left: 3%;
}
.newsContainer .nav p{
  font-size:12px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(153,153,153,1);
  line-height:24px;
  float:right;
  margin:0;
}
.textContainer p{
  font-size:18px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(96,98,102,1);
  line-height:29px;
  text-indent:1em;
  text-align:justify;
}
.textContainer h2{
  font-size:18px;
  font-family:MicrosoftYaHei;
  font-weight:bold;
  color:rgba(32,32,32,1);
  line-height:29px;
}
.foot{
  text-align: center;
  margin-top:3% !important;
}
.foot span{
  font-size:8px;
  font-family:ArialMT;
  font-weight:400;
  color:rgba(102,102,102,1);
  margin: 0 3%;
}