
.sutong-pro-list {
  padding: 50px 0 0
}

.sutong-pro-list .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #e9e9e9
}


.sutong-pro-list .more {
  padding: 0 40px;
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbe0e3;
  font-size: 15px;
  color: var(--title-text-color);
  font-weight: 700
}

.sutong-pro-list .more span {
  width: 13px;
  height: 12px;
  background: var(--color-primary);
  margin-right: 10px
}

.sutong-pro-list .more span:last-child {
  margin-right: 27px
}

.sutong-pro-list .more:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff
}

.sutong-pro-list .more:hover span {
  background: #fff
}

.sutong-pro-list .tit {
  text-align: center;
  height: 75px;
  overflow: hidden;
  border-bottom: 1px solid #eaedef
}

.sutong-pro-list .tit h4 {
  color: #fff;
  font-size: 98px;
  font-weight: 700;
  line-height: 1;
  text-shadow: rgba(210, 217, 221, .75) 1px 0 0, rgba(210, 217, 221, .75) 0 1px 0, rgba(210, 217, 221, .75) -1px 0 0, rgba(210, 217, 221, .75) 0 -1px 0
}

.sutong-pro-list .top {
  margin: 55px 0 0;
  display: flex;
  justify-content: space-between
}

.sutong-pro-list .t {
  width: 685px
}

.sutong-pro-list .t h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20
}

.sutong-pro-list .t h3::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: var(--color-primary);
  margin: 20px auto 0 0
}

.sutong-pro-list .t a {
  margin: 34px 0 0
}

.sutong-pro-list .top .txt {
  flex: 1;
  margin-left: 15px;
  font-size: 17px;
  line-height: 36px
}

.sutong-pro-list .tab {
  margin: 50px 0 0
}

.sutong-pro-list .tab ul {
  display: flex;
  justify-content: center
}

.sutong-pro-list .tab ul li {
  font-size: 20px;
  color: var(--title-text-color)1;
  font-weight: 700
}

.sutong-pro-list .tab ul li:not(:last-child)::after {
  content: "/";
  font-size: 20px;
  color: var(--title-text-color)1;
  margin: 0 10px
}

.sutong-pro-list .tab ul li.active a {
  color: var(--color-primary)
}

.sutong-pro-list .list ul {
  margin: 30px -20px 0;
  display: flex;
  flex-wrap: wrap
}

.sutong-pro-list .list ul li {
  width: calc(100%/4);
  padding: 20px
}

.sutong-pro-list .list ul li .box {
  height: 100%;
  text-align: center
}

.sutong-pro-list .list ul li .pic {
  width: 100%;
  display: block
}

.sutong-pro-list .list ul li .pic img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}


.sutong-pro-list .list ul li h5 {
  font-size: 17px;
  color: var(--title-text-color);
  font-weight: 600;
  line-height: 1;
  margin: 30px 0 0
}

.sutong-pro-list .list ul li p {
  font-size: 14px;
  line-height: 26px;
  margin: 25px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-word;
}

@media screen and (max-width: 1441px) {
  .sutong-pro-list .tit h4 {
    font-size: 90px
  }

  .sutong-pro-list .more {
    padding: 0 35px
  }

  .sutong-pro-list .t {
    width: 540px
  }
}

@media screen and (max-width: 1367px) {
  .sutong-pro-list .tit h4 {
    font-size: 80px
  }

  .sutong-pro-list .t {
    width: 520px
  }

  .sutong-pro-list .tit {
    height: 65px
  }
}

@media screen and (max-width: 1281px) {
  .sutong-pro-list .tit h4 {
    font-size: 70px
  }

  .sutong-pro-list .tit {
    height: 60px
  }

  .sutong-pro-list .t {
    width: 500px
  }
}

@media screen and (max-width: 1171px) {
  .sutong-pro-list .tit h4 {
    font-size: 60px
  }

  .sutong-pro-list .tit {
    height: 50px
  }

  .sutong-pro-list .t {
    width: 480px
  }
}

@media screen and (max-width: 992px) {
  .sutong-pro-list .t {
    width: 100%
  }

  .sutong-pro-list .top {
    margin: 40px 0 0;
    display: block
  }

  .sutong-pro-list .t {
    text-align: center
  }

  .sutong-pro-list .t h3::after {
    margin: 15px auto 0
  }

  .sutong-pro-list .top .txt {
    margin: 15px 0 0;
    line-height: 28px
  }

  .sutong-pro-list .tab ul li {
    font-size: 18px
  }

  .sutong-pro-list .list ul {
    margin: 30px 0 0
  }

  .sutong-pro-list .list ul li {
    width: 100%;
    padding: 10px 0
  }

  .sutong-pro-list .list ul li .box {
    display: flex;
    align-items: center;
    text-align: left
  }

  .sutong-pro-list .list ul li .pic {
    width: 300px
  }

  .sutong-pro-list .list ul li .tt {
    flex: 1;
    margin: 0 0 0 20px
  }

  .sutong-pro-list .list ul li h5 {
    margin: 0
  }
  .sutong-pro-list .t h3 {
    font-size: 30px
  }
}

@media screen and (max-width: 768px) {
  .sutong-pro-list .more {
    padding: 0 30px;
    height: 50px
  }

  .sutong-pro-list .tit h4 {
    font-size: 50px
  }

  .sutong-pro-list .tit {
    height: 45px
  }
}

@media screen and (max-width: 768px) {
  .sutong-pro-list {
    padding: 30px 0 0
  }

  .sutong-pro-list .tab ul {
    flex-wrap: wrap;
    text-align: center
  }

  .sutong-pro-list .tab ul li {
    font-size: 17px;
    width: 50%;
    margin: 10px 0 0
  }

  .sutong-pro-list .tab ul li:not(:last-child)::after {
    display: none
  }

  .sutong-pro-list .list ul li .pic {
    width: 220px
  }

  .sutong-pro-list .list ul li p {
    line-height: 24px;
    margin: 15px 0 0
  }
}

@media screen and (max-width: 576px) {
  .sutong-pro-list .tit h4 {
    font-size: 40px
  }
}

.more1 {
  padding: 0 40px;
  height: 64px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbe0e3;
  font-size: 15px;
  color: var(--title-text-color);
  font-weight: 700
}

.more1 span {
  width: 13px;
  height: 12px;
  background: var(--color-primary);
  margin-right: 10px
}

.more1 span:last-child {
  margin-right: 27px
}

.more1:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff
}

.more1:hover span {
  background: #fff
}
