 .body {
     height:23px;
     box-sizing: border-box;
     background: #E9E9E9;
 }
 
.nav-box {
     width: 960px;
     margin: 0 auto;
     font-size: 12px;
     line-height: 23px;
 }
 
.nav-box a {
     color: #0071B3;
 }
 
.nav-box a:hover {
     color: #04517e;
 }
 
.section {
     margin-bottom: 10px;
     min-height: 400px;
     border:1px solid #B0C4DD;
     margin-top: 10px;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
     padding:20px 30px;
 }
 
#hzjmBox {
     text-indent:2em;
     line-height: 23px;
     text-align: justify;
     font-size: 15px;
 }
 
#hzjmBox div {
     margin:10px 0;
 }