@charset "UTF-8";
.carousel[data-v-6160cf50] {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  height: 100%
}

.slides[data-v-6160cf50] {
  display: flex;
  transition: transform .7s ease-in-out;
  height: 100%
}

.slide[data-v-6160cf50] {
  min-width: 100%;
  box-sizing: border-box
}

img[data-v-6160cf50] {
  width: 100%;
  height: 100%;
  object-fit: fill
}

.bottom-bar[data-v-6160cf50] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #14141480
}

.no-bg[data-v-6160cf50] {
  background-color: transparent
}

.caption[data-v-6160cf50] {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  white-space: nowrap
}

.dots[data-v-6160cf50] {
  position: absolute;
  right: 10px;
  display: flex;
  gap: 8px
}

.center-dots[data-v-6160cf50] {
  right: 50%;
  transform: translate(50%)
}

.dot[data-v-6160cf50] {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .3s
}

.dot.active[data-v-6160cf50] {
  background-color: #333
}

.sidebar[data-v-1e55a24c] {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.sidebar .el-tabs__nav-wrap[data-v-1e55a24c] {
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
  flex: 1 auto
}

.sidebar .el-tabs__nav-scroll[data-v-1e55a24c] {
  overflow: hidden
}

.sidebar .el-tabs__nav[data-v-1e55a24c] {
  display: flex;
  white-space: nowrap;
  position: relative;
  float: left;
  z-index: 2
}

.sidebar .el-tabs__active-bar[data-v-1e55a24c] {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #254e7a;
  z-index: 1;
  transition: transform .3s ease, width .3s ease;
  list-style: none
}

.sidebar .el-tabs__item[data-v-1e55a24c] {
  margin-right: 20px;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  font-size: 24px;
  line-height: 16px;
  font-weight: 600;
  color: #303133;
  position: relative;
  cursor: pointer
}

.sidebar .el-tabs__item.is-active[data-v-1e55a24c] {
  color: #254e7a
}

.sidebar .el-tabs__nav-wrap[data-v-1e55a24c]:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #e4e7ed;
  z-index: var(--el-index-normal)
}

.sidebar .more[data-v-1e55a24c] {
  text-align: right;
  padding: 5px 10px;
  font-size: 18px;
  color: #aa8b70;
  cursor: pointer
}

.my-swiper-container:hover .swiper-wrapper {
  transition-duration: 0ms !important
}

.my-swiper-container {
  overflow: hidden
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform
}

.swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0)
}

.news-list[data-v-3faaaa0d] {
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
  color: #101010;
  text-align: center;
  cursor: pointer
}

.news-list .news-list-item[data-v-3faaaa0d] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.news-list .news-list-item[data-v-3faaaa0d]:hover {
  color: #254e7a
}

.news-list .news-list-item .news-list-item-title[data-v-3faaaa0d] {
  float: left;
  width: 275px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left
}

.news-list .news-list-item .news-list-item-time[data-v-3faaaa0d] {
  float: right;
  color: #999;
  flex-shrink: 0
}

.home-container .module_one[data-v-3faaaa0d] {
  width: 100%;
  height: auto;
  margin-bottom: 20px
}

