body {
  width: 100%;
  min-width: 1200px; }

header {
  height: 90px;
  background: #252525;
  font-size: 0; }
  header .head_con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden; }
  header .logo {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 20px auto 25px; }
  header nav {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-left: 122px;
    position: relative; }
    header nav ul {
      overflow: hidden; }
      header nav ul li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        margin: 27px 35px 0 0;
        font-size: 16px;
        line-height: 36px;
        cursor: pointer; }
        header nav ul li a {
          color: #b4b4b4; }
          header nav ul li a:hover {
            color: #4c76ff; }
    header nav .float_sign {
      display: block;
      width: 10px;
      height: 2px;
      background: #4c76ff;
      position: absolute;
      top: 63px;
      left: 26px; }
  header .search {
    width: 263px;
    height: 36px;
    float: right;
    margin-top: 27px; }
    header .search input {
      width: 223px;
      height: 36px;
      background: #343434;
      color: #b4b4b4;
      border: none;
      float: left;
      text-indent: 1em;
      line-height: 36px; }
      header .search input::-webkit-input-placeholder {
        color: #888888; }
      header .search input::-moz-placeholder {
        color: #888888; }
      header .search input::-moz-placeholder {
        color: #888888; }
      header .search input::-ms-input-placeholder {
        color: #888888; }
    header .search .search_btn {
      width: 40px;
      height: 36px;
      float: left;
      cursor: pointer;
      background: #343434 url("/gamedj/static/images/wdj_new/search_icon.png") no-repeat;
      background-position: 0 0;
      -webkit-transition: all .2s;
      transition: all .2s; }
      header .search .search_btn:hover {
        background: #5272d9 url("/gamedj/static/images/wdj_new/search_icon.png") no-repeat;
        background-position: -28px 0; }

.search_top {
  width: 100%;
  height: 90px;
  background: #f4f4f4; }
  .search_top .search_top_con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 90px;
    font-size: 0;
    overflow: visible; }
    .search_top .search_top_con .logo {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top;
      margin: 20px auto 25px; }
    .search_top .search_top_con .search_con {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top;
      width: 656px;
      height: 46px;
      margin-top: 22px;
      font-size: 15px;
      line-height: 46px;
      color: #474747;
      margin-left: 70px;
      position: relative; }
      .search_top .search_top_con .search_con input {
        width: 500px;
        height: 44px;
        float: left;
        background: #fff;
        border: 1px solid #e8e8e8;
        border-right: none;
        padding: 0 29px 0 20px; }
      .search_top .search_top_con .search_con .search_btn {
        width: 106px;
        height: 46px;
        font-size: 16px;
        background: #474747;
        color: #fff;
        float: left;
        text-align: center;
        letter-spacing: 3px;
        -webkit-transition: all .2s;
        transition: all .2s; padding: 0;}
        .search_top .search_top_con .search_con .search_btn:hover {
          background: #4d70e2; }
      .search_top .search_top_con .search_con .search_ts {
        width: 548px;
        background: #fff;
        border: 1px solid #e8e8e8;
        border-top: none;
        position: absolute;
        top: 46px;
        left: 0;
        z-index: 9; }
        .search_top .search_top_con .search_con .search_ts ul {
          margin: 15px auto; }
        .search_top .search_top_con .search_con .search_ts li {
          height: 42px;
          line-height: 42px;
          color: #474747;
          font-weight: bold;
          text-indent: 20px;
          cursor: pointer; }
          .search_top .search_top_con .search_con .search_ts li span {
            font-weight: normal; }
          .search_top .search_top_con .search_con .search_ts li:hover {
            background: #f4f4f4; }

.banner {
  height: 596px;
  background: #000;
  margin-bottom: 75px;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all .5s;
  -webkit-transition: all .5s; }
.banner .banner_title {
  width: 210px;
  height: 60px;
  background: url("/gamedj/static/images/wdj_new/banner_title.png") no-repeat;
  position: absolute;
  top: 47px;
  left: 50%;
  z-index: 100;
  margin-left: -105px;
  opacity: 0;
  transition: all .5s ease .5s;
  -webkit-transition: all .5s ease .5s; }
.banner .yiny {
  width: 1340px;
  height: 602px;
  background: url("/gamedj/static/images/wdj_new/img2.png") no-repeat;
  position: absolute;
  z-index: 80;
  top: 30px;
  left: 50%;
  margin-left: -671px; }
.banner .banner_con {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 99;
  height: 496px;
  margin-top: 100px;
  transition: all .5s;
  -webkit-transition: all .5s; }
.banner .banner_con .left_pic {
  width: 697px;
  height: 393px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }
.banner .banner_con .left_pic ul {
  position: relative; }
.banner .banner_con .left_pic ul li {
  width: 697px;
  height: 393px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  -webki-ttransform: translate(0, 0); }
.banner .banner_con .left_pic ul li img {
  width: 100%;
  height: 100%; }
.banner .banner_con .left_pic ul li .hei {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/gamedj/static/images/wdj_new/hei.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
.banner .banner_con .left_pic ul li .bianqian {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 0 22px;
  height: 50px;
  line-height: 50px;
  background: #222222;
  color: #d2d2d2;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0; }
.banner .banner_con .right_pic {
  width: 750px;
  height: 393px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -30px;
  transition: all .5s;
  -webkit-transition: all .5s; }
.banner .banner_con .right_pic ul {
  position: relative; }
.banner .banner_con .right_pic ul li {
  width: 750px;
  height: 393px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, 0);
  -webki-ttransform: translate(0, 0); }
.banner .banner_con .right_pic ul li img {
  width: 100%;
  height: 100%; }
.banner .banner_con .right_pic ul li .hei2 {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/gamedj/static/images/wdj_new/hei2.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
.banner .banner_con .right_pic ul li .bianqian {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding: 0 22px;
  height: 50px;
  line-height: 50px;
  background: #222222;
  color: #d2d2d2;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 30px;
  transition: all .5s;
  -webkit-transition: all  .5s;}
.banner .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 72px;
  height: 108px;
  background: url("/gamedj/static/images/wdj_new/banner_btn.png") no-repeat;
  position: absolute;
  top: 240px;
  left: 50%;
  z-index: 99;
  transition: top .5s;
  -webkit-transition: top  .5s; }
.banner .btn.goleft {
  background-position: 0 0;
  margin-left: -580px; }
.banner .btn.goleft:hover {
  background-position: 0 -108px; }
.banner .btn.goright {
  background-position: -72px 0;
  margin-left: 508px; }
.banner .btn.goright:hover {
  background-position: -72px -108px; }
.banner .page_b {
  position: absolute;
  top: 515px;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all .5s;
  -webkit-transition: all .5s; }
.banner .page_b span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #909fcd;
  margin: 0 4px;
  transition: all .5s;
  -webkit-transition: all .5s;
  cursor: pointer; }
.banner .page_b span.active {
  width: 84px;
  height: 2px;
  margin-top: 1px;
  border-radius: 0;
  background: #fff; }
.banner .advertisement {
  width: 100%;
  height: 596px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
.banner .banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 596px; }
.banner .banner_bg .banner_bg_left {
  width: calc(50% + 250px);
  height: 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  transition: all .5s;
  -webkit-transition: all .5s;
  border-top: 700px #2b2b33 solid;
  border-right: transparent 400px solid; }
.banner .banner_bg .banner_bg_right {
  width: calc(50% + 175px);
  height: 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 2;
  transition: all .5s;
  -webkit-transition: all .5s;
  border-bottom: 700px #5272d9 solid;
  border-left: transparent 400px solid; }

.index_content {
  width: 100%;
  overflow: hidden; }
  .index_content .index_container {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 78px; }
  .index_content .long_ad {
    width: 1200px;
    height: 110px;
    overflow: hidden;
    margin-top: 78px; }
    .index_content .long_ad img {
      width: 100%;
      height: 100%; }

.information_content {
  width: 100%;
  overflow: hidden; }
  .information_content .information_container {
    width: 1200px;
    margin: 75px auto 78px;
    position: relative; }
    .information_content .information_container .information_nav {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 0; }
      .information_content .information_container .information_nav li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        padding: 0 30px;
        height: 42px;
        border: 1px solid #ebebeb;
        border-right: none;
        font-size: 14px;
        color: #474747;
        line-height: 42px;
        cursor: pointer; }
      .information_content .information_container .information_nav li:last-child {
        border-right: 1px solid #ebebeb; }
      .information_content .information_container .information_nav li.current {
        border-bottom: none;
        font-weight: bold; }
      .information_content .information_container .information_nav .information_float_sign {
        display: block;
        width: 118px;
        height: 2px;
        background: #474747;
        position: absolute;
        top: 0px;
        left: 0; }
    .information_content .information_container .Ad_slots {
      margin-bottom: 64px; }
    .information_content .information_container .Ad_slots:last-child {
      margin-bottom: 0px; }

.acticle_content {
  width: 100%;
  overflow: hidden; }
  .acticle_content .acticle_container {
    width: 1200px;
    margin: 75px auto 78px;
    position: relative; }

.search_content {
  width: 100%;
  overflow: hidden; }
  .search_content .search_container {
    width: 1200px;
    margin: 37px auto 78px;
    position: relative; }
  .search_content .search_num {
    font-size: 14px;
    color: #949493;
    line-height: 14px;
    margin-bottom: 24px; }
    .search_content .search_num span {
      color: #4d70e2;
      font-weight: bold; }
  .search_content .search_result2 .no_search {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    padding: 60px 0; }
    .search_content .search_result2 .no_search img, .search_content .search_result2 .no_search span {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top; }
    .search_content .search_result2 .no_search img {
      margin-right: 20px; }
    .search_content .search_result2 .no_search span {
      color: #949493;
      font-weight: bold;
      line-height: 130px; }
  .search_content .search_result2 .tuijian h2 {
    font-size: 22px;
    line-height: 24px;
    color: #474747;
    margin-top: 24px;
    margin-bottom: 34px; }
    .search_content .search_result2 .tuijian h2 i {
      display: block;
      width: 2px;
      height: 24px;
      background: #474747;
      float: left;
      margin-right: 15px; }
  .search_content .Ad_slots {
    margin-bottom: 60px; }
  .search_content .Ad_slots:last-child {
    margin-bottom: 0; }

.top_left {
  width: 780px;
  float: left;
  position: relative; }
  .top_left .E_sports_news .E_sports_news_list {
    margin-top: 34px; }
    .top_left .E_sports_news .E_sports_news_list div.last {
      margin-bottom: 0;
      border-bottom: none; }
  .top_left .acticle_nav {
    width: 90px;
    float: left;  z-index: 9;position:relative; }
    .top_left .acticle_nav ul {
      font-size: 0; }
      .top_left .acticle_nav ul li {
        width: 60px;
        height: 60px;
        background: #f7f7f7;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
        margin-bottom: 2px; }
        .top_left .acticle_nav ul li a {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          vertical-align: top;
          width: 28px;
          height: 28px;
          background: url("/gamedj/static/images/wdj_new/share_icon2.png") no-repeat;
          margin-top: 16px; }
        .top_left .acticle_nav ul li a.weibo {
          background-position: 0 0; }
        .top_left .acticle_nav ul li a.weixin {
          background-position: 0 -28px; }
        .top_left .acticle_nav ul li a.qzone {
          background-position: 0 -56px; }
        .top_left .acticle_nav ul li a.comment {
          background-position: 0 -84px; }
      .top_left .acticle_nav ul li:hover {
        background: #4c76ff; }
        .top_left .acticle_nav ul li:hover a.weibo {
          background-position: -28px 0; }
        .top_left .acticle_nav ul li:hover a.weixin {
          background-position: -28px -28px; }
        .top_left .acticle_nav ul li:hover a.qzone {
          background-position: -28px -56px; }
        .top_left .acticle_nav ul li:hover a.comment {
          background-position: -28px -84px; }
      .top_left .acticle_nav ul li:last-child {
        margin-top: 40px; }
  .top_left .acticle_main {
    width: 690px;
    float: right; }
    .top_left .acticle_main .acticle_top {
      overflow: hidden;
      border-bottom: 1px solid #ebebeb;
      margin-bottom: 45px; }
      .top_left .acticle_main .acticle_top .breadcrumb {
        display: block;
        font-size: 14px;
        line-height: 14px;
        height: 14px;
        overflow: hidden;
        color: #aeaead;
        margin-bottom: 25px; }
        .top_left .acticle_main .acticle_top .breadcrumb a {
          color: #aeaead; }
          .top_left .acticle_main .acticle_top .breadcrumb a:hover {
            color: #4c76ff; }
        .top_left .acticle_main .acticle_top .breadcrumb i {
          color: #cbcbcb;
          padding: 0 8px; }
      .top_left .acticle_main .acticle_top h1 {
        font-size: 28px;
        line-height: 38px;
        /* height: 28px; */
        color: #474747;
        margin-bottom: 26px; }
      .top_left .acticle_main .acticle_top .txtdetail {
        font-size: 14px;
        line-height: 14px;
        height: 18px;
        overflow: hidden;
        margin-bottom: 26px;
        color: #aeaead; }
        .top_left .acticle_main .acticle_top .txtdetail .timer {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          vertical-align: top;
          margin-right: 30px; }
        .top_left .acticle_main .acticle_top .txtdetail .Author {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          vertical-align: top;
          margin-right: 30px; }
        .top_left .acticle_main .acticle_top .txtdetail .from {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          vertical-align: top; }
    .top_left .acticle_main .acticle_body {
      font-size: 16px;
      line-height: 32px;
      color: #474747;
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 65px; }
      .top_left .acticle_main .acticle_body p {
        margin-bottom: 40px; }
      .top_left .acticle_main .acticle_body .img_wrapper {
        margin-bottom: 40px;
        text-align: center; }
    .top_left .acticle_main .recommend {
      margin-top: 22px;
      overflow: hidden;
      margin-bottom: 65px; }
      .top_left .acticle_main .recommend h3 {
        font-size: 22px;
        color: #474747;
        line-height: 24px;
        margin-bottom: 34px; }
        .top_left .acticle_main .recommend h3 i {
          display: block;
          width: 2px;
          height: 24px;
          background: #474747;
          float: left;
          margin-right: 10px; }
      .top_left .acticle_main .recommend .recommend_con .pictrue {
        width: 330px;
        height: 177px;
        overflow: hidden;
        float: left;
        position: relative; }
        .top_left .acticle_main .recommend .recommend_con .pictrue img {
          width: 100%;
          height: 177px;
          -webkit-transition: all 2s ease;
          transition: all 2s ease; }
        .top_left .acticle_main .recommend .recommend_con .pictrue:hover img {
          -webkit-transform: scale(1.05);
          transform: scale(1.05); }
        .top_left .acticle_main .recommend .recommend_con .pictrue .mask {
          width: 100%;
          height: 100%;
          position: absolute;
          bottom: 0;
          left: 0; }
        .top_left .acticle_main .recommend .recommend_con .pictrue p {
          font-size: 15px;
          line-height: 24px;
          color: #fff;
          width: 100%;
          text-align: center;
          position: absolute;
          left: 0;
          bottom: 10px; }
      .top_left .acticle_main .recommend .recommend_con .recommend_list {
        width: 330px;
        overflow: hidden;
        float: right; }
        .top_left .acticle_main .recommend .recommend_con .recommend_list li {
          font-size: 15px;
          line-height: 20px;
          height: 20px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-bottom: 20px; }
          .top_left .acticle_main .recommend .recommend_con .recommend_list li i {
            display: block;
            width: 4px;
            height: 4px;
            background: #d4d4d4;
            float: left;
            margin-right: 10px;
            margin-top: 8px; }
          .top_left .acticle_main .recommend .recommend_con .recommend_list li a {
            color: #474747; }
            .top_left .acticle_main .recommend .recommend_con .recommend_list li a:hover {
              color: #4c76ff; }
        .top_left .acticle_main .recommend .recommend_con .recommend_list li:last-child {
          margin-bottom: 0; }
    .top_left .acticle_main .weibo_comment {
      width: 690px;
      height: 1000px;
      background: #3c3c3c; }

.top_right {
  width: 340px;
  float: right; }
  .top_right .In-depth_reports {
    margin-bottom: 65px; }
    .top_right .In-depth_reports .In-depth_reports_list {
      height: 315px;
      margin-top: 34px; }
  .top_right .Team_news {
    margin-bottom: 53px; }
    .top_right .Team_news .Team_news_list {
      margin-top: 22px; }
  .top_right .Gaming_news {
    margin-bottom: 53px; }
    .top_right .Gaming_news .Gaming_news_list {
      margin-top: 22px; }
  .top_right .Schedule {
    width: 340px;
    height: 340px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 64px; }
    .top_right .Schedule .Schedule_tag {
      overflow: hidden;
      margin-top: -1px; }
      .top_right .Schedule .Schedule_tag ul {
        width: 339px; }
        .top_right .Schedule .Schedule_tag ul li {
          float: left;
          height: 47px;
          line-height: 47px;
          text-align: center;
          font-size: 15px;
          color: #474747;
          border-right: 1px solid #ebebeb;
          border-bottom: 1px solid #ebebeb;
          width: 49px;
          font-weight: bold;
          cursor: pointer;
          position: relative; }
          .top_right .Schedule .Schedule_tag ul li img {
            vertical-align: middle;
            width: 22px;
            height: 22px; }
          .top_right .Schedule .Schedule_tag ul li:first-child {
            width: 88px; }
          .top_right .Schedule .Schedule_tag ul li.current {
            border-bottom: none; }
          .top_right .Schedule .Schedule_tag ul li strong {
            display: block;
            width: 15px;
            height: 15px;
            background: url("/gamedj/static/images/wdj_new/H.png") no-repeat;
            position: absolute;
            right: -1px;
            top: -1px;
            z-index: 2; }
    .top_right .Schedule .Schedule_con {
      width: 320px;
      height: 245px;
      margin: 23px 0 23px 19px;
      overflow: hidden; }
      .top_right .Schedule .Schedule_con .Schedule_list {
        position: relative;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 24px; }
        .top_right .Schedule .Schedule_con .Schedule_list ul {
          width: 255px;
          margin-left: 50px;
          overflow: hidden; }
          .top_right .Schedule .Schedule_con .Schedule_list ul li {
            font-size: 14px;
                line-height: 19px;
              height: 19px;
            overflow: hidden;
            margin-bottom: 22px; }
            .top_right .Schedule .Schedule_con .Schedule_list ul li a {
              display: inline-block;
              *display: inline;
              *zoom: 1;
              vertical-align: top;
              width: 200px;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              color: #474747; }
              .top_right .Schedule .Schedule_con_game .Schedule_list ul li a {
                width: 120px;
              }
              .top_right .Schedule .Schedule_con .Schedule_list ul li a:hover {
                color: #4c76ff; }
            .top_right .Schedule .Schedule_con .Schedule_list ul li .Schedule_time {
              display: inline-block;
              *display: inline;
              *zoom: 1;
              vertical-align: top;
              width: 50px;
              margin-left: 5px;
              color: #aeaead;
              text-align: center;  }
              .top_right .Schedule .Schedule_con .Schedule_list ul li .Schedule_time1{
                float: right;margin-right: 10px;
              }
              .top_right .Schedule .Schedule_con .Schedule_list ul li .Schedule_time i {
                font-style: normal;
                color: #474747; }
        .top_right .Schedule .Schedule_con .Schedule_list .Schedule_day {
          line-height: 20px;
          position: absolute;
          top: 0;
          /* margin-top: -20px; */
          left: 0;
          color: #aeaead; }
      .top_right .Schedule .Schedule_con .Schedule_list:last-child {
        margin-bottom: 0; }

    .top_right .Schedule .Schedule_con_game .Schedule_list ul li .Schedule_team {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top;
      width: 132px;
      color: #474747; }
      .top_right .Schedule .Schedule_con_game .Schedule_list ul li .Schedule_team i {
        font-style: normal;
        color: #aeaead;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        margin: 0 5px; }
      .top_right .Schedule .Schedule_con_game .Schedule_list ul li .Schedule_team i.fs {
        color: #4d70e2; }
    .top_right .Schedule .Schedule_float_sign {
      display: block;
      width: 90px;
      height: 2px;
      background: #474747;
      position: absolute;
      top: -1px;
      left: -1px; }
  .top_right .Ad_slots {
    width: 340px;
    height: 250px; }
    .top_right .Ad_slots img {
      width: 100%;
      height: 100%; }
  .top_right .Games_topics {
    margin-bottom: 65px; }
    .top_right .Games_topics .Games_topics_lits .Triangle_list {
      margin-top: 35px; }
  .top_right .Hot_videos {
    margin-bottom: 40px; }
    .top_right .Hot_videos .Hot_videos_list {
      margin-top: 35px;
      width: 364px;
      overflow: hidden; }
      .top_right .Hot_videos .Hot_videos_list .video_list {
        width: 158px;
        margin-bottom: 25px;
        margin-right: 24px;
        float: left; }
  .top_right .dj_wb {
    margin-bottom: 65px; }
    .top_right .dj_wb .dj_wb_nav {
      position: relative;
      overflow: hidden; }
      .top_right .dj_wb .dj_wb_nav li {
        width: 168px;
        height: 46px;
        border: 1px solid #ebebeb;
        float: left;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        line-height: 46px;
        cursor: pointer; }
      .top_right .dj_wb .dj_wb_nav li:first-child {
        border-right: none; }
      .top_right .dj_wb .dj_wb_nav li.current {
        border-bottom: none; }
      .top_right .dj_wb .dj_wb_nav .gz_float_sign {
        display: block;
        width: 170px;
        height: 2px;
        background: #474747;
        position: absolute;
        top: 0px;
        left: 0px; }
    .top_right .dj_wb .dj_wb_con .title {
      overflow: hidden; }
      .top_right .dj_wb .dj_wb_con .title .redu {
        width: 50px;
        float: left;
        text-indent: 10px;
        line-height: 46px; }
      .top_right .dj_wb .dj_wb_con .title .mingcheng {
        width: 230px;
        float: left;
        text-indent: 30px;
        line-height: 46px; }
      .top_right .dj_wb .dj_wb_con .title .weibo {
        width: 60px;
        float: left;
        text-indent: 10px;
        line-height: 46px; }
    .top_right .dj_wb .dj_wb_con ul {
      overflow: hidden;
      border-bottom: 1px solid #ededed; }
      .top_right .dj_wb .dj_wb_con ul li {
        border-top: 1px solid #ededed;
        padding: 14px 0;
        line-height: 24px; }
        .top_right .dj_wb .dj_wb_con ul li .dj_wb_num {
          font-size: 22px;
          display: block;
          width: 50px;
          float: left;
          text-align: center;
          color: #b7b7b7;
          font-family: Impact; }
        .top_right .dj_wb .dj_wb_con ul li.one .dj_wb_num {
          color: #f9415b; }
        .top_right .dj_wb .dj_wb_con ul li.two .dj_wb_num, .top_right .dj_wb .dj_wb_con ul li.three .dj_wb_num {
          color: #474747; }
        .top_right .dj_wb .dj_wb_con ul li .dj_infor {
          height: 24px;
          overflow: hidden; }
          .top_right .dj_wb .dj_wb_con ul li .dj_infor .attention {
            display: block;
            width: 56px;
            height: 22px;
            float: right;
            background: #f3f3f3;
            border: 1px solid #f3f3f3;
            color: #838383;
            text-align: center;
            line-height: 22px;
            cursor: pointer; }
          .top_right .dj_wb .dj_wb_con ul li .dj_infor .pic {
            display: block;
            width: 82px;
            height: 68px;
            float: left;
            margin-right: 20px;
            display: none; }
          .top_right .dj_wb .dj_wb_con ul li .dj_infor .team {
            display: block;
            width: 82px;
            float: left;
            overflow: hidden;
            margin-right: 20px;
            color: #474747; }
          .top_right .dj_wb .dj_wb_con ul li .dj_infor .name {
            display: block;
            width: 100px;
            float: left;
            color: #838383; }
            .top_right .dj_wb .dj_wb_con ul li .dj_infor .name .game_logo {
              display: none; }
      .top_right .dj_wb .dj_wb_con ul li.hover {
        padding: 23px 0;
        line-height: 68px; }
        .top_right .dj_wb .dj_wb_con ul li.hover .dj_infor {
          height: 68px;
          line-height: 30px; }
          .top_right .dj_wb .dj_wb_con ul li.hover .dj_infor .attention {
            color: #fff;
            background: #4d70e2;
            border: 1px solid #4d70e2;
            margin-top: 22px; }
            .top_right .dj_wb .dj_wb_con ul li.hover .dj_infor .attention:hover {
              background: #3f62d6; }
          .top_right .dj_wb .dj_wb_con ul li.hover .dj_infor .pic {
            display: block; }
          .top_right .dj_wb .dj_wb_con ul li.hover .dj_infor .team {
            width: 110px; }
            .top_right .dj_wb .dj_wb_con ul li.hover .dj_infor .team:hover {
              color: #4c76ff; }
          .top_right .dj_wb .dj_wb_con ul li.hover .dj_infor .name {
            height: 22px;
            line-height: 22px;
            margin-top: 8px; }
            .top_right .dj_wb .dj_wb_con ul li.hover .dj_infor .name:hover {
              color: #4c76ff; }
            .top_right .dj_wb .dj_wb_con ul li.hover .dj_infor .name .game_logo {
              display: block;
              float: left;
              width: 22px;
              height: 22px;
              margin-right: 5px; }
              .top_right .dj_wb .dj_wb_con ul li.hover .dj_infor .name .game_logo img {
                width: 100%;
                height: 100%; }
  .top_right .Hot_news {
    margin-top: 65px;
    margin-bottom: 65px; }
    .top_right .Hot_news .Hot_news_list {
      margin-top: 34px; }
      .top_right .Hot_news .Hot_news_list li {
        line-height: 20px;
        height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        margin-bottom: 24px; }
        .top_right .Hot_news .Hot_news_list li i {
          display: block;
          width: 20px;
          height: 20px;
          background: #f3f3f3;
          color: #b1b1b1;
          text-align: center;
          float: left;
          margin-right: 15px;
          font-style: normal; }
        .top_right .Hot_news .Hot_news_list li i.te {
          background: #474747;
          color: #fff; }
        .top_right .Hot_news .Hot_news_list li a {
          color: #474747; }
          .top_right .Hot_news .Hot_news_list li a:hover {
            color: #4c76ff; }
      .top_right .Hot_news .Hot_news_list li:last-child {
        margin-bottom: 0; }
  .top_right .Original_con {
    margin-bottom: 65px; }
    .top_right .Original_con .Original_b {
      margin-top: 34px; }
      .top_right .Original_con .Original_b .pictrue {
        width: 330px;
        height: 177px;
        overflow: hidden;
        position: relative; }
        .top_right .Original_con .Original_b .pictrue img {
          width: 100%;
          height: 177px;
          -webkit-transition: all 2s ease;
          transition: all 2s ease; }
        .top_right .Original_con .Original_b .pictrue .mask {
          width: 100%;
          height: 100%;
          background: url(https://n.sinaimg.cn/games/2016/home/nav_bigPic_mask.png) no-repeat center bottom;
          position: absolute;
          bottom: 0;
          left: 0; }
        .top_right .Original_con .Original_b .pictrue p {
          font-size: 15px;
          line-height: 24px;
          color: #fff;
          width: 100%;
          text-align: center;
          position: absolute;
          left: 0;
          bottom: 10px; }
        .top_right .Original_con .Original_b .pictrue:hover img {
          -webkit-transform: scale(1.05);
          transform: scale(1.05); }
    .top_right .Original_con .Original_s {
      margin-top: 38px;
      height: 86px;
      overflow: hidden; }
      .top_right .Original_con .Original_s .pictrue {
        width: 158px;
        height: 86px;
        overflow: hidden;
        float: left;
        position: relative;
        margin-right: 24px; }
        .top_right .Original_con .Original_s .pictrue:hover img{
          -webkit-transform: scale(1.05);
          transform: scale(1.05);
        }
        .top_right .Original_con .Original_s .pictrue img {
          width: 100%;
          height: 100%;-webkit-transition: all 2s ease;
    transition: all 2s ease; }
      .top_right .Original_con .Original_s .article_title {
        font-size: 14px;
        line-height: 24px;
        margin-top: 1px;
        height: 48px;
        overflow: hidden;
        width: 158px; }
        .top_right .Original_con .Original_s .article_title a {
          color: #474747; }
          .top_right .Original_con .Original_s .article_title a:hover {
            color: #4c76ff; }
      .top_right .Original_con .Original_s .time {
        color: #aeaead;
        font-size: 14px;
        margin-top: 12px; }


.Popular_topics {
  width: 1200px;
  height: 94px;
  padding: 23px 0;
  background: #f5f5f5;
  margin: 78px auto;
  overflow: hidden; }
  .Popular_topics h4 {
    font-size: 15px;
    width: 15px;
    line-height: 18px;
    padding: 11px 12px;
    background: #333333;
    color: #fff;
    float: left; }
  .Popular_topics .Popular_topics_list {
    width: 350px;
    height: 94px;
    cursor: pointer;
    float: left;
    margin-left: 32px;
    overflow: hidden;
    /*-webkit-transform: scale(0); transform: scale(0);  -webkit-transition: all 1s ease;  transition: all 1s ease; */ }
    .Popular_topics .Popular_topics_list .games_pic {
      width: 150px;
      height: 94px;
      float: left;
      margin-right: 20px; }
      .Popular_topics .Popular_topics_list .games_pic img {
        width: 100%;
        height: 100%; }
    .Popular_topics .Popular_topics_list .games_title {
      font-size: 14px;
      line-height: 23px;
      height: 46px;
      overflow: hidden;
      color: #474747;
      width: 180px;
      margin-top: -2px;
      font-weight: bold;}
      .Popular_topics_list .games_title a{
            color: #474747;
      }
      .Popular_topics_list .games_title a:hover{
            color: #4c76ff;
      }
    .Popular_topics .Popular_topics_list .games_time {
      height: 44px;
      overflow: hidden;
      margin-top: 4px; }
      .Popular_topics .Popular_topics_list .games_time .logo {
        width: 44px;
        height: 44px;
        border-radius: 5px;
        float: left;
        margin-right: 10px;
        overflow: hidden; }
      .Popular_topics .Popular_topics_list .games_time span {
        color: #838383;
        line-height: 22px;
        height: 44px;
        overflow: hidden; }
    .Popular_topics .Popular_topics_list:hover .games_title {
      color: #4c76ff; }

.bottom_left {
  width: 780px;
  float: left; }
  .bottom_left .Hot_videos {
    position: relative;
    margin-bottom: 46px; }
    .bottom_left .Hot_videos .Hot_videos_tag {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 0; }
      .bottom_left .Hot_videos .Hot_videos_tag a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        font-size: 14px;
        color: #474747;
        height: 42px;
        line-height: 42px;
        /* padding: 0 30px; */
        border: 1px solid #ebebeb;
        border-right: none; width: 140px;
    text-align: center; }
      .bottom_left .Hot_videos .Hot_videos_tag a.current {
        border-bottom: none;
        font-weight: bold; }
      .bottom_left .Hot_videos .Hot_videos_tag a.last {
        border-right: 1px solid #ebebeb; }
      .bottom_left .Hot_videos .Hot_videos_tag .videos_float_sign {
        display: block;
        width: 140px;
        height: 2px;
        background: #474747;
        position: absolute;
        top: 0;
        left: 0; }
    .bottom_left .Hot_videos .Hot_videos_con {
      width: 780px;
      height: 481px;
      margin-top: 35px;
      background: #8e8e8e;
      overflow: hidden;
      position: relative; }
      .bottom_left .Hot_videos .Hot_videos_con .video_pic {
        width: 100%;
        height: 100%; }
        .bottom_left .Hot_videos .Hot_videos_con .video_pic img {
          width: 100%;
          height: 100%; }
        .bottom_left .Hot_videos .Hot_videos_con .video_pic .video_playbtn {
          display: block;
          width: 82px;
          height: 82px;
          position: absolute;
          top: 199px;
          left: 349px;
          background: url("/gamedj/static/images/wdj_new/video_btn.png") no-repeat;
          background-position: 0  -46px;
          transition: .3s; }
          .bottom_left .Hot_videos .Hot_videos_con .video_pic .video_playbtn:hover {
            background-position: -91px -46px; }
  .bottom_left .Recommend h3 {
    font-size: 20px;
    color: #474747;
    line-height: 20px;
    margin-bottom: 25px; }
  .bottom_left .Recommend .Recommend_list {
    width: 810px;
    overflow: hidden; }
    .bottom_left .Recommend .Recommend_list .Tradition_list {
      margin-right: 30px;
      float: left; }

.bottom_right {
  width: 340px;
  float: right; }
  .bottom_right .Games_front {
    overflow: hidden;
    margin-bottom: 65px; }
    .bottom_right .Games_front .Games_front_list {
      margin-top: 35px; }
      .bottom_right .Games_front .Games_front_list .label_list {
        margin-bottom: 49px;
        height: 128px;
        overflow: hidden; }
      .bottom_right .Games_front .Games_front_list .label_list:last-child {
        margin-bottom: 0; }
  .bottom_right .Ad_slots {
    width: 340px;
    height: 255px;
    overflow: hidden; }
    .bottom_right .Ad_slots img {
      width: 100%;
      height: 100%; }

.module_title h2 {
  float: left; }
  .module_title h2 p.chinese {
    font-size: 24px;
    color: #474747;
    line-height: 30px; }
  .module_title h2 p.english {
    font-size: 12px;
    color: #aeaead;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: normal; }
  .module_title h2 span.mark_line {
    display: block;
    width: 35px;
    height: 2px;
    background: #474747; }
.module_title .more {
  display: block;
  width: 69px;
  height: 21px;
  float: right;
  overflow: hidden;
  margin-top: 17px;
  font-size: 10px;
  text-align: center; }
  .module_title .more span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 47px;
    height: 19px;
    border: 1px solid #ebebeb;
    border-right: none;
    color: #949493;
    line-height: 19px; }
  .module_title .more i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-style: normal;
    width: 21px;
    height: 21px;
    line-height: 21px;
    color: #fff;
    background: #474747; }
  .module_title .more:hover span {
    border-color: #4d70e2;
    color: #4d70e2; }
  .module_title .more:hover i {
    background: #4d70e2; }

.main_list_onepic {
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid #ebebeb; }
  .main_list_onepic .article_pic {
    float: left;
    width: 204px;
    height: 122px;
    overflow: hidden;
    margin-right: 30px;
    position: relative; }
    .main_list_onepic .article_pic img {
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 2s ease;
      transition: all 2s ease; }
    .main_list_onepic .article_pic .video_btn, .Tradition_list .article_pic .video_btn {
      display: block;
      width: 36px;
      height: 36px;
      background: url("/gamedj/static/images/wdj_new/video_btn.png") no-repeat;
      position: absolute;
      top: 43px;
      left: 50%;margin-left: -18px; }
    .main_list_onepic .article_pic:hover img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    .main_list_onepic .article_pic:hover .video_btn, .Tradition_list .article_pic:hover .video_btn {
      background-position: -46px 0; }
  .main_list_onepic .article_title {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px; }
    .main_list_onepic .article_title a {
      color: #474747; }
      .main_list_onepic .article_title a:hover {
        color: #4c76ff; }
    .main_list_onepic .article_title .video_icon {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top;
      width: 19px;
      height: 15px;
      background: url("/gamedj/static/images/wdj_new/video.png") no-repeat;
      margin-left: 5px;
      margin-top: 5px; }
  .main_list_onepic .article_introduction {
    color: #666565;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 14px; }

.main_list_somepic {
  padding-bottom: 39px;
  margin-bottom: 42px;
  border-bottom: 1px solid #ebebeb; }
  .main_list_somepic .article_title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 23px; }
    .main_list_somepic .article_title a {
      color: #474747; }
      .main_list_somepic .article_title a:hover {
        color: #4c76ff; }
    .main_list_somepic .article_title i {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top;
      width: 48px;
      height: 24px;
      line-height: 24px;
      font-size: 14px;
      font-style: normal;
      background-color: #4d70e2;
      color: #fff;
      text-align: center;
      position: relative;
      margin-right: 15px; }
      .main_list_somepic .article_title i:after {
        content: " ";
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        width: 0;
        height: 0;
        position: absolute;
        right: -6px;
        border-top: 6px solid #4d70e2;
        border-right: 6px solid transparent; }
  .main_list_somepic .article_pic {
    overflow: hidden;
    margin-bottom: 23px; }
    .main_list_somepic .article_pic ul {
      width: 786px; }
      .main_list_somepic .article_pic ul li {
        width: 256px;
        height: 142px;
        overflow: hidden;
        float: left;
        margin-right: 6px; }
        .main_list_somepic .article_pic ul li img {
          width: 100%;
          height: 100%;
          opacity: 0;
          -webkit-transition: all 2s ease;
          transition: all 2s ease; }
        .main_list_somepic .article_pic ul li:hover img {
          -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.simple_list {
  width: 100%;
  overflow: hidden;
  height: 36px;
  line-height: 36px; }
  .simple_list .article_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #474747;}
    .simple_list .article_title:hover {
      color: #4c76ff; }
  .simple_list .time {
    float: right;
    color: #c8c8c8;
    margin-left: 15px; }

.detailed_list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; }
  .detailed_list .article_pic {
    width: 132px;
    height: 122px;
    overflow: hidden;
    float: left;
    margin-right: 22px;
    display: none; }
    .detailed_list .article_pic img {
      width: 100%;
      height: 100%;
      -webkit-transition: all 2s ease;
      transition: all 2s ease; }
    .detailed_list .article_pic:hover img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
  .detailed_list .time {
    float: right;
    line-height: 14px;
    color: #c8c8c8; }
  .detailed_list .article_title, .detailed_list .article_introduction {
    width: auto; }
  .detailed_list .article_title {
    font-size: 14px;
    line-height: 14px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;width: 288px; height: 19px; }
    .detailed_list .article_title a {
      color: #474747; }
      .detailed_list .article_title a:hover {
        color: #4c76ff; }
  .detailed_list .article_introduction {
    font-size: 14px;
    color: #838383;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-top: 5px;
    display: none; }

.detailed_list.active {
  height: 122px;
  overflow: hidden; }
  .detailed_list.active .article_pic {
    display: block; }
  .detailed_list.active .time {
    float: right;
    display: none; }
  .detailed_list.active .article_title, .detailed_list.active .article_introduction {
    width: 186px;
    float: right; }
  .detailed_list.active .article_title {
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top: -4px;
    white-space: normal; }
  .detailed_list.active .article_introduction {
    display: block; }

.new_list_other {
  height: 20px;
  line-height: 20px;
  color: #aeaead;
  overflow: hidden; }
  .new_list_other .time {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    overflow: hidden;
    margin-right: 55px; }
  .new_list_other .from {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    overflow: hidden;
    margin-right: 55px; }
    .new_list_other .from a {
      color: #aeaead; }
      .new_list_other .from a:hover {
        color: #4c76ff; }
  .new_list_other .article_share {
    overflow: hidden; }
    .new_list_other .article_share .share_btn {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top;
      width: 16px;
      height: 14px;
      background: url("/gamedj/static/images/wdj_new/share_btn.png") no-repeat;
      margin: 3px 7px;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    .new_list_other .article_share .weibo {
      background-position: 0px 0px; }
    .new_list_other .article_share .weibo:hover {
      background-position: 0px -14px; }
    .new_list_other .article_share .weixin {
      background-position: -16px 0px; }
    .new_list_other .article_share .weixin:hover {
      background-position: -16px -14px; }
    .new_list_other .article_share .mshare {
      background-position: -32px 0px; }
    .new_list_other .article_share .mshare:hover {
      background-position: -32px -14px; }
    .new_list_other .article_share .commont {
      background-position: -48px 0px; }
    .new_list_other .article_share .commont:hover {
      background-position: -48px -14px; }

.list_more {
  font-size: 15px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  height: 58px;
  line-height: 58px;
  border: 1px solid #ebebeb;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .list_more a {
    color: #aeaead; }
  .list_more:hover {
    background: #f8f8f8;
    border-color: #f8f8f8; }

.Tradition_list {
  width: 240px; }
  .Tradition_list .article_pic {
    width: 240px;
    height: 135px;
    overflow: hidden;
    margin-bottom: 17px;position: relative; }
    .Tradition_list .article_pic img {
      width: 100%;
      height: 100%;
      -webkit-transition: all 2s ease;
      transition: all 2s ease; }
    .Tradition_list .article_pic:hover img {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
  .Tradition_list .article_title {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 10px; }
    .Tradition_list .article_title a {
      color: #474747; }
      .Tradition_list .article_title a:hover {
        color: #4c76ff; }
  .Tradition_list .other {
    color: #aeaead;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    overflow: hidden; }
    .Tradition_list .other .time {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top;
      margin-right: 40px; }
    .Tradition_list .other .from {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top; }
      .Tradition_list .other .from i {
        display: block;
        float: left;
        width: 14px;
        height: 14px;
        background: url("/gamedj/static/images/wdj_new/people.png") no-repeat;
        margin-right: 3px;
        margin-top: 1px; }

.label_list .article_pic {
  width: 132px;
  height: 128px;
  overflow: hidden;
  float: left;
  margin-right: 22px; }
  .label_list .article_pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 2s ease;
    transition: all 2s ease; }
  .label_list .article_pic:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
.label_list .article_title {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 15px; }
  .label_list .article_title a {
    color: #474747; }
    .label_list .article_title a:hover {
      color: #4c76ff; }
.label_list .label {
  height: 26px;
  overflow: hidden;
  margin-bottom: 20px; }
  .label_list .label a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 14px;
    color: #838383;
    padding: 4px 10px;
    background: #f5f5f5;
    margin-right: 3px; }
.label_list .other {
  height: 14px;
  overflow: hidden; }
  .label_list .other .time {
    font-size: 14px;
    line-height: 14px;
    color: #aeaead;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 40px; }
  .label_list .other .comment {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 16px;
    height: 14px;
    background: url("/gamedj/static/images/wdj_new/share_btn.png") no-repeat;
    background-position: -48px 0px; }
    .label_list .other .comment:hover {
      background-position: -48px -14px; }

.Triangle_list {
  overflow: hidden;
  background: #f8f8f8;
  padding-right: 15px; }
  .Triangle_list .article_pic {
    width: 166px;
    height: 146px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    position: relative; }
    .Triangle_list .article_pic img {
      width: 100%;
      height: 100%; }
    .Triangle_list .article_pic .Triangle {
      display: block;
      width: 8px;
      height: 146px;
      background: url("/gamedj/static/images/wdj_new/Triangle.gif") no-repeat;
      position: absolute;
      top: 0;
      right: 0; }
    .Triangle_list .article_pic .Triangle.fan {
      transform: rotateX(180deg);
      -webkit-transform: rotateX(180deg); }
  .Triangle_list .article_title {
    font-size: 15px;
    line-height: 25px;
    margin: 8px auto;
    height: 50px;
    overflow: hidden;
    position: relative; }
    .Triangle_list .article_title a {
      color: #474747; }
      .Triangle_list .article_title a:hover {
        color: #4c76ff; }
    .Triangle_list .article_title .hot {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top;
      width: 23px;
      height: 14px;
      background: url("/gamedj/static/images/wdj_new/hot.jpg") no-repeat;
      margin-top: 5px;
      margin-left: 5px; }
  .Triangle_list .article_introduction {
    font-size: 14px;
    color: #838383;
    line-height: 24px;
    height: 72px;
    overflow: hidden; }

.video_list .article_pic {
  width: 158px;
  height: 96px;
  overflow: hidden;
  position: relative; }
  .video_list .article_pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 2s ease;
    transition: all 2s ease; }
  .video_list .article_pic .video_btn {
    display: block;
    width: 36px;
    height: 36px;
    background: url(/gamedj/static/images/wdj_new/video_btn.png) no-repeat;
    position: absolute;
    top: 30px;
    left: 61px; }
  .video_list .article_pic:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .video_list .article_pic:hover .video_btn {
    background-position: -46px 0; }
.video_list .article_title {
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-top: 12px; }
  .video_list .article_title a {
    color: #474747; }
    .video_list .article_title a:hover {
      color: #4c76ff; }

.foot1 {
  width: 100%;
  background: #252525; }
  .foot1 .foot1_con {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 65px;
    font-size: 0;
    border-bottom: 1px solid #2e2e2e; }
    .foot1 .foot1_con p.title {
      font-size: 18px;
      color: #b3b3b3;
      line-height: 54px;
      margin-bottom: 39px; }
      .foot1 .foot1_con p.title:after {
        content: " ";
        display: block;
        width: 27px;
        height: 2px;
        background: #4d70e2; }
    .foot1 .foot1_con .Friend_link {
      width: 550px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top;
      overflow: hidden; }
      .foot1 .foot1_con .Friend_link .link_list {
        float: left;
        width: 170px; }
        .foot1 .foot1_con .Friend_link .link_list li {
          font-size: 14px;
          line-height: 14px;
          margin-bottom: 15px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .foot1 .foot1_con .Friend_link .link_list li a {
            color: #808080; }
            .foot1 .foot1_con .Friend_link .link_list li a:hover {
              text-decoration: underline; color:#4c76ff;}
    .foot1 .foot1_con .Official_weixin {
      width: 305px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top; }
      .foot1 .foot1_con .Official_weixin .QR img {
        margin-bottom: 10px; }
      .foot1 .foot1_con .Official_weixin .QR p {
        color: #808080;
        font-size: 14px;
        line-height: 28px;
        width: 132px;
        text-align: center; }
    .foot1 .foot1_con .Share_contact {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: top;
      width: 345px; }
      .foot1 .foot1_con .Share_contact .share {
        margin-bottom: 20px; }
        .foot1 .foot1_con .Share_contact .share a {
          display: inline-block;
          *display: inline;
          *zoom: 1;
          vertical-align: top;
          width: 44px;
          height: 44px;
          margin-right: 50px;
          background: url("/gamedj/static/images/wdj_new/foot_icon.png") no-repeat;
          -webkit-transition: all .2s;
          transition: all .2s; }
        .foot1 .foot1_con .Share_contact .share a.weibo {
          background-position: 0 0; }
        .foot1 .foot1_con .Share_contact .share a.weixin {
          background-position: -44px 0; }
        .foot1 .foot1_con .Share_contact .share a.mshare {
          background-position: -88px 0; }
        .foot1 .foot1_con .Share_contact .share a.commont {
          background-position: -132px 0; }
        .foot1 .foot1_con .Share_contact .share a.phone {
          background-position: -176px 0; }
        .foot1 .foot1_con .Share_contact .share a.weibo:hover {
          background-position: 0 -44px; }
        .foot1 .foot1_con .Share_contact .share a.weixin:hover {
          background-position: -44px -44px; }
        .foot1 .foot1_con .Share_contact .share a.mshare:hover {
          background-position: -88px -44px; }
        .foot1 .foot1_con .Share_contact .share a.commont:hover {
          background-position: -132px -44px; }
        .foot1 .foot1_con .Share_contact .share a.phone:hover {
          background-position: -176px -44px; }
      .foot1 .foot1_con .Share_contact .mailbox {
        color: #808080;
        font-size: 14px;
        line-height: 44px;
        cursor: pointer; }
        .foot1 .foot1_con .Share_contact .mailbox i {
          display: block;
          width: 44px;
          height: 44px;
          background: url("/gamedj/static/images/wdj_new/foot_icon.png") no-repeat;
          background-position: -220px 0;
          float: left;
          margin-right: 18px; }
        .foot1 .foot1_con .Share_contact .mailbox:hover {
          color: #4c76ff; }
          .foot1 .foot1_con .Share_contact .mailbox:hover i {
            background: url("/gamedj/static/images/wdj_new/foot_icon.png") no-repeat;
            background-position: -220px -44px; }

footer {
  color: #808080;
  font-size: 14px;
  line-height: 30px;
  padding: 39px 0;
  text-align: center;
  background: #252525; }
  footer a {
    color: #808080; }
    footer a:hover {
      text-decoration: underline; }
  footer .interval {
    margin: 0 5px;
    color: #3f3f3f; }

.right_btn {
  position: fixed;
  bottom: 120px;
  left: 50%;
  margin-left: 790px;
  z-index: 999;
  opacity: 0; }
  .right_btn a {
    display: block;
    width: 72px;
    height: 72px;
    overflow: hidden;
      background: url("/gamedj/static/images/wdj_new/what.png") no-repeat;
    -webkit-transition: all 1s;
    transition: all 1s; }
    .right_btn a i {
      display: block;
      width: 32px;
      height: 26px;
      margin-top: 22px;
      margin-left: 19px;
      background: url("/gamedj/static/images/wdj_new/right_btn.png") no-repeat; }
  .right_btn .weixin i {
    background-position: 0 0; }
  .right_btn .weixin:hover {
    background: #4d70e2;
    border-color: #4d70e2; }
    .right_btn .weixin:hover i {
      background-position: -32px 0; }
  .right_btn .totop {
    margin-top: -1px; }
    .right_btn .totop i {
      background-position: 0 -26px; }
    .right_btn .totop:hover {
      background: #4d70e2;
      border-color: #4d70e2; }
      .right_btn .totop:hover i {
        background-position: -32px -26px; }
  .right_btn .QR {
    position: absolute;
    top: -15px;
    left: -150px;
    display: none; }

.page_more {
  width: 100%;
  overflow: hidden; }

.pageZone {
  padding-top: 0;
  overflow: hidden;
  text-align: center; }

.pageZone span {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #474747;
  text-decoration: none;
  margin-right: 5px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  background: #f6f6f6; }

.pageZone span a {
  color: #414141;
  text-decoration: none; }

.pageZone span:hover {
  background: #4d70e2;
  color: #fff;
  text-decoration: none; }

.pageZone .Disabled {
  width: 85px; }

.pageZone span.Disabled:hover {
  background: #f6f6f6; }

.pageZone .Disabled a {
  display: inline-block;
  width: 85px;
  color: #aeaeae; }

.pageZone .Disabled a:hover {
  color: #aeaeae; }

.pageZone .next {
  width: 85px; }

.pageZone .next a {
  display: inline-block;
  width: 85px; }

.pageZone span.isNow {
  background: #4d70e2;
  color: #FFFFFF; }

.pageZone span.isNow a {
  color: #FFFFFF !important; }

.pageZone span.dot {
  border: none; }

.pageZone span a {
  display: inline-block;
  width: 38px;
  height: 38px; }

.pageZone span a:hover {
  color: #fff;
  text-decoration: none; }

/*weixin pop*/
.weixinpop {
  width: 217px;
  height: 274px;
  background: #fff;
  position: absolute;
  color: #929291;
  line-height: 22px;
  border: 1px solid #d7d7d7;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  text-align: center;
  z-index: 1000; }

.weixinpop .t {
  width: 11px;
  height: 7px;
  background: url(https://n.sinaimg.cn/game/homepage/t.gif);
  position: absolute;
  left: 50%;
  top: -7px;
  margin-left: -5px; }

.weixinpop img {
  width: 184px;
  height: 184px;
  margin: 17px 10px 5px; }

.weixinpop table {
  margin: 20px auto 18px !important; }

.bd_weixin_popup, .bd_weixin_popup_bg {
  visibility: hidden;
  opacity: 0; }

.rfixed {
  position: fixed;
  left: 50%;
  bottom: 20px;
  margin-left: 260px; }

.rfixed2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 260px; }

