div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.topic-page .article-header,
.articles-page .article-header,
.article-page .article-header{
  color: #fff;
  height: 760px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.topic-page .article-header-hg,
.articles-page .article-header-hg,
.article-page .article-header-hg{
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 135%;
  position: relative;
  z-index: 2;
}
.topic-page .article-header-hg h1,
.articles-page .article-header-hg h1,
.article-page .article-header-hg h1{
  color: #fff;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 68px;
  line-height: 100%;
}
