.fadeInRight, .fadeInRighthover:hover {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.jp_cssj_indexCateTitMore {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    text-align-last: center;
    border: solid 1px #000000;
    color: #000000;
    border-radius: 50%;
    font-size: 18px;
}
  .jpTransition {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
  .jp_cssj_indexCateTitMore:hover {
    transform: translateX(10px);
}