.title_lbar {
  text-align: left;
}
.title_lbar span {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #bf191b;
  padding-left: 20px;
}
.title_lbar span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 4px;
  height: 24px;
  background-color: #bc3428;
  border-radius: 2px;
}
.wzdt_ul {
  box-sizing: border-box;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.wzdt_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wzdt_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
}
.wzdt_ul > li:nth-child(n) {
  margin-top: 0;
}
.wzdt_ul > li:nth-child(n)::after {
  display: block;
}
.wzdt_ul > li:nth-child(n + 5) {
  margin-top: 15px;
}
.wzdt_ul > li:nth-child(5) {
  margin-top: 0;
}
.wzdt_ul > li:nth-child(5n)::after,
.wzdt_ul > li:last-child::after {
  display: none;
}
.wzdt_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .wzdt_ul {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .wzdt_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .wzdt_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    float: left;
  }
  .wzdt_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .wzdt_ul > li:nth-child(n)::after {
    display: block;
  }
  .wzdt_ul > li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .wzdt_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .wzdt_ul > li:nth-child(3n)::after,
  .wzdt_ul > li:last-child::after {
    display: none;
  }
  .wzdt_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .wzdt_ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .wzdt_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .wzdt_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .wzdt_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .wzdt_ul > li:nth-child(n)::after {
    display: block;
  }
  .wzdt_ul > li:nth-child(n + 1) {
    margin-top: 10px;
  }
  .wzdt_ul > li:nth-child(1) {
    margin-top: 0;
  }
  .wzdt_ul > li:nth-child(1n)::after,
  .wzdt_ul > li:last-child::after {
    display: none;
  }
  .wzdt_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.wzdt_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: left;
  background-color: #f6f6f6;
  padding: 0 20px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.wzdt_ul li:hover a {
  background-color: #ba2a1d;
  color: #fff;
}
