.activities_list > div {
  position: relative;
  padding: 0 0 18px 45px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ECECEC;
}
.activities_list > div:last-child {
  border-bottom: none;
}
.activities_list > div:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 8px;
  left: 15px;
}
.activities_list > div a {
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 15px;
}
.activities_list > div a:hover {
  color: #003e72;
}
.activities_list > div div {
  font-family: PoppinsRegular, 'Microsoft YaHei UI';
  font-size: 14px;
  color: #999;
}
@media screen and (max-width: 768px) {
  .activities_list > div {
    position: relative;
    padding: 0 0 20rem 0;
    margin-bottom: 20rem;
    border-bottom: 1px solid #E4E4E4;
  }
  .activities_list > div:last-child {
    border-bottom: none;
  }
  .activities_list > div:before {
    display: none;
  }
  .activities_list > div a {
    display: inline-block;
    font-size: 34.37rem;
    line-height: 44.99rem;
    margin-bottom: 30rem;
  }
  .activities_list > div a:hover {
    color: #003e72;
  }
  .activities_list > div div {
    font-size: 30rem;
  }
}
.box {
  width: 1280px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .box {
    width: 696rem;
    margin: 0 auto;
  }
}
.list {
  flex: 1;
  margin-right: 44px;
}
.director {
  display: flex;
  padding: 27px 0 80px;
}
.director img {
  display: block;
  margin-right: 34px;
}
.director .director_text {
  font-size: 20px;
  line-height: 30px;
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.swiper {
  width: 894px;
  height: 461px;
  margin-bottom: 60px;
}
.swiper .swiper-slide {
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper .swiper-pagination-box {
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 0 !important;
  left: 0;
  background: rgba(0, 0, 0, 0.54);
  z-index: 9;
}
.swiper .swiper-pagination-box .swiper-pagination-content {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper .swiper-pagination-box .swiper_title {
  flex: 1;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.swiper .swiper-pagination-box .swiper-pagination {
  width: auto;
  flex: none;
  height: 43px;
  position: relative;
  z-index: 9;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.swiper .swiper-pagination-box .swiper-pagination .my-pagination {
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #CCC;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.swiper .swiper-pagination-box .swiper-pagination .my-pagination-active {
  width: 23px;
  height: 9px;
  background: #00D1FF;
  border-radius: 9px;
}
@media screen and (max-width: 768px) {
  .box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .list {
    flex: 1;
    margin-right: 0;
  }
  .director {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 27rem 0 30rem;
  }
  .director img {
    width: 387rem;
    height: 479rem;
    display: block;
    margin: 0 auto 45rem;
  }
  .director .director_text {
    font-size: 34.38rem;
    line-height: 45rem;
    white-space: pre-wrap;
    /* css-3 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
  }
  .swiper {
    width: 563rem;
    height: 290rem;
    margin-bottom: 60rem;
  }
  .swiper .swiper-slide {
    cursor: pointer;
    text-align: center;
    font-size: 18rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper .swiper-pagination-box {
    width: 100%;
    height: 75rem;
    position: absolute;
    bottom: 0 !important;
    left: 0;
    background: rgba(0, 0, 0, 0.54);
    z-index: 9;
  }
  .swiper .swiper-pagination-box .swiper-pagination-content {
    width: 100%;
    height: 100%;
    padding: 0 20rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .swiper .swiper-pagination-box .swiper_title {
    flex: 1;
    color: #fff;
    font-size: 18rem;
    position: relative;
    z-index: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .swiper .swiper-pagination-box .swiper-pagination {
    width: auto;
    flex: none;
    height: 43rem;
    position: relative;
    z-index: 9;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .swiper .swiper-pagination-box .swiper-pagination .my-pagination {
    width: 9rem;
    height: 9rem;
    border-radius: 9rem;
    background: #CCC;
    margin-left: 10rem;
    cursor: pointer;
    transition: all 0.2s;
  }
  .swiper .swiper-pagination-box .swiper-pagination .my-pagination-active {
    width: 23rem;
    height: 9rem;
    background: #00D1FF;
    border-radius: 9rem;
  }
  .page_footer {
    margin-top: 74rem;
  }
  .classification {
    padding-bottom: 40rem;
  }
}
/*# sourceMappingURL=the_minister.css.map */