.notice_page{
    /* margin-top: 24px; */
  }
  .top-box{
      display: flex;
      margin-bottom: 24px;
      width: 100%;
      position: relative;
    }
  .top-box .desc{
      font-size: 16px;
      font-family: PingFang SC-Regular, PingFang SC;
      font-weight: 400;
      color: #999999;
  }
  .top-box .main{
      font-size: 16px;
      font-family: PingFang SC-Regular, PingFang SC;
      font-weight: 400;
      color: #333333;
      position: relative;
      z-index: 2;
  }
  .top-box .title::before{
      display: inline-block;
      content: "";
      width: 65px;
      height: 8px;
      background: #DFF1FF;
      border-radius: 0px 0px 0px 0px;
      position: absolute;
      left: 0px;
      bottom: 0px;
      z-index: 1;
  }
  .searchBox{
    position: absolute;
    right: 0px;
    width: 299px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #E2DBDB;
    display: flex;
    }
  .searchBtn{
    width: 64px;
    height: 32px;
    background: #015CB5;
    border-radius: 4px 4px 4px 4px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    right: 0px;
    top: -1px;
    border: 1px solid #015CB5;
  }
  .table_serch_input{
    border: none !important;
    width: calc(100% - 64px);
  }
  .content-box-item{
    display: flex;
    height: 52px;
    background: #F5F5F5;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 24px;
    line-height: 52px;
    font-size: 14px;
   font-family: PingFang SC-Regular, PingFang SC;
   font-weight: 400;
   color: #000127;
   position: relative;
  }
  .content-box-item .notice_title{max-width: calc(100% - 150px);
    float: left;
    margin-left: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .content-box-item .time{
       position: absolute;
       right: 32px;
       min-width: 80px;
    }