﻿@charset "utf-8";

body{
}
#divpage a{ color: rgba(255, 255, 255, 0.6);outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
#divpage a:hover,a:focus{color:#74777b;text-decoration: none;}
/*样式参考*/
#divpage a {
    text-decoration: none;
}

#page {
    height: 50px;
    display: table;
    margin: 0 auto;
}

#divpage .page {
    text-align: center;
}

#divpage .fl {
    float: left;
}

#divpage .fr {
    float: right;
}

#divpage .pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
}

#divpage .pagingUl li {
    float: left;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px
}

#divpage .pagingUl li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    color: #666;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #8e8e8e;
}

#divpage .prv,
#divpage .next {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid #8e8e8e;
}

#divpage .prv {
    margin-right: 10px;
}

#divpage .first,
#divpage .last {
    width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #8e8e8e;
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 10px;
}

#divpage .prv:hover,
#divpage .next:hover,
#divpage .first:hover,
#divpage .last:hover,
#divpage .pagingUl li a:hover,
#divpage .activP {
    background-color: #000!important;
    color: #fff!important;
}

#divpage {
    display: table;
    margin: 0 auto;
}