.home-container .module_one .news-notice[data-v-3faaaa0d] {
  width: 1210px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

@media screen and (max-width: 600px) {
  .home-container .module_one .news-notice[data-v-3faaaa0d] {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    width: auto !important
  }
}

.home-container .module_one .news-notice .news[data-v-3faaaa0d] {
  padding-right: 20px;
  float: left;
  width: 790px;
  border: 1px solid #d1c9c9;
  padding: 20px
}

@media (max-width: 600px) {
  .home-container .module_one .news-notice .news[data-v-3faaaa0d] {
    width: 98%;
    margin: auto;
    margin-bottom: 20px
  }
}

.home-container .module_one .news-notice .news .news-swiper-list[data-v-3faaaa0d] {
  display: flex;
  justify-content: space-between;
  margin-top: 20px
}

.home-container .module_one .news-notice .news .news-swiper-list .left-swiper[data-v-3faaaa0d] {
  float: left;
  max-width: 380px;
  height: 288px;
  margin-right: 20px
}

@media (max-width: 975px) {
  .home-container .module_one .news-notice .news .news-swiper-list .left-swiper[data-v-3faaaa0d] {
    margin-right: 20px;
    margin-bottom: 20px;
    float: none
  }
}

.home-container .module_one .news-notice .news .news-swiper-list .right-news[data-v-3faaaa0d] {
  float: right;
  width: 360px
}

@media (max-width: 600px) {
  .home-container .module_one .news-notice .news .news-swiper-list .right-news[data-v-3faaaa0d] {
    width: 65%
  }
}

.home-container .module_one .news-notice .news .news-swiper-list .right-news .news-btn[data-v-3faaaa0d] {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #254E7A;
  border-radius: 5px;
  font-size: 16px;
  color: #254e7a;
  font-family: SourceHanSerif;
  font-weight: 400;
  line-height: 20px;
  font-style: normal;
  letter-spacing: 0
}

@media (max-width: 750px) {
  .home-container .module_one .news-notice .news .news-swiper-list .right-news .news-btn[data-v-3faaaa0d] {
    flex-wrap: wrap
  }
}

.home-container .module_one .news-notice .news .news-swiper-list .right-news .news-btn .news-btn-item[data-v-3faaaa0d] {
  width: 150px;
  padding: 10px 22px;
  cursor: pointer;
  text-align: center
}

@media (max-width: 750px) {
  .home-container .module_one .news-notice .news .news-swiper-list .right-news .news-btn .news-btn-item[data-v-3faaaa0d] {
    width: 33.33%
  }
}

@media (max-width: 600px) {
  .home-container .module_one .news-notice .news .news-swiper-list .right-news .news-btn .news-btn-item[data-v-3faaaa0d] {
    font-size: 14px;
    padding: 10px 5px !important
  }
}

.home-container .module_one .news-notice .news .news-swiper-list .right-news .news-btn .news-btn-item[data-v-3faaaa0d] {
  padding: 10px 22px;
  cursor: pointer
}

.home-container .module_one .news-notice .news .news-swiper-list .right-news .news-btn .news-btn-item[data-v-3faaaa0d]:not(:last-child) {
  border-right: 1px solid #254E7A
}

.home-container .module_one .news-notice .news .news-swiper-list .right-news .news-btn .active[data-v-3faaaa0d] {
  background-color: #254e7a;
  color: #fff
}

.home-container .module_one .news-notice .notice[data-v-3faaaa0d] {
  padding: 20px;
  float: right;
  width: 390px;
  border: 1px solid #d1c9c9
}

@media (max-width: 600px) {
  .home-container .module_one .news-notice .notice[data-v-3faaaa0d] {
    width: 98%;
    margin: auto
  }
}

.home-container .module_one .news-notice .news-list[data-v-3faaaa0d] {
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
  color: #101010;
  cursor: pointer
}

.home-container .module_one .news-notice .news-list .news-list-item[data-v-3faaaa0d] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.home-container .module_one .news-notice .news-list .news-list-item[data-v-3faaaa0d]:hover {
  color: #254e7a
}

.home-container .module_one .news-notice .news-list .news-list-item .news-list-item-title[data-v-3faaaa0d] {
  float: left;
  width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.home-container .module_one .news-notice .news-list .news-list-item .news-list-item-time[data-v-3faaaa0d] {
  float: right;
  color: #999;
  flex-shrink: 0
}

.home-container .image-list[data-v-3faaaa0d] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1210px;
  margin: 0 auto;
  height: auto
}

@media (max-width: 600px) {
  .home-container .image-list[data-v-3faaaa0d] {
    display: flex;
    width: 98%;
    margin: auto
  }
}

.home-container .image-list .image-list-item[data-v-3faaaa0d] {
  width: 380px;
  height: 91px;
  position: relative
}

.home-container .image-list .image-list-item[data-v-3faaaa0d]:after {
  content: "";
  display: block;
  background-color: #f5f5f533;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0
}

.home-container .image-list .image-list-item img[data-v-3faaaa0d] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px
}

