.about-sub {
  width: 100%;
  height: 40px;
  background-color: #f6f6f6;
}

.about-sub .about-txt {
  width: 960px;
  margin: 0 auto;
  line-height: 40px;
  text-align: left;
  font-size: 12px;
}

.about-sub a {
  text-decoration: none;
  color: #5485e8;
  padding-right: 10px;
}

.honour-wrap {
  text-align: left;
}

.honour-wrap .honour {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.deve-title {
  padding-top: 38px;
  color: #666666;
  font-size: 22px;
  text-align: center;
}

.honour-line {
  width: 100%;
  text-align: left;
  padding: 10px 0;
}

.honour-line .honour-box {
  width: 960px;
  margin: 0 auto;
}

.honour-line .honour-items {
  width: 480px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding-left:26px
}

.honour-line .honour-items .line {
  color: #5485e8;
}

.honour-line .honour-item {
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  color: rgba(102, 102, 102, 1);
  cursor: pointer;
}

.honour-line .honour-image {
  float: right;
  width: 366px;
  height: 322px;
  display: flex;
  align-items: center;
}

.honour-image img {
  
  max-width: 340px;
  max-height: 300px;
}

.honour-line .year {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  line-height: 80px;
  color: rgba(84, 133, 232, 1);
}

.about-con {
  /* margin-top: 30px; */
}