.bobo_pic_text {
  padding: 80px 0;
  background: #fff
}

.bobo_pic_text .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.bobo_pic_text .tit {
  width: 640px;
  position: relative
}

.bobo_pic_text .tit em {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 600
}

.bobo_pic_text .tit h2 {
  margin: 12px 0 0;
  font-size: 36px;
  line-height: 1.3;
  color: #333;
  font-weight: 700
}

.bobo_pic_text .tit ul {
  margin: 12px -10px 0;
  overflow: hidden;
  counter-reset: section;
  display: flex;
  flex-wrap: wrap;
}


.bobo_pic_text .tit ul li {
  margin: 30px 0 0;
  font-size: 20px;
  color: #666;
  line-height: 21px;
  width: 50%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
}

.bobo_pic_text .tit ul li::before {
  counter-increment: section;
  content: counter(section);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: block;
  background: var(--color-primary);
}

.bobo_pic_text .tit ul li span {
  color: #666;
  font-size: 16px;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 14px
}

.bobo_pic_text .tit .more {
  margin: 60px 0 0;
  padding: 15px 40px;
  line-height: 22px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background: var(--color-primary);
  border-radius: var(--button-radius);
}

.bobo_pic_text .tit .more:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.bobo_pic_text .pic {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 50px
}

.bobo_pic_text .pic ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.bobo_pic_text .pic ul li {
  width: calc(50% - 20px);
  overflow: hidden
}

.bobo_pic_text .pic ul li img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s
}

.bobo_pic_text .pic ul li:last-child {
  margin-top: 30px
}

.bobo_pic_text .pic ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}


@media screen and (max-width: 1500px) {

  .bobo_pic_text .tit {
    width: 50%
  }

  .bobo_pic_text .pic {
    margin-left: 40px
  }
}

@media screen and (max-width: 1300px) {
  .bobo_pic_text .tit h2 {
    font-size: 34px
  }
}

@media screen and (max-width: 1300px) {
  .bobo_pic_text {
    padding: 70px 0
  }
}

@media screen and (max-width: 1199px) {
  .bobo_pic_text {
    padding: 60px 0
  }
}

@media screen and (max-width: 991px) {
  .bobo_pic_text {
    padding: 50px 0
  }

  .bobo_pic_text .container {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .bobo_pic_text .tit {
    width: 100%;
    text-align: center
  }

  .bobo_pic_text .tit em {
    font-size: 15px
  }

  .bobo_pic_text .tit h2 {
    margin: 15px 0 0;
    font-size: 30px
  }

  .bobo_pic_text .tit ul {
    margin: 10px 0 0
  }

  .bobo_pic_text .tit ul li {
    margin: 20px 0 0;
    text-align: left;
    font-size: 17px;
  }

  .bobo_pic_text .tit ul li::before {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px
  }
  
  .bobo_pic_text .tit .more {
    margin: 20px 0 0;
    padding: 14px 35px;
    font-size: 14px
  }

  .bobo_pic_text .pic {
    width: 100%;
    margin: 20px 0 0
  }

  .bobo_pic_text .pic ul li {
    width: calc(50% - 6px)
  }

  .bobo_pic_text .pic ul li:last-child {
    margin-top: 0
  }
}

@media screen and (min-width: 992px){
  .bobo_pic_text .tit ul { 
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (max-width: 767px) {
  .bobo_pic_text {
    padding: 40px 0
  }
  .bobo_pic_text .tit h2 {
    font-size: 24px
  }
  .bobo_pic_text .tit ul li,
  .bobo_pic_text .tit ul li:nth-child(2n){
	width: 100%;
  }
}