
.content-title-preview[data-v-63de2725] {
  text-align: center;
  border-top: 1px solid #409eff !important;
}
.content-title-preview h1[data-v-63de2725] {
  text-align: center;
  margin: 15px 25px 10px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.content-title-preview .writer[data-v-63de2725] {
  text-align: center;
  padding-bottom: 5px;
  margin: 0 25px;
  border-bottom: 1px dashed #ccd5cd;
  color: #666;
}
.content[data-v-63de2725] {
  margin: 12px 20px 0;
  font-size: 14px;
  line-height: 200%;
  overflow: hidden;
}

.notice-item {
  display: flex;
  padding: 12px;
  align-items: flex-start;
  cursor: pointer;
}
.notice-item + .notice-item {
  border-top: 1px solid #ebeef5;
}
.notice-item:hover {
  background-color: #f5f7fa;
}
.notice-item__icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #409eff;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-right: 10px;
}
.notice-item__content {
  flex: 1;
}
.notice-item__title {
  font-size: 16px;
  flex: 1;
  font-weight: bold;
}
.notice-item__icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #409eff;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-right: 10px;
}
.notice-item__content {
  flex: 1;
}
.notice-item__title {
  font-size: 16px;
  flex: 1;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}
.notice-item__summary {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.notice-item__summary, .notice-item__date {
  font-size: 14px;
  color: #666;
}
