.huodong-list {
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}
.huodong-list img {
  width: 100%;
  height: 320px;
}
.huodong-title {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.right-content-box {
  padding: 20px 20px 20px 0px;
}
.time,
.address {
  font-size: 0.8em;
  padding-left: 20px;
  margin-top: 6px;
  color: #777;
}
.time {
  background: url(time-icon.png) no-repeat left center;
}
.address {
  background: url(map-icon.png) no-repeat left center;
}
.right-content-box p {
  font-size: 0.9em;
  margin-top: 10px;
}
.right-content-box p b {
  font-weight: normal;
}
.more-btn {
  display: inline-block;
  width: 190px;
  background: #66a6ff;
  color: #fff;
  text-align: center;
  line-height: 56px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.more-btn:hover {
  background: #218ee1;
  color: #fff;
}
@media (max-width: 1199px) {
  .huodong-title {
    font-size: 1em;
  }
  .right-content-box p {
    font-size: 0.8em;
  }
  .more-btn {
    width: 120px;
    line-height: 40px;
    right: 10px;
    bottom: 10px;
  }
  .time,
  .address {
    margin-top: 0px;
  }
  .right-content-box {
    padding: 10px 10px 10px 0px;
  }
}
@media (max-width: 991px) {
  .more-btn {
    width: 120px;
    line-height: 40px;
    position: relative;
    right: auto;
    bottom: auto;
    margin-left: 20px;
  }
  .right-content-box {
    padding: 20px;
  }
  .huodong-list {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .huodong-list {
    margin-bottom: 10px;
  }
}
