.pageListBox {
  padding-top: 40px;
}
.pageListBox .pageList {
  padding-top: 0;
  position: relative;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: hidden;
}
.pageListBox .pageList ul {
  position: relative;
  float: none !important;
}
.pageListBox .pageList ul,
.pageListBox .pageList ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.pageListBox .pageList ul li {
  margin: 0 5px;
  font-size: 14px;
}
.pageListBox .pageList li > span,
.pageListBox .pageList li > a {
  display: block;
  padding: 0 10px;
  min-width: 20px;
  height: 40px;
  font-family: Arial, sans-serif, 'Microsoft YaHei', '微软雅黑';
  color: #333333;
  font-size: 14px;
  z-index: 2;
  position: relative;
  background-color: #ffffff;
  color: #333;
  -webkit-transition: all 320ms ease-out 0s;
  transition: all 320ms ease-out 0s;
  border-radius: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
}
.pageListBox .pageList li > span:after,
.pageListBox .pageList li > a:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: #dddddd solid 1px;
  z-index: -1;
  border-radius: 40px;
}
.pageListBox .pageList li.active > span,
.pageListBox .pageList li.active > a {
  background-color: #e4001e;
  color: #fff;
}
.pageListBox .pageList li.active > span:after,
.pageListBox .pageList li.active > a:after {
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.pageListBox .pageList li a:active:after {
  -webkit-transition: all 0ms ease-out 0ms !important;
  transition: all 0ms ease-out 0ms !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-color: #fff;
}
@media screen and (min-width: 1025px) {
  .pageListBox .pageList a:hover {
    background-color: #e4001e;
    color: #fff;
  }
  .pageListBox .pageList a:hover:after {
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
  }
}




.sNews-List .item h3 {white-space: nowrap; position: relative; text-overflow: ellipsis; overflow: hidden; height: 30px; line-height: 30px;}
