.fddv3-list-page-index{
    margin: 30px 0;
    font-size: 14px;
    padding-bottom: 30px;
}

.fddv3-list-page-index .fddv3-page-left {
    float: left;
    line-height: 30px;
    color: #a6a6a6;
}
.fddv3-list-page-index .fddv3-page {
    float: right;
}
.fddv3-list-page-index .fddv3-page li{
    color: #a6a6a6;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.fddv3-list-page-index .fddv3-page .first,
.fddv3-list-page-index .fddv3-page .prev,
.fddv3-list-page-index .fddv3-page .next,
.fddv3-list-page-index .fddv3-page .last{
	background-color:rgba(0,0,0,0) !important;
    background-image:url(../images/fdd-img.png);
    background-repeat: no-repeat;
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
    margin: 6px auto 0;
    text-indent: 999px;
    overflow: hidden;
}

.fddv3-list-page-index .fddv3-page .first {
    background-position: -192px 0;
}
.fddv3-list-page-index .fddv3-page .prev{
	background-position: -210px 0;
}

.fddv3-list-page-index .fddv3-page .next{
	background-position: -224px 0;
}
.fddv3-list-page-index .fddv3-page .last{
    background-position: -240px 0;
}
.fddv3-list-page-index .fddv3-page a{
	text-decoration: none;
	color: #a6a6a6;
}
.fddv3-list-page-index .fddv3-page .active span{
	background-color: #ffd435;
    border-radius: 3px;
    color: #2a2a2a;
    width: 100%;
    height: 100%;
    display: inline-block;
}