.bud_img_container {
  width: 100%;
  cursor: pointer;
}

.bud_img_pic {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.bud_img_glass {
  width: 20px;
  height: auto;
  margin-left: 10px;
  position: relative;
  top: -30px;
}

.bud_img_box {
  margin-left: 10px;
}

.bud_img_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bud_img_des {
  color: #222;
}

.bud_img_short {
  margin-top: 8px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

@media screen and (max-width: 550px) {
  .bud_img_container {
    width: 100%;
  }

  .bud_img_pic {
    width: 100%;
    height: auto;
  }

  .bud_img_glass {
    width: 20px;
    height: auto;
    margin-left: 10px;
    position: relative;
    top: -30px;
  }

  .bud_img_box {
    margin-left: 5px;
  }

  .bud_img_title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bud_img_des {
    color: #222;
  }

  .bud_img_short {
    margin-top: 8px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
  }
}
