<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*分页样式开始*/
.Page {
  padding-left: 0;
  padding-bottom:20px;
  margin: 20px 0;
  text-align: center ;
  list-style: none;
}
.Page li {
  display: inline;
}

.Page li .on{
  text-decoration: none;
  background-color: #CC0E17 !important;
  color:#FFF;
}
.Page li &gt; a,
.Page li &gt; span {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin:0px 5px 0px 0px;
  color: #000;
}
.Page li &gt; a:hover,
.Page li &gt; a:active {
  text-decoration: none;
  background-color: #CC0E17 !important;
  color:#FFF;
}
.pagination&gt;.active&gt;span{
  background-color: #CC0E17 !important;
  color:#FFF;
}
.Page .next &gt; a,
.Page .next &gt; span {
  float: right;
}
.Page .previous &gt; a,
.Page .previous &gt; span {
  float: left;
}
.Page .disabled &gt; a,
.Page .disabled &gt; a:hover,
.Page .disabled &gt; a:focus,
.Page .disabled &gt; span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/*分页样式结束*/</pre></body></html>