.wrap-geographical {
  background-color: #FEEEE6;
}
.wrap-geographical .sect-tit {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  color: #000;
}
.wrap-geographical .area-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrap-geographical p.text {
  font-size: 16px;
  margin-top: 10px;
  color: #000;
}
.wrap-geographical section.section .sect-title {
  font-size: 24px;
  color: #616E90;
  margin-bottom: 20px;
}
.wrap-geographical section.section .list-group .item-group {
  display: flex;
  height: 100%;
}
.wrap-geographical section.section .list-group .item-group .left-year {
  position: relative;
  font-size: 20px;
  color: #000;
  width: 150px;
  flex-shrink: 0;
}
.wrap-geographical section.section .list-group .item-group .left-year:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: red;
}
.wrap-geographical section.section .list-group .item-group .right-info {
  padding-left: 20px;
  padding-bottom: 20px;
}
.wrap-geographical section.section .list-group .item-group .right-info .info-text {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
.wrap-geographical section.section .list-group .item-group .right-info .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}
.wrap-geographical section.section .sect-item.sect-item {
  margin-top: 20px;
}
.wrap-geographical section.section .sect-item strong.tit {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.wrap-geographical section.section .sect-item .area-img {
  font-size: 0;
}
.wrap-geographical section.section .sect-item .area-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrap-geographical section.section .sect-item .area-img video {
  width: 100%;
}
.wrap-geographical section.section .sect-item .area-img + .tit {
  margin-top: 15px;
}
.wrap-geographical section.section .sect-item p.text {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
}
.wrap-geographical section.section .sect-item p.text + .area-img {
  margin-top: 10px;
}
.wrap-geographical section + .section {
  padding-top: 30px;
}
.wrap-geographical .content-tab {
  display: none;
}
.wrap-geographical .content-tab.on {
  display: block;
}
.wrap-geographical .content-tab .text + .tit {
  margin-top: 15px;
}
.wrap-geographical .list-tab-geog {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.wrap-geographical .list-tab-geog .btn-tab {
  display: block;
  width: calc(25% - 6px);
  height: 36px;
  border-radius: 10px;
  background-color: rgba(102, 102, 102, 0.7);
  color: #fff;
  font-size: 13px;
}
.wrap-geographical .list-tab-geog .btn-tab.active {
  background-color: #244EA2;
}

@media screen and (max-width: 1200px) {
  .wrap-geographical {
    max-width: 650px;
    margin: 0 auto;
    padding: 0;
  }
  .wrap-geographical section.section {
    position: relative;
    padding-top: 15px;
    margin-top: 30px;
  }
  .wrap-geographical section.section:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 40%;
    height: 1px;
    background-color: red;
  }
  .wrap-geographical section.section .list-group .item-group {
    flex-direction: column;
  }
  .wrap-geographical section.section .list-group .item-group + .item-group {
    margin-top: 30px;
  }
  .wrap-geographical section.section .list-group .item-group .left-year {
    width: 100%;
    border-bottom: 1px solid red;
    padding-bottom: 5px;
  }
  .wrap-geographical section.section .list-group .item-group .left-year:after {
    content: none;
  }
  .wrap-geographical section.section .list-group .item-group .right-info {
    padding: 20px 0 0;
  }
}
/*# sourceMappingURL=sys_thm_geographical.css.map */
