.big_title {
  width: 1280px;
  margin: 0 auto;
  font-family: PoppinsBold, 'Microsoft YaHei UI';
  font-size: 24px;
  color: #005ea5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .big_title {
    width: 696rem;
    margin: 0 auto;
  }
}
.big_title div {
  padding: 0 30px;
  background: #fff;
}
.big_title:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background: #005EA5;
  z-index: -1;
}
.specific {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .specific {
    width: 696rem;
    margin: 0 auto;
  }
}
.specific > a {
  flex: 1;
  display: flex;
  justify-content: center;
  transition: all 0.2s;
  cursor: pointer;
  padding: 0 9px 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ececec;
  font-size: 18px;
}
.specific > a:hover {
  color: #005ba2;
}
.specific_all {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .specific_all {
    width: 696rem;
    margin: 0 auto;
  }
}
.specific_all > a {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 23px;
}
.specific_all > a:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.specific_all > a:hover {
  color: #005ba2;
}
.specific_all > a:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #cccccb;
  border-radius: 50%;
  margin: 0 20px 0 7px;
}
@media screen and (max-width: 768px) {
  .big_title {
    font-size: 37.5rem;
    color: #005ea5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .big_title div {
    max-width: 500rem;
    padding: 0 30rem;
    background: #fff;
  }
  .big_title:after {
    content: '';
    width: 100%;
    height: 4rem;
    position: absolute;
    background: #005EA5;
    z-index: -1;
  }
  .specific {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .specific > a {
    flex: none;
    width: 50%;
    display: flex;
    justify-content: center;
    transition: all 0s;
    cursor: pointer;
    padding: 0 9rem 25rem 40rem;
    margin-bottom: 25rem;
    border-bottom: 1rem solid #ececec;
    font-size: 34.38rem;
  }
  .specific > a:hover {
    color: #005ba2;
  }
  .specific_all {
    padding-bottom: 70rem;
  }
  .specific_all > a {
    font-size: 34.38rem;
    display: flex;
    align-items: center;
    padding-bottom: 30rem;
    margin-bottom: 30rem;
    line-height: 45rem;
  }
  .specific_all > a:not(:last-child) {
    border-bottom: 1rem solid #ececec;
  }
  .specific_all > a:hover {
    color: #005ba2;
  }
  .specific_all > a:before {
    display: none;
  }
}
/*# sourceMappingURL=overseas_missions.css.map */