 .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;
}
.input{
  margin: 30px 0;
  text-align: center;
}
.input select{
  width: 173px;
  height: 21px;
}
.input input{
  margin-left: 20px;
}

.dyn_list_box{
  min-height: 30px;
  border:1px solid #B0C4DD;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding:10px 20px;
  margin-bottom: 10px;
}
.dyn_list_box ul li{
  height: 35px;
  border-bottom: 1px dashed #B1C2DE;
}
.dyn_list_box ul li:last-child{
  border-bottom:0;
}
.dyn_list_box ul li a{
  color: #000;
  line-height: 35px;
}
.dyn_list_box ul li span{
  line-height: 35px;
}
.dyn_list_box ul li a:hover{
  color: #04517e;
}

.page{
  text-align: center;
  color: #555;
  /*line-height: 20px;*/
}
.page button{
  vertical-align: top;
}
.page a{
  display: inline-block;
  width:40px;
  height:21px;
  box-sizing: border-box;
  border:1px solid #a9a9a9;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
  vertical-align: middle;
  color:#5CACEE;
}
.page a.active{
  background: #f0f0f0;
  color: #4f94cd;
}
.page  button{
  margin:0 10px;
}
.go{
  width:30px;
  height:21px;
  box-sizing: border-box;
  margin-right: 10px;
  text-align: center;
}