@import url('../css/head_foot.css');
#content {
  display: flex;
  justify-content: space-between;
  padding: 24px 40px;
}
#content .cont_l {
  width: 840px;
}
#content .cont_l h3 {
  font-size: 20px;
  font-family: b;
  color: #333333;
  line-height: 23px;
  margin-bottom: 16px;
}
#content .cont_l .ad {
  position: relative;
  margin-bottom: 16px;
}
#content .cont_l .ad .ad_title {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D0D0D0;
  line-height: 14px;
}
#content .cont_l .ad .ad_cont {
  width: 100%;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .cont_l .entertainment {
  margin-bottom: 14px;
}
#content .cont_l .entertainment .top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
#content .cont_l .entertainment .top a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .cont_l .entertainment .top .title {
  font-size: 20px;
  font-family: b;
  color: #333333;
}
#content .cont_l .entertainment .top .more span {
  font-size: 16px;
  font-family: b;
  color: #666666;
}
#content .cont_l .entertainment .top .more img {
  width: 16px;
  height: 16px;
}
#content .cont_l .entertainment .enter_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(100% / 7));
}
#content .cont_l .entertainment .enter_list .enter_item {
  position: relative;
  border-radius: 16px 16px 16px 16px;
  padding: 12px;
}
#content .cont_l .entertainment .enter_list .enter_item .enter_img {
  width: 100%;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  margin-bottom: 4px;
}
#content .cont_l .entertainment .enter_list .enter_item .item_btm .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: b;
  color: #333333;
}
#content .cont_l .entertainment .enter_list .enter_item .item_btm .btm_r_i img {
  width: 14px;
  height: 14px;
}
#content .cont_l .entertainment .enter_list .enter_item .item_btm .btm_r_i span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  vertical-align: middle;
}
@media (any-hover: hover) {
  #content .cont_l .entertainment .enter_list .enter_item:hover {
    background-color: #f1f1f1;
  }
}
#content .cont_l .entertainment .enter_list .enter_item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .cont_r {
  width: 336px;
}
#content .cont_r .ad {
  position: relative;
  margin-bottom: 16px;
}
#content .cont_r .ad .ad_title {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D0D0D0;
  line-height: 14px;
}
#content .cont_r .ad .ad_cont {
  width: 100%;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .cont_r .editor_choice h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-family: b;
  color: #333333;
}
#content .cont_r .editor_choice .edit_list .edit_item {
  width: 100%;
  height: 96px;
  border-radius: 16px;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#content .cont_r .editor_choice .edit_list .edit_item .game_img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  margin-right: 8px;
}
#content .cont_r .editor_choice .edit_list .edit_item .item_r {
  width: calc(100% - 88px);
}
#content .cont_r .editor_choice .edit_list .edit_item .item_r .game_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: b;
  color: #333333;
  margin-bottom: 2px;
}
#content .cont_r .editor_choice .edit_list .edit_item .item_r .tag {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-bottom: 6px;
}
#content .cont_r .editor_choice .edit_list .edit_item .item_r .i_r_btm img {
  width: 14px;
  height: 14px;
}
#content .cont_r .editor_choice .edit_list .edit_item .item_r .i_r_btm span {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  vertical-align: middle;
}
@media (any-hover: hover) {
  #content .cont_r .editor_choice .edit_list .edit_item:hover {
    background-color: #f1f1f1;
  }
}
#content .cont_r .editor_choice .edit_list .edit_item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .entertainment {
    margin-bottom: 24px;
  }
  #content .cont_l .entertainment .enter_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 7));
  }
  #content .cont_l .entertainment .enter_list .enter_item .enter_img {
    width: 100%;
    height: auto;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .editor_choice .edit_list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont_r .editor_choice .edit_list .edit_item {
    width: calc((100% - 8px) / 2);
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .entertainment {
    margin-bottom: 24px;
  }
  #content .cont_l .entertainment .enter_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 5));
  }
  #content .cont_l .entertainment .enter_list .enter_item .enter_img {
    width: 100%;
    height: auto;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .editor_choice .edit_list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont_r .editor_choice .edit_list .edit_item {
    width: calc((100% - 8px) / 2);
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .entertainment {
    margin-bottom: 24px;
  }
  #content .cont_l .entertainment .enter_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 4));
  }
  #content .cont_l .entertainment .enter_list .enter_item .enter_img {
    width: 100%;
    height: auto;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .editor_choice .edit_list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont_r .editor_choice .edit_list .edit_item {
    width: calc((100% - 8px) / 2);
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .entertainment {
    margin-bottom: 24px;
  }
  #content .cont_l .entertainment .enter_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc(100% / 3));
  }
  #content .cont_l .entertainment .enter_list .enter_item .enter_img {
    width: 100%;
    height: auto;
  }
  #content .cont_r {
    width: 100%;
  }
}
