.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;
}
.list .list_box {
  width: 100%;
  padding-bottom: 20px;
}
.list .list_box > a {
  font-size: 18px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.list .list_box > a:not(:last-child) {
  border-bottom: 1px solid #ecebeb;
}
.list .list_box > a:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #cccccb;
  border-radius: 50%;
  margin: 0 20px 0 7px;
}
.list .list_box > a:hover {
  color: #005ba2;
}
.content_title {
  margin-bottom: 41px;
}
.content_title:after {
  height: 2px;
}
@media screen and (max-width: 768px) {
  .box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .list {
    flex: 1;
    margin-right: 0;
  }
  .list .list_box {
    width: 100%;
    padding-bottom: 20rem;
  }
  .list .list_box > a {
    font-size: 34.8rem;
    display: flex;
    align-items: center;
    padding-bottom: 20rem;
    margin-bottom: 20rem;
  }
  .list .list_box > a:before {
    display: none;
  }
  .list .list_box > a:hover {
    color: #005ba2;
  }
  .content_title {
    margin-bottom: 41rem;
  }
  .classification {
    padding-bottom: 40rem;
  }
}
/*# sourceMappingURL=resources_diplomatic_history.css.map */