.combox {
  width: 60rem;
  margin: 0 auto;
}

.formdown {
  padding: 2rem 3rem 4rem;
}

.dwico {
  width: 1rem;
  height: 1rem;
}

.formdown h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .83rem 0;
}

.linedashed {
  flex: 1;
  border-bottom: 1px dashed #c4cfe7;
  height: 0;
  margin: 0 1.5rem;
}

.tsjy {
  padding: 3rem 0 3rem 8.3rem;
}

.tsl_top h4 {
  margin-bottom: 1.1rem;
}

.w85 {
  width: 8.5rem;
}

.theme {
  margin-bottom: 0.83rem;
}

.tslcbox .theme i {
  width: 2.2rem;
}

.tslcbox .theme span {
  padding: .5rem 0;
}

.tsjy_right {
  height: 15.5rem;
}

.fscol87 {
  color: #878787;
}

.tslcbox:last-child i {
  opacity: 0;
}

.cjwt {
  padding: 2.33rem 0 2.9rem;
}

.cjwt a i {
  width: 0.83rem;
  height: 0.83rem;
  transform-origin: center center;
  transition: transform .3s;
}
.cjwt a i {
  vertical-align: top;
}
.oneage {
  padding: 1.5rem 0;
  border-bottom: .1rem solid #e1e1e1;
}

.cjwt a i.dib {
  margin-right: 0.4rem;
}

.oneage.sel i.assed {
  transform: rotatez(90deg);
}

.boxzu {
  display: flex;
}

.cjwtinfo {
  padding: 1.5rem 1.5rem 0;
}

.oneage:last-child {
  border: none;
}

.cjwtinfo p {
  flex: 1;
}

.dn {
  display: none;
}
.oneage_p {
  display: flex;
  align-items: center;
}
.oneage_p1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.oneage_p i{
  flex: none;
}
.oneage_p1 i{
  flex: none;
}
.oneage_span{
  line-height: 120%;
}
.assed{
  margin-left: 0.5rem;
}
@media screen and (max-width:940px) {
  .combox {
      width: 93%;
  }

  .tsjy {
      padding: 0;
  }

  .tsjy_left {
      padding: 1rem 0;
  }

  .tsjy_right {
      position: absolute;
      right: 0;
      top: 0;
      opacity: 0.1;
      width: 100%;
      height: 100%;
  }

  .tslcbox {
      width: 50%;
  }

  .tslcbox {
      margin-bottom: 1rem;
  }

  .tsjy_left {
      position: relative;
      display: block;
      width: 90%;
      margin: 0 auto;
      z-index: 1;
  }

}