@import url('../css/head_foot.css');
#content {
  display: flex;
  justify-content: space-between;
  padding: 24px 40px;
}
#content .cont_l {
  width: 840px;
}
#content .cont_l h2 {
  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: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D0D0D0;
  line-height: 14px;
}
#content .cont_l .ad .m_ad_title {
  position: absolute;
  top: -12px;
  right: 0;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D0D0D0;
  line-height: 14px;
  display: none;
}
#content .cont_l .ad .ad_cont {
  width: 100%;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .cont_l .new-box .new-list .new-item {
  margin-bottom: 16px;
}
#content .cont_l .new-box .new-list .new-item a {
  width: 100%;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
}
#content .cont_l .new-box .new-list .new-item a .img-box {
  width: 178px;
  height: 100px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  overflow: hidden;
  margin-right: 16px;
}
#content .cont_l .new-box .new-list .new-item a .img-box img {
  width: 100%;
  height: 100%;
}
#content .cont_l .new-box .new-list .new-item a .center {
  width: calc(100% - 195px);
}
#content .cont_l .new-box .new-list .new-item a .center h3 {
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin-bottom: 6px;
}
#content .cont_l .new-box .new-list .new-item a .center p {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont_l .new-box .new-list .new-item a .center span {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}
#content .cont_l .new-box .new-list .new-item a:hover {
  background-color: #F5F5F5;
}
#content .cont_l article h2 {
  font-family: s;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont_l article .time-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
#content .cont_l article .time-box span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  margin-right: 12px;
}
#content .cont_l article .news-cover {
  width: 100%;
  margin-bottom: 16px;
}
#content .cont_l article p {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-bottom: 16px;
}
#content .cont_l article .enter_list .enter_item {
  padding: 10px 12px;
  width: 100%;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 16px;
}
#content .cont_l article .enter_list .enter_item .en_game_img {
  width: 100px;
  height: 100px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
}
#content .cont_l article .enter_list .enter_item .en_item_c {
  width: calc(100% - 266px);
}
#content .cont_l article .enter_list .enter_item .en_item_c .en_game_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: b;
  color: #333333;
  margin-bottom: 18px;
}
#content .cont_l article .enter_list .enter_item .en_item_c .information {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#content .cont_l article .enter_list .enter_item .en_item_c .information .ifn_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cont_l article .enter_list .enter_item .en_item_c .information .ifn_item .item_t .x_hei {
  width: 14px;
  height: 14px;
}
#content .cont_l article .enter_list .enter_item .en_item_c .information .ifn_item .item_t .fen,
#content .cont_l article .enter_list .enter_item .en_item_c .information .ifn_item .item_t .fen1 {
  vertical-align: middle;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
}
#content .cont_l article .enter_list .enter_item .en_item_c .information .ifn_item .item_t .fen1 {
  display: none;
}
#content .cont_l article .enter_list .enter_item .en_item_c .information .ifn_item .item_b {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 14px;
}
#content .cont_l article .enter_list .enter_item .en_item_c .information .xian {
  width: 1px;
  height: 24px;
  background: #EEEEEE;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 24px;
}
#content .cont_l article .enter_list .enter_item .btn {
  width: 120px;
  height: 33px;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #3B7DFF;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #3B7DFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont_l article .enter_list .enter_item .btn img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
