.activity {
  background: #EEE; }
  .activity_content {
    overflow-x: hidden;
    margin: 0 5px;
    position: relative;
    top: -3.2rem;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 1.25px 1.25px 8px rgba(0, 0, 0, 0.1); }
    .activity_content-header {
      position: fixed;
      top: 1.76rem;
      z-index: 100;
      width: calc(100vw - 10px);
      border-radius: 5px 5px 0 0;
      background: #FFF;
      margin: 0 5px;
      padding-top: 4px;
      padding-left: .2rem;
      height: 56px;
      line-height: 56px; }
      .activity_content-header-title {
        float: left;
        font-size: 17px;
        font-weight: bold;
        color: #252729; }
      .activity_content-header-nav {
        justify-content: space-around;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        display: inline-block;
        width: 6.4rem;
        height: 50px;
        margin-left: 1rem; }
        .activity_content-header-nav a {
          padding: 0 5px;
          color: #252729;
          font-weight: bold;
          font-size: 15px;
          margin-right: 0.4rem; }
        .activity_content-header-nav::-webkit-scrollbar {
          display: none; }
    .activity_content-body {
      position: relative;
      top: 56px; }
      .activity_content-body-list {
        padding: 0 .3rem; }
        .activity_content-body-list > div:first-child {
          padding-top: .4rem;
          padding-bottom: .34rem;
          overflow: hidden;
          width: 100%;
          border-bottom: 1px solid #ededed; }
          .activity_content-body-list > div:first-child > div:first-child {
            overflow: hidden; }
        .activity_content-body-list .list-left {
          float: left;
          margin-right: .4rem;
          width: 2.66rem;
          height: 2.08rem;
          background-size: cover !important; }
        .activity_content-body-list .list-right {
          float: left;
          height: 86px;
          width: 5.8rem; }
          .activity_content-body-list .list-right-name {
            margin-bottom: .19rem;
            width: 5.8rem;
            font-size: 16px;
            font-weight: bold;
            color: #252729;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .activity_content-body-list .list-right-data {
            margin-bottom: 5px;
            font-size: 14px;
            color: #252729; }
            .activity_content-body-list .list-right-data img {
              width: 12px;
              height: 12px; }
          .activity_content-body-list .list-right-address {
            font-size: 14px;
            color: #252729;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            .activity_content-body-list .list-right-address img {
              width: 12px;
              height: 12px; }
          .activity_content-body-list .list-right-more {
            overflow: hidden;
            margin-top: .42rem; }
            .activity_content-body-list .list-right-more-start {
              background: #df5401; }
            .activity_content-body-list .list-right-more-end {
              background: #abadba; }
            .activity_content-body-list .list-right-more a:first-child {
              float: left;
              display: block;
              width: 5rem;
              height: 26px;
              line-height: 26px;
              text-align: center;
              background: #333D82;
              font-size: 14px;
              color: #FFF;
              border-radius: 5px; }
            .activity_content-body-list .list-right-more div {
              float: right;
              margin-right: .5rem;
              width: 3rem;
              height: 26px;
              line-height: 26px;
              text-align: center;
              font-size: 14px;
              color: #FFF;
              border-radius: 5px; }
    .activity_content-load {
      margin-top: 56px;
      height: 2rem;
      line-height: 2rem;
      text-align: center;
      font-size: 15px;
      color: #5f5f5f; }

.activeActivity {
  border-bottom: 3px solid #333D82 !important; }

#countryActivity #activityBody {
  top: 0 !important; }
  #countryActivity #activityBody .activity_content-body-list > div:first-child {
    border-bottom: none !important; }

#otherRecommend {
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #252729; }
  #otherRecommend img {
    width: 1.6rem; }
  #otherRecommend span {
    margin: 0 10px; }

#countryInformation #newsBody {
  top: 0 !important; }
  #countryInformation #newsBody .news_content-body-list > div {
    border: none !important; }

/*# sourceMappingURL=activity.css.map */
