.DoxunDataPages_Navigation_Defalut { 
    height: 30px!important;
    line-height: 30px!important;
    background-color: #fff;
    color: #000000;
    border: 1px solid #ccc;  
    text-align: center;
    padding: 5px 15px;
    margin: 2px;
    border-radius: 2px;
}
.DoxunDataPages_Navigation_Select { 
    height: 30px;
    line-height: 30px;
    background-color: #bc1d20;
    color: #ffffff;
    border: 1px solid #bc1d20;  
    text-align: center;
    padding: 5px 15px;
    margin: 2px;
    border-radius: 2px;
    cursor: pointer;
}
.DoxunDataPages_Nembers_Defalut {
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #000000;
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
    padding: 5px 15px;
    margin: 2px;
    border-radius: 2px;
}
.DoxunDataPages_Nembers_Defalut:hover { 
    background-color: #bc1d20;
    color: #fff;
    border: 1px solid #bc1d20; 
}
.DoxunDataPages_Nembers_Select {
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #000000;
    border: 1px solid #bc1d20;
    font-weight: bold;
    text-align: center;
    padding: 5px 15px;
    margin: 2px;
    cursor: pointer;
    border-radius: 2px;
}
.DoxunDataPages_Nembers_CurrPage {
    height: 30px;
    line-height: 30px;
    background-color: #bc1d20;
    color: #ffffff;
    border: 1px solid #bc1d20;
    font-weight: bold;
    text-align: center;
    padding: 5px 15px;
    margin: 2px;
    cursor: pointer;
    border-radius: 2px;
}

.dx_pagesbox {
    width: 1120px;
    margin: 30px auto;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 30px 0; 
}

.dx_pagesdefault {
    display:inline-block;  
    border: 1px solid #ccc; 
    height: 30px;
    line-height: 30px;
    cursor:pointer;
    padding:5px 15px;
    margin:2px;
    border-radius:2px;
} 
.dx_pages_prev{}
.dx_pages_prev{}
 
.dx_currpage{
   font-size:30px;
   color:#000;  
}

.dx_line {
    font-size: 30px;
    color: #999; 
}
.dx_totalpage {
    color: #999;
    font-size: 15px; 
}
