.img-bg {
  display: flex;
  flex-direction: column;
}
.img-bg .img-bg-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.img-bg .img-bg-title {
  font-size: 36px;
  color: #1060BC;
  line-height: 50px;
  text-align: center;
}
.img-bg .img-bg-channel-title {
  position: relative;
}
.img-bg .img-bg-channel-title .img-bg-span {
  position: absolute;
  width: 36px;
  height: 4px;
  background: #DC3F31;
  left: calc(50% - 18px);
}
.img-bg .img-bg-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.img-bg .img-bg-wrapper .text-box {
  padding: 43px 80px 42px 20px;
  background: #fff;
  /* border-left: 4px solid #2B61AD; */
}
.img-bg .img-bg-wrapper .text {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 60px;
}
.img-bg .img-bg-wrapper .text .tit {
  margin-bottom: 30px;
  font-size: 24px;
}
.img-bg .img-bg-wrapper .text .con {
  text-align: justify;
}
.img-bg .img-bg-wrapper .text:last-child {
  margin-bottom: 0px;
}
.img-bg .img-bg-wrapper .img img {
  width: 670px;
  height: 100%;
}

/*# sourceMappingURL=index.css.map */
