@import 'iconfont.css';
.activity-top .title h2 {
  font-size: 2rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.activity-top .title .line {
  width: 3rem;
  height: 3px;
  background: #28468e;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.activity-top .sign:hover .left img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.activity-top .sign .left {
  float: left;
  width: 45.8%;
  height: 0;
  padding-bottom: 25%;
  overflow: hidden;
  position: relative;
}
.activity-top .sign .left img {
  width: 100%;
}
.activity-top .sign .left .symbol {
  position: absolute;
  width: 5.7rem;
  height: 2rem;
  background: #fa9319;
  color: #fff;
  font-size: 0.8rem;
  line-height: 2rem;
  text-align: center;
  top: 0;
  right: 0;
}
.activity-top .sign .left div {
  position: absolute;
  width: 5.7rem;
  height: 2rem;
  background: #9ba1ae;
  color: #fff;
  font-size: 0.8rem;
  line-height: 2rem;
  text-align: center;
  top: 0;
  right: 0;
}
.activity-top .sign .right {
  float: left;
  width: 54.2%;
  height: 0;
  padding-bottom: 25%;
  padding-left: 2rem;
  padding-right: 2rem;
  background: #f8f8f8;
}
.activity-top .sign .right h2 {
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
  font-weight: bold;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.activity-top .sign .right span {
  font-size: 0.8rem;
  color: #999;
}
.activity-top .sign .right span i {
  margin-right: 0.6rem;
}
.activity-top .sign .right p {
  font-size: 0.8rem;
  color: #999;
  line-height: 1.2rem;
  margin-top: 2rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.activity-top .sign .right a {
  display: block;
  width: 100%;
  height: 3rem;
  border: 1px solid #e6e6e6;
  background: #fff;
  margin-top: 2rem;
  line-height: 3rem;
  font-size: 0.8rem;
  text-align: center;
  color: #666;
}
.activity-top .sign .right a i {
  margin-left: 0.4rem;
}
.activity-top .sign .right a:hover {
  background: #28468e;
  color: #fff;
}
.activity-bottom {
  margin-top: 2.5rem;
}
.activity-bottom > ul {
  border-top: 1px solid #c9c9c9;
}
.activity-bottom > ul li {
  padding-top: 1.5rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #c9c9c9;
  position: relative;
}
.activity-bottom > ul li a {
  display: block;
}
.activity-bottom > ul li a .left {
  float: left;
  width: 16.5%;
  height: 0;
  padding-bottom: 11.6%;
  overflow: hidden;
}
.activity-bottom > ul li a .left img {
  width: 100%;
}
.activity-bottom > ul li a .right {
  float: right;
  width: 80%;
  height: 0;
  padding-bottom: 11.6%;
  overflow: hidden;
}
.activity-bottom > ul li a .right h2 {
  width: 86%;
  font-size: 1rem;
  font-weight: bold;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.activity-bottom > ul li a .right p {
  width: 86%;
  font-size: 0.8rem;
  color: #999;
  line-height: 1.4rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin-top: 1rem;
}
.activity-bottom > ul li a .symbol {
  position: absolute;
  width: 5.7rem;
  height: 2rem;
  background: #9ba1ae;
  color: #fff;
  font-size: 0.8rem;
  line-height: 2rem;
  text-align: center;
  top: 0;
  right: 0;
}
.activity-bottom > ul li.active a .symbol {
  background: #fa9319;
}
.activity-bottom > ul li:hover a .left img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.activity-bottom > ul li:hover a .right h2 {
  color: #28468e;
}
.page-list {
  padding: 5% 0 10% 0;
}
.page-list ul {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.page-list ul li {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  background-color: #fff;
  border: solid 1px #eaeaea;
  display: inline-block;
  font-size: 1rem;
}
.page-list ul li:not(:last-child) {
  margin-right: 1rem;
}
.page-list ul li a {
  color: #666;
}
.page-list ul li.pre-btn,
.page-list ul li.next-btn {
  background-color: #f3f3f3;
  border: 1px solid #eaeaea;
}
.page-list ul li.pre-btn .iconfont,
.page-list ul li.next-btn .iconfont {
  font-size: 1rem;
}
.page-list ul li:nth-last-of-type(1) {
  font-size: 1rem;
  color: #666666;
  border: none;
  white-space: nowrap;
  background-color: transparent!important;
  cursor: auto;
}
.page-list ul li.page-num.active {
  background-color: #28468e;
}
.page-list ul li.page-num.active a {
  color: #fff;
}
.page-list ul li:hover {
  background-color: #28468e;
}
.page-list ul li:hover a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .activity-top .sign .right p {
    margin-top: 1rem;
  }
  .activity-top .sign .right a {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .activity-top .title h2 {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
  .activity-top .title .line {
    margin-bottom: 2rem;
  }
  .activity-top .sign .left .symbol {
    width: 7rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 13px;
  }
  .activity-bottom > ul li a .symbol {
    width: 7rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 13px;
  }
  .activity-bottom > ul li {
    padding-top: 0;
  }
  .activity-top .sign .left {
    width: 100%;
    padding-bottom: 55%;
  }
  .activity-top .sign .right {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 56%;
  }
  .activity-top .sign .right span {
    font-size: 12px;
  }
  .activity-top .sign .right p {
    font-size: 13px;
  }
  .activity-top .sign .right a {
    font-size: 13px;
  }
  .activity-bottom > ul li a .left {
    width: 100%;
    padding-bottom: 68%;
  }
  .activity-bottom > ul li a .right {
    width: 100%;
    padding-bottom: 25.6%;
  }
  .activity-bottom > ul li a .right h2 {
    width: 100%;
    font-size: 15px;
    margin-top: 1rem;
  }
  .activity-bottom > ul li a .right p {
    width: 100%;
    font-size: 13px;
    margin-top: 0.6rem;
  }
}
/*# sourceMappingURL=culture_active.css.map */