.t2 {
  font-size: 20px;
  font-weight: bold;
  color: #bf191b;
  line-height: 28px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
}
.t2.t2_1 {
  background-image: url(../images/wzdt_icon1.png);
}
.t2.t2_2 {
  background-image: url(../images/wzdt_icon2.png);
}
.t2.t2_3 {
  background-image: url(../images/wzdt_icon3.png);
}
.t2.t2_4 {
  background-image: url(../images/wzdt_icon4.png);
}
.item_box_title {
  margin: 15px 0 35px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.item_box_title::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_title > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
}
.item_box_title > li:nth-child(n) {
  margin-top: 0;
}
.item_box_title > li:nth-child(n + 4) {
  margin-top: 15px;
}
.item_box_title > li:nth-child(4) {
  margin-top: 0;
}
.item_box_title a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_title {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .item_box_title::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_title > 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;
  }
  .item_box_title > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_title > li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .item_box_title > li:nth-child(3) {
    margin-top: 0;
  }
  .item_box_title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_title {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .item_box_title::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_title > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    float: left;
  }
  .item_box_title > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_title > li:nth-child(n + 1) {
    margin-top: 15px;
  }
  .item_box_title > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_title li a {
  transition: all 0.3s;
  box-sizing: border-box;
  height: 60px;
  line-height: 60px;
  text-align: left;
  background-color: #f7f9fc;
  padding: 0 20px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
}
.item_box_title li:hover a {
  background-color: #bf191b;
  color: #fff;
}
