.beerOut .honorList::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.honorList {
  width: 100%;
  height: 100%;
  overflow: auto;
  flex: 1;
  position: relative;
}

.honorBox_in {
  height: 760px;
  margin-bottom: 80px;
  padding-top: 0;
  position: relative;
}

.honorleftBox {
  position: absolute;
  left: 0;
  height: 100%;
  padding: 60px 0;
  overflow: hidden;
}

.about_honour_year_left_list {
  position: relative;
  width: 500px;
  height: 100%;
  overflow: hidden;
}

.about_honour_year_left_list li {
  font-size: 180px;
  line-height: 1;
  padding: 10px 0;
  cursor: pointer;
  color: #e5e5e5;
}

.about_honour_year_left_list ul {
  top: 50%;
  margin-top: -100px;
}

.about_honour_year_left_list li.active {
  color: #C39639;
  font-size:200px;
}

.yearBoxSwBtnNew {
  width: 36px;
  right: 0;
  height: 100%;
}

.yearBoxSwBtnNew_in {
  flex-direction: column;
  height: 100%;
}

.yearBoxSwBtnNew_in div {
  position: initial;
  width: 36px;
  height: 36px;
  background-image: none;
  background-color: #e5e5e5;
  border-radius: 100%;
  margin: 0;
  text-align: center;
  align-items: center;
  line-height: 36px;
}

.yearBoxSwBtnNew_in div.swiper-button-next {
  margin-bottom: 24px;
  margin-top: 18px;
}

.yearBoxSwBtnNew_in div:hover {
  background-color: #C39639;
}

.yearBoxSwBtnNew_in div:hover i {
  color: #fff;
}

.yearBoxSwBtnNew_in div i {
  font-weight: bold;
}

@media screen and (max-width:1538px) {
  .honorBox_in {
    height: 620px;
  }

  .about_honour_year_left_list {
    width: 450px;
  }

  .about_honour_year_left_list li {
    font-size: 160px;
  }
  .about_honour_year_left_list li.active {
    font-size: 180px;
  }
}

@media screen and (max-width:1480px) {
  .honorBox_in {
    height: 600px;
  }
  .about_honour_year_left_list ul { margin-top: -86px; }
  .about_honour_year_left_list {
    width: 420px;
  }

  .about_honour_year_left_list li {
    font-size: 150px;
  }
  .about_honour_year_left_list li.active {
    font-size: 170px;
  }
}

@media screen and (max-width:1380px) {
  .honorBox_in {
    height: 580px;
  }

  .about_honour_year_left_list {
    width: 400px;
  }

  .about_honour_year_left_list li {
    font-size: 140px;
  }
  .about_honour_year_left_list li.active {
    font-size: 160px;
  }
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1180px) {
  .honorList .item .mm{ right: calc(100% + 12px); }
  .honorleftBox{ padding:90px 0; }
  .about_honour_year_left_list li{ font-size:100px; }
  .about_honour_year_left_list li.active {
    font-size: 120px;
  }
  .about_honour_year_left_list{ width: 300px; }
  .about_honour_year_left_list ul{ margin-top: -62px; }
}

@media screen and (max-width:1024px){
  .honorBox_in {
    padding-left: 320px;
  }
  .honorList .list{ padding-left: 90px; }
  .honorList .item .mm{ right: calc(100% + 10px); }
}

@media screen and (max-width:980px) {}

@media screen and (max-width:880px) {
  .honorleftBox{ padding:96px 0; }
  .about_honour_year_left_list{ width: 250px; }
  .honorBox_in{ padding-left: 260px; margin-bottom: 0; height: 520px; }
  .about_honour_year_left_list ul{ margin-top: -50px; }
  .about_honour_year_left_list li{ font-size:82px; }
  .about_honour_year_left_list li.active {
    font-size: 100px;
  }
  .yearBoxSwBtnNew_in div.swiper-button-next{margin-bottom: 12px; margin-top: 8px;}
  .yearBoxSwBtnNew{ width: 28px; }
  .yearBoxSwBtnNew_in div{ width: 28px; height: 28px; line-height: 28px; }
  .yearBoxSwBtnNew_in div i{ font-size:12px; }
}

@media screen and (max-width:750px) {
  .honorBox_in{ padding:0; height: auto; }
  .honorList .list{ display: none; padding-left: 64px; }
  .honorList .list:first-child{ display: block; }
  .honorList .item .mm{ width: 44px; right: calc(100% + 18px); }
  .yearBox .yearBoxSwBtn>div{ top: 50%; margin-top: -16px; }
  .yearBox .yearBoxSwBtn{ height: 36px; }
  
}

@media screen and (max-width:640px){
  .yearBox .yearBoxSwBtn { height: 24px; top: 19px; }
  .honorList .list .tName { font-size:18px; }
  .honorList .item .leftTxtBox .hAddr{ padding-top: 8px; color: #999; }
  .honorList .list{ padding-left: 40px; }
  .honorList .item .mm{ width: 40px; right: 100%; font-size:14px; top: -3px; }
  .honorList .item .imgs{ margin-left: 12px; }
  /* .honorList .item .leftTxtBox .hr_desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.0em; 
    line-height: 1.5em; 
  } */
}