.letter_left {
  width: 68%;
}

.letter_right {
  width: 28%;
}

.hdjl-letter {
  display: flex;
  justify-content: space-between;
    margin-bottom: 42px;
}

.module-span8 {
  width: 100%;
}

.module-span4 {
  width: 100%;
}

.hdjl-letter .hd li {
  width: 50%;
}

.hdjl-bjtj dl dd {
  width: 33%;
  text-align: left;
}

.hdjl-bjtj dl:after {
  width: 0;
}

.hdjl-bjtj dl {
  padding: 15px 36px;
}

.hdjl-bjtj dl dd:nth-child(2) {
  text-align: center;
}

.hdjl-bjtj dl dd:nth-child(3) {
  text-align: right;
}

.hdjl-bjtj ul {
  padding: 0;
}

.hdjl-bjtj dl dd b {
  font-size: 33.33px;
  font-weight: 900;

  color: rgba(204, 51, 51, 1);
}

.infoList.hadLine li {
  padding-top: 21px;
  padding-bottom: 21px;
}
.hdjl-letter .hd li dl dd a {
 
    margin-right: 3%;

}
@media (max-width: 1360px) {
  .infoList.hadLine li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
.hdjl-letter .hd li dl dd a {
    margin-right: 2%;
}
}

@media (max-width: 1280px) {
  .hdjl-letter {
    flex-wrap: wrap;
  }

  .letter_left {
    width: 100%;
  }

  .letter_right {
    width: 47%;
  }
}

@media (max-width: 540px) {
  .hdjl-bjtj dl {
    padding: 15px 10px 51px;
  }

  .hdjl-bjtj dl dd b {
    font-size: 26px;
  }
}
