.ztzl-container {
  padding: 37px 0 50px;
}

.ztzl-container .ztzl-tit-bar {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  padding-left: 29px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  margin-bottom: -6px;
}

.ztzl-container .ztzl-tit-bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/images/zfxxgk-bar.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 13px;
  height: 35px;
}

.ztzl-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ztzl-list li {
  margin: 26px 26px 0 0;
}

.ztzl-list a {
  width: 330px;
  height: 250px;
  background-color: #ffffff;
  box-shadow: 6px 3px 18px 0px rgba(184, 184, 184, 0.16);
  font-size: 20px;
  color: #000000;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}

.ztzl-list li:nth-child(4n) {
  margin-right: 0;
}

.ztzl-list a img {
  width: 331px;
  height: 180px;
}

.ztzl-list a p {
  text-align: center;
  padding: 0 20px;
  line-height: 68px;
}

@media screen and (max-width: 768px) {
  .ztzl-container {
    padding: .3rem .4rem .5rem;
  }

  .ztzl-container .ztzl-tit-bar {
    font-size: .38rem;
    padding-left: .4rem;
    margin: .3rem 0 0;
  }

  .ztzl-container .ztzl-tit-bar::before {
    width: .2rem;
    height: .6rem;
    top: 0;
  }

  .ztzl-list {
    display: block;
  }

  .ztzl-list li {
    margin: .3rem 0 0;
  }

  .ztzl-list a {
    width: 100%;
    height: 3.66rem;
    font-size: .32rem;
  }
  .ztzl-list a img {
    width: 101%;
    height: 2.66rem;
  }

  .ztzl-list a p {
    text-align: center;
    padding: 0 .2rem;
    line-height: 1rem;
  }
}