#cl_notice {
  min-height: 400px;
  height: 100%;
  padding-bottom: 50px;
}

#cl_notice .mainCon .conBox {
  min-height: 400px;
  height: 100%;
}

#cl_notice .el-table .el-table__empty-text {
  color: #333333;
}

#cl_notice .el-table th {
  background-color: #023886;
  color: #fff;
  height: 60px;
  text-align: center;
}

#cl_notice .el-table__body {
  color: #333333;
  text-align: center;
}
#cl_notice .notice-pagination {
  float: right;
  margin-top: 10px;
}

