#content {
  padding: 24px 16px;
}
#content .all .top_title {
  font-size: 20px;
  font-family: s;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}
#content .all .ad_box {
  margin-bottom: 12px;
}
#content .all .ad_box .ad_title {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #575757;
  text-align: right;
}
#content .all .ad_box .ad_cont {
  min-height: 90px;
  background: #D9D9D9;
}
#content .all .move_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  grid-gap: 12px;
}
#content .all .move_list .move_item {
  position: relative;
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden;
}
#content .all .move_list .move_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .all .move_list .move_item .move_cover {
  width: 100%;
  height: 222px;
}
#content .all .move_list .move_item .move_btm {
  background: #121212;
  padding: 8px;
}
#content .all .move_list .move_item .move_btm h4 {
  height: 36px;
  font-size: 14px;
  font-family: r;
  font-weight: 500;
  color: #E8E8E9;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}
#content .all .move_list .move_item .move_btm .fen {
  display: flex;
  align-items: center;
}
#content .all .move_list .move_item .move_btm .fen img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
#content .all .move_list .move_item .move_btm .fen span {
  width: 20px;
  height: 18px;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #8C8D8F;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .all .move_list {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .all .move_list {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .all .move_list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .all .move_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
