/* 百度地图 */
.container-map {
  width: 100%;
  height: 300px;
}

.map-title {
  font-size: 1rem;
  color: #2a3f54;
  text-align: center;
}

.map-content {
  font-size: 0.9rem;
  color: #2a3f54;
  text-align: center;
}

/* 分隔线 */
hr {
  margin: 1rem 0;
  color: #ddcab0;
  background-color: currentColor;
  border: 0;
  opacity: 1;
}


/* 底部学校LOGO */
.box-eight-logo {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  z-index: 1 !important;
}

/* 新的CSS */

/* 字体重量 */
.fw {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

/*  每屏的底图 */
#section-01 {
  background-size: cover;
  /* background-image: url(/images/home/one.jpg); */
}


#section-03 {
  background-size: cover;
  background-image: url(../images/home/three/bg.jpg);
}
#section-04 {
  background-size: cover;
  background-image: url(../images/home/four/bg.jpg);
}

#home-team {
  background-size: cover;
  background-image: url(../images/home/home-team.jpg);
}

#section-05 {
  background-size: cover;
  background-image: url(../images/home/five/bg.jpg);
}

#section-06 {
  background-size: cover;
  background-image: url(../images/home/six.jpg);
}



/* 第一屏 */
.box-one {
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: rgba(42, 63, 84, 0.84);
}

.box-one-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* 侧边栏菜单的位置 */
.sticky-top {
  position: sticky;
  top: 20%;
  z-index: 1020;
}




/* 边框宽度 */
.border-10 {
  border-width: 10px !important
}

/* 首页新闻边框 */
.home-news-content .tab-pane .row .col-lg-4:nth-child(2) {
  border-right: 1px solid #e0e0e0 !important;
  border-left: 1px solid #e0e0e0 !important;
  display: none !important;
}
.home-news-content .tab-pane .row .col-lg-4:nth-child(3) {
  display: none !important;
}

@media (min-width: 576px) {
  .home-news-content .tab-pane .row .col-lg-4:nth-child(2),
  .home-news-content .tab-pane .row .col-lg-4:nth-child(3) {
    display: block !important;
  }
}


.h4-title {
  margin-top: 30px;
  margin-bottom: 16px;
}