.dqgz_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  position: relative;
}
.dqgz_list li::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../images/dqgz_arrow.png) no-repeat;
  margin-right: 10px;
  margin-bottom: 4px;
}
.dqgz_list li:hover a {
  color: #333f78;
}
.dqgz_list li:hover .date {
  color: #333f78;
}
.dqgz_list a {
  /* 全面准确深刻学习贯彻党的二十大精神 */
  width: calc(100% - 130px);
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 76px;
  letter-spacing: 0px;
  color: #444444;
  text-indent: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dqgz_list .inner {
  width: 100%;
  border-bottom: 1px dashed #c3c3c3;
}
.dqgz_list .date {
  /* 2022-11-15 */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  color: #666666;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
}
/* .pages {
  text-align: center;
}
.pages .prev,
.pages .next {
  width: 100px;
}
.pages .first,
.pages .last {
  width: 65px;
}
.pages .prev {
  color: #cccccc;
}
.pages a {
  margin-bottom: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #d6d8da;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}
.pages a:hover,
.pages a.current {
  background-color: #333f78;
  color: #fff;
} */
