.b-one-news .b-last-news {
  background-color: #f2f1f1;
}
.b-one-news p {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}
.b-one-news strong,
.b-one-news b {
  font-weight: bold;
}
.b-one-news__title {
  margin-left: 15px;
}
.b-one-news__img {
  margin-bottom: 30px;
  width: inherit;
}
.b-one-news__social {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.b-one-news__social p {
  padding-bottom: 0;
  margin-right: 10px;
}
.b-one-news__date {
  margin-left: auto;
  position: relative;
}
.b-one-news__date:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('/static/user/img/news-date.png');
  left: -30px;
  top: -2px;
}
