.honor-item {
  box-sizing: border-box;
  width: 45%;
  margin: 0 5% 0 0;
  float: left; }
  .honor-item .title {
    padding: 30px 0;
    border-bottom: 1px solid #e8e8e8;
    color: #5f5f5f;
    line-height: 24px;
    cursor: pointer; }
    .honor-item .title .text1 {
      font-size: 24px;
      color: #5f5f5f;
      float: left;
      vertical-align: middle;
      max-width: 365px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .honor-item .title .text2 {
      font-size: 12px;
      color: #d3ad6f;
      float: right;
      vertical-align: middle;
      padding-right: 20px;
      background: url(/img/arr-bottom.png?0d22e145) no-repeat right center; }
    .honor-item .title.active .text2 {
      background: url(/img/arr-bottom-active.png?8a7edaf0) no-repeat right center; }
  .honor-item .list {
    padding: 10px 0;
    font-size: 16px;
    color: #5f5f5f;
    line-height: 38px;
    display: none; }
