html{background:url(/template/pc/default/home/images/dibubg.jpg) center 0;background-size:auto 100%;}
body{background:none;}
#ny {
  min-width: 1200px;
  min-height: 100vh;
  /*height: 15.67rem;*/
  height:auto;
  background: url() no-repeat center 0 / cover;
  position: relative;
}
.list_header a{color:#fff;}
#ny .inner {
  max-width: 12rem;
  margin: 0 auto;
}
#ny .title-news {
  width: 10.47rem;
  height: 0.76rem;
  background: url(/template/pc/default/home/images/title-news.png) no-repeat 0 0 / 100% 100%;
  display: block;
  margin: 0.8rem auto 0.6rem;
}
{
  max-width: 1200px;
  margin: 0 auto;
  background: url() no-repeat 0 0 / 100% 100%;
  margin-top: 4.6rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.down_area {
  width: 100%;
  height: 600px;
  background: url(/template/pc/default/home/images/leftbg.png) no-repeat 0 0;
  background-size:100% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 300px;
}
.down_area a {
  width: 237px;
    height: 72px;
    background-position: 0px 0px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: rgb(255, 255, 255);
    font-size: 0.16rem;
    line-height: 0.2rem;
}
.down_area a.ios {
  padding-top: 0.04rem;
  margin-top:40px;
  background-image: url(/template/pc/default/home/images/ios.png);
}
.down_area a.and {
  margin-top: 0.12rem;
  line-height: 0.5rem;
  font-size: 0.2rem;
  background-image: url(/template/pc/default/home/images/anzhuo.png);
}
.down_area p {
  color: #fff;
  font-size: 0.16rem;
  text-align: center;
  margin-top: 0.12rem;
}
.down_area img {
  margin-top: 0.1rem;
  width: auto;
  height: auto;
}
.list_content {
  max-width: 100%;
  width: 9rem;
}
.list_content .tabs {
  height: 0.83rem;
  background: url(/template/pc/default/home/images/tab_bg.jpg) no-repeat 0 0 / 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem 0 0.2rem;
  color: #fff;
  font-family: "SimSun", "宋体", Arial, sans-serif;
}
.list_content .tabs .left {
  font-size: 0.3rem;
}
.list_content .tabs .left span {
  display: inline-block;
  color: #ffe4ab;
  font-size: 0.26rem;
}
.list_content .tabs .right {
  font-size: 0.14rem;
}
.list_content .tabs .right a {
  color: #fff;
  text-decoration: underline;
  font-size: 0.14rem;
}
.list_content .list-page {
  height: 8rem;
  background-color: rgba(75, 75, 75, 1);
}
.list_content .list_header {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-top: 0.4rem;
  width: 6.52rem;
}
.list_content .list_header li {
  flex: 1;
  height: 0.44rem;
  line-height: 0.44rem;
  background-color: #333;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
  cursor: pointer;
}
.list_content .list_header li.active {
  background-color: #cfae69;
  color: #282b4a;
}
.list_content .list_header li:not(:first-child) {
  margin-left: 1px;
}
.list_content .list {
  padding: 0.3rem 0.5rem 0;
  margin-bottom: 0.46rem;
}
.list_content .list .list-item {
  height: 0.5rem;
  border-bottom: 0.01rem dotted #777;
}
.list_content .list .list-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #eee;
  font-size: 0.15rem;
}
.list_content .list .list-item a:hover {
  color: #999;
  opacity: 0.9;
}
.list_content .list .list-item a .content {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list_content .list .list-item a .date {
  width: 1.2rem;
  text-align: end;
}
.list_content .article {
  padding: 0.4rem 0.5rem;
  height: auto;
  min-height: 400px;
  overflow-y: auto;
  background-color: rgba(75, 75, 75, 1);
}
.list_content .article::-webkit-scrollbar {
  width: 0.05rem;
}
.list_content .article::-webkit-scrollbar-track {
  background-color: #aaa;
  border-radius: 5rem;
}
.list_content .article::-webkit-scrollbar-thumb {
  width: 100%;
  background-color: #555;
  border-radius: 5rem;
}
.list_content .article h1 {
  padding-bottom: 0.2rem;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #555;
  word-break: break-all;
}
.list_content .article .date {
  font-size: 0.12rem;
  text-align: center;
  padding: 0.04rem;
  color: #999;
}
.list_content .article .a_cont {
  padding: 0.15rem;
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.8;
  word-break: break-all;
}
.list_content .article .a_cont .img,
.list_content .article .a_cont img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
#ny .footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0.5rem;
  line-height: 0.5rem;
}
#ny .footer .footer-top {
  background-color: #000;
  color: #fff;
  font-size: 0.12rem;
  text-align: center;
}
#ny .footer .footer-bottom {
  height: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
}
#ny .footer .footer-bottom .logo {
  width: 2.48rem;
  height: 0.8rem;
  background: url(/template/pc/default/home/images/logo.png) no-repeat 0 0 / 100% 100%;
  border-right: 1px solid #fff;
}
#ny .footer .footer-bottom .right {
  padding-left: 0.25rem;
  color: #fff;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ny .footer .footer-bottom .right a {
  color: #fff;
  font-size: 0.16rem;
}
#ny .footer .footer-bottom .right ul {
  display: flex;
  align-items: center;
}
#ny .footer .footer-bottom .right ul li {
  padding: 0 0.18rem;
  text-align: center;
  position: relative;
}
#ny .footer .footer-bottom .right ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.18rem;
  background-color: #fff;
}
#ny .footer .footer-bottom .right ul li:nth-last-child(1)::after {
  display: none;
}
#ny .footer .footer-bottom .right p a {
  margin-left: 0.16rem;
}
@media screen and (max-width: 750px) {
  #ny {
    padding-top: 1rem;
    min-width: unset;
    width: 100%;
    height: auto;
    background: unset;
    background-color: #44467a;
  }
  .list_area {
    padding-top: 0 !important;
  }
  #ny .list_area{
          background-color: #44467a;
  }
  .list_area .down_area {
    display: none !important;
  }
  .list_area .tabs {
    height: 0.83rem;
    background: url(/template/pc/default/home/images/zx_bg.jpg) no-repeat 0 0 / 100% 100% !important;
    padding: 0 !important;
    position: relative;
  }
  .list_area .tabs::after {
    content: '最新资讯';
    color: #0559ae;
    font-size: 0.36rem;
    font-weight: 700;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 0.95rem;
    text-align: center;
  }
  .list_area .tabs.gl::after {
    content: '游戏攻略';
  }
  .list_area .tabs .left,
  .list_area .tabs .right {
    display: none;
  }
  .list_area .tabs.detail::after {
    display: none;
  }
  .list_area .list-page {
    height: auto !important;
    background-color: transparent !important;
    padding-bottom: 1rem;
  }
  .list_area .list-page .list_header {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .list_area .list-page .list_header li {
    flex: unset !important;
    width: 1.9rem;
    height: 0.7rem !important;
    line-height: 0.7rem !important;
    margin-left: 0 !important;
    font-size: 0.3rem !important;
    background-color: #676add !important;
    position: relative;
    -webkit-tap-highlight-color: transparent;
  }
  .list_area .list-page .list_header li::after {
    content: '';
    width: 1px;
    height: 0.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
  }
  .list_area .list-page .list_header li:nth-last-child(1)::after {
    display: none;
  }
  .list_area .list-page .list_header li.active {
    color: #0ff !important;
    border-bottom: 2px solid #0ff;
  }
  .list_area .list-page .list {
    padding: 0.1rem 0.24rem !important;
  }
  .list_area .list-page .list .list-item {
    height: 0.8rem !important;
    border-bottom: 1px solid #d9d9d9 !important;
  }
  .list_area .list-page .list .list-item a {
    color: #fff !important;
    font-size: 0.26rem !important;
  }
  .list_area .list-page .list .list-item a .date {
    width: 2rem !important;
    color: #fff;
  }
  .list_area .list-page .list .list-item:hover a,
  .list_area .list-page .list .list-item:active a {
    color: #3aaff5 !important;
  }
  .list_area .list-page .list .list-item:hover a .date,
  .list_area .list-page .list .list-item:active a .date {
    color: #3aaff5;
  }
  .list_area .article {
    height: auto !important;
    background-color: transparent !important;
    padding: 0.3rem 0.24rem !important;
  }
  .list_area .article h1 {
    font-size: 0.38rem !important;
    color: #fff !important;
    font-weight: 700;
    border: none !important;
  }
  .list_area .article .date {
    color: #fff !important;
    font-size: 0.24rem !important;
    border-bottom: 1px dashed #8f8b7a;
    padding-bottom: 0.2rem !important;
  }
  .list_area .article .a_cont {
    padding: 0.3rem !important;
    font-size: 0.3rem !important;
  }
  .list_area .article .a_cont p,
  .list_area .article .a_cont span,
  .list_area .article .a_cont a {
    color: #fff;
    font-size: 0.3rem;
  }
  .m-style a,
  .m-style span {
    font-size: 0.32rem !important;
    color: #4d96eb !important;
  }
  .m-style .active {
    color: #fff !important;
  }
  .footer {
    display: none;
  }
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #333;
    border-color: #333;
    cursor: default; }