/* .about-us .bg {
  width: 1920px;
  height: 489px;
  display: block;
  background: url(https://open.swjtu.edu.cn/www2025/images/image/learning-center-contact/learning-center-contact--banner_01.jpg) no-repeat center;
} */

.about-us header {
  height: 489px;
  display: flex;
  justify-content: center;
}

.about-us-content {
  position: relative;
  top: -88px;
}


.query-content {
  padding-top: 22px;
  display: flex;
  align-items: flex-start;
}

.education-query {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
}

.map {
  width: 793px;
}

.query-right .query_name {
  font-size: 28px;
  color: #232323;
  font-weight: 700;
  letter-spacing: 2px;
}

.address-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.address-title span {
  text-align: center;
  line-height: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #e56204;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}

.address-title > h2 {
  font-size: 20px;
  color: #1d1d1d;
  font-weight: 700;
}

.learn-address {
  padding: 20px 34px;
}

.address p {
  margin-top: 18px;
  margin-left: 30px;
  font-size: 14px;
  color: #323232;
}

.red {
  font-size: 14px;
  color: #c60c0c;
  font-weight: 700;
}

.not-found {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

.address {
  margin-top: 32px;
  padding-bottom: 28px;
}

.address:nth-child(2n-1) {
  border-bottom: 3px solid #e2e2e2;
  background-color: #f9f9f9;
}

.osxc-chinamap {
  position: relative;
  height: 700px;
  width: 830px;
  background-image: url(https://open.swjtu.edu.cn/www2025/images//image//learning-center-contact/map.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.osxc-chinamap label {
  background-color: #ff6a00;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    cursor: pointer;
    padding: 0;
    line-height: 10px;
    font-size: 10px;
    color: #fff;
    display: block;
    text-align: center;
}