.qjfw_ul {
  box-sizing: border-box;
  margin-left: -5px;
  margin-right: -5px;
}
.qjfw_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.qjfw_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}
.qjfw_ul > li:nth-child(n) {
  margin-top: 0;
}
.qjfw_ul > li:nth-child(n)::after {
  display: block;
}
.qjfw_ul > li:nth-child(n + 2) {
  margin-top: 10px;
}
.qjfw_ul > li:nth-child(2) {
  margin-top: 0;
}
.qjfw_ul > li:nth-child(2n)::after,
.qjfw_ul > li:last-child::after {
  display: none;
}
.qjfw_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qjfw_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  background: #eef7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
}
.qjfw_ul li img {
  width: 22px;
  margin-right: 10px;
}
.qjfw_ul li h6 {
  transition: all 0.3s;
  font-size: 14px;
  font-weight: normal;
  color: #555555;
}
.qjfw_ul li:hover h6 {
  color: #048;
}
.qjfw_sb {
  margin-top: 14px;
  background-image: url(https://www.qiaokou.gov.cn/material/images/blue-tag.png);
  background-repeat: no-repeat;
  background-size: 76px 42px;
}
.qjfw_sb b {
  float: left;
  width: 75px;
  line-height: 40px;
  padding-right: 16px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 3px;
}
.qjfw_sb p {
  font-size: 14px;
  color: #2e83d3;
  padding-left: 13px;
  float: left;
  width: calc(100% - 75px);
  line-height: 21px;
}
