 .body{
  height:23px;
  box-sizing: border-box;
  background: #E9E9E9;
  margin-bottom:20px;
}
.nav-box{
  width: 960px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 23px;
}
.nav-box a{
  color: #0071B3;
}
.nav-box a:hover{
  color: #04517e;
}

.news_box{
  border:1px solid #B0C4DD;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding:30px 20px;
}
.news_box p{
  /*text-align: center;*/
  margin-bottom: 10px;
}
.news_box p:nth-child(2){
  font-size: 13px;
}
.news_box .false_txt{
  text-align: left;
}

.news_box .contex_box{
 text-align: left;
}
.tit{
  font-weight: bold;
  margin-bottom: 10px;
}
.font{
  margin-bottom: 20px;
  text-align:justify;
}
.font p{
 padding-left: 30px;
}
.three .font{
  margin-bottom: 0;
}
.sjtextP,.jctextP,.bytextP,.aztextP{
    padding-left:2em;
    line-height:23px;
    /*font-size:14px;*/
    letter-spacing: 1px;
}
