.box {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  padding-top: 21px;
}
@media screen and (max-width: 768px) {
  .box {
    width: 696rem;
    margin: 0 auto;
  }
}
.list {
  flex: 1;
  margin-right: 44px;
}
.officials {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  margin-bottom: 27px;
}
.officials > div {
  width: calc(100% / 4);
  margin-bottom: 50px;
}
.officials > div img {
  margin-bottom: 16px;
}
.officials > div > div {
  width: 153px;
  text-align: center;
}
.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;
  }
}
@media screen and (max-width: 768px) {
  .box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 21px;
  }
  .list {
    flex: 1;
    margin-right: 0;
  }
  .officials {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    margin-bottom: 27px;
  }
  .officials > div {
    font-size: 18rem;
    width: 33%;
    margin: 0 0 25rem 0;
    text-align: center;
  }
  .officials > div:nth-child(3n+2) {
    margin-right: auto;
    margin-left: auto;
  }
  .officials > div img {
    width: 70%;
    margin: 0 auto 16rem;
  }
  .officials > div > div {
    font-size: 30rem;
    width: auto;
    text-align: center;
  }
  .classification {
    padding-bottom: 40rem;
  }
}
/*# sourceMappingURL=principal_officials.css.map */