/*------------------------------------------------------------*/
/* XX - CONTENT SEO */
/*------------------------------------------------------------*/
.u-news-content__seo img {
  margin: 15px 0;
  max-width: 100%;
  height: auto;
}
.u-news-content__seo p {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #343434;
}
.u-news-content__seo ul,
.u-news-content__seo ol {
  margin: 0 0 15px;
}
.u-news-content__seo ul li,
.u-news-content__seo ol li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  line-height: 18px;
  color: #343434;
  margin-bottom: 12px;
}
.u-news-content__seo ul li:before,
.u-news-content__seo ol li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #d31824;
}
.u-news-content__seo ol li:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
