/**
* 测试样式
*/
.structure-list {
  display: flex;
  justify-content: center;
}
.structure-list ul {
  display: flex;
}
.structure-list li {
  width: 200px;
  height: 80px;
  background: #f5f7fa;
  padding: 0 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 24px;
  margin-right: 30px;
  position: relative;
  border-radius: 2px;
}
.structure-list li:last-child {
  margin-right: 0;
}
.structure-bg li {
  color: #FF0019;
  font-weight: bold;
  background: rgba(255,0,25,0.04);
}
.downline::after {
  content: '';
  width: 2px;
  height: 40px;
  background: #EDEDED;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.downlinelong::after {
  content: '';
  width: 2px;
  height: 240px;
  background: #EDEDED;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.rightline::before {
  content: '';
  width: 30px;
  height: 2px;
  background: #EDEDED;
  position: absolute;
  top: 50%;
  left: 200px;
  transform: translateY(-50%);
}
.topline::before {
  content: '';
  width: 2px;
  height: 20px;
  background: #E2E2E2;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.structure-list-y {
  display: flex;
  justify-content: center;
  position: relative;
}
.structure-list-y::before {
  content: '';
  width: 1110px;
  height: 2px;
  background: #E2E2E2;
  transform: scaleX(-1);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.structure-list-y ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.structure-list-y li {
  width: 90px;
  height: 180px;
  background: #f5f7fa;
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.structure-list-y li>div {
  width: 30px;
}
.structure-list-y li .double-line {
  width: 25px;
}
.double-line i {
  display: inline-block;
  transform: rotate(90deg);
  font-weight: bold;
}
.i-header {
  position: relative;
  top: 2px;
}
.i-footer {
  position: relative;
  top: -2px;
}
.structure-list-y li:last-child {
  margin-right: 0;
}
.shares-code {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px !important;
  height: 50px;
  background: rgba(233,240,250,1);
  border-radius: 0px 0px 2px 2px;
  color: #0066FF;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

/* ** */
.mt40 {
  margin-top: 40px;
}

html[lang='en'] .stateOwnedAssets {
  width: 660px;
}
html[lang='en'] .structure-list li {
  padding: 0 13px;
}
html[lang='en'] .structure-list-y li {
  padding: 0px;
  height: 440px;
}
html[lang='en'] .h280 {
  height: 280px !important;
}
html[lang='en'] .wmSideways {
  writing-mode: sideways-rl;
}
html[lang='zh'] .wmSideways {
  writing-mode: tb;
}
html[lang='en'] .downlinelong::after {
    content: '';
    width: 2px;
    height: 500px;
    background: #EDEDED;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}
html[lang='en'] .shares-code {
  padding: 0 10px;
}

