.activity {
  position: relative;
  height: 52rem;
}

@media only screen and (max-width: 1024px) {
  .activity {
    height: 62rem;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .activity {
    height: 52rem;
    padding: 44px 0;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .activity {
    height: 52rem;
    padding: 0;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 568px) {
  .activity {
    height: 72rem;
    padding: 22px 0;
    margin-top: 24px;
  }
}

.activity > img {
  position: absolute;
  z-index: -1;
  margin: -15rem 0 0 -10rem;
}

.activity .nav::-webkit-scrollbar {
  height: 3px;
}

.activity .nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d9dde6;
}

.activity__list {
  background: #F4F5FC;
}

.activity__list ul li {
  background: #FFFFFF;
  width: calc(1200px/6);
  height: 14.6rem;
}

@media only screen and (max-width: 1199px) {
  .activity__list ul li {
    width: calc(960px/5);
  }
}

@media only screen and (max-width: 992px) {
  .activity__list ul li {
    width: calc(720px/3);
  }
}

@media only screen and (max-width: 768px) {
  .activity__list ul li {
    width: calc(540px/2);
  }
}

.activity__list .read-more {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #eb7f2c;
  margin-top: 4px;
  cursor: pointer;
}

.activity__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.68rem;
  color: #1d2029;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.activity__item > p {
  padding-top: 1.6rem;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #72757b;
  line-height: 26px;
}

@media only screen and (max-width: 1024px) {
  .activity__item > p {
    font-size: 12px;
    line-height: 20px;
  }
}

.activity__desc {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  color: #72757b;
  background: #F4F5FC;
  display: -webkit-box;
  padding: 16px;
}

.activity__desc div {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.activity__desc p {
  height: auto;
  line-height: 26px;
  font-size: 16px;
}

.imageInContent {
  float: left;
  margin: 16px 32px 16px 16px;
  width: 485px;
  height: 300px;
}

@media screen and (max-width: 480px) {
  .imageInContent {
    width: 397px;
    height: 268px;
  }
}

.activity_form {
  overflow: auto;
}

.activity_form::-webkit-scrollbar {
  height: 8px;
}

.activity_form::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 50%;
}

.activity_form::-webkit-scrollbar-thumb {
  background-color: #ced0dd;
  border-right: none;
  border-left: none;
  border-radius: 8px;
}
/*# sourceMappingURL=activity.css.map */