/* 汉堡菜单 */
.animated-icon {
  width: 24px;
  height: 22px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon span {
  background: #e3f2fd;
}

.animated-icon span:nth-child(1) {
  top: 0px;
}

.animated-icon span:nth-child(2),
.animated-icon span:nth-child(3) {
  top: 10px;
}

.animated-icon span:nth-child(4) {
  top: 20px;
}

.animated-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* 汉堡菜单 */


/* 鼠标手形样式 */
.pointer {
  cursor: pointer;
}

/* 文本两端对齐 */
.text-justify {
  text-align: justify !important;
}

/* 一行 */
.one-row {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* 二行 */
.two-row {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 三行 */
.three-row {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 大标题样式 */
.notes {
  padding-left: 10px;
  border-left: 6px solid #2a3f54;
}

/* 大标题间距-下 */
.title-spacing-bottom {
  margin-bottom: 1.3rem;
}

/* 文本阴影 */
.text-shadow {
  text-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
}

/* 相对定位 */
.relative {
  position: relative;
}

/* 文本不换行 */
.space-nowrap {
  white-space: nowrap;
}

/* 首字母大写 */
.capitalize {
  text-transform: capitalize !important;
}

/* 学校团队 */
.team-img {
  position: relative;
}

.team-img img {
  width: 100%;
}

.team-content {
  position: absolute;
  background-color: #2a3f54;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  color: #fff;
}

.overlays {
  border-radius: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  width: 100%;
  opacity: 0;
  transition: 1s ease;
  /* background-color: #ddcab0;  颜色各自定义 */
}

.team-img:hover .overlays {
  opacity: 0.8;
}

.team-img:hover .team-content {
  opacity: 0;
}

.text {
  color: #fff;
  position: absolute;
  top: 30%;
  left: 30%;
  transform: translate(-26%, -26%);
  -ms-transform: translate(-26%, -26%);
  right: 0;
  font-weight: 400;
  font-size: 0.9rem;
  text-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
}

/* 学校团队 */


/* 百度地图 */
.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;
}



/* 新的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);
}

/* 首页新闻 */
/* #section-news {
  background-size: cover;
  background-image: url(../images/home/news/bg.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;
}