/*  */
.szlb-list {
  margin-top: 30px;
}

.szlb-list .jg-title {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
}

.szlb-list .jg-title a {
  color: #333;
  position: relative;
}

.szlb-list .jg-title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 50px;
  height: 3px;
  background: #009194;
}

.szlb-list .jg-title span {
  float: left;
  width: 50px;
}

.szlb-list .jg-ul li {
  float: left;
  height: 60px;
  min-width: 62px;
  margin: 0 31px;
}

.szlb-list .jg-ul li a {
  display: block;
  font-size: 16px;
  color: #333;
  text-align: justify;
}

.szlb-list .jg-ul {
  margin-top: 30px;
  margin-bottom: 10px;
  height: auto;
  overflow: hidden;
}

.szlb-list .jg-ul li a:hover {
  color: #009194;
}

.szlb-list .jg-ul li a:after {
  display: inline-block;
  content: '';
  padding-left: 100%;
}
@media screen and (max-width: 768px) {
  .szlb-list .jg-ul li {
    width: 30%;
    margin: 0;
  }

  .szlb-list .jg-ul li a {
    text-align: center;
  }
}