@charset "utf-8";
/*样式参考*/
a {
    text-decoration: none;
}



.page {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pagingUl,.pagingUlnation {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 20px;
}

.pagingUl li,.pagingUlnation li {
    float: left;
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px
}

.pagingUl li a, .pagingUlnation li a {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #474747;
    font-size: 14px;
    border-radius: 5px;
    font-family: Arial;
}

.prv,.next, .prvnation, .nextnation {
    width: 8px;
    height: 16px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
}

.prv, .prvnation {
    margin-right: 10px;
    background-image: url(../images/prv.png);
    background-size: 100% 100%;
}
.next, .nextnation{
	background-image: url(../images/next.png);
    background-size: 100% 100%;
}

.prv:hover, .prvnation:hover{
    background-image: url(../images/prvhover.png);
    background-size: 100% 100%;
}
.next:hover, .nextnation:hover{
	background-image: url(../images/nexthover.png);
    background-size: 100% 100%;
}

.first,.last, .firstnation, .lastnation{
	display:none;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
/*     background: #fff; */
    padding: 0 5px;
/*     border-radius: 5px; */
    margin-right: 10px;
}

.prv:hover, .prvnation:hover,
.next:hover, .nextnation:hover,
.first:hover, .firstnation:hover,
.last:hover, .lastnation:hover,
.pagingUl li a:hover, .pagingUlnation li a:hover,
.activP, .activPnation {
/*     background-color: #000!important; */
    color: #266df8!important
}
