
/*ï¿½Ð»ï¿½ï¿½ï¿½Å¥*/
.p_page .pageNum.active {
    text-decoration: none;
    background-color: #d80c18!important;
    color: #fff;
    border-color: #d80c18!important;
}
.p_page .pageNum:hover {
    color: #fff;
    border-color: #d80c18;
    cursor: pointer;
    text-decoration: none;
    background-color: #d80c18;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

a.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #4b78cd;
}
a.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #4b78cd solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
a.hvr-ripple-out:hover:before,a.hvr-ripple-out:focus:before,a.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}<!--ºÄÊ±1759927443.7034Ãë-->