body {
  line-height: 1.5;
}
.cont {
  width: 100%;
  overflow: hidden;
  padding: 90px 0 100px;
}
.cont svg {
  margin: 0!important;
}
.cont .title .ic {
  display: flex;
  align-items: center;
}
.cont .title .ic img {
  width: 35px;
}
.cont .title .ic p {
  color: 333333;
  margin-left: 12px;
}
.cont .title span {
  display: block;
  color: rgba(51, 51, 51, 0.8);
  margin-top: 15px;
}
.cont .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 120px;
}
.cont .item-box .tit {
  color: #b69660;
}
.cont .item-box::after {
  content: '';
  display: block;
  width: 1px;
  height: 480px;
  background: #e5e5e5;
  order: 2;
}
.cont .item-box .item_l {
  width: 46%;
  order: 1;
}
.cont .item-box .item_l .des {
  color: #333;
  line-height: 2;
  margin-top: 20px;
}
.cont .item-box .item_r {
  order: 3;
  width: 50.1%;
}
.pp {
  animation: p2fd 0.4s linear 0.1s 1 forwards;
  transform: scale(0);
}
.pp {
  animation: hand2 1s linear 0s infinite;
  transform: scale(0);
}
@keyframes t1 {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .cont .item-box::after {
    display: none;
  }
  .cont .item-box .item_l {
    width: 100%;
  }
  .cont .item-box .item_r {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cont {
    padding: 30px 0;
  }
  .cont .title .ic img {
    width: 25px;
  }
  .cont .item-box {
    margin-top: 30px;
  }
  .cont .item-box .item_l .des {
    margin-top: 15px;
    line-height: 1.7;
  }
  .cont .item-box .item_r {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=./channel.css.map */