.ztzl_main ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ztzl_main li {
  margin-top: 40px;
}

.ztzl_main li img {
  width: 350px;
  height: 220px;
}

.ztzl_main li p {
  width: 350px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  padding: 0 20px;
}

.box_t {
  font-family: SourceHanSerifCN-Bold;
  font-weight: 700;
  font-size: 34px;
  color: #014892;
  letter-spacing: 2px;
  background: url('../img/ldxx_bg.png')center center no-repeat;
  text-align: center;
  margin-top: 20px;
  /* margin-bottom: 20px; */
}

.lszt_box {
  background: #f7f9fe;
  padding: 10px 0 30px 0;
  margin-top: 60px;
}

.lszt_box ul {
  display: flex;
  /* justify-content: space-around; */
  flex-wrap: wrap;
}

.lszt_box ul li {
  line-height: 46px;
  margin: 0px 32px;
}

.lszt_box ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #afadad;
  border-radius: 2px;
  opacity: 0.5;
  float: left;
  margin-top: 24px;
}

.lszt_box ul li a {
  width: 330px;
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  text-indent: 10px;
}

.oldModel .ztzl_main li p {
  font-size: 28px;
}

.oldModel .lszt_box ul li a {
  font-size: 28px;
  line-height: 2;
}

