.sutong-intro {
  text-align: center;
  background: #E9E9E9;
}

.sutong-intro h5 {
}

.sutong-intro h5 strong {
  font-weight: 600;
}

.sutong-intro .highlighted  {
  color: var(--color-second);
}

.sutong-intro .more1 {
  margin: 34px 0 0;
  padding: 0 14px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: var(--title-text-color);
  font-weight: 700;
  border: 1px solid #BEBEBE;
  position: relative;
}

.sutong-intro .more1 i {
  margin-left: 16px;
}

.sutong-intro .more1:hover {
  background: #fb7115;
  border-color: #fb7115;
  color: #fff;
}

.sutong-intro .highlighted {
  color: var(--color-second);
}






@media screen and (max-width: 768px) {
 

  .sutong-intro .more1 {
    margin: 25px 0 0;
  }
}

