.bossgoo-index-certify32 {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
}

.bossgoo-index-certify32 .cer32-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bossgoo-index-certify32 .cer32-conLe, .bossgoo-index-certify32 .cer32-conRi {
  width: 50%;
}

.bossgoo-index-certify32 .cer32-conRi {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bossgoo-index-certify32 .cer32-item {
  width: 100%;
  height: 0;
  padding-bottom: 139.39%;
  position: relative;
}

.bossgoo-index-certify32 .cer32-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bossgoo-index-certify32 .cer32-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-certify32 .first-title {
  text-align: left;
  margin-bottom: 0;
  font-weight: initial;
  color: #000;
}

.bossgoo-index-certify32 .cer32-text {
  width: 100%;
  padding-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.bossgoo-index-certify32 .cer32-linkBox {
  width: 100%;
  padding-top: 20px;
  text-align: left;
}

.bossgoo-index-certify32 .cer32-link {
  display: inline-block;
  padding: 10px 30px;
  color: var(--btnTextColor);
  background-color: var(--btnBgColor);
  border-radius: 20px;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-certify32 .wrap {
    padding-left: .2rem;
    padding-right: .2rem;
  }
  .bossgoo-index-certify32 .cer32-conRi {
    padding-left: .5rem;
  }
  .bossgoo-index-certify32 .cer32-text, .bossgoo-index-certify32 .cer32-linkBox {
    padding-top: .3rem;
  }
  .bossgoo-index-certify32 .cer32-link {
    padding: .12rem .4rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-certify32 {
    font-size: .28rem;
  }
  .bossgoo-index-certify32 .cer32-conLe, .bossgoo-index-certify32 .cer32-conRi {
    width: 100%;
  }
  .bossgoo-index-certify32 .cer32-conRi {
    padding-left: 0;
    padding-top: .3rem;
  }
}