.home-container .image-list .image-list-item .image-list-item-caption[data-v-3faaaa0d] {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(50px, -50%)
}

@media (max-width: 600px) {
  .home-container .image-list .image-list-item .image-list-item-caption[data-v-3faaaa0d] {
    transform: translate(14%, -50%)
  }
}

.home-container .image-list .image-list-item .image-list-item-caption .caption[data-v-3faaaa0d] {
  color: #fff;
  font-size: 24px;
  font-family: SourceHanSansSC;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 8px
}

.home-container .image-list .image-list-item .image-list-item-caption .eng[data-v-3faaaa0d] {
  color: #fff;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 2px
}

@media (max-width: 600px) {
  .home-container .image-list .image-list-item[data-v-3faaaa0d]:nth-child(2) {
    margin: 0 8px
  }
}

.home-container .school-rules-party[data-v-3faaaa0d] {
  width: 100%;
  margin: 0 auto;
  height: auto
}

.home-container .school-rules-party .rules-list[data-v-3faaaa0d] {
  width: 1210px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px
}

@media (max-width: 600px) {
  .home-container .school-rules-party .rules-list[data-v-3faaaa0d] {
    width: 98%;
    display: flex;
    flex-direction: column
  }
}

.home-container .school-rules-party .rules[data-v-3faaaa0d] {
  width: 590px;
  height: 178px;
  border-radius: 5px;
  background-color: #cbe3ef;
  display: flex
}

@media (max-width: 600px) {
  .home-container .school-rules-party .rules[data-v-3faaaa0d] {
    width: 100%;
    margin: auto;
    margin-bottom: 10px
  }
}

.home-container .school-rules-party .rules .title[data-v-3faaaa0d] {
  width: 64px;
  height: 177px;
  font-family: SourceHanSansSC;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
  box-shadow: none;
  writing-mode: horizontal-tb;
  background: #254e7a;
  letter-spacing: 20px;
  line-height: 35px;
  padding: 0;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  text-shadow: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative
}

.home-container .school-rules-party .rules .title span[data-v-3faaaa0d] {
  color: #fff;
  font-size: 24px;
  font-family: SourceHanSansSC;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 18px;
  position: relative
}

.home-container .school-rules-party .rules .title[data-v-3faaaa0d]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid rgb(37, 78, 122);
  border-right: 0;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  z-index: 10
}

.home-container .school-rules-party .rules .school-rules-party-news-list[data-v-3faaaa0d] {
  width: 100%;
  padding: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #101010;
  cursor: pointer
}

.home-container .school-rules-party .rules .school-rules-party-news-list .news-list-item[data-v-3faaaa0d] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.home-container .school-rules-party .rules .school-rules-party-news-list .news-list-item[data-v-3faaaa0d]:hover {
  color: #254e7a
}

