.activity-container {
  width: 1200px;
  padding-bottom: 142px;
  margin: 0 auto; }
  .activity-container .activity-list-container {
    margin-bottom: 84px; }
  .activity-container .activity-item {
    float: left;
    width: 590px;
    margin: 0 20px 22px 0;
    -webkit-box-shadow: 0px 1px 4px 0px #ececec;
            box-shadow: 0px 1px 4px 0px #ececec; }
    .activity-container .activity-item:nth-of-type(2n) {
      margin-right: 0; }
  .activity-container .activity-picture {
    display: block;
    width: 100%;
    height: 350px;
    cursor: pointer; }
  .activity-container .activity-info {
    padding: 22px;
    background-color: #fff; }
  .activity-container .activity-title-container {
    height: 25px;
    line-height: 25px; }
  .activity-container .activity-title {
    font-size: 20px;
    color: #051027; }
    .activity-container .activity-title span {
      float: right;
      width: 60px;
      height: 25px;
      border-radius: 3px;
      text-align: center;
      font-size: 14px;
      color: #fff; }
      .activity-container .activity-title span.ing {
        background-color: #ff6800; }
      .activity-container .activity-title span.close {
        background-color: #cacaca; }
  .activity-container .activity-content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15px;
    color: #74777D; }
  .activity-container .activity-address {
    overflow: hidden;
    padding: 0 22px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #74777D; }
  .activity-container .activity-address-left span + span {
    margin-left: 20px; }
  .activity-container .view-more {
    width: 350px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    font-size: 20px;
    text-align: center;
    color: #2a333f;
    background-color: white;
    cursor: pointer; }
    .activity-container .view-more:hover {
      border-color: transparent;
      background-color: #fff470; }