.honor .banner .banner_h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.honor .banner .banner_h6 h6 {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  margin-bottom: 10px;
}
.honor .banner .banner_h6 p {
  text-align: center;
  color: rgba(255, 255, 255,1);
  line-height: 1.5;
}
.honor .honor_section {
  margin-top: 55px;
  margin-bottom: 100px;
}
.honor .honor_section .honor_left {
  width: calc(100% - 400px);
  background: #FAFCFF;
  padding: 40px;
}
.honor .honor_section .honor_left h4 {
  font-family: Mediumss;
  text-align: center;
  margin-bottom: 10px;
}
.honor .honor_section .honor_left span {
  font-size: 12px;
  color: rgba(19, 20, 21,1);
  display: block;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #F1F5F8;
  margin-bottom: 20px;
}
.honor .honor_section .honor_left p {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}
.honor .honor_section .honor_left img {
  width: 100%;
}
.honor .honor_section .honor_left .flex_page > a {
  cursor: pointer;
}
.honor .honor_section .honor_left .flex_page > a:hover > div {
  border-color: var(--themeColor);
}
.honor .honor_section .honor_left .flex_page > a:hover > div .iconfont {
  color: var(--themeColor);
}
.honor .honor_section .honor_left .flex_page > a:hover span {
  color: var(--themeColor);
}
.honor .honor_section .honor_left .flex_page > a span {
  transition: all 0.5s;
  margin-bottom: 0;
  padding-bottom: 0;
  margin: 0 20px;
}
.honor .honor_section .honor_left .flex_page > a > div {
  border-radius: 5px;
  transition: all 0.5s;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c1c8cb;
}
.honor .honor_section .honor_right {
  width: 360px;
  padding: 20px;
  background: #FAFCFF;
}
.honor .honor_section .honor_right .honor_right_head {
  padding: 15px 0;
  border-bottom: 1px dashed #949495;
  margin-bottom: 10px;
}
.honor .honor_section .honor_right .honor_right_head a {
  color: var(--themeColor);
  font-family: Boldss;
}
.honor .honor_section .honor_right .honor_right_ul li {
  transition: all 0.5s;
    border-bottom: 1px solid #F0F2F5;
   padding:15px 0;
    position: relative;
}
.honor .honor_section .honor_right .honor_right_ul li:hover {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.honor .honor_section .honor_right .honor_right_ul li img {
  width: 100%;
  border-radius: 8px;
  display: none !important;
}
.honor .honor_section .honor_right .honor_right_ul li p {
  /*margin-top: 20px;*/
  padding: 0 20px;
  padding-right:80px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 1);
  display: -webkit-box;
  display: -moz-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.honor .honor_section .honor_right .honor_right_ul li p::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.6);
}
.honor .honor_section .honor_right .honor_right_ul li span {
  border-radius: 5px;
  position: absolute;
  right: 0;
    top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  margin-left: 10px;
  color: var(--themeColor);
  background: rgba(68, 114, 212, 0.1);
}
@media screen and (max-width: 860px) {
  .honor_section {
    flex-direction: column;
  }
  .honor .honor_section .honor_left {
    width: 100%;
    padding: 20px;
  }
  .honor .honor_section .honor_left h4 {
    font-size: 20px;
  }
  .honor .honor_section .honor_right {
    width: auto;
  }
  .honor .honor_section .honor_right .honor_right_head {
    text-align: center;
  }
  .honor .honor_section .honor_right .honor_right_ul {
    width: 100%;
  }
  .honor .honor_section .honor_right .honor_right_ul li {
    position: relative;
  }
  .honor .honor_section .honor_right .honor_right_ul li p {
    margin-top: 10px;
    padding-right: 65px;
    padding-left: 0;
    position: static;
  }
  .honor .honor_section .honor_right .honor_right_ul li p::before {
    content: "";
    width: 0;
  }
  .honor .honor_section .honor_right .honor_right_ul li p span {
    position: absolute;
    top: 0;
    right: 0px;
    background: var(--themeColor);
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .honor .banner .banner_h6 {
    width: 80%;
    top: 45%;
  }
  .honor .banner .banner_h6 p {
    display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal ;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
