body {
  height: 100%;
  overflow-y: scroll;
}
.box {
  width: 100%;
  overflow-y: scroll;
  min-height: 100%;
  background: url(../images/bg.jpg) repeat-y;
  background-size: 100%;
  position: relative;
}
.logo {
  width: 1.06666667rem;
  height: 0.53333333rem;
  position: absolute;
  right: 0.53333333rem;
  top: 0.53333333rem;
}
.banner img {
  width: 10rem;
  height: 8.8rem;
}
#nav {
  text-align: center;
  margin-top: 1.33333333rem;
  margin-bottom: 1.33333333rem;
}
#nav a {
  color: #fdc27a;
  font-size: 0.4rem;
  display: inline-block;
  text-align: center;
  margin-right: 0.26666667rem;
  margin-bottom: 0.26666667rem;
  cursor: pointer;
  border-width: 0.02666667rem;
  border-color: #fdc27a;
  border-style: solid;
  width: 2.61333333rem;
  height: 0.74666667rem;
  line-height: 0.74666667rem;
  border-radius: 0.73333333rem;
  font-weight: 600;
}
#nav a:nth-child(3n) {
  margin-right: 0;
}
#nav a.on {
  background: #fdc27a;
  color: #b5091e;
  font-weight: bold;
}
#contentBox {
  width: 100%;
  padding-bottom: 1.33333333rem;
}
#contentBox .boxinfo {
  padding-bottom: 0.8rem;
  display: none;
}
#contentBox .boxinfo.active {
  display: block;
}
.list div {
  display: block;
  text-align: center;
  margin-bottom: 0.33333333rem;
}
.list div img {
  width: 9.25333333rem;
  height: 5.2rem;
}
.more {
  background: #fff;
  border-radius: 0.06666667rem;
  color: #212121;
  font-size: 0.34666667rem;
  margin: 0 0.4rem;
  padding-bottom: 0.8rem;
  padding: 0.4rem 0.33333333rem;
}
.more .text {
  line-height: 0.53333333rem;
  text-align: justify;
  text-indent: 2em;
}
.more .code img {
  width: 2.69333333rem;
  height: 3.25333333rem;
}
.more .middle {
  text-align: center;
}
.more .middle .code {
  margin-top: 1rem;
  text-align: center;
}
.more .contant {
  font-size: 0.32rem;
  color: #212121;
}
.more .contant li {
  position: relative;
  margin-top: 0.66666667rem;
  padding-left: 0.2rem;
}
.more .contant li:before {
  content: "";
  position: absolute;
  width: 0.13333333rem;
  height: 0.13333333rem;
  background-color: #fb4b39;
  border-radius: 50%;
  left: 0;
  top: 0.06666667rem;
}
.more .contant .mail {
  margin-top: 0.21333333rem;
}
.index {
  text-align: center;
}
.report {
  background: #fff;
  border-radius: 0.06666667rem;
  margin: 0 0.4rem;
}
.report .item {
  display: table;
  position: relative;
  padding: 0.4rem;
  border-bottom: solid 1px #d8d8d8;
  width: 100%;
}
.report .item:last-child {
  border-bottom: none;
}
.report .item-img {
  width: 42%;
  text-align: left;
}
.report .item-img img {
  width: 3.24rem;
  height: 2.04rem;
  border-radius: 0.06666667rem;
  background: #d8d8d8;
}
.report .item-info {
  width: 58%;
  vertical-align: top;
}
.report .item-info .title {
  font-size: 0.37333333rem;
  color: #212121;
  line-height: 0.45333333rem;
  max-height: 0.90666667rem;
}
.report .item-info .time {
  margin-top: 0.85333333rem;
  font-size: 0.32rem;
  color: #666;
}
.imgone {
  width: 5.29333333rem;
  height: 4.8rem;
}
.imgtwo {
  width: 9.44rem;
  height: auto;
}
.imgthree {
  width: 1.04rem;
  height: 0.52rem;
}
.middle {
  margin-top: 1.33333333rem;
}
.btn-warp img {
  width: 6.66666667rem;
  height: 1.2rem;
}
.fiexd {
  position: fixed;
  left: 0;
  bottom: 0.26666667rem;
  width: 100%;
  text-align: center;
}
