.right {
  width: 327px;
}
.right .header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}
.right .header .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
}
.right .header a {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.right .more-list {
  padding-left: 3px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  margin-bottom: 100px;
}
.right .more-list > a {
  display: block;
  margin-top: 17px;
}
.right .more-list > a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  background: #c4c4c4;
  border-radius: 50%;
}
.right .more-list img {
  width: 319px;
  height: 156px;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider-ad-box::before {
  margin-top: 36px;
  display: none!important;
}
