body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
div,
a,
span,
b,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
ol,
li {
  list-style: none;
}
a {
  color: #fff;
  text-decoration: none;
}
div:before {
  content: "";
  display: table;
  height: 0;
}
div:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
img {
  vertical-align: middle;
}
html {
  width: 100%;
  color: #333;
  background: #fff;
  font-family: "Arial", "Helvetica Neue", "Source Han Sans", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti;
}
body {
  padding-top: 2rem;
}
#header {
  position: fixed;
  width: 100%;
  height: 2rem;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
#logo {
  border-bottom: 1px solid #eee;
}
#logo img {
  display: block;
  width: 3.85rem;
  height: 1.1rem;
  margin: 0 auto;
}
#topNav {
  font-size: .28rem;
  width: 100%;
  height: .9rem;
  line-height: .9rem;
  overflow: hidden;
  border-bottom: 1px solid #f8f8f8;
}
#topNav .swiper-slide {
  width: 1.7rem;
  text-align: center;
}
#topNav .swiper-slide a {
  transition: all .3s ease;
  display: inline-block;
  height: .9rem;
  position: relative;
  color: #666;
}
#topNav .swiper-slide:first-child {
  width: 1.2rem;
}
#topNav .active a:before {
  content: "";
  position: absolute;
  width: 98%;
  height: .04rem;
  top: .7rem;
  background-color: #0088D2;
}
#floor1 > img {
  width: 7.2rem;
  height: 3.5rem;
}
#floor2 .items {
  padding: .1rem .35rem;
}
#floor2 .item {
  line-height: .9rem;
  height: .9rem;
  border-bottom: 1px solid #eee;
}
#floor2 .item .item-title {
  float: left;
  color: #333;
  font-size: .32rem;
}
#floor2 .item .item-data {
  float: right;
  color: #D0CCC7;
  font-size: .32rem;
}
#newContent {
  padding: .3rem;
}
#newContent .content-title h1 {
  font-size: .32rem;
  line-height: .5rem;
  font-weight: 400;
  padding-bottom: .1rem;
  color: #252525;
}
#newContent .content-title span {
  color: #D0CCC7;
  font-size: .32rem;
  float: left;
}
#newContent .content-main {
  padding: .1rem 0;
  font-size: .32rem;
  line-height: .5rem;
  color: #76746F;
}
#newContent .content-main img {
  display: block;
  margin: 0 auto;
  width: 95% !important;
  height: inherit !important;
}
#newContent .back-list {
  margin-top: .6rem;
  font-size: .28rem;
  text-align: center;
  display: block;
  width: 2.2rem;
  height: .9rem;
  line-height: .9rem;
  color: #0088D2;
  border: 0.04rem solid #0088D2;
  position: relative;
}
#newContent .back-list:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60%;
  width: 80%;
  height: .04rem;
  background: #0088D2;
}
#footer {
  height: 1.5rem;
  font-size: .24rem;
  text-align: center;
  background: #333;
  padding-top: .25rem;
}
#footer > p {
  color: #fff;
  line-height: .5rem;
}
/*pages*/
.pagination {
  width: 100%;
  margin: 0 auto;
}
.pagination ul {
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  margin-bottom: .18rem;
}
.light-theme a,
.light-theme span {
  float: left;
  color: #666;
  font-size: .28rem;
  line-height: .38rem;
  font-weight: normal;
  text-align: center;
  border: 1px solid #BBB;
  min-width: .61rem;
  padding: .1rem .07rem;
  margin: 0 .05rem 0 0;
  border-radius: .03rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* W3C */
}
.light-theme a:hover {
  text-decoration: none;
  background: #FCFCFC;
}
.light-theme .current {
  background: #0088D2;
  color: #FFF;
  border-color: #0088D2;
  box-shadow: 0 1px 0 #0088D2, 0 0 2px rgba(255, 255, 255, 0.3) inset;
  cursor: default;
}
.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
#light-pagination ul {
  margin: 0 auto;
}
.title {
  margin-bottom: .25rem;
}
.title h3 {
  font-size: .4rem;
  padding-bottom: .1rem ;
  float: left;
  color: #252525;
  border-bottom: 2px solid #0088D2;
}
