.el-pager li{
    min-width: 28px;
    padding: 0;
    margin-right: 10px;
    background: #F4F4F5;
    border-radius:50% ;
    font-size: 12px;
    color: #666;
}
.el-pager li.active{
    background-color: #004EA2;
    color: #fff;
}
.search{
    width: 600px !important;
}
.typeSelect{
    position: absolute;
    top: 55px;
    width: 100px;
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px 0;
    display: none;
    z-index: 1;
}
.typeSelect:after{
    content: "";
    position: absolute;
    top: -16px;
    left: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:8px;
    border-color: transparent  transparent #999   transparent ;
}
.typeSelect:before{
    content: "";
    position: absolute;
    top: -16px;
    left: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:8px;
    border-color:  transparent  transparent #fff   transparent;
    z-index: 1;
}
.typeSelect:hover{
    display: block;
}
.changeType:hover >.typeSelect{
    display: block;
}
.typeItem{
    color: #004EA2;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    line-height: 30px;
}
.typeItem:hover{
    background-color: #004EA2;
    color: #fff;
    cursor: pointer;
}