.zzsc{ margin:0 auto; } 
.page{
    list-style: none;
}
.page>li{
    float: left;
    /* padding: 7px 22px; */
    border-radius: 50%;
    cursor: pointer;
    font-size: 32px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.page .pageItem{
    margin: 5px;
}
.page .pageItemActive{
    border: solid thin #0099FF;
    margin: 5px;
    background-color: #0099FF;
    color:white;
}
.page .pageItem:hover{
    border: solid thin #0099FF;
    background-color: #0099FF;
    color:white;
}
.page .pageItemDisable{
}
.zzsc{
    padding: 100px 0;
    width: 30%;
    overflow: hidden;
    margin: auto;
}
.lesanjiao{
    margin-top: 16px;
    width:0;
  height:0;
  border-top:12px solid transparent;
  border-left:24px solid #007cc1;
  border-bottom:16px solid transparent;
}
.risanjiao{
    margin-top: 16px;
    width:0;
    height:0;
    border-right: 24px solid #007cc1;
    border-bottom: 16px solid transparent;
    border-top: 12px solid transparent;
}
.zzsc{
    width: 550px;
}
.pageItemaa{
    float: right !important;
}
.lesanjiao{
    float: right!important;
}
#page{
    display: flex;
    justify-content: space-between;
}