.content .right {
  width: 842px;
}
.content .right .company {
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
}
.content .right .company:nth-child(2) {
  padding-top: 30px;
}
.content .right .company:last-child {
  padding-top: 30px;
  padding-bottom: 120px;
  border-bottom: none;
}
.content .right .company .title {
  width: 80px;
  height: 40px;
  font-size: 20px;
  font-weight: 400;
  color: rgb(34, 34, 34);
  line-height: 40px;
  padding-bottom: 26px;
}
.content .right .company .padding_top {
  padding-top: 27px;
}
.content .right .company .sub_title_warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
.content .right .company .sub_title_warp .sub_title {
  display: block;
}
.content .right .company .sub_title_warp .sub_title div {
  display: inline-block;
}
.content .right .company .sub_title_warp .sub_title .wisdom {
  background: url("../../../images/business/wisdom@2x.png") no-repeat center;
  background-size: contain;
}
.content .right .company .sub_title_warp .sub_title .linker {
  background: url("../../../images/business/linker@2x.png") no-repeat center;
  background-size: contain;
}
.content .right .company .sub_title_warp .sub_title .link_pay {
  background: url("../../../images/business/linkerPay@2x.png") no-repeat center;
  background-size: contain;
}
.content .right .company .sub_title_warp .sub_title .cystar {
  background: url("../../../images/business/CYStar@2x.png") no-repeat center;
  background-size: contain;
}
.content .right .company .sub_title_warp .sub_title .bg {
  width: 35px;
  height: 36px;
  vertical-align: sub;
  margin-right: 10px;
}
.content .right .company .sub_title_warp .sub_title P:nth-child(2) {
  height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: rgb(50, 146, 230);
  line-height: 24px;
  padding-bottom: 2px;
}
.content .right .company .sub_title_warp .sub_title P:last-child {
  height: 21px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(153, 153, 153);
  line-height: 21px;
}
.content .right .company .sub_title_warp .more {
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: rgb(0, 117, 228);
  line-height: 20px;
}
.content .right .company .sub_title_warp .more::after {
  content: ">";
  padding-left: 10px;
}
.content .right .company .info {
  width: 842px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(94, 98, 103);
  line-height: 30px;
}

@media screen and (max-width: 480px) {
  .content .right {
    width: 100%;
  }
  .content .right .company {
    padding-bottom: 30px;
    border-bottom: 1px solid #EAEAEA;
  }
  .content .right .company:nth-child(2) {
    padding-top: 30px;
  }
  .content .right .company:last-child {
    padding-top: 30px;
    padding-bottom: 120px;
    border-bottom: none;
  }
  .content .right .company .title {
    width: 80px;
    height: 40px;
    font-size: 20px;
    font-weight: 400;
    color: rgb(34, 34, 34);
    line-height: 40px;
    padding-bottom: 26px;
  }
  .content .right .company .sub_title_warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
  }
  .content .right .company .sub_title_warp .sub_title div {
    display: inline-block;
  }
  .content .right .company .sub_title_warp .sub_title .wisdom {
    background: url("../../../images/business/wisdom@1x.png") no-repeat center;
    background-size: contain;
  }
  .content .right .company .sub_title_warp .sub_title .linker {
    background: url("../../../images/business/linker@1x.png") no-repeat center;
    background-size: contain;
  }
  .content .right .company .sub_title_warp .sub_title .link_pay {
    background: url("../../../images/business/linkerPay@1x.png") no-repeat center;
    background-size: contain;
  }
  .content .right .company .sub_title_warp .sub_title .cystar {
    background: url("../../../images/business/CYStar@1x.png") no-repeat center;
    background-size: contain;
  }
  .content .right .company .sub_title_warp .sub_title .bg {
    width: 35px;
    height: 36px;
  }
  .content .right .company .info {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */