* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.black {
  color: #000000 !important;
}
.black::before {
  background-color: #000000 !important;
}
.black::after {
  background-color: #000000 !important;
}
.nothing {
  font-size: 22px;
  color: #3498db;
  text-align: center;
  margin: 20px 0;
}
[data-dpr="2"] .nothing {
  font-size: 44px;
}
[data-dpr="3"] .nothing {
  font-size: 66px;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loading {
  width: 100%;
  height: 500px;
  left: 0;
  text-align: center;
  margin-top: 50px;
  z-index: 1;
}
.loading .loading-word {
  font-size: 20px;
}
[data-dpr="2"] .loading .loading-word {
  font-size: 40px;
}
[data-dpr="3"] .loading .loading-word {
  font-size: 60px;
}
html {
  font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
body {
  background-color: #F5F5F5;
  overflow-x: hidden;
  padding: 4rem 0 5rem 0;
  background-color: #FFF;
  -webkit-transition: padding .3s;
          transition: padding .3s;
  padding-bottom: 5rem;
}
body.no-nav {
  padding-bottom: 0;
}
body.no-nav nav {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
body.no-nav .content {
  height: calc(100vh - 4rem);
}
header {
  position: fixed;
  top: 0;
  z-index: 9;
  background-color: #e70012;
  height: 4rem;
  line-height: 4rem;
  width: 100%;
  display: block;
  font-weight: bold;
  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;
}
header h1 {
  color: #FFF;
  font-size: 20px;
}
[data-dpr="2"] header h1 {
  font-size: 40px;
}
[data-dpr="3"] header h1 {
  font-size: 60px;
}
header .goback {
  float: left;
  text-align: center;
  font-size: 36px;
  width: 5rem;
  height: 4rem;
  color: #FFF;
  -webkit-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
[data-dpr="2"] header .goback {
  font-size: 72px;
}
[data-dpr="3"] header .goback {
  font-size: 108px;
}
header .nav-btn {
  float: left;
  text-align: center;
  width: 6rem;
  font-size: 26px;
  color: #FFF;
}
[data-dpr="2"] header .nav-btn {
  font-size: 52px;
}
[data-dpr="3"] header .nav-btn {
  font-size: 78px;
}
nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 5rem;
  z-index: 9;
  border-top: 1px solid #cccccc;
  background-color: #FFF;
  -webkit-transition: -webkit-transform .3s;
          transition: transform .3s;
}
[data-dpr="2"] nav {
  border-top: 2px solid #cccccc;
}
[data-dpr="3"] nav {
  border-top: 3px solid #cccccc;
}
nav ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
nav ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: 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;
  font-size: 14px;
  color: #000;
}
[data-dpr="2"] nav ul li {
  font-size: 28px;
}
[data-dpr="3"] nav ul li {
  font-size: 42px;
}
nav ul li .nav-icon {
  font-size: 2.2rem;
  color: #333;
}
nav ul li.nav_active {
  color: #F00;
}
nav ul li.nav_active i {
  color: #F00;
}
.content {
  height: calc(100vh - 9rem);
  overflow-x: auto;
  padding: 0 0 1.5rem 0;
}
.content .new-wrap {
  width: 100%;
}
.content .new-wrap .new-title {
  width: 100%;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #999999;
  background: #2980B9;
}
[data-dpr="2"] .content .new-wrap .new-title {
  border-bottom: 2px solid #999999;
}
[data-dpr="3"] .content .new-wrap .new-title {
  border-bottom: 3px solid #999999;
}
.content .new-wrap .new-item {
  width: 100%;
  padding: 1rem;
  font-size: 12px;
  white-space: nowrap;
  color: #1962ab;
  background-color: #ECF0F1;
  border-bottom: 1px solid #c3c3c3;
}
[data-dpr="2"] .content .new-wrap .new-item {
  font-size: 24px;
}
[data-dpr="3"] .content .new-wrap .new-item {
  font-size: 36px;
}
[data-dpr="2"] .content .new-wrap .new-item {
  border-bottom: 2px solid #c3c3c3;
}
[data-dpr="3"] .content .new-wrap .new-item {
  border-bottom: 3px solid #c3c3c3;
}
/*# sourceMappingURL=new-list.css.map */