.bobo_case .list,
.bobo_case .pic {
  flex: 1;
}

.bobo_case .list .box {
  width: calc(1440px / 2);
  padding: 60px 80px 60px 0;
   /* Ã¦Â·Â»Ã¥Å Â Ã©Â»â€˜Ã¨â€°Â²Ã¨Æ’Å’Ã¦â„¢Â¯ */
}



.bobo_case .list .tit em {
  font-size: 16px;
  color: #fff; /* Ã§â„¢Â½Ã¨â€°Â²Ã¦â€“â€¡Ã¥Â­â€” */
  font-weight: 600;
  text-transform: uppercase
}

.bobo_case .list .tit h3 {
  margin: 20px 0 0;
  font-size: clamp(24px, 1.85vw, 35px);
  line-height: 1.6;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700
}

.bobo_case .list ul {
  margin: 40px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5)
}

.bobo_case .list li {
  cursor: pointer;
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative
}

.bobo_case .list a {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  color: #fff; /* Ã§â„¢Â½Ã¨â€°Â²Ã¦â€“â€¡Ã¥Â­â€” */
  font-family: var(--font-family);
}

.bobo_case .list a:hover {
  color: #fff; /* Ã¦â€šÂ¬Ã¥ÂÅ“Ã¤Â¿ÂÃ¦Å’ÂÃ§â„¢Â½Ã¨â€°Â² */
  text-decoration: underline
}

.bobo_case .pic {
  flex: 1;
}

.bobo_case .pic > img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bobo_case .pic > img.active {
  display: block;
}


@media screen and (max-width: 1499px) {
  .bobo_case .list .box {
    width: calc(1280px / 2);
    padding: 35px 50px;
  }
  .bobo_case .list li {
    padding: 25px 0;
  }
  .bobo_case .list a {
    font-size: 17px;
  }
}

@media screen and (max-width: 1279px) {
  .bobo_case .list .box {
    width: calc(1200px / 2);
    
  }
  .bobo_case .list .tit h3 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .bobo_case .list .box {
    width: calc(960px / 2);
    padding-right: 50px;
  }
  .bobo_case .list li {
    padding: 20px 0;
  }
}

@media screen and (max-width: 991px) {
  .bobo_case {
    flex-direction: column-reverse;
  }
  .bobo_case .list {
    justify-content: center;
  }
  .bobo_case .list .box {
    width: 720px;
    padding: 60px 15px;
  }
  .bobo_case .list a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .bobo_case .list .tit em {
    font-size: 14px;
  }
  .bobo_case .list .tit h3 {
    margin-top: 10px;
  }
  .bobo_case .list ul {
    margin-top: 35px;
  }
  .bobo_case .list li {
    padding: 15px 0;
  }
  .bobo_case .list .box {
    width: 540px;
    padding: 40px 15px;
  }
}

@media screen and (max-width: 576px) {
  .bobo_case .list .tit h3 {
    margin-top: 6px;
  }
  .bobo_case .list ul {
    margin-top: 25px;
  }
  .bobo_case .list a {
    font-size: 15px;
  }
}