@charset "utf-8";

#page a{ color:black;outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;font-size: 16px;line-height: 40px;}
#page a:hover,a:focus{color:#74777b;text-decoration: none;}
/*样式参考*/
#page a {
    text-decoration: none;
	/* background-color:darkcyan!important; */
	padding: 0!important;
}

#page {
    height: 50px;
    display: none;
    margin: 0 auto;
}

.page {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
	display: flex;
}

.pagingUl li {
    float: left;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;line-height: 40px;font-size: 16px;
}

.pagingUl li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 28px;
    color: #666;
    font-size: 12px;
    border-radius: 5px
	padding: 0!important;
}

.prv,
.next {
	width: 90px;
	height: 40px;
	background: rgba(35,47,61,0);
	border: 1px solid #E0E0E0;
    text-align: center;
    line-height:40px;
    cursor: pointer;
	color: #0762D5;font-size: 16px;
}
.next{
	margin-left: 20px;
}
.prv {
    margin-right: 10px;
}

.first,
.last {
    width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    /*border: 1px solid #ddd;*/
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 10px;
	color: black;
}

.prv:hover,
.next:hover,
.first:hover,

.pagingUl li a:hover,
.activP {
    /* background-color:darkcyan!important; */
    color:#0762D5!important;line-height: 40px;font-size: 16px;
	
}
.activP{
	font-weight: bold;
}
.prv:hover,
.next:hover{
	font-weight: bold;
}
