.award-activity-list {
  .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    .title {
      font-size: 18px;
      font-weight: 600;
      color: rgba(50, 65, 80, 1);
    }
    .msg {
      margin-left: 20px;
    }
  }
  .query-area {
    display: flex;
    margin-bottom: 24px;
    .search-field {
      overflow: hidden;
      > .ant-form-item {
        float: left;
      }
    }
    .search-btn {
      padding-top: 4px;
      margin: 0;
      text-align: left;
    }
  }
  .table-list {
    p {
      margin-bottom: 0;
    }
    .table-actions {
      a {
        display: block;
        margin-bottom: 10px;
      }
    }
  }
  .sub-info {
    color: #7f8fa4;
    font-size: 12px;
  }
}
