.pagebar {
  text-align: center;
  margin-top: 15px;
}

.pagebar a:hover {
  color: #7cbeff;
}

.pagebar a,.pagebar b {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 16px;
  margin: 0px 5px;
  border: 1px solid #f0f0f5;
  color: #666;
  padding: 0px 8px;
  border-radius: 2px;
  box-sizing: border-box;
}

.pagebar a:hover {
  background-color: rgb(230 58 70);
  color: #fff;
  border: 1px solid #7cbeff;
}

.pagebar b {
  background-color: rgb(230 58 70);
  border: 1px solid #7cbeff;
  color: #fff;
  font-weight: normal;
}