.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-number {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0.45rem;
}
.page-number .but-active {
  background: #dc021c !important;
  border: solid 1px #dc021c !important;
  color: #fff !important;
}
.page-number .but-box {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 22px;
  font-family: 'Arial';
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  color: #4d4d4d;
  background: #eeeeee;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number .but-box .but-left,
.page-number .but-box .but-right {
  display: inline-block;
  width: 48px;
  height: 48px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-number .but-box .but-left {
  background: url(../images/icon/icon-recruit-left.png) no-repeat center;
  background-size: 6px;
}
.page-number .but-box .but-right {
  background: url(../images/icon/icon-page-prev.png) no-repeat center;
  background-size: 6px 9px;
}
.page-number .but-box:hover {
  color: #fff;
  background: #dc021c;
}
.page-number .but-box:hover .but-left {
  background: url(../images/icon/icon-recruit-left-on.png) no-repeat center;
  background-size: 6px;
}
.page-number .but-box:hover .but-right {
  background: url(../images/icon/icon-page-prev-active.png) no-repeat center;
  background-size: 6px 9px;
}
.Wpage-number {
  display: none;
}
@keyframes Around {
  from {
    width: 1.05rem;
    height: 1.05rem;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  to {
    width: 1.9rem;
    height: 1.9rem;
    border: solid 1px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes Around {
  /* Safari 与 Chrome */
  from {
    width: 1.05rem;
    height: 1.05rem;
    border: solid 1px rgba(255, 255, 255, 0.5);
  }
  to {
    width: 1.9rem;
    height: 1.9rem;
    border: solid 1px rgba(255, 255, 255, 0);
  }
}
