.hero {
  padding: 40px 70px;
  background-color: #333333;
  color: #aaa;
}
.hero .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.hero img {
  width: 100%;
  max-width: 1024px;
}
.news-list {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  font-size: 18px;
}
.news-list h1 {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.news-list h1 a:link,
.news-list h1 a:visited {
  text-decoration: none;
  color: #ccc;
}
.news-list h1 a:hover,
.news-list h1 a:active {
  text-decoration: underline;
  color: #b77af4;
}
.news-list h2 {
  font-size: 0.8rem;
  opacity: 0.667;
  padding-bottom: 15px;
}
.news-item > div {
  float: left;
}
.news-item > .img {
  width: 100px;
  padding: 0 10px 0 0;
}
.news-body {
  width: calc(100% - 100px);
}
