.adnews {
  margin: 0 auto;
  background-color: #eeeeee;
  padding-top: 18px;
  position: relative;
}
.adnews__float {
  display: inline-flex;
  background-color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
}
.adnews__float:hover {
  color: #000;
  text-decoration: none;
}
.adnews__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.adnews__list-item:not(:last-child) {
  margin-bottom: 10px;
}
.adnews__frame {
  display: block;
  width: 50%;
  max-width: 170px;
  margin-right: 10px;
  position: relative;
}
.adnews__frame::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.adnews__frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.adnews__body {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.adnews__title {
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  max-height: 3.6em;
}
.adnews__title a {
  color: #333;
}
.adnews__info {
  display: flex;
  align-items: center;
  margin-top: auto;
  font-size: 12px;
  color: #999;
}
.adnews__info a {
  color: inherit;
}
.adnews__info a:hover {
  color: inherit;
  text-decoration: none;
}
.adnews__qc {
  display: inline-block;
  font-size: 11px;
  padding: 0 4px;
  line-height: 17px;
  background-color: #b3b3b3;
  text-transform: uppercase;
  color: #fff;
  margin-right: 2px;
}
