.qgzst_list {
  width: 100%;
}
.qgzst_list > .select-zst {
  width: 100%;
  display: flex;
  margin: 12px 0;
}
.qgzst_list > .select-zst > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 24px;
  background: #fff9ed;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  color: #181818;
}
.qgzst_list > .select-zst > a:not(:last-of-type) {
  margin-right: 20px;
}
.qgzst_list > .select-zst > a:hover {
  color: #c60000;
}
.qgzst_list > .line {
  width: 100%;
  padding: 0px 12px 6px;
  background: #ffffff;
  border: 1px solid #cecece;
}
.qgzst_list > .line:not(:last-child) {
  border-bottom: none;
}
.qgzst_list > .line:nth-of-type(even) {
  background-color: #f7f7f7;
}
.qgzst_list > .line > .top {
  width: 100%;
  height: 52px;
  color: var(--main-color);
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.qgzst_list > .line > .top > img {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 4px;
}
.qgzst_list > .line > .bot {
  display: flex;
  flex-wrap: wrap;
}
.qgzst_list > .line > .bot > a {
  display: block;
  width: 16.5%;
  height: 19px;
  overflow: hidden;
  color: #181818;
  margin-bottom: 8px;
  padding-right: 6px;
  padding-left: 16px;
  position: relative;
  word-break: break-all;
}
.qgzst_list > .line > .bot > a:hover {
  color: var(--red-color);
}
.qgzst_list > .line > .bot > a::before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(/www8300/images/broken.png) no-repeat center center;
  background-size: 100% 100%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.qgzst_list > .line > .bot > a.re::before {
  background: url(/www8300/images/fire.png) no-repeat center center / 100%;
  background-size: 100% 100%;
}
.qgzst_list > .line > .bot > a.vip::before {
  background: url(/www8300/images/h-vip.png) no-repeat center center;
  background-size: 100% 100%;
}
.qgzst_list > .line > .bot > a.paid::before {
  background: url(/www8300/images/paid.png) no-repeat center center;
  background-size: 100% 100%;
}
.qgzst_list > .line > .bot > a.p-re::before {
  background: url(/www8300/images/re.png) no-repeat right center;
  background-size: 100% 100%;
}
.qgzst_list > .line.six-line > .bot > a {
  width: 16%;
}
.qgzst_list > .line.five-line > .bot > a {
  width: 20%;
}
.qgzst_list > .line.four-line > .bot > a {
  width: 25%;
}
