.tpl-related-corp h2 {
  border-bottom: 0.008rem solid #f2f2f2;
  padding: 0.08rem 0 0 0.32rem;
  line-height: 0.528rem;
  height: 0.528rem;
  color: #1e1e1e;
  font-size: 0.192rem;
  display: flex;
}
.tpl-related-corp h2 i {
  position: relative;
}
.tpl-related-corp h2 i:after {
  width: 100%;
  content: "";
  display: inline-block;
  height: 0.024rem;
  background: #ff6000;
  border-radius: 0.016rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tpl-related-corp ul {
  margin: 0.08rem 0.32rem;
}
.tpl-related-corp ul li {
  padding: 0.15rem 0;
}
.tpl-related-corp ul li .corp-logo {
  width: 0.5rem;
  height: 0.5rem;
  border: 0.008rem solid #e6eaed;
  margin-right: 0.2rem;
  border-radius: 0.05rem;
}
.tpl-related-corp ul li .corp-name {
  font-size: 0.17rem;
  font-weight: bold;
}
.tpl-related-corp ul li .corp-bussiness {
  margin-top: 0.05rem;
  font-size: 0.15rem;
  height: 0.2rem;
}
.tpl-related-corp ul li .corp-calling {
  margin-top: 0.05rem;
  font-size: 0.15rem;
}
.tpl-related-corp ul li .corp-calling span::after {
  content: "";
  display: inline-block;
  width: 0.01rem;
  padding-top: 0.12rem;
  background-color: #ddd;
  margin: 0 0.07rem;
}
.tpl-related-corp ul li .corp-calling span:last-child::after {
  content: none;
}
