.honor .honor_section {
  margin-top: 55px;
}
.honor .honor_section .honor_left {
  width: calc(100% - 400px);
}
.honor .honor_section .honor_left .honor_left_head {
  padding: 15px 0;
  border-bottom: 1px dashed #949495;
  margin-bottom: 30px;
}
.honor .honor_section .honor_left .honor_left_head > div a {
  color: rgba(19, 20, 21, 1);
  margin-right: 20px;
}
.honor .honor_section .honor_left .honor_left_head > div a.honor_a {
  color: var(--themeColor);
  font-family: Boldss;
}
.honor .honor_section .honor_left .honor_left_head .datu,
.honor .honor_section .honor_left .honor_left_head .liebiao {
  cursor: pointer;
  font-size: 14px;
  color: rgba(19, 20, 21, 1);
}
.honor .honor_section .honor_left .honor_left_head .datu i,
.honor .honor_section .honor_left .honor_left_head .liebiao i {
  margin-right: 3px;
}
.honor .honor_section .honor_left .honor_liebiao li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  margin-right: 20px;
  transition: all 0.5s;
}
.honor .honor_section .honor_left .honor_liebiao li:hover {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
}
.honor .honor_section .honor_left .honor_liebiao li:nth-child(2n) {
  margin-right: 0;
}
.honor .honor_section .honor_left .honor_liebiao li img {
  width: 100%;
}
.honor .honor_section .honor_left .honor_liebiao li .li_text {
  background: #FAFCFF;
  padding: 30px 50px;
}
.honor .honor_section .honor_left .honor_liebiao li .li_text h6 {
  font-family: Mediumss;
  margin-bottom: 15px;
  text-align: start;
}
.honor .honor_section .honor_left .honor_liebiao li .li_text .li_time {
  display: none;
}
.honor .honor_section .honor_left .honor_liebiao li .li_text p {
  color: rgba(19, 20, 21,1);
  margin-bottom: 20px;
  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;
}
.honor .honor_section .honor_left .honor_liebiao li .li_text a {
  color: rgba(0, 51, 102, 1);
}
.honor .honor_section .honor_left .honor_liebiao li .li_text a i {
  font-size: 14px;
  margin-left: 10px;
}
.honor .honor_section .honor_left .honor_datu li {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.5s;
}
.honor .honor_section .honor_left .honor_datu li a{
   display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.honor .honor_section .honor_left .honor_datu li:hover {
  box-shadow: 0 0 8px 1px rgba(102, 102, 102, 0.5);
  background: var(--themeColor);
}
.honor .honor_section .honor_left .honor_datu li:hover .li_text {
  color: #fff;
}
.honor .honor_section .honor_left .honor_datu li:hover .li_text h6 {
  color: #fff;
}
.honor .honor_section .honor_left .honor_datu li:hover .li_text p {
  color: #fff;
}
.honor .honor_section .honor_left .honor_datu li:hover .li_text div {
  color: #fff;
}
.honor .honor_section .honor_left .honor_datu li:hover .li_text a {
  color: #fff;
}
.honor .honor_section .honor_left .honor_datu li:hover .li_text .li_time span {
  color: #fff;
}
.honor .honor_section .honor_left .honor_datu li .img {
  width: 320px;
  height: 230px;
}
.honor .honor_section .honor_left .honor_datu li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honor .honor_section .honor_left .honor_datu li .li_text {
  width: calc(100% - 320px - 30px);
  padding-right: 20px;
}
.honor .honor_section .honor_left .honor_datu li .li_text h6 {
  font-family: Mediumss;
  margin-bottom: 15px;
  text-align: start;
}
.honor .honor_section .honor_left .honor_datu li .li_text .li_time {
  display: block;
  color: rgba(19, 20, 21, 1);
  margin: 10px 0;
}
.honor .honor_section .honor_left .honor_datu li .li_text .li_time span {
  border-radius: 5px;
  display: inline-block;
  background: rgba(68, 114, 212, 0.1);
  color: var(--themeColor);
  padding: 2px 5px;
  margin-left: 10px;
}
.honor .honor_section .honor_left .honor_datu li .li_text p {
  color: rgba(19, 20, 21,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;
}
.honor .honor_section .honor_left .honor_datu li .li_text a {
  color: rgba(0, 51, 102,1);
}
.honor .honor_section .honor_left .honor_datu li .li_text a i {
  font-size: 14px;
  margin-left: 10px;
}
.honor .honor_section .honor_right {
  width: 360px;
  padding: 0 20px;
  padding-bottom: 20px;
}
.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;
  padding:15px 0;
  border-bottom: 1px solid #F0F2F5;
  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 div{
    /*margin-top: 20px;*/
    /*padding-bottom: 10px;*/
    /*position: relative;*/
    /*border-bottom: 1px solid #F0F2F5;*/
}
.honor .honor_section .honor_right .honor_right_ul li p {
  
  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: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
}
.honor .honor_section .honor_right .honor_right_ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
  padding: 5px;
  margin-left: 10px;
  color: var(--themeColor);
  background: rgba(68, 114, 212, 0.1);
}
/*分页*/
.box-paging {
  height: 30px;
  line-height: 30px;
  margin: 20px auto;
  user-select: none;
  display: flex;
  justify-content: center;
}
.box-paging > .active {
  background-color: var(--themeColor);
  color: #fff;
}
.box-paging > a,
.box-paging >span {
  display: inline-block;
  font-size: 12px;
  color: rgba(19, 20, 21, 1);
  margin-left: 10px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #E6ECF2;
}
.box-paging > a:not(.active):hover {
  border-color: var(--themeColor);
}
.box-paging > input {
  margin-left: 10px;
  width: 50px;
}
@media screen and (max-width: 1024px) {
  .honor .honor_section .honor_right {
    width: 300px;
  }
  .honor .honor_section .honor_right .honor_right_ul li p {
    font-size: 14px;
    line-height: 1.5;
  }
  .honor .honor_section .honor_left {
    width: calc(100% - 320px);
  }
  .honor .honor_section .honor_left .honor_liebiao li .li_text {
    padding: 20px;
  }
}
@media screen and (max-width: 860px) {
  .honor .honor_section {
    flex-direction: column;
  }
  .honor .honor_section .honor_left {
    width: 100%;
  }
  .honor .honor_section .honor_right {
    width: 100%;
  }
  .honor .honor_section .honor_right .honor_right_head {
    text-align: center;
  }
  .honor .honor_section .honor_right .honor_right_head a {
    font-size: 20px;
  }
  .honor .honor_section .honor_right .honor_right_ul {
    display: flex;
    justify-content: center;
  }
  .honor .honor_section .honor_right .honor_right_ul li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    position: relative;
  }
  .honor .honor_section .honor_right .honor_right_ul li:last-of-type {
    margin-right: 0;
  }
  .honor .honor_section .honor_right .honor_right_ul li p {
    position: static;
    margin-top: 15px;
    -webkit-line-clamp: 4;
  }
  .honor .honor_section .honor_right .honor_right_ul li span {
        position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    margin-left: 10px;
    color: var(--themeColor);
    background: rgba(68, 114, 212, 0.1);
  }
  .honor .honor_section .honor_left .honor_datu li a{
      flex-direction: column;
  }
  .honor .honor_section .honor_left .honor_datu li .img{
      width: 100%;
      height: auto;
  }
  .honor .honor_section .honor_left .honor_datu li .li_text{
      width: 100%;
      padding: 10px;
  }
  .honor .honor_section .honor_right .honor_right_ul li{
      padding: 0;
  }
  .honor .honor_section .honor_right .honor_right_ul li p{
      margin-top: 0;
  }
  .honor .honor_section .honor_right{
      padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .honor .honor_section .honor_left .honor_left_head > div a {
    font-size: 12px;
  }
  .honor .honor_section .honor_left .honor_left_head .datu,
  .honor .honor_section .honor_left .honor_left_head .liebiao {
    display: none;
  }
  .honor .honor_section .honor_left .honor_liebiao li {
    width: 100%;
    margin-right: 0;
  }
  .honor .honor_section .honor_right .honor_right_ul {
    flex-direction: column;
  }
  .honor .honor_section .honor_right .honor_right_ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
