.son_page .inner .activity-list .item {
  position: relative;
  display: flex;
  padding: 30px 40px 30px 30px;
  background: #F7F7F5;
  transition: all 0.3s linear;
  margin-bottom: 20px;
}
.son_page .inner .right .son_page_title{
  margin-bottom: 40px;
}
.son_page .inner .activity-list .item .img-box {
  flex: none;
  margin-right: 23px;
  width: 212px;
  height: 159px;
  overflow: hidden;
}

.son_page .inner .activity-list .item .img-box img {
  transition: all 0.3s linear;
}

.son_page .inner .activity-list .item .item-info {
  padding-top: 12px;
  width: 100%;
  overflow: hidden;
}

.son_page .inner .activity-list .item .item-info .p:nth-child(1) {
  margin-top: 0;
  margin-bottom: 7px;
  color: #333;
  font-size: 18px;
  line-height: 26px;
}
.son_page .inner .activity-list .item .item-info .p .avatar img{
max-width: 19px;
    max-height: 19px;
margin-left:15px;
}
.son_page .inner .activity-list .item .item-info .p {
  margin-top: 16px;
  color: #666;
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.son_page .inner .activity-list .item .item-info .p img {
  max-width: 15px;
  max-height: 19px;
  margin-right: 5px;
}

.son_page .inner .activity-list .item .item-info .p:last-of-type {
  display: flex;
}

.son_page .inner .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: 14px;
}

.son_page .inner .activity-list .item .item-btn.danger {
  background-color: #7E0D11;
}

.son_page .inner .activity-list .item .item-btn.info {
  background-color: #999999;
}

.son_page .inner .activity-list .item:hover {
  background: #FAEDED;
}

.son_page .inner .activity-list .item:hover .img-box img {
  transform: scale(1.3);
}

@media (max-width: 650px) {
  .son_page .inner .activity-list .item .img-box {
    width: 100%;
  }

  .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 .img-box img {
    height: 200px;
  }

  .activity-list .item {
    flex-direction: column;
  }

  .activity-list .item-btn {
    position: relative;
    bottom: 0;
    margin-top: 20px;
    width: 100%;
    right: 0;
  }

  .service-list .item {
    width: calc(50% - 49px);
  }
}
