
.honor-box{
  width: 100%;
  padding-top: 8px;
  padding-left: 8px;
}
.honor-box .lists{
  position: relative;
  width: 100%;
  min-height: 579px;
}
.lists .item .list-item{
  width: 39%;
  padding: 20px 0px 10px 30px;
  border-left: 1px solid rgba(0, 173, 53, 1);
  position: relative;
}
.lists .item:last-child  .list-item{
  border-left: none;
}
.lists .item .list-item .icon{
  position: absolute;
  width: 16px;
  height: 16px;
  top: -8px;
  left: -8px;
}
.list-item .title-tips{
  position: relative;
  top: -38px;
  font-size: 20px;
  line-height: 35px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.lists .item .honor-current .title-tips{
  color: rgba(0, 173, 53, 1);
}
.honor-box .lists .box-item{
  position: absolute;
  right: 35px;
  top: -8px;
  width: 47.5%;
  height: 579px;
  background: #FAFBFF;
  border: 1px solid #E5E5E5;
  display: none;
}
.honor-box .lists .box-item img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto auto;
  object-fit: contain;
}
.honor-box .lists .item:nth-child(1) .box-item{
  display: block;
}
@media screen and (max-width:798px) {
  .touzizhe-content .title{
    font-size: 22px;
  }
  .honor-box .lists .box-item{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-height: 400px;
    left: -8px;
    border:none;
  }
  .honor-box .lists .box-item img{
    position: static;
    height: auto;
    max-height: 400px;
  }
  .honor-box .lists .item{
    position: relative;
    margin-top: 40px;
  }
  .lists .item .list-item{
    border-left: none;
    width:100%;
    padding: 0px 0px 0px 30px;
  }
  .lists .item .list-item .title-tips{
    color: #333333;
    top: -18px;
  }
}
