.pagingUl {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagingUl li {
  float: left;
  width: 30px;
  height: 30px;
  list-style: 30px;
  text-align: center;
}

.pagingUl li a {
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  padding: 0;
  background: #fafafa;
  color: #666;
  font-size: 12px;
  border: 1px solid #ddd;
}

.prv,
.next {
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.first,
.last {
  width: 30px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.activP {
  background-color: #003b87 !important;
  color: #fff !important;
}