body{
    display: flex;
    flex-direction: column;
}
#pageContent{
    flex: 1;
    width:100%;
    background: #F0F2F5;
}
.pageContent{
    width: 1200px;
    margin: 20px auto;
    min-height:650px ;
    border-radius: 4px;
    background: #fff;
    color:#000 ;
    font-weight: 400;
    padding-top:10px;

}
.pageUl{
    padding:32px  36px;

}
.pageLi{
  font-size:18px;
  width:100%;
  padding-bottom: 19px;
  overflow: hidden;
/*   text-overflow: ellipsis; */
  white-space: nowrap;
  color:#000;
}
.pageLi img{
    width:10px;
    height:9px;
    margin-right: 8px;
    vertical-align: text-top;
    margin-top: 6px;
} 
/* .pagefiexed{
    position: fixed;
    right:15px;
   width:140px;
   bottom:289px;
   top:360px;
   height: 396px;
   background-color: #5b8dc0;
}
.pagefiexedRow{
  width:100%;
  text-align: center;
  padding :10px 0;
  font-size: 16px;
  color:#fff;
  height:105px;
}
.pagefiexedVisibilty{
    position: relative;
    visibility: hidden;
    
}
.pagefiexedRow:hover{
    opacity: 0.6;
} */