
.bobo-experience {
  /*padding: 150px 0*/
}


.bobo-experience .box{position:relative;}

.bobo-experience .tit {position:absolute;left:50px;top:50%;transform:translateY(-50%);
  width: 400px;
  background: rgb(192 192 192 / 80%);
  padding: 80px 40px;
}

.bobo-experience .tit .tips {background-repeat:no-repeat;background-position:right 70px center;}

.bobo-experience .tit .tips em {
  font-size: 30px;
  color:var(--color-second);
}

.bobo-experience .tit .tips span {
  font-size: 90px;line-height:1;
  color:var(--color-second);
  font-weight: 700;
  display: block;
  margin:20px 0 0
}

.bobo-experience .tit .tips p {
  font-size: 30px;
  line-height:1.5;
  color:var(--color-second);
  margin:15px 0 0
}

.bobo-experience .tit img {
  margin: 43px 0 0;
  height: 48px;
}

.bobo-experience .list {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 70px
}

.bobo-experience .list h3 {
  font-size: 36px;
  line-height: 1;
  color: #333;
  font-weight: 700;
  letter-spacing: 1px
}

.bobo-experience .list ul {
  margin: 30px 0 0;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.bobo-experience .list ul li {
  margin: 26px 0 0;
  font-size: 18px;
  color: #212121;
  line-height: 21px;
  width: 30%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.bobo-experience .list ul li:nth-child(3n + 2) {
  width: 40%
}

.bobo-experience .list ul li::before {
  content: "-";
  color: inherit;
  display: block
}

.bobo-experience .list ul li a {
  margin-left: 12px
}

.bobo-experience .list ul li:hover {
  color: var(--color-primary)
}

.bobo-experience .list ul li:hover a {
  color: var(--color-primary);
  text-decoration: underline
}


@media screen and (max-width: 1280px) {

.bobo-experience .tit{width:350px;padding:70px 40px;}
.bobo-experience .tit .tips{background-position:right 40px center;}
.bobo-experience .tit .tips em{font-size:26px}
.bobo-experience .tit .tips span{font-size: 70px;}
.bobo-experience .tit .tips p{font-size:24px;}

 .bobo-experience .list {
    margin-left: 50px
  }

  .bobo-experience .list ul li {
    margin: 22px 0 0;
    font-size: 17px
  }
}

@media screen and (max-width: 1280px) {
.bobo-experience .tit{width:300px;padding:60px 35px;}
.bobo-experience .tit .tips{background-position:right 10px center;}
.bobo-experience .tit .tips em{font-size:24px;}
.bobo-experience .tit .tips span{font-size:60px;}
.bobo-experience .tit .tips p{font-size:21px;}

}


@media screen and (max-width: 992px) {

.bobo-experience .tit {width:270px;padding:45px 20px 45px 25px}
.bobo-experience .tit .tips{background-size:auto 100%;}
.bobo-experience .tit .tips em{font-size:20px;}
.bobo-experience .tit .tips span{font-size:50px;}
.bobo-experience .tit .tips p{font-size:18px;}


  .bobo-experience .tit img {
    margin: 30px 0 0
  }

  .bobo-experience .list {
    width: 100%;
    margin: 25px 0 0
  }

  .bobo-experience .list h3 {
    text-align: center
  }

  .bobo-experience .list ul {
    margin: 20px 0 0
  }

  .bobo-experience .list ul li {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 20px;
    width: 50%
  }

  .bobo-experience .list ul li:nth-child(3n + 2) {
    width: 50%
  }

  .bobo-experience .list ul li::before {
    content: "-";
    color: inherit;
    display: block
  }

  .bobo-experience .list ul li a {
    margin-left: 12px
  }
}

@media screen and (max-width:576px) {
.bobo-experience .tit{padding:25px 15px 25px 15px;width:170px;left:20px;}
.bobo-experience .tit .tips{background-position:right 0 center;}
.bobo-experience .tit .tips em{font-size:16px;}
.bobo-experience .tit .tips span{font-size:30px;margin:15px 0 0;}
.bobo-experience .tit .tips p{font-size:16px;margin:10px 0 0;}

}

@media screen and (max-width: 480px) {
.bobo-experience .tit{padding:15px 12px;width:auto;left:15px;}
.bobo-experience .tit .tips{background:none !important;}
.bobo-experience .tit .tips em{font-size:15px;}
.bobo-experience .tit .tips span{font-size:26px;margin:12px 0 0;}
.bobo-experience .tit .tips p{font-size:15px;margin:10px 0 0;}
}

@media screen and (max-width: 420px) {

}
