.activitylist_main {
  min-height: 600px;
}

.activitylist_main_list ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}

.activityItem {
  font-size: 16px;
  height: 72px;
  line-height: 72px;
}

.activityItem::after {
  content: "";
  display: table;
  clear: both;
}

.activityItem_img {
  float: left;
  width: 120px;
  height: 72px;
  overflow: hidden;
  background: #d8d8d8;
  border-radius: 4px;
}

.activityItem_img img {
  width: 100%;
  float: left;
}

.activityItem_title {
  float: left;
  padding-left: 32px;
  font-weight: 600;
  color: #222222;
  box-sizing: border-box;
  max-width: calc(100% - 240px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.activityItem_title:hover {
  color: #005bac;
}

.activityItem_time {
  float: right;
  color: #222222;
}

@media only screen and (max-width: 768px) {
  .activitylist_main {
    padding: 0 0.32rem;
    min-height: 0;
  }
  .activitylist_main_list ul li {
    padding: 0.32rem 0;
  }
  .activityItem {
    font-size: 0.24rem;
    height: auto;
    line-height: 0.33rem;
  }
  .activityItem_img {
    width: 1.8rem;
    height: 1.08rem;
  }
  .activityItem_title {
    padding-left: 0.32rem;
    max-width: calc(100% - 1.9rem);
    width: calc(100% - 1.9rem);
    white-space: inherit;
    height: 0.66rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .activityItem_time {
    float: left;
    padding-left: 0.32rem;
    margin-top: 0.12rem;
  }
}
