.section__column {
  padding-bottom: 135px;
  background: url(/skin/latest/column/img/bg.jpg) center no-repeat;
  font-size: 16px;
  overflow: hidden;
}
.section__column .section__title {
  padding: 116px 0 56px;
}
.section__column ul {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.section__column li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.section__column a {
  padding: 35px 45px;
}
.section__column a .--txt {
  word-break: keep-all;
}
.section__column a .--txt .--tit {
  width: 290px;
  margin-right: 40px;
  font-size: 30px;
}
.section__column a .--txt .--content {
  width: 655px;
}
.section__column a i {
  width: 47px;
  height: 47px;
  display: block;
  position: relative;
}
.section__column a i::before, .section__column a i::after {
  content: "";
  width: 4px;
  height: 47px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.section__column a i::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}