main {
  width: 1100px;
  margin: 0 auto;
}

#nb_icon_wrap {
  display: none !important;
}

.zyhz-tle {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin: 10px 0 20px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zyhz-tle span {
  color: #E42D2D;
}

.zyhz-tle::before,
.zyhz-tle::after {
  content: "";
  width: 242px;
  height: 19px;
  background: url(/statics/res/zyres/zyhz-4.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 18px;
}

.zyhz-tle::after {
  margin-right: initial;
  margin-left: 18px;
  transform: rotate(180deg);
}

.zyhz-dec {
  font-size: 12px;
  background-color: #eee;
  padding: 10px 18px;
  margin-bottom: -18px;
}

.zyhz-dec span {
  color: #E42D2D;
}

.zyhz-content {
  margin-top: 30px;
}

.zyhz-content p {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  line-height: 50px;
  text-align: left;
  background: url(/statics/res/zyres/zyhz-2.png) no-repeat;
  background-size: contain;
  background-position: -38px;
  padding-left: 20px;
}

.zyhz-content p a {
  color: #fff;
}

.zyhz-content ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eee;
  padding: 6px 0px;
}

.zyhz-content li {
  width: 250.2px;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  margin-left: -1px;
  margin-top: -1px;
  white-space: nowrap;
}

.zyhz-content li:nth-child(4n+1) {
  margin-left: 0;

}

.zyhz-content li a:hover {
  color: #DE2323;
}