.public {
  width: 100%;
  height: 0.93333333rem;
  background: #fe0000;
  margin-top: 0.2rem;
}
.public .public-wrap {
  width: 9.2rem;
  height: 100%;
  margin: auto;
}
.public .public-wrap .Chinese {
  float: left;
  display: block;
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  color: #fff;
  font-size: 0.34666667rem;
}
.public .public-wrap .English {
  float: left;
  margin-left: 0.13333333rem;
  margin-top: 0.4rem;
  color: #fff;
  font-size: 0.21333333rem;
}
.public .public-wrap .btn {
  position: relative;
}
.public .public-wrap .btn.down {
  float: right;
  display: block;
  width: 0.93333333rem;
  height: 0.93333333rem;
  background: url("../images/成功案例/bg_07.png") no-repeat center / cover;
}
.public .public-wrap .btn.up {
  float: right;
  display: block;
  width: 0.93333333rem;
  height: 0.93333333rem;
  background: url("../images/成功案例/bg_08.jpg") no-repeat center / cover;
}
.public .public-wrap .btn ul {
  display: none;
  position: absolute;
  right: 0;
  top: 0.93333333rem;
  width: 1.46666667rem;
  height: auto;
  background: #e0e0e0;
  padding-bottom: 0.26666667rem;
  z-index: 5;
}
.public .public-wrap .btn ul li {
  width: 100%;
  height: 0.66666667rem;
  line-height: 0.66666667rem;
  border-bottom: 1px solid #c4c4c4;
  text-align: center;
  color: #727171;
  font-size: 0.24rem;
}
.public .public-wrap .btn ul li.active {
  color: #f00;
  border-color: #f00;
}
/*news*/
/*文章*/
.article {
  position: relative;
  width: 100%;
  padding-bottom: 0.4rem;
}
.article article {
  display: none;
  top: 0;
  left: 0.4rem;
  width: 9.2rem;
  height: auto;
  margin: 0.4rem auto 0;
}
.article article.block {
  display: block;
}
.article article .line {
  width: 0.29333333rem;
  height: 0.05333333rem;
  background: #f00;
}
.article article p.title {
  font-size: 0.29333333rem;
  color: #727171;
  margin-top: 0.2rem;
  margin-bottom: 0.42666667rem;
}
.article article .main-wrap {
  width: 100%;
  height: auto;
}
.article article .main-wrap li {
  width: 100%;
  height: auto;
  background: #919191;
}
.article article .main-wrap li.active {
  background: red;
}
.article article .main-wrap li span {
  display: inline-block;
}
.article article .main-wrap li span.title {
  width: 1.2rem;
  height: 0.4rem;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  margin-left: 0.13333333rem;
  background: url("../images/多方新闻/新闻资讯_15.png") no-repeat center / contain;
}
.article article .main-wrap li span.des {
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  font-size: 0.24rem;
  height: auto;
  margin-left: 0.2rem;
}
.article article .main-wrap li span.btn {
  float: right;
  margin-right: 0.13333333rem;
  margin-top: 0.32rem;
  width: 0.16rem;
  height: 0.16rem;
  line-height: 0.8rem;
}
.article article .main-wrap li span.btn.down {
  background: url("../images/多方新闻/新闻资讯_11.png") no-repeat center / cover;
}
.article article .main-wrap li span.btn.up {
  background: url("../images/多方新闻/新闻资讯_03.png") no-repeat center / cover;
}
.article article .main-wrap li .main {
  display: none;
  width: 100%;
  height: auto;
}
.article article .main-wrap li .main.block {
  display: block;
}
.article article .main-wrap li .main img {
  width: 100%;
}
