.noticeCard{
  display: flex;
  align-items: flex-start;
  margin: 30px auto 0;
  width: 1102px;
  flex-grow: 1;
}

.noticeCard .pageCenter
{
  width: 100%;
}

.noticeCard .ulBox .liBox {

  height: 52px;
  line-height: 52px;
  border-bottom: 1px dashed #e5e5e5;
}

.ulBox .liBox {
  list-style: none;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.ulBox .liBox .date {
  position: absolute;
  right: 5px;
  color: #a3acb5;
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
}

.ulBox .liBox .noticeTitle {
  font-size: 16px;
  color: #333;
  font-family: SourceHanSansCN-Bold;
  display: inline-block;
  width: 960px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ulBox .liBox::before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(0, 84, 169);
  margin-right: 19px;
}