@charset "utf-8";
.banner {position: relative;}
.banner .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(./banner_info_bg.png)no-repeat center;
  background-size: 100%;
  color: #fff;
}
body, html {
  height: 100%;
  background: #ffffff!important;
}
.common-title{text-align: center;}

.status{
  padding: 0;
  background: #fff;
}
.common-title.txt_c {
  margin-top: 1.95rem;
  margin-bottom: 3.5rem!important;
}
.status .item {
  width: 15.5rem;
  height: 15.5rem;
  padding-top: 1.75rem;
  font-size: 1rem;
  border: 1px solid #c8c8c8;
  margin-right: 1.3rem;
  color: #f26f23;
}
.status .item .ver-mid{
  top:44%;
}
.desc{
  line-height: 1.3rem;
  font-size: .9rem;
}
.status .content-view>.item:last-child{
  margin-right: 0;
}
.status .num-box{
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
.status .num-box .chinese{
  font-size: 1.3rem;
}
.status .num-box img{
  width: 8rem;
}
.honor .content-view{
  margin-top: 3rem;
}

.honor {
  margin-top: 0rem;
  background-color: #f2f2f2;
  padding: 0;
}
.honor .item{
  width: 33.64rem;
  height: 7.5rem;
  line-height: 7rem;
  border: 1px solid #c8c8cc;
  padding: 0 0 0 1.4rem;
  margin-bottom: 1.5rem;
  background-color: #ffffff;
  color: #282828;
}
.honor .item .img-box {
  margin-right: 1.4rem;
  height: 100%;
}
.honor .item img{
  width: 3.4rem;
  vertical-align: middle;
}
.honor .item .info{
  font-size: .9rem;
  color: #282828;
  height: 100%;
}
