@import "common.css";
.game_introduction {
  width: 100%;
  background-color: #f6f6f6;
  padding-bottom: 45px;
}
.game_introduction .container .introduction_wrapper {
  position: relative;
}
.game_introduction .container .introduction_wrapper .news_wrapper {
  width: 860px;
  background: #ffffff;
  padding-bottom: 21px;
}
.game_introduction .container .introduction_wrapper .news_wrapper a {
  display: block;
}
.game_introduction .container .introduction_wrapper .news_wrapper a:hover {
  background: #faf6f6;
}
.game_introduction .container .introduction_wrapper .news_wrapper a:hover .item_des h1 {
  color: #f2531c;
}
.game_introduction .container .introduction_wrapper .news_wrapper a:hover .item_des > div .game_name {
  color: #f2531c;
}
.game_introduction .container .introduction_wrapper .news_wrapper a .news_item:first-of-type {
  padding-top: 41px;
}
.game_introduction .container .introduction_wrapper .news_wrapper a:last-child .news_item::after {
  display: none;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item {
  padding: 35px 21px 34px 24px;
  position: relative;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 19px;
  right: 21px;
  height: 1px;
  background-color: #eeeeee;
}
.game_introduction .week_news .w_news_box .w_news_item .w_news_num {
  margin-right: 0px;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_date {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_date .day {
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #000000;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_date .year {
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #989898;
  margin-top: 13px;
  margin-bottom: 9px;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_date .time {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #989898;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .game_photo {
  width: 160px;
  height: 110px;
  border-radius: 2px;
  margin-right: 22px;
  display: inline-block;
  vertical-align: middle;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des {
  display: inline-block;
  vertical-align: middle;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des h1 {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 611px;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des p {
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #989898;
  line-height: 18px;
  max-width: 611px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des > div {
  margin-top: 29px;
  font-family: PingFang SC;
  font-weight: 500;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des > div .game_name {
  font-size: 13px;
  color: #00a2ff;
  vertical-align: middle;
  margin-right: 21px;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des > div div {
  display: inline-block;
  vertical-align: middle;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des > div div img {
  vertical-align: middle;
  margin-right: 5px;
}
.game_introduction .container .introduction_wrapper .news_wrapper .news_item .item_des > div div span {
  vertical-align: middle;
  font-size: 12px;
  color: #989898;
}
.game_introduction .container .introduction_wrapper .page_box {
  width: 100%;
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
  text-align: center;
}
.game_introduction .container .introduction_wrapper .page_box .btn {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #989898;
  cursor: pointer;
  margin-right: 7px;
}
.game_introduction .container .introduction_wrapper .page_box .btn:hover {
  background-color: #ed6666;
  color: #ffffff;
}
.game_introduction .container .introduction_wrapper .page_box div {
  padding: 9px 11px 9px 12px;
}
.game_introduction .container .introduction_wrapper .page_box span {
  padding: 10px 10px;
  cursor: pointer;
}
.game_introduction .container .introduction_wrapper .page_box span.active {
  background-color: #ed6666;
  color: #ffffff;
}
.game_introduction .container .introduction_wrapper .page_box .all_num strong {
  font-size: 12px;
}
.game_introduction .container .introduction_wrapper .aside_box .advert {
  width: 320px;
  height: 320px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px #f0f0f0;
  margin-bottom: 18px;
  padding: 13px 15px 17px 15px;
  position: relative;
}
.game_introduction .container .introduction_wrapper .aside_box .advert .advert_img {
  width: 100%;
  height: 100%;
}
.game_introduction .container .introduction_wrapper .aside_box .advert .a_close {
  position: absolute;
  bottom: 26px;
  right: 20px;
}
.game_introduction .container .introduction_wrapper .aside_box .advert .a_close span {
  display: inline-block;
  vertical-align: top;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  padding: 2px 7px 4px 5px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.7;
}
.game_introduction .container .introduction_wrapper .aside_box .advert .a_close div {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  padding: 5px 5px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend {
  width: 320px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px #f0f0f0;
  margin-bottom: 15px;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend a {
  display: inline-block;
  vertical-align: top;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend h2 {
  padding: 21px 0 17px 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  border-bottom: 1px solid #f4f4f4;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend .recommend_box {
  padding: 12px 7px 6px 15px;
  font-size: 0;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend .recommend_box .recommend_item {
  display: inline-block;
  width: 140px;
  vertical-align: top;
  margin-right: 9px;
  margin-bottom: 28px;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend .recommend_box .recommend_item img {
  width: 136px;
  height: 80px;
  border-radius: 2px;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend .recommend_box .recommend_item .name {
  margin-top: 5px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #444444;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.game_introduction .container .introduction_wrapper .aside_box .marvellous_recommend .recommend_box .recommend_item:hover .name {
  color: #FB5503;
}
.common_outside {
  width: 100%;
  background-color: #f6f6f6;
  padding-bottom: 10px;
}
.common_outside .common_link {
  width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px #f0f0f0;
  padding: 20px 18px 20px 18px;
}
.common_outside .common_link .c_link_header {
  width: 100%;
  padding-bottom: 11px;
  border-bottom: 1px solid #e5e5e5;
}
.common_outside .common_link .c_link_header span {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #212121;
  vertical-align: middle;
  margin-left: 20px;
  cursor: pointer;
}
.common_outside .common_link .c_link_header span:nth-of-type(1) {
  margin-right: 12px;
}
.common_outside .common_link .c_link_header span.active,
.common_outside .common_link .c_link_header span:hover {
  color: #D33B34;
  position: relative;
}
.common_outside .common_link .c_link_header span.active::after,
.common_outside .common_link .c_link_header span:hover::after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 92px;
  height: 3px;
  background: #D33B34;
}
.common_outside .common_link .c_link_header img {
  vertical-align: middle;
}
.common_outside .common_link .c_hot_attention {
  padding-top: 21px;
}
.common_outside .common_link .c_hot_attention li {
  width: 109px;
  display: inline-block;
  margin-bottom: 17px;
  margin-right: 5px;
}
.common_outside .common_link .c_hot_attention li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #212121;
}
.common_outside .common_link .c_hot_attention li a:hover {
  text-decoration: underline;
  color: #fb5503;
}