.w-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .w-row {
    flex-wrap: wrap;
  }
  .w-row > .w-col {
    width: 100% !important;
  }
  .w-row > .w-col + .w-col {
    margin-top: 0.3rem;
  }
}
.bmtx_box {
  border-radius: 8px;
  padding: 30px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.bmtx_box::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 8px;
  height: 100%;
}
.bmtx_box .bmtx_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.bmtx_box.gjty_box {
  background: #fff9f0;
}
.bmtx_box.gjty_box::after {
  background-color: #ff9a20;
}
.bmtx_box.gjty_box .bmtx_title {
  color: #ff9a20;
}
.bmtx_box.xltz_box {
  background: #f0f8ff;
}
.bmtx_box.xltz_box::after {
  background-color: #2093ff;
}
.bmtx_box.xltz_box .bmtx_title {
  color: #2093ff;
}
.bmtx_box.zdqy_box {
  background: #f7fff0;
}
.bmtx_box.zdqy_box::after {
  background-color: #20ad00;
}
.bmtx_box.zdqy_box .bmtx_title {
  color: #20ad00;
}
.bmtx_box ul li,
.bmtx_box ul a {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #666;
}
.bmtx_box ul a:hover {
  color: #1366db;
}
.big-title {
  margin-bottom: 40px;
}
.small-title {
  margin-bottom: 30px;
}
.small-title a {
  color: #1487ff;
}
.item_box_title {
  box-sizing: border-box;
  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)::after {
  display: block;
}
.item_box_title > li:nth-child(n + 4) {
  margin-top: 15px;
}
.item_box_title > li:nth-child(4) {
  margin-top: 0;
}
.item_box_title > li:nth-child(4n)::after,
.item_box_title > li:last-child::after {
  display: none;
}
.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: 50%;
    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)::after {
    display: block;
  }
  .item_box_title > li:nth-child(n + 2) {
    margin-top: 15px;
  }
  .item_box_title > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_title > li:nth-child(2n)::after,
  .item_box_title > li:last-child::after {
    display: none;
  }
  .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: -5px;
    margin-right: -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: 5px;
    padding-right: 5px;
    float: left;
  }
  .item_box_title > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_title > li:nth-child(n)::after {
    display: block;
  }
  .item_box_title > li:nth-child(n + 1) {
    margin-top: 10px;
  }
  .item_box_title > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_title > li:nth-child(1n)::after,
  .item_box_title > li:last-child::after {
    display: none;
  }
  .item_box_title a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .item_box_title a {
    font-size: 14px !important;
  }
}
.item_box_title li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  line-height: 1.5;
  text-align: center;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 0px 0px 10px 0px #a7d2ff;
  padding: 0 10px;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
}
.item_box_title li a span {
  display: block;
  width: 100%;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item_box_title li:hover a {
  background-color: #1366db;
  color: #fff;
}
