.nrPage {font-size: 12px;width: 100%;padding-top: 10px;clear: both;}
.Page {text-aligN: center;width: 100%;heighT: 24px;line-heighT: 24px;}
.Page a, .Page span {margin: 0 10px;}
.pagination a.Num {padding: 4px 15px;background: UrL(../images/num.gif) no-repeat center;}
.pagination{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    margin: 20px 0;
}
.pagination_ye{
    width: 68px;
    height: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0px;
    color: #4c4c4c;
    border: 1px solid #eee;
	border-radius: 0 2px 2px 0;
}
.pagination_item{
    width: 39.05px;
    height: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0px;
    color: #4c4c4c;
    border: 1px solid #eee;
	border-radius: 0 2px 2px 0;
}
.pagination_item a{
	color:#000000;
}
.click-active {
    background: #3e7bd0;
}

.color_white {
    color: #fff !important;
}
