.advertisement {
  /* height: 108px; */
  position: relative;
  padding: 20px 22px;
}
.advertisement .link:hover{
  color: rgb(136, 174, 247);
}
.advertisement>img {
  height: 58px;
  width: 58px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-22px, -50%);
}
.advertisement div:nth-child(1) {
  font-size: 12px;
  color: rgb(217, 221, 226);
}
.advertisement>div:nth-child(1) span:first-child {
  padding: 0 3px;
  border: 1px solid rgb(217, 221, 226);
  border-radius: 3px;
  margin-right: 10px;
}
.advertisement>div:nth-child(1) span:nth-child(2) {
  color: rgb(217, 221, 226);
}
.advertisement div:nth-child(2) {
  height: 40px;
  line-height: 40px;
  font-size: 17px;
}

.advertisement div:nth-of-type(3) {
  font-size: 12px;
  color: rgb(217, 221, 226);
}