.honor {
  margin: 57px auto 58px;
}
.honor .layui-colla-icon {
  display: none;
}
.honor .layui-collapse,
.honor .layui-colla-item,
.honor .layui-colla-content {
  border: none;
}
.honor .layui-colla-title {
  margin-top: 5px;
  height: 74px;
  line-height: 74px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  background: #F1F1F1;
  border: none;
}
.honor .layui-colla-title .honor-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.honor .layui-colla-title .honor-title span {
  color: #393939;
  font-size: 16px;
}
.honor .layui-colla-title .honor-title span.post {
  width: 200px;
  text-align: center;
}
.honor .layui-colla-title .honor-title span.conut {
  width: 200px;
  text-align: center;
}
.honor .layui-colla-title .honor-title span.job-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honor .layui-colla-title .honor-title span.address {
  text-align: center;
  width: 200px;
}
.honor .layui-colla-title .honor-title i {
  width: 22px;
  height: 22px;
  background-position: center;
  background-size: cover;
  background-image: url("../img/bottom.png");
}
.honor .layui-colla-title.active {
  background: #D22427;
}
.honor .layui-colla-title.active .honor-title span {
  color: #fff;
}
.honor .layui-colla-title.active .honor-title i {
  background-image: url("../img/right.png");
}
#laypage {
  margin-top: 59px;
}
.partner-story {
  margin-top: 60px;
}
.partner-story .title {
  color: #D22427;
}
.partner-story .partner-story-list {
  margin-top: 40px;
  display: flex;
}
.partner-story .partner-story-list li {
  background: #f2f2f2;
  margin-right: 20px;
  width: calc((100% - 40px) / 3);
  height: 345px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partner-story .partner-story-list li:nth-child(3n) {
  margin-right: 0;
}
.partner-story .partner-story-list li .avatar {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  border: 2px solid #D22427;
  overflow: hidden;
}
.partner-story .partner-story-list li .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-story .partner-story-list li h4 {
  margin-top: 35px;
  font-size: 17px;
  color: #333;

}

.join.wrapper {
  width: calc(186px * 5);  margin-top: 35px !important;
}