@import url('../css/head-foot.css');
#content .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#content .cont .editors {
  width: calc((100% - 7px) / 2);
  background-color: #fff;
  border-radius: 16px 16px 16px 16px;
  margin: 0 7px 7px 0;
  padding: 8px;
}
#content .cont .editors:nth-child(2n) {
  margin-right: 0;
}
#content .cont .editors .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  align-items: center;
}
#content .cont .editors .top .top-l {
  font-size: 16px;
  font-family: f;
  font-weight: 500;
  color: #000000;
  line-height: 16px;
}
#content .cont .editors .top .top-l .head-img {
  width: 28px;
  height: 28px;
  margin-right: 4px;
  border-radius: 50%;
}
#content .cont .editors .top .hb {
  width: 20px;
  height: 20px;
}
#content .cont .editors h3 {
  font-size: 16px;
  font-family: f;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
}
#content .cont .editors .text {
  max-height: 120px;
  font-size: 16px;
  font-family: f;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
}
#content .cont .editors .more {
  text-align: center;
}
#content .cont .editors .more span {
  font-size: 14px;
  font-family: f;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
}
#content .cont .editors .more img {
  width: 20px;
  height: 20px;
}
#content .cont .editors .game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(46px, 1fr));
  grid-gap: 7px;
}
#content .cont .editors .game-list a {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
#content .cont .editors .game-list a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
