.page-news {
  margin-top: 10px;
}
.page-news__item {
  margin-bottom: 20px;
}
.page-news__item-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 5px 20px 10px 5px;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-news__item-desc {
  position: relative;
  display: inline-block;
  width: 400px;
  width: calc( 100% - 125px );
  min-height: 80px;
  vertical-align: top;
  margin-top: 5px;
  padding-bottom: 15px;
}
.page-news__item-title {
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  color: #282828;
  text-decoration: none;
}
.page-news__item-title:visited, .page-news__item-title:active {
  color: #282828;
}
.page-news__item-title:hover {
  color: #282828;
  text-decoration: none;
}
.page-news__item-title:hover span {
  border-bottom: 1px solid #fcaf17;
}
.page-news__item-date {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  color: #7c7c7c;
}
.page-news__view {
  padding: 5px;
}
.page-news__view-title {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 15px;
}
.page-news__view-date {
  font-size: 12px;
  color: #7c7c7c;
}
.page-news__view-img {
  float: left;
  margin: 15px 15px 15px 0;
  max-width: 300px;
}

/*# sourceMappingURL=news.css.map */
