.tzzgxListTit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.3rem;
  background: #0050b5;
  color: #fff;
}
.tzzgxList {
  box-shadow: 0px 0px 40px 0px rgba(197, 212, 231, 0.23);
  padding: 0 0.3rem;
}
.tzzgxList li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.tzzgx .bgCover {
  border-radius: unset;
}
.xll_pagebox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.xll_pagebox .bot input {
  width: 0.5rem;
  text-align: center;
  background: #e7f0f9;
  margin: 0 0.1rem;
}
@media only screen and (max-width: 960px) {
  .tzzgxListTit .divtd {
    width: auto;
  }
  .tzzgxListTit .divtd:last-child {
    /* display: none; */
  }
  .tzzgxList .time {
    text-align: right;
  }
}
@media screen and (max-width: 961px) {
  .pageDiv {
    padding: 0!important;
  }
  .xll_pagebox {
    flex-direction: column;
  }
  .xll_pagebox ul {
    margin: 0.2rem 0;
  }
}
