﻿.DoxunDataPages_Navigation_Defalut {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #000000;
    border: 1px solid #ccc;
    font-size: 12px;
    font-family: "song";
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin: 2px;
    border-radius: 2px;
}
.DoxunDataPages_Navigation_Select {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #5EB95E;
    color: #ffffff;
    border: 1px solid #5EB95E;
    font-size: 12px;
    font-family: "song";
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin: 2px;
    border-radius: 2px;
    cursor: pointer;
}
.DoxunDataPages_Nembers_Defalut {
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #000000;
    border: 1px solid #ccc;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 2px;
}
.DoxunDataPages_Nembers_Select {
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #000000;
    border: 1px solid #5EB95E;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    margin: 2px;
    cursor: pointer;
    border-radius: 2px;
}
.DoxunDataPages_Nembers_CurrPage {
    height: 20px;
    line-height: 20px;
    background-color: #5EB95E;
    color: #ffffff;
    border: 1px solid #5EB95E;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    margin: 2px;
    cursor: pointer;
    border-radius: 2px;
}

.dx_pagesbox {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    text-align: center;
    justify-content: space-between;
    padding: 30px 0;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
}

.dx_pagesdefault {
    display:inline-block; 
    width: 35px;
    height: 25px;
}

.dx_pages_prev {
    background:url(/images/arrow_page_l.png) no-repeat center center;
}
.dx_pages_prev:hover {
    background: url(/images/arrow_page_l1.png) no-repeat center center;
}

.dx_pages_next {
    background: url(/images/arrow_page_r.png) no-repeat center center;
}
    .dx_pages_next:hover {
        background: url(/images/arrow_page_r1.png) no-repeat center center;
    }

.dx_currpage{
   font-size:30px;
   color:#000;  
}

.dx_line {
    font-size: 30px;
    color: #999; 
}
.dx_totalpage {
    color: #999;
    font-size: 15px; 
} 