.activity-list {
  padding-top: 40px;
}
.activity-list .item {
  position: relative;
  display: flex;
  padding: 30px 40px 30px 30px;
  transition: all 0.3s linear;
}
.activity-list .item .img-box {
  flex: none;
  margin-right: 23px;
  width: 212px;
  height: 159px;
  overflow: hidden;
}
.activity-list .item .img-box img {
  transition: all 0.3s linear;
}
.activity-list .item .item-info {
  width: 100%;
  overflow: hidden;
}
.activity-list .item .item-info .p:nth-child(1) {
  margin-top: 0;
  margin-bottom: 7px;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  height: 52px;
}
.activity-list .item .item-info .p {
  margin-top: 16px;
  color: #999;
  font-size: 18px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.activity-list .item .item-info .p > img {
  max-width: 12px;
  max-height: 13px;
  margin-right: 5px;
}
.avatar {
  max-width: 20px;
  max-height: 20px;
  margin: 0 8px;
}
.activity-list .item .item-info .p:last-of-type {
  display: flex;
}
.activity-list .item .item-btn {
  position: absolute;
  right: 40px;
  bottom: 30px;
  border-radius: 2px;
  width: 110px;
  height: 40px;
  color: #fff;
  background-color: #999;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
}
.activity-list .item .item-btn.danger {
  background-color: #0D776F;
}
.activity-list .item .item-btn.info {
  background-color: #F65A5F;
}
.activity-list .item:hover {
  background-image: url(../images//activity-item-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.activity-list .item:hover .img-box img {
  transform: scale(1.3);
}
@media (max-width: 650px) {
  .page-menu,
  .page-menu .inner {
    height: 40px;
  }
  .news-list .item {
    width: calc(100% - 24px);
  }
  .notice-list .item .time {
    margin-left: 20px;
  }
  .activity-list .img-box {
    width: 100%;
    height: 200px;
  }
  .activity-list .item .item-btn{
    position: relative;
    left: 0;
    top: 0;
  }
  .activity-list .img-box img {
    height: 200px;
  }
  .activity-list .item {
    padding: 10px;
    flex-direction: column;
  }
  .activity-list .item .item-btn.danger{
    width: 100%;
  }
  .activity-list .item-btn {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    width: 100% !important;
    right: 0;
  }
  .service-list .item {
    width: calc(50% - 49px);
  }
}