#content .cont_l article .enter_list .enter_item .btn .r_bai {
  display: none;
}
@media (any-hover: hover) {
  #content .cont_l article .enter_list .enter_item:hover {
    background: #F1F1F1;
  }
  #content .cont_l article .enter_list .enter_item:hover .en_item_r .en_game_title {
    text-decoration: 1px solid underline;
  }
  #content .cont_l article .enter_list .enter_item:hover .btn {
    background-color: #3B7DFF;
    color: #fff;
  }
  #content .cont_l article .enter_list .enter_item:hover .btn .r_bai {
    display: block;
  }
  #content .cont_l article .enter_list .enter_item:hover .btn .r_lan {
    display: none;
  }
}
#content .cont_l article .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: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D0D0D0;
  line-height: 14px;
}
#content .cont_r .ad .m_ad_title {
  position: absolute;
  top: -12px;
  right: 0;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #D0D0D0;
  line-height: 14px;
  display: none;
}
#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;
}
#content .cont_r .latest-news-right {
  margin-top: 12px;
}
#content .cont_r .latest-news-right h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-family: b;
  color: #333333;
}
#content .cont_r .latest-news-right .latest-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
#content .cont_r .latest-news-right .latest-list .latest-item {
  width: 100%;
  padding: 12px;
  border-radius: 16px;
}
#content .cont_r .latest-news-right .latest-list .latest-item .img-box {
  width: 312px;
  height: 175px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 8px;
}
#content .cont_r .latest-news-right .latest-list .latest-item .img-box img {
  width: 100%;
  height: 100%;
}
#content .cont_r .latest-news-right .latest-list .latest-item h4 {
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont_r .latest-news-right .latest-list .latest-item:hover {
  background-color: #F5F5F5;
}
#content .cont_r .latest-news-right .latest-list .latest-item:hover h4 {
  text-decoration: underline;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont_l .ad .ad_title {
    display: none;
  }
  #content .cont_l .ad .m_ad_title {
    display: block;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .ad .ad_title {
    display: none;
  }
  #content .cont_r .ad .m_ad_title {
    display: block;
  }
  #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);
  }
  #content .cont_r .latest-news-right .latest-list {
    grid-template-columns: repeat(3, 1fr);
  }
  #content .cont_r .latest-news-right .latest-list .latest-item a .img-box {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont_l .ad .ad_title {
    display: none;
  }
  #content .cont_l .ad .m_ad_title {
    display: block;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .ad .ad_title {
    display: none;
  }
  #content .cont_r .ad .m_ad_title {
    display: block;
  }
  #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);
  }
  #content .cont_r .latest-news-right .latest-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #content .cont_r .latest-news-right .latest-list .latest-item a .img-box {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont_l .ad .ad_title {
    display: none;
  }
  #content .cont_l .ad .m_ad_title {
    display: block;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .ad .ad_title {
    display: none;
  }
  #content .cont_r .ad .m_ad_title {
    display: block;
  }
  #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);
  }
  #content .cont_r .latest-news-right .latest-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #content .cont_r .latest-news-right .latest-list .latest-item a .img-box {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont_l .ad .ad_title {
    display: none;
  }
  #content .cont_l .ad .m_ad_title {
    display: block;
  }
  #content .cont_l .new-box .new-list .new-item a .img-box {
    width: 120px;
    height: 120px;
  }
  #content .cont_l .new-box .new-list .new-item a .center {
    width: calc(100% - 128px);
  }
  #content .cont_l article .enter_list .enter_item {
    padding: 10px;
    width: 100%;
  }
  #content .cont_l article .enter_list .enter_item .en_game_img {
    width: 88px;
    height: 88px;
  }
  #content .cont_l article .enter_list .enter_item .en_item_c {
    width: calc(100% - 128px);
  }
  #content .cont_l article .enter_list .enter_item .en_item_c .en_game_title {
    font-size: 14px;
    margin-bottom: 0;
  }
  #content .cont_l article .enter_list .enter_item .en_item_c .information {
    display: flex;
    align-items: end;
    margin-bottom: 8px;
  }
  #content .cont_l article .enter_list .enter_item .en_item_c .information .ifn_item:nth-child(3) {
    display: none;
  }
  #content .cont_l article .enter_list .enter_item .en_item_c .information .ifn_item .item_t .fen2 {
    display: none;
  }
  #content .cont_l article .enter_list .enter_item .en_item_c .information .ifn_item .item_t .fen1 {
    display: block;
  }
  #content .cont_l article .enter_list .enter_item .en_item_c .information .xian {
    margin: 0 8px;
  }
  #content .cont_l article .enter_list .enter_item .en_item_c .information .last {
    display: none;
  }
  #content .cont_l article .enter_list .enter_item .en_item_c .en_text {
    -webkit-line-clamp: 1;
  }
  #content .cont_l article .enter_list .enter_item .btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #3B7DFF;
  }
  #content .cont_l article .enter_list .enter_item .btn span {
    display: none;
  }
  #content .cont_l article .enter_list .enter_item .btn img {
    width: 16px;
    height: 16px;
    margin-left: 0px;
  }
  #content .cont_l article .enter_list .enter_item .btn .r_lan {
    display: none;
  }
  #content .cont_l article .enter_list .enter_item .btn .r_bai {
    display: block;
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .ad .ad_title {
    display: none;
  }
  #content .cont_r .ad .m_ad_title {
    display: block;
  }
  #content .cont_r .latest-news-right .latest-list {
    grid-template-columns: repeat(1, 1fr);
  }
  #content .cont_r .latest-news-right .latest-list .latest-item a .img-box {
    width: 100%;
  }
}
