@media only screen and (max-width:767px){
  .jl-info1 .row {
    display: -webkit-flex;
    display: flex;
  }
.jl-info1 .line {
    display: none;
}
.jl-info1 .con {
  /* background: transparent; */
  width: 50%;
  box-shadow: none;
}
.jl-list2 .lab {
  width: 100%!important;

}
.jl-list2 .lab span{
   display: block;
}
.jl-list2 {
  overflow: hidden;
  /* display: flex; */
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0;
}
.jl-list2 li {
  padding: 20px 10px 10px;
  display: block;
}
.jl-list2 .lab {
  margin-bottom: 10px;
  font-size: 18px;
  color: #bb1313;
  padding-left: 15px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
}
.jl-list2 .lab:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: auto;
  width: 1px;
  height: 20px;
  background: #bb1313;
}
.jl-list2 .name {
  padding-left: 15px;

  font-size: 16px;
  color: #000000;
}
.jl-list2 .name::after {
  display: none;
}
.jl-info1 .con.w100 {
  width: 100%;
}
.jl-list2 .lab .other {
  display: none;
}
.jl-list2 .lab .other {
  display: none;
}
.jl-list2 .lab .tip {
  font-size: 15px;
  padding-top: 10px;
}

}
