.content{
  padding: 10px 10px 10px 10px;
}
.listPage{
  display: table;
  min-height: 350px;
  overflow: hidden;
}
.left{
  /* float: left; */
  width: 200px;
  display: table-cell;
  background: #fff;

}
.right{
  /* flex: 1; */
  /* float: left; */
  display: table-cell;

  border-left: 10px solid #9fd1ff;
  width:770px;
  height: 100%;
  background: #fff;
}
.title{
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #0071aa;
  border-radius: 3px;
}
.left .title{
  text-align: center;
}
.right .title{
  padding-left: 25px;
}
.right .title a{
  color: #fff;
}
.right .title a:hover{
  color: #499aef;
}
.left .list{
  border-bottom: 1px dashed #bababa;
  line-height: 40px;
  color: #1a1a1a;
}
.left .list:last-child{
  border-bottom: none;
}
.right .list div{
  border-bottom: 1px dashed #bababa;
  line-height: 40px;
  color: #1a1a1a;
}
.right .list .childList:last-child div{
  border-bottom: none;
}
.list a{
  line-height: 40px;
  color: #1a1a1a;
}
.list a:hover{
  color: #499aef;
}
.childList{
  padding-left: 20px;
  border-bottom: none !important;
}
.list img{
  position: absolute;
  left: 5px;
  top: 11px;
}
.left .list {
  position: relative;
  padding-left: 30px;
}
.right .list{
  margin: 0 10px;
  padding-left: 15px;
}

.footer{
  background: #edf6f8;
}
.box{
  padding: 15px;
}
.box_title{
  text-align: center;
  font-size: 30px;
  border-bottom: 1px dashed #bababa;
  line-height: 60px;
  margin-bottom: 20px;
}
.fullScreen{
  text-align: right;
  line-height: 40px;
}
.fullScreen a{
  color: #499aef;
}
.fullScreen img{
  width: 20px;
  vertical-align: sub;
}