* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  font: 12px/22px Tahoma, Verdana, Arial, sans-serif, "Times New Roman", 宋体;
  background: url(../images/bodybg.png) no-repeat center top;
}

.main {
  width: 1000px;
  margin: 0 auto;
  font-family: Microsoft Yahei;
  overflow: hidden;
}

.webTitle {
  float: left;
  width: 100%;
  font-family: 宋体;
  height: 40px;
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
  color: #993300;
  text-align: center;
  vertical-align: middle
}

.webbg {
  background-color: #009900;
  width: 100%;
  border-collapse: initial;
}

.webFontTitle {
  height: 38px;
  font-family: 宋体;
  font-weight: bold;
  font-size: 12px;
  background-color: #ffffff;
}

.webFont {
  height: 38px;
  font-family: 宋体;
  font-size: 12px;
  background-color: #ffffff;
}

a {
  text-decoration: none;
  color: #444;
  outline: none;
  hide-focus: expression(this.hideFocus=true);
}

a:hover {
  color: #e74803;
  text-decoration: underline;
}

.fl {
  float: left;
  padding: 0;
  margin: 1rem 0;
}

.fr {
  float: right;
}


.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.page-item {
  margin: 0 3px;
  line-height: 26px;
}

.page-link {
  display: block;
  padding: 0 10px;
  text-decoration: none;
  color: #007bff;
  border: 1px solid #ddd;
  border-radius: 4px;
  line-height: 26px;
}

.page-item.active .page-link {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}