.home-container .school-rules-party .rules .school-rules-party-news-list .news-list-item .news-list-item-title[data-v-3faaaa0d] {
  float: left;
  width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (max-width: 600px) {
  .home-container .school-rules-party .rules .school-rules-party-news-list .news-list-item .news-list-item-title[data-v-3faaaa0d] {
    width: 70%;
    min-width: 200px
  }
}

.home-container .school-rules-party .rules .school-rules-party-news-list .news-list-item .news-list-item-time[data-v-3faaaa0d] {
  float: right;
  color: #999;
  flex-shrink: 0
}

.home-container .school-rules-party .party[data-v-3faaaa0d] {
  width: 590px;
  height: 178px
}

.home-container .home-education-list .list[data-v-3faaaa0d] {
  width: 1210px;
  margin: 0 auto;
  height: auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width: 600px) {
  .home-container .home-education-list .list[data-v-3faaaa0d] {
    justify-content: space-around;
    width: 98%;
    margin: auto
  }
}

.home-container .home-education-list .listCard[data-v-3faaaa0d] {
  width: calc(33% - 11px);
  height: 472px
}

.home-container .home-education-list .left[data-v-3faaaa0d], .home-container .home-education-list .center[data-v-3faaaa0d] {
  border: 1px solid #d1c9c9;
  border-radius: 3px
}

@media screen and (max-width: 600px) {
  .home-container .home-education-list .center[data-v-3faaaa0d] {
    margin-right: 0 !important
  }
}

.home-container .home-education-list .left[data-v-3faaaa0d], .home-container .home-education-list .center[data-v-3faaaa0d] {
  padding: 15px
}

@media screen and (max-width: 600px) {
  .home-container .home-education-list .left[data-v-3faaaa0d], .home-container .home-education-list .center[data-v-3faaaa0d] {
    width: calc(50% - 25px);
    margin-bottom: 20px
  }
}

.home-container .home-education-list .img-news[data-v-3faaaa0d] {
  margin: 20px 0;
  display: flex;
  gap: 10px
}

.home-container .home-education-list .img-news>img[data-v-3faaaa0d] {
  width: 169px;
  height: 100px
}

.home-container .home-education-list .img-news .img-news-right[data-v-3faaaa0d] {
  width: 158px
}

.home-container .home-education-list .img-news .img-news-right .top[data-v-3faaaa0d] {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #a88365;
  font-family: 思源宋体;
  width: 158px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.home-container .home-education-list .img-news .img-news-right .bot[data-v-3faaaa0d] {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  align-content: center;
  width: 169px;
  height: 65px;
  letter-spacing: 2px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

.home-container .home-education-list .dashed-line[data-v-3faaaa0d] {
  border-bottom: 1px dashed #d1c9c9;
  margin-bottom: 20px
}

.home-container .home-education-list .center[data-v-3faaaa0d] {
  margin-left: 22px;
  margin-right: 22px
}

@media screen and (max-width: 600px) {
  .home-container .home-education-list .right[data-v-3faaaa0d] {
    display: flex;
    width: 98%;
    height: auto;
    justify-content: space-between
  }
}

.home-container .home-education-list .right .top[data-v-3faaaa0d] {
  border: 1px solid #d1c9c9;
  border-radius: 3px;
  padding: 15px;
  height: 215px
}

@media screen and (max-width: 600px) {
  .home-container .home-education-list .right .top[data-v-3faaaa0d] {
    width: calc(54% - 4px)
  }
}

.home-container .home-education-list .right .top .column[data-v-3faaaa0d] {
  width: 100%;
  margin: 20px 0
}

.home-container .home-education-list .right .top .column ul[data-v-3faaaa0d] {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #cbe3ef;
  color: #333;
  font-size: 12px
}

.home-container .home-education-list .right .top .column ul li[data-v-3faaaa0d] {
  display: flex;
  align-items: center;
  width: calc(33.33% - 20px);
  margin: 10px;
  box-sizing: border-box
}

.home-container .home-education-list .right .top .column ul li>img[data-v-3faaaa0d] {
  width: 18px;
  height: 18px;
  margin-right: 5px
}

.home-container .home-education-list .right .top .column ul li>a[data-v-3faaaa0d] {
  color: #333;
  width: 100%;
  display: flex
}

.home-container .home-education-list .right .bot[data-v-3faaaa0d] {
  margin: 20px 0;
  height: 100px
}

@media screen and (max-width: 600px) {
  .home-container .home-education-list .right .bot[data-v-3faaaa0d] {
    width: calc(46% - 10px);
    height: auto;
    margin: 0 !important
  }
}

.home-container .home-education-list .right .bot .img-list[data-v-3faaaa0d] {
  display: flex;
  gap: 10px
}

.home-container .home-education-list .right .bot .img-list .img-list-item[data-v-3faaaa0d] {
  display: block;
  width: 50%;
  height: 100px;
  position: relative
}

.home-container .home-education-list .right .bot .img-list .img-list-item>img[data-v-3faaaa0d] {
  width: 100%;
  height: 100%;
  border-radius: 5px
}

.home-container .home-education-list .right .bot .img-list .img-list-item[data-v-3faaaa0d]:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0000001a;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px
}

.home-container .home-education-list .right .bot .img-list .img-list-item .img-list-item-title-left[data-v-3faaaa0d] {
  position: absolute;
  width: 156px;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px
}

.home-container .home-education-list .right .bot .img-list .img-list-item .img-list-item-title-right[data-v-3faaaa0d] {
  position: absolute;
  width: 170px;
  top: 70%;
  left: 50%;
  transform: translate(-44%, -50%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 1px
}

.home-container .home-education-list .right .bot .bot-img[data-v-3faaaa0d] {
  margin: 20px 0;
  width: 100%;
  height: 120px;
  position: relative
}

.home-container .home-education-list .right .bot .bot-img>img[data-v-3faaaa0d] {
  width: 100%;
  height: 100%;
  border-radius: 5px
}

.home-container .home-education-list .right .bot .bot-img[data-v-3faaaa0d]:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #0003;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px
}

.home-container .home-education-list .right .bot .bot-img .bot-img-title[data-v-3faaaa0d] {
  width: 316px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
  color: #fff;
  font-size: 36px;
  font-family: FZHanZhenGuangBiao;
  line-height: 50px;
  letter-spacing: 2px;
  z-index: 999
}

.home-container .home-education-list .left .news-list .news-list-item[data-v-3faaaa0d], .home-container .home-education-list .center .news-list .news-list-item[data-v-3faaaa0d] {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.home-container .home-education-list .left .news-list .news-list-item .news-list-item-time[data-v-3faaaa0d], .home-container .home-education-list .center .news-list .news-list-item .news-list-item-time[data-v-3faaaa0d] {
  flex-shrink: 0
}

@media screen and (max-width: 600px) {
  .home-container .bot-swiper[data-v-3faaaa0d] {
    width: 100%;
    margin: auto
  }
}

.home-container .bot-swiper .swiper[data-v-3faaaa0d] {
  margin: 20px 0;
  width: 100%;
  height: 100%
}

.home-container .bot-swiper .swiper-container[data-v-3faaaa0d] {
  width: 1210px;
  margin: 0 auto;
  height: auto;
  margin-top: 20px;
  height: 254px;
  border: 1px solid #d1c9c9;
  padding: 20px
}

@media screen and (max-width: 600px) {
  .home-container .bot-swiper .swiper-container[data-v-3faaaa0d] {
    width: 98%;
    margin: auto
  }
}

.home-container .bot-swiper .swiper-slide[data-v-3faaaa0d] {
  text-align: center;
  font-size: 18px;
  width: 214px;
  height: 160px;
  position: relative
}

.home-container .bot-swiper .swiper-title[data-v-3faaaa0d] {
  background: #0000004d;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 10px
}

@media (max-width: 600px) {
  .home-container .bot-swiper .swiper-title[data-v-3faaaa0d] {
    width: 80%
  }
}

@media (max-width: 600px) {
  .home-container .bot-swiper .swiper-title[data-v-3faaaa0d] {
    width: 82%
  }
}

.home-container .bot-swiper .swiper-slide img[data-v-3faaaa0d] {
  display: block;
  width: 214px;
  height: 160px
}

.home-container .bot-swiper .swiper-slide img[data-v-3faaaa0d] {
  display: block;
  width: 214px;
  height: 160px;
  object-fit: cover;
  cursor: pointer
}

.home-container .bot-swiper .swiper-slide img[data-v-3faaaa0d]:hover {
  border: 5px solid #dd1414
}