.page-contents.news .contents ol {
  list-style: decimal;
  padding-left: 1.5em;
}

.page-contents.news .contents ul {
  list-style: disc;
  padding-left: 1.5em;
}
.page-contents.news .contents em,
.page-contents.news .contents i {
  font-style: italic;
}

.page-contents.news .contents blockquote {
  margin: 1em 0;
  padding: 1em;
  border-left: 4px solid #ccc;
  background: #f7f7f7;
}