.son_page .inner .activity-list .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background-color: #ffffff;
  transition: all 0.3s linear;
  margin-bottom: 24px;
  border: 1px solid #E7E7E7;
}
.son_page .inner .activity-list .item .work-icon {
  position: absolute;
  width: 211px;
  height: auto;
  bottom: 0;
  right: 0;
}
.son_page .inner .activity-list .item .right-content .num {
  font-weight: 600;
  font-size: 26px;
  color: #972727;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.right-content{
display: flex;
    flex-direction: column;
    align-items: center;
    width: 15%;
}
.son_page .inner .activity-list .item .right-content .btn {
  width: 108px;
  height: 40px;
  background: #972727;
  border-radius: 2px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
.son_page .inner .activity-list .item .item-info .p .avatar img {
  max-width: 18px;
  max-height: 18px;
  margin-left: 5px;
}
.son_page .inner .activity-list .item .img-box {
  width: 80%;
  display: flex;
  align-items: center;
}
.son_page .inner .activity-list .item .img-box .img {
  width: 120px;
  height: 120px;
  margin-right: 23px;
  overflow: hidden;
}
.son_page .inner .activity-list .item .img-box .img img {
  border-radius: 10px;
  transition: all 0.3s linear;
}
.son_page .inner .activity-list .item .item-info {
  width: calc(100% - 160px);
  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 {
  margin-top: 16px;
  color: #999;
  font-size: 16px;
  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:nth-of-type(2) .line {
  width: 1px;
  height: 14px;
  background-color: #E0E0E0;
  margin: 0 8px;
}
.son_page .inner .activity-list .item .item-info .p:nth-of-type(3) span {
  padding: 5px 10px;
  background: #F6E9E8;
  border-radius: 2px;
  margin-right: 8px;
  color: #A13838;
}
.son_page .inner .activity-list .item .item-info .p img {
  max-width: 12px;
  max-height: 15px;
  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: #1267C6;
}
.son_page .inner .activity-list .item .item-btn.info {
  background-color: #F65A5F;
}
.son_page .inner .activity-list .item:hover {
  background-color: #A13838;
}
.son_page .inner .activity-list .item:hover .p,
.son_page .inner .activity-list .item:hover .num {
  color: #fff !important;
}
.son_page .inner .activity-list .item:hover .btn {
  background: #FFFFFF;
  color: #A13838;
}
.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%;
    flex-direction: column;
  }
  .page-menu,
  .page-menu .inner {
    height: 40px;
  }
  .news-list .item {
    width: calc(100% - 24px);
  }
  .notice-list .item .time {
    margin-left: 20px;
  }
  .son_page .inner .activity-list .item .img-box .img {
    margin: 0 0 20px 0;
  }
  .son_page .inner .activity-list .item .item-info {
    width: 100%;
  }
  .right-content {
    margin-top: 20px;
  }
  .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);
  }
}
