@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: 'Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial,sans-serif' !important;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
div,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
p,
blockquote,
figure,
form,
fieldset,
input,
legend,
pre,
abbr,
button {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
pre,
code,
address,
caption,
th,
figcaption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}
fieldset,
iframe,
img {
  border: 0;
}
caption,
th {
  text-align: left;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
footer,
header,
nav,
main,
section,
summary,
details,
hgroup,
figure,
figcaption {
  display: block;
}
audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}
button {
  background: none;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}
button:disabled {
  cursor: default;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
}
img {
  display: block;
  border: 0;
}
:focus {
  outline: none;
}
[hidden] {
  display: none;
}
i,
em,
code {
  font-style: normal;
}
b,
strong {
  font-weight: bold;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
button,
input,
select,
textarea {
  font-family: 'Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Noto Sans CJK SC,WenQuanYi Micro Hei,Arial,sans-serif' !important;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
input:focus,
select:focus,
textarea:focus,
button:focus,
button:active {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.text_wrap {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
/*
*params{Number} num: 几行隐藏
*/
.text_rf {
  text-align: right;
}
.text_lf {
  text-align: left;
}
/*头部*/
html.active,
body.active {
  position: relative;
  height: 100%;
  overflow: hidden;
}
header {
  display: none;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 1rem;
  z-index: 999;
  background: rgba(44, 44, 44, 0.8);
  overflow: hidden;
}
header .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
header .top a.logo_write {
  margin-left: 0.2rem;
}
header .top a.logo_write img {
  width: 1.8rem;
  height: auto;
}
header .top .top_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #707070;
}
header .top .top_left a.top_return {
  width: 7px;
  height: 13px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAZCAYAAAABmx/yAAAAAXNSR0IArs4c6QAAANxJREFUOBGdlDEKAjEQRVe8j42NvZWVlc3aaeEhPISF2NhZeRtvIiKIheLGN5CBYYvMZAeGJOx/+ckmmaapiJTSnnyRuzCG+Ehq3EIgagsJvHVBRGdR5uhoN0OgdRFi1hFpnX6MVxHoglDjS2dZC32AFhHoqja0b3JeC8khzzxojMg6PRlPi5B8RHQiNR50Ji6UQVmWRhuCMjjYUQ67fo/ZtQ/7f1X3hKvA9sb451iA/ZtTgP272oPrXofC0rJnC8sjLr9HB/YrgE7Qc2YYqDkGtgUrVuUMfMDtTrZ/7UrfwQO7uwgAAAAASUVORK5CYII=) no-repeat center top;
  background-size: 100% 100%;
}
header .top .top_center {
  width: 5.5rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.32rem;
  color: #ffffff;
  text-align: center;
}
header .top .top_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1rem;
  height: 1rem;
}
header .top .top_right a.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 0.4rem;
  height: 0.32rem;
}
header .top .top_right a.more i {
  display: block;
  background: #ffffff;
  width: 0.4rem;
  height: 0.04rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.navlist {
  display: block;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}
/*导航菜单*/
nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
nav .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1rem;
  background: #ffffff;
}
nav .top a.logo_black {
  margin-left: 0.2rem;
}
nav .top a.logo_black img {
  width: 1.8rem;
  height: auto;
}
nav .top a.close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-pack: justify;
  width: 0.4rem;
  height: 0.32rem;
  margin-right: 0.3rem;
}
nav .top a.close i {
  display: block;
  background: #000;
  width: 0.4rem;
  height: 0.04rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav .top a.close i:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0.1rem, 0.1rem);
      -ms-transform: rotate(45deg) translate(0.1rem, 0.1rem);
          transform: rotate(45deg) translate(0.1rem, 0.1rem);
}
nav .top a.close i:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(0.1rem, -0.1rem);
      -ms-transform: rotate(-45deg) translate(0.1rem, -0.1rem);
          transform: rotate(-45deg) translate(0.1rem, -0.1rem);
}
nav.nav_fadeIn {
  -webkit-animation: bounceInDown 0.5s 0s ease-in-out both;
          animation: bounceInDown 0.5s 0s ease-in-out both;
}
nav.nav_fadeOut {
  -webkit-animation: fadeOutUp 0.5s 0s ease-in-out both;
          animation: fadeOutUp 0.5s 0s ease-in-out both;
}
nav .navbox {
  width: 7.5rem;
  height: 100vh;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
}
nav .navbox ul {
  padding: 0.4rem 1.25rem 0 1.25rem;
  overflow: hidden;
}
nav .navbox ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2rem;
  text-align: center;
  font-size: 0.3rem;
  color: #191919;
}
nav .navbox ul li a {
  float: left;
  width: 2.5rem;
}
nav .navbox ul li a img {
  display: block;
  width: 0.66rem;
  height: auto;
  margin: 0 auto 0.2rem auto;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  10% {
    opacity: 0.9;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  20% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0.7;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  10% {
    opacity: 0.9;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  20% {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  30% {
    opacity: 0.7;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40% {
    opacity: 0.6;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes bounceInDown {
  0%,
  30%,
  45%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -webkit-transform: translate3d(0, -16rem, 0);
            transform: translate3d(0, -16rem, 0);
  }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 16px, 0);
            transform: translate3d(0, 16px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -16px, 0);
            transform: translate3d(0, -16px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  30%,
  45%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -webkit-transform: translate3d(0, -16rem, 0);
            transform: translate3d(0, -16rem, 0);
  }
  60% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 16px, 0);
            transform: translate3d(0, 16px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -16px, 0);
            transform: translate3d(0, -16px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
header {
  background: #2c2c2c;
}
header .top_right {
  background: #429cf8;
}
section {
  position: relative;
  width: 100vw;
  margin: 0 auto 0.3rem auto;
  padding-top: 1rem;
}
section .content {
  width: 7.5rem;
  min-height: calc(100vh - 1.6rem);
  margin: 0 auto;
  padding: 0.3rem 0;
}
section .content .content_item {
  display: block;
  width: 7.5rem;
  height: 1.4rem;
  padding: 0 0.25rem;
  margin: 0 auto 0.24rem auto;
  overflow: hidden;
  border-bottom: 0.02rem solid #dcdcdc;
}
section .content .content_item a {
  display: block;
  overflow: hidden;
}
section .content .content_item a p {
  float: left;
  width: 4.7rem;
  color: #000000;
  font-size: 0.28rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
section .content .content_item a img {
  float: right;
  width: 2.2rem;
  height: 1.1rem;
}
section .loadmore,
section .none {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #d5d5d5;
  font-size: 0.24rem;
}
section .none {
  display: none;
}
footer {
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.4rem;
  color: #8b8b8b;
  background: #1f1f1f;
  padding: 0.2rem 0.25rem;
}
footer p {
  font-size: 0.2rem;
}
footer a {
  display: inline-block;
}
footer .footer_link {
  width: 7rem;
  margin: 0 auto;
}
footer .footer_link .logo {
  display: block;
  margin: 0 auto 0.1rem auto;
}
footer .footer_link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_link ul li {
  margin-right: 0.1rem;
  color: #4a9dff;
  list-style: none;
}
footer .footer_link .gongwa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_link .gongwa p {
  margin-left: 5px;
}
.footer_logo img {
  width: 1.8rem;
  height: auto;
}
