.honorTop {
  position: relative;
}

.honorTop .Toptext {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  margin: auto;
  color: white;
}

.honorTop .Toptext h1 {
  font-size: 48px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 2.44rem;
}

.honorTop .Toptext p {
  font-size: 1.5rem;
  text-align: center;
}

.abuttitle {
  display: flex;
  align-items: center;
  margin-top: 5.94rem;
  margin-bottom: 4.25rem;
}

.abuttitle img {
  width: 2.4rem;
  height: 2.4rem;
}

.abuttitle p {
  margin-left: 1rem;
}

.abuttitle p span {
  font-size: 28px;
  color: #4DA3D4;
}

.abuttitle p span:last-child {
  display: inline-block;
  margin-top: 0.4rem;
  font-size: 12px;
  color: #BFBFBF;
}

.honorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.honorList .listBox {
  width: 39.75rem;
  height: 34.38rem;
  border: 1px solid #A6A6A6;
  margin-bottom: 1.5rem;
}

.honorList .listBox .ListImg {
  text-align: center;
  width: 100%;
  height: 27rem;
  border-bottom: 1px solid #A6A6A6;
  margin-top: 2rem;
}

.honorList .listBox p {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  color: #404040;
}

.Btn {
  padding-top: 1.38rem;
  font-size: 1.5rem;
  text-align: center;
  width: 20rem;
  height: 4rem;
  border: 1px solid #404040;
  margin: 9rem auto 21.38rem auto;
}

@media (max-width: 996px) {
  .honorTop .Toptext {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    margin: auto;
    color: white;
  }

  .honorTop .Toptext h1 {
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 2.44rem;
  }

  .honorTop .Toptext p {
    display: none;
  }
  
  .abuttitle {
    display: flex;
    align-items: center;
    margin: 10px 0 24px 10px;
  }

  .abuttitle img {
    width: 8.56rem;
    height: 8.56rem;
  }

  .abuttitle p span {
    font-weight: bold;
    font-size: 14px;
    color: #4DA3D4;
  }

  .honorList {
    display: block;
    padding:  0 16px 16px 16px;
  }

  .honorList .listBox {
    width: 100%;
    height: 100%;
    margin-bottom: 34px;
  }

  .honorList .listBox .ListImg {
    text-align: center;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #A6A6A6;
    padding: 57px;
    margin-top: 0;
  }

  .honorList .listBox p {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
    color: #404040;
    padding: 5rem 0;
  }

  .Btn {
    font-size: 12px;
    text-align: center;
    padding-top: 2.8rem;
    width: 35rem;
    height: 10rem;
    border: 1px solid #404040;
    margin: 6.5rem 36%;
  }

}