



/* 标题  */
.title {
    width: 100%;
    color: #444;
    font-size: 18px;
    margin: 20px 0 10px;
  }
  
  .title p {
    font-size: 12px;
    color: #666;
  }
 /* 标题 / */
 /* <!-- 列表1 --> */
 .list1 .item {
    margin-bottom: 10px;
  }
  
  .list1 .left {
    position: relative;
  
  }
  
  .list1 img {
    position: relative;
    width: 153px;
    height: 113px;
    border-radius: 6px 0 0 6px;
  }
  
  .list1 .biao {
    display: block;
    position: absolute;
    top: 88px;
    right: 6px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1px 4px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
  }
  
  .list1 .right {
    padding: 10px 0 10px 10px;
    height: 113px;
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    color: #444;
  
  }
  
  .list1 .right h5 {
    font-size: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 220px;
  }
  
  .list1 .right .free {
    font-size: 15px;
    color: #fe5122;
    font-weight: bold;
  } 
  
  .list1 .right .gray {
   font-size: 15px;
   color: #999;
   font-weight: bold;
 }
  
  .list1 .right p {
    font-size: 11px;
    color: #999;
    padding-right: 10px;
  }
 /* <!-- 列表1 -->/ */
 /*banner2 */
 .banner2 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-top: 10px;
  }
  /*banner2 /*/