.dcwz h2 {
      font-size: 18px;
    /* color: rgba(227, 71, 71, 1); */
    margin: 21px 30px 20px;;
}
.cxhz-box {
  background: (245, 245, 245, 1);
}

.cxhz {
  display: flex;
  justify-content: space-between;
}

.cxhz-left {
  width: 25%;
padding-bottom: 40px;
}

.cxhz-right {
  width: 70%;
  background: rgba(246, 246, 246, 1);
}

.left-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.left-nav li {
  width: 150px;
  height: 54px;
  opacity: 1;
  text-align: center;
  background: rgba(246, 246, 246, 1);
  position: relative;
}

.left-nav li:hover {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  background: white;
}
.left-nav li span:hover {
  border-left: 5px solid rgba(227, 71, 71, 1);
}
.left-nav li span {
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.cxhz-right {
  padding: 30px 20px;
}

.cxhz__content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

.cxhz__content ul li {
  width: 31.5%;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  padding-top: 16px;
  padding-bottom: 23px;
}

.cxhz__content ul li img {
  width: 53px;
  height: 53px;
}

.ljjr {
  margin: 10px auto;
  width: 107px;
  height: 32px;
  opacity: 1;
  line-height: 32px;
  background: rgba(246, 246, 246, 1);
}

.cxhz__content a {
  color: rgba(227, 71, 71, 1);
}
