.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.common-tab-wrap {
  font-size: 0;
  padding: 40px 0 40px 10px;
  margin-bottom: 90px;
}

.tab-zhengce {
  position: relative;
  display: inline-block;
  width: 210px;
  height: 60px;
  line-height: 1.1;
  background-color: #d80c14;
  font-size: 18px;
  color: #fff;
  margin-right: 24px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  vertical-align: middle;
}

.tab-zhengce i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-style: normal;
  width: 100%;
}

.tab-zhengce.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#9a0000), to(#bb0000));
  background: linear-gradient(to bottom, #9a0000, #bb0000);
}

.tab-zhengce:last-child {
  margin-right: 0;
}

.list-yaowen li a {
  white-space: wrap;
	text-align: justify;
}

.list-yaowen li em {
  top: 2px;
}
