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