.notice {
  margin-top: 40px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
}
.notice-title {
  display: flex;
  height: 66px;
  width: 100%;
  box-sizing: border-box;
  background-color: #533687;
  padding: 20px;
  font-size: 18px;
  color: #ffffff;
}
.notice-content {
  padding: 20px;
  padding-bottom: 40px;
}
.notice-content .lists {
  margin-top: 10px;
}
.notice-content .lists .list {
  position: relative;
  height: 35px;
  border-bottom: 1px solid #efeff4;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333333;
  padding-left: 10px;
  padding-right: 100px;
}
.notice-content .lists .list-link {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.notice-content .lists .list-link:hover {
  color: #666666;
}
.notice-content .lists .list-time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999999;
}
.notice-content .lists .list::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
/*# sourcemappingurl=cms_list.css.map */

@media (max-width: 768px) {
  .notice-content .lists .list {
    font-size: 14px;
  }
}
