#content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 1280px;
  margin: 0 auto;
  padding: 24px 100px;
}
#content .cont_l {
  width: 728px;
}
#content .cont_l h1 {
  font-family: b;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 24px;
}
#content .cont_l h2 {
  color: #333;
  font-family: b;
  font-size: 22px;
  font-style: normal;
  margin-bottom: 24px;
}
#content .cont_l .ar-list .ar-item {
  margin-bottom: 24px;
}
#content .cont_l .ar-list .ar-item h3 {
  color: #333;
  font-family: b;
  font-size: 18px;
  font-style: normal;
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #eee;
}
#content .cont_l .ar-list .ar-item .top-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .cont_l .ar-list .ar-item .top-box .item-l {
  width: 348px;
}
#content .cont_l .ar-list .ar-item .top-box .item-l .de-top {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont_l .ar-list .ar-item .top-box .item-l .de-top .game-img {
  width: 84px;
  height: 84px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E0E3DE;
  margin-right: 12px;
}
#content .cont_l .ar-list .ar-item .top-box .item-l .de-top .game-title {
  width: calc(100% - 96px);
  font-family: s;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont_l .ar-list .ar-item .top-box .item-l .information {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  justify-content: space-evenly;
  margin-bottom: 16px;
}
#content .cont_l .ar-list .ar-item .top-box .item-l .information .ifn_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cont_l .ar-list .ar-item .top-box .item-l .information .ifn_item .item_t {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
#content .cont_l .ar-list .ar-item .top-box .item-l .information .ifn_item .item_t .x_hei {
  width: 14px;
  height: 14px;
}
#content .cont_l .ar-list .ar-item .top-box .item-l .information .ifn_item .item_t .fen,
#content .cont_l .ar-list .ar-item .top-box .item-l .information .ifn_item .item_t .fen1,
#content .cont_l .ar-list .ar-item .top-box .item-l .information .ifn_item .item_t .v-num {
  vertical-align: middle;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666;
}
#content .cont_l .ar-list .ar-item .top-box .item-l .information .ifn_item .item_t .fen1 {
  display: none;
}
#content .cont_l .ar-list .ar-item .top-box .item-l .information .ifn_item .item_b {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
}
#content .cont_l .ar-list .ar-item .top-box .item-l .information .xian {
  width: 1px;
  height: 26px;
  background: #EEEEEE;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 16px;
}
#content .cont_l .ar-list .ar-item .top-box .item-l .btn {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background: #27AD7D;
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont_l .ar-list .ar-item .top-box .item-l .btn img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
#content .cont_l .ar-list .ar-item .top-box .ietm-r {
  width: calc(100% - 364px);
}
#content .cont_l .ar-list .ar-item .top-box .ietm-r .img-box {
  height: 205px;
}
#content .cont_l .ar-list .ar-item .top-box .ietm-r .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
#content .cont_l .ar-list .ar-item .top-box:hover .item-l .btn {
  text-decoration: underline;
}
#content .cont_l .ar-list .ar-item p {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 16px;
}
#content .cont_l .text-box p {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 16px;
}
#content .cont_l .article-box h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .article-box .article-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}
#content .cont_l .article-box .article-list .article-item {
  padding: 12px;
  border-radius: 8px;
  overflow: hidden;
}
#content .cont_l .article-box .article-list .article-item .img-box {
  height: 127px;
  margin-bottom: 8px;
}
#content .cont_l .article-box .article-list .article-item .img-box img {
  width: 100%;
  height: 100%;
}
#content .cont_l .article-box .article-list .article-item h3 {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont_l .article-box .article-list .article-item:hover {
  background: #F8F8F8;
}
#content .cont_l .article-box .article-list .article-item:hover h3 {
  color: #199569;
  text-decoration: underline;
}
#content .cont_l .ad_box {
  margin-bottom: 24px;
}
#content .cont_l .ad_box .ad_title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .cont_l .ad_box .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .cont_r {
  width: 336px;
}
#content .cont_r .gameAll .gameAll-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
#content .cont_r .gameAll .gameAll-t div {
  color: #333333;
  font-size: 18px;
  font-family: B;
  font-weight: bold;
}
#content .cont_r .gameAll .gameAll-t img {
  width: 20px;
  height: 20px;
}
#content .cont_r .gameAll .gameAll-list a {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
#content .cont_r .gameAll .gameAll-list a .left {
  width: 76px;
  height: 76px;
  border-radius: 16px;
  margin-right: 10px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
#content .cont_r .gameAll .gameAll-list a .right {
  width: 75%;
}
#content .cont_r .gameAll .gameAll-list a .right h4 {
  color: #333333;
  font-size: 16px;
  font-family: S;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont_r .gameAll .gameAll-list a .right .fu {
  color: #999999;
  font-size: 14px;
  font-family: M;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
}
#content .cont_r .gameAll .gameAll-list a .right .di {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
#content .cont_r .gameAll .gameAll-list a .right .di img {
  width: 14px;
  height: 14px;
  margin-right: 2px;
  object-fit: cover;
}
#content .cont_r .gameAll .gameAll-list a .right .di span {
  display: block;
  color: #999999;
  font-size: 14px;
  font-family: M;
}
#content .cont_r .gameAll .gameAll-list a:hover .right h4 {
  text-decoration: underline !important;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_l .ad_box .ad_title {
    text-align: right;
  }
  #content .cont_l .article-box .article-list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_l .ad_box .ad_title {
    text-align: right;
  }
  #content .cont_l .article-box .article-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_l .ad_box .ad_title {
    text-align: right;
  }
  #content .cont_l .ar-list .ar-item .top-box {
    flex-direction: column;
  }
  #content .cont_l .ar-list .ar-item .top-box .item-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_l .ar-list .ar-item .top-box .item-l .btn {
    width: 300px;
    height: 80px;
    line-height: 68px;
  }
  #content .cont_l .ar-list .ar-item .top-box .ietm-r {
    width: 100%;
  }
  #content .cont_l .article-box .article-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_l .ad_box .ad_title {
    text-align: right;
  }
  #content .cont_l .ar-list .ar-item .top-box {
    flex-direction: column;
  }
  #content .cont_l .ar-list .ar-item .top-box .item-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_l .ar-list .ar-item .top-box .ietm-r {
    width: 100%;
  }
  #content .cont_l .article-box .article-list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
}
