/*!
 * gxzf20231
 * @version: 0.0.1
 * @author: pangzhicui
 * @update: 2023-11-03 15:39:40
 */
@charset "UTF-8";
body {
  background-color: #f2f2f2;
}
.bg-white {
  background-color: #fff;
  padding: 20px 52px 50px;
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tag-box {
  height: 268px;
  background: rgba(239, 244, 255, 0.34) url(../../imagesq/2023gxzf/cwh.png) center no-repeat;
  border-radius: 30px;
}
.more-list li {
  border-bottom: 1px solid #dfdede;
  padding: 20px;
}
.more-list li:hover a {
  color: #1b5ec2;
}
.more-list li:hover .time-wrap {
  background-color: #1b5ec2;
  color: #fff;
}
.time-wrap {
  width: 108px;
  border: 2px solid #e4e4e4;
  border-radius: 20px;
  margin-right: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *display: inline;
  zoom: 1;
  line-height: 30px;
  padding: 8px 0;
}
.li-wrap {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *display: inline;
  zoom: 1;
  width: 1000px;
  line-height: 34px;
}
.page {
  height: 40px;
  text-align: center;
  clear: both;
  position: relative;
  left: 50%;
  float: left;
  padding: 35px 0;
}
.page a,
.page em,
.page span {
  border-right: 1px solid #fff;
  font: normal 14px/40px "Microsoft YaHei";
  height: 40px;
  padding: 0 15px;
  display: block;
  float: left;
  position: relative;
  left: -50%;
}
.page a {
  background: #f2f2f2;
  color: #898989;
}
.page .here {
  background: #0068b7;
  color: #fff;
}
.page a:first-child,
.page a:last-child {
  color: #0068b7;
}
