.ant-notification-hook-holder, .ant-notification-notice {
  width: auto !important;
}
.notification-loadmore {
  text-align: center;
  margin-top: 12px;
  height: 32px;
  line-height: 32px;
}
.notification {
  border-top: 1px solid #f0f0f0;
  min-width: 500px;
  height: 300px;
  overflow: auto;

  .item {
    cursor: pointer;
    font-weight: bold;
    list-style-type: disc;

    &:hover {
      color: #4169e1;
      text-decoration: underline;
    }
  }

  .read {
    font-weight: normal;
    color: #999999;
  }
}