#container_form {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: transparent !important;
    .search_title {
      font-size: 20px;
      font-weight: 400;
      color: #515a6e;
      text-align: left;
      margin-bottom: 10px;
      // .largeIcon {
      //   color: #ffb6b9;
      //   background-color: #fae3d9;
      // }
    }
    .serach_case {
      .ivu-form-item {
        margin-bottom: 10px;
      }
    }
    .tools {
      margin-bottom: 25px;
      .ivu-btn {
        margin: 0 10px 0 0;
      }
    }
  }
  
  .form-content {
    letter-spacing: 0;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;  /*要显示的行数*/
      -webkit-box-orient: vertical;
  }
  
  .content {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px 20px;
  min-height: 50px;
  position: relative;
  
  .title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15rpx;
    font-weight: bold;
    .time {
      font-size: 12px;
      color: #999;
    }
    .d-flex{
      width: 70%;
    }
    .listTitle{
      margin-left: 10px;
    }
  }
  .info {
    color:#000;
    font-size: 14px;
  }
  .author {
    padding-top: 15rpx;
    color: #999;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    .tag{
      margin-left: 10px;
    }
  }
  
  .icon {
    width:60px;
    height: 60px;
    position: absolute;
    top: 35px;
    right: 10px;
    
  }
  
  .bottom {
    border-top: 1px solid #eee;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 40px;
    width: 100%;
  
    .space {
      height: 20px;
      width: 1px;
      background-color: #eee;
    }
  }
  }