/* 康乐活动 */
.klhd {
  width: 1904px;
  height: 330px;
  position: absolute;
  left: 56px;
  top: 1010px;
  font-size: 26px;
  display: flex;
  /* background-color: rgba(255, 1, 1, 0.3); */
  font-size: 22;

  .klhd_item {
    height: 328px;
    width: 252px;
    /* background-color: rgba(255, 255, 1, 0.3); */
    margin-left: 22px;
  }

  .klhd_item_mask {
    position: absolute;
    height: 330px;
    width: 250px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-left: -18px;
    top: -8px;
    z-index: 1;
  }

  .klhd_item_mask_act {
    position: absolute;
    height: 330px;
    width: 250px;
    background-color: white;
    margin-left: -18px;
    top: -8px;
  }


  .klhd_item_text_label {
    display: block;
    width: 232px;
    height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
    font-size: 28px;
    margin-bottom: 2px;
  }
}

.klhd_item_text {
  width: 232px;
  height: 78px;
  /* background-color: rgba(255, 25, 1, 0.3); */
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

  .time {
    font-weight: bold;
  }

  z-index: 1;
}


.klhd_title {
  width: 1906px;
  height: 49px;
  position: absolute;
  left: 56px;
  top: 940px;
  /* background-color: rgba(255, 1, 1, 0.3); */
  display: flex;

  .klhd_title_item {
    width: 250px;
    height: 62px;
    margin-right: 22px;
  }

  .klhd_title_lable {
    background-image: url("../images/klhd_title_bg.png");
    background-size: cover;
    width: 70px;
    font-size: 30px;
    text-align: center;
    position: absolute;
    margin-top: 12px;
    margin-left: 22px;
    color: rgb(25,93,167);
  }

  .klhd_title_lable_act {
    background-image: url("../images/klhd_title_bg_act.png");
  }

  .klhd_title_item_act {
    width: 250px;
    height: 62px;
    margin-right: 22px;
    background-color: rgba(1, 92, 173, 0.3);
  }
}