body {
  margin: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  position: relative;
  font-family: "Microsoft YaHei";
  background-color: #f6f7fb;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  font-family: "object-fit: cover";
}

.main {
  transform-origin: top left;
  width: 100%;
}

.can-click {
  cursor: pointer;
  user-select: none;
  transition: all 0.4s;
}

.hide-text {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}

.main-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 3;
  background-color: rgba(85, 87, 164, 0.9);
  height: 130px;
}

.main-title-content {
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.main-title-search {
  width: 260px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  padding: 5px 20px;
}

.main-title-search-input {
  width: calc(100% - 37px);
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 22px;
}

.main-title-search-line {
  width: 2px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 15px;
}

.main-title-menu {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding-top: 17px;
  justify-content: space-around;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.main-title-menu-mask {
  position: absolute;
  top: 57px;
  height: 345px;
  background-color: #f5f5f5;
  z-index: -1;
  display: none;
  opacity: 0;
  background-image: url(/_upload/tpl/0e/ed/3821/template3821/static/image/menu_bg.png), 
      url(/_upload/tpl/0e/ed/3821/template3821/static/image/menu-background.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 347px auto, contain;
  background-position: -347px 0, center;
}

.main-title-menu:hover .main-title-menu-mask,
.main-title-menu:hover .main-title-menu-item-sub {
  display: block;
  opacity: 1;
}

.main-title-menu-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  gap: 2px;
  padding: 0 10px;
}

.main-title-menu-item-sub {
  position: absolute;
  top: 39px;
  font-weight: 400;
  font-size: 16px;
  height: 345px;
  width: 140%;
  left: 0;
  z-index: 11;
  display: none;
  transition: all 0.4s;
  opacity: 0;
}

.main-title-menu-item:hover .main-title-menu-item-sub {
  background-color: rgba(237, 124, 64, 0.2);
  animation: side 0.4s;
}

.main-title-menu-item:hover
  .main-title-menu-item-sub
  .main-title-menu-item-sub {
  background-color: transparent;
  animation: none;
}

.main-title-menu-item-sub:hover {
  background-color: rgba(237, 124, 64, 0.2);
  animation: side 0.4s;
}

@keyframes side {
  from {
    height: 0;
  }

  to {
    height: 345px;
  }
}

.main-title-menu-item-sub-item {
  padding: 10px;
  color: #000;
  font-size: 14px;
}

.main-title-menu-item-sub-item:hover {
  color: rgba(85, 87, 164, 1);
}

.main-title-menu-item-sub-item a:hover {
  color: rgba(237, 124, 64, 1);
}

.main-title-menu-item-sub-item .main-title-menu-item-sub {
  position: relative;
  top: 10px;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.main-title-menu-item-sub-item .main-title-menu-item-sub-item {
  background-color: transparent;
}

.main-title-menu-item-sub-item .main-title-menu-item-sub:hover {
  background-color: transparent;
  animation: none;
}

.main-title-menu-item-sub-item :last-child.main-title-menu-item-sub-item {
  padding-bottom: 0px;
}

.main-title-menu-item-selected::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: " ";
  width: 100%;
  height: 3px;
  background-color: #fff;
  transform: translate(-50%);
}

.main-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-swiper-pagination {
  position: absolute;
  bottom: 20px !important;
  left: 50% !important;
  width: auto !important;
  transform: translate(-50%);
  z-index: 2;
  display: flex;
  margin: 10px;
}

.main-swiper .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  background-color: #ccc;
  border-radius: 0;
  opacity: 0.6;
}

.main-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.main-info {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.main-info2 {
  margin-top: 40px;
}

.main-info-white {
  background: #fff;
  padding: 50px calc((100% - 1200px) / 2);
}

.main-info-title,
.main-info-title2 {
  font-size: 26px;
  font-weight: 700;
  padding: 40px 0;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.main-info-title::before,
.main-info-title::after {
  content: " ";
  display: block;
  position: absolute;
  width: 22px;
  height: 6px;
  top: 50%;
  background: linear-gradient(
    to bottom,
    rgba(237, 124, 64, 1) 4px,
    rgba(85, 87, 164, 1) 2px
  );
  transform: translate(0, -50%);
}

.main-info-title::before {
  left: -50px;
}

.main-info-title::after {
  right: -50px;
}

.main-info-body {
  display: flex;
  width: 100%;
}

.main-info-body2 {
  flex-direction: column;
}

.main-info-body-left,
.main-info-body-right {
  width: calc((100% - 20px) / 2);
  display: inline-block;
}

.main-info-body-right {
  background-image: url(/_upload/tpl/0e/ed/3821/template3821/static/image/Union.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 19px;
}

.main-info-body-right-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* .main-info-body-right-info .main-info-news:nth-child(1),*/
/*.main-info-body-right-info .main-info-news:nth-child(2),*/
/*.main-info-body-right-info .main-info-news:nth-child(3), */
.link {
display:none;
}

.main-info-dynamic {
  position: relative;
  width: calc((100% - 20px) / 2);
  height: 190px;
  display: inline-block;
}

.main-info-body-left .main-info-dynamic:last-child {
  margin-left: 15px;
}

.main-info-dynamic a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.main-info-dynamic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.main-info-dynamic:hover img {
  transform: scale(1.05);
}

.main-info-dynamic-title {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 15px;
  width: calc(100% - 30px);
  color: #fff;
  text-align: left;
  pointer-events: none;
}

.main-info-dynamic-main {
  height: 346px;
  width: 100%;
  margin-bottom: 19px;
}

.main-info-news,
.main-info-news2 {
  width: calc(100% - 20px);
  height: 55px;
  display: flex;
  gap: 20px;
  text-align: left;
  padding: 10px;
  border-radius: 5px;
}

.main-info-news {
  margin-bottom: 20px;
}

.main-info-news:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
  transform: translate(0, -5px);
}

.main-info-news-time,
.main-info-news-left {
  width: 60px;
  height: calc(100% - 1px);
}

.main-info-news-time {
  border-bottom: 1px solid #ddd;
}

.main-info-news-time-capital,
.main-info-news-content-capital {
  font-size: 18px;
  font-weight: 700;
}

.main-info-news-content-capital {
  padding-bottom: 10px;
}

.main-info-news-time-sub,
.main-info-news-content-sub {
  font-size: 14px;
  font-weight: 400;
  color: rgba(152, 159, 169, 1);
}

.main-info-news-content,
.main-info-news-content-last {
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  text-align: left;
}

.main-info-news-content-capital,
.main-info-news-content-sub {
  width: 100%;
}

.main-info-news-content-last {
  align-items: flex-end;
}

.main-info-news-button {
  width: 115px;
  height: 40px;
  border: 1px solid #ccc;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  background: #fff;
}

.main-info-news-button:hover {
  background: none;
}

.main-info-body-notice {
  width: calc((100% - 20px) / 2 - 40px);
  height: 76px;
  display: inline-flex;
  padding: 20px;
  background-color: #fff;
  align-items: center;
}

.main-info-body-content .main-info-body-notice:nth-child(1),
.main-info-body-content .main-info-body-notice:nth-child(2) {
  margin-bottom: 15px;
}

.main-info-body-content .main-info-body-notice:nth-child(2n) {
  margin-left: 15px;
}

.main-info-body-notice:hover {
  transform: translate(0, -5px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.main-info-body-notice-date {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid rgba(85, 87, 164, 1);
  height: 55px;
  width: 60px;
  position: relative;
}

.main-info-body-notice-date::before,
.main-info-body-notice-date::after {
  content: " ";
  display: block;
  position: absolute;
  top: -6px;
  transform: translate(-50%);
  width: 2px;
  height: 6px;
  background-color: rgba(85, 87, 164, 1);
}

.main-info-body-notice-date::before {
  left: 20%;
}

.main-info-body-notice-date::after {
  left: 80%;
}

.main-info-body-notice-day {
  height: 26px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(85, 87, 164, 1);
  font-size: 16px;
  font-weight: 400;
}

.main-info-body-notice-year {
  height: 30px;
  width: 100%;
  background-color: rgba(85, 87, 164, 1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
}

.main-info-body-notice-title {
  width: calc(100% - 80px);
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  margin-left: 15px;
}

.main-info-body-more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.main-info-body-other-main,
.main-info-body-other-sub {
  width: calc((100% - 20px) / 2 - 60px);
  background-image: url(/_upload/tpl/0e/ed/3821/template3821/static/image/otherBackground.png);
  background-repeat: no-repeat;
  height: 200px;
  display: inline-flex;
  padding: 20px 30px;
  transition: all 0.4s;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-info-body-content .main-info-body-other-main:nth-child(1),
.main-info-body-content .main-info-body-other-sub:nth-child(2) {
  margin-bottom: 15px;
}

.main-info-body-content .main-info-body-other-main:nth-child(4),
.main-info-body-content .main-info-body-other-sub:nth-child(2) {
  margin-left: 15px;
}

.main-info-body-other-main:hover,
.main-info-body-other-sub:hover {
  transform: translate(0, -5px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.main-info-body-other-main-1 {
  background: url(/_upload/tpl/0e/ed/3821/template3821/static/image/type2.png);
}

.main-info-body-other-main-2 {
  background: url(/_upload/tpl/0e/ed/3821/template3821/static/image/type3.png);
}

.main-info-body-other-sub-1 {
  background: url(/_upload/tpl/0e/ed/3821/template3821/static/image/type1.png);
}

.main-info-body-other-sub-2 {
  background: url(/_upload/tpl/0e/ed/3821/template3821/static/image/type4.png);
}

.main-info-body-other-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.main-info-body-other-main .main-info-body-more,
.main-info-body-other-sub .main-info-body-more {
  justify-content: start;
}

.main-info-body-other-main .main-info-news-button,
.main-info-body-other-sub .main-info-news-button {
  background: transparent;
  color: #fff;
  fill: #fff;
}

.main-info-body-other-main:hover .main-info-news-button {
  color: rgba(85, 87, 164, 1);
  fill: rgba(85, 87, 164, 1);
  border-color: rgba(85, 87, 164, 1);
}

.main-info-body-other-sub:hover .main-info-news-button {
  color: rgba(237, 124, 64, 1);
  fill: rgba(237, 124, 64, 1);
  border-color: rgba(237, 124, 64, 1);
}

.main-info-body-other-name {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  width: calc(100% - 80px);
}

.teacher-swiper {
  overflow: hidden;
  position: relative;
  height: 520px;
  cursor: auto !important;
}

.main-info-body-teacher {
  width: 285px;
  height: 465px;
  background-color: #fff;
  transition: all 0.4s;
  display: inline-block;
  margin-right: 15px;
}

#teachers .main-info-body-teacher:nth-child(4n) {
  margin-right: 0;
}

.teacher-swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 8px;
    background: rgba(0,0,0,0.5);
}

.teacher-swiper .swiper-pagination-bullet-active {
  background: #5557a4;
}

.main-info-body-teacher-img {
  width: 100%;
  height: 288px;
  overflow: hidden;
}

.main-info-teacher-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.main-info-body-teacher:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.main-info-body-teacher:hover .main-info-teacher-img {
  transform: scale(1.05);
}

.main-info-body-teacher-info {
  width: calc(100% - 20px);
  height: 157px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px;
}

.main-info-body-teacher-name,
.main-info-body-teacher-posts,
.main-info-body-teacher-remark {
  width: 100%;
}

.main-info-body-teacher-name {
  font-size: 18px;
  font-weight: 700;
}

.main-info-body-teacher-posts,
.main-info-body-teacher-remark {
  font-size: 16px;
  font-weight: 400;
  color: rgba(152, 159, 169, 1);
}

.main-info-body-scet {
  width: calc((100% - 40px) / 3);
  display: inline-flex;
  flex-wrap: wrap;
}

.main-info-body-content .main-info-body-scet {
  margin-right: 15px;
}

.main-info-body-content .main-info-body-scet:nth-child(3) {
  margin-right: 0;
}

.main-info-body-scet-primary {
  width: 100%;
  height: 130px;
  position: relative;
  overflow: hidden;
}

.main-info-body-scet-primary-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.main-info-body-scet-primary:hover .main-info-body-scet-primary-background {
  transform: scale(1.05);
}

.main-info-body-scet-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 62, 107, 0.6);
}

.main-info-body-scet-mask-title {
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.main-info-body-scet-more {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-info-body-scet-more-icon {
  transform: rotate(-90deg);
}

.main-info-body-scet-info {
  width: 100%;
  height: 84px;
  overflow: hidden;
  margin-top: 30px;
}

.main-info-body-scet-info .main-info-body-scet-info-item:hover {
  font-weight: 700;
}

.main-info-body-scet-info-item {
  font-size: 16px;
  display: flex;
  font-weight: 400;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}

.main-info-body-scet-info-item span {
  width: calc(100% - 24px);
  margin-left: 10px;
}

.main-info-body-scet-info-item::before {
  content: " ";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(237, 124, 64, 1);
}

.main-info-body-scet-info-item:hover::before {
  width: 6px;
  height: 6px;
}

.footer-main {
  width: 100%;
  margin-top: 40px;
  background-color: rgba(237, 124, 64, 1);
  background-image: url(/_upload/tpl/0e/ed/3821/template3821/static/image/logo2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.footer-main-content {
  // width: calc(100% - 100% / 9 * 2);
  // padding: 60px calc(100% / 9);
  width: 1200px;
  padding:60px calc((100% - 1200px) / 2);
  display: flex;
  height: 230px;
}

.footer-main-content-left-logo {
  width: 317px;
}

.footer-main-content-center .footer-main-content-right-item:first-child {
  margin-right: 160px;
}

.footer-main-content-left-item,
.footer-main-content-right-item-link {
  font-size: 14px;
  font-weight: 400;
  color: #eff2f6;
  margin-top: 5px;
}

.footer-main-content-right-item-link {
  font-size: 16px;
}

.footer-main-content-right-item-link:hover {
  color: rgba(85, 87, 164, 1);
}

.footer-main-content-left-item-first,
.footer-main-content-right-item-link-first {
  margin-top: 30px;
}

.footer-main-content-line {
  width: 2px;
  height: 100%;
  background-color: rgba(239, 242, 246, 0.4);
  margin: 0 90px;
}

.footer-main-content-center {
  display: flex;
  width: 100%;
}

.footer-main-content-right {
  height: 100%;
}

.footer-main-content-right-item-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.footer-main-end {
  height: 40px;
  border-top: 1px solid rgba(239, 242, 246, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(239, 242, 246, 0.6);
}

.footer-main-end a {
  color: rgba(239, 242, 246, 0.6);
}

.primary-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.primary-info-header {
  height: 40px;
  width: calc(100% - 100% / 9 * 2);
  padding: 0 calc(100% / 9);
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
}

.primary-info-header * {
  margin: 5px;
}

.primary-info-header-main {
  margin: 0 auto;
  width: 1200px;
}

.primary-info-header-main a, 
.primary-info-header-main span{
  color: #999999;
    height: 44px;
    line-height: 44px;
}

.primary-info-header-main a:hover {
  color: #5557A4;
}


.primary-info-header-main a:last-child{
  color: #333333;
}

.primary-info-header-span {
  color: rgba(152, 159, 169, 1);
  font-size: 16px;
}

.primary-info-header .primary-info-header-span:last-child {
  color: #000;
  font-weight: 700;
}

.primary-info-list {
  width: 1200px;
  margin: 40px auto;
  display: flex;
}

.primary-info-list-left {
  border-top: 1px solid #ddd;
  width: 200px;
}

.primary-info-list-left-item {
  display: flex;
  border-bottom: 1px solid #ddd;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
  width: 180px;
  color: #000;
  fill: rgba(152, 159, 169, 1);
  background-image: url(/_upload/tpl/0e/ed/3821/template3821/static/image/add.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
}

.primary-info-list-left-item-selected,
.primary-info-list-left-item-parent {
  background-color: rgba(237, 124, 64, 1);
  color: #fff;
  font-weight: 700;
  background-image: url(/_upload/tpl/0e/ed/3821/template3821/static/image/sub.png);
}

.primary-info-list-left-item:hover {
  font-weight: 700;
}

.primary-info-list-left-item:active {
  background-color: rgba(237, 124, 64, 1);
  color: #fff !important;
  fill: #fff;
}

.primary-info-list-left-item-title {
  font-weight: 700;
  font-size: 18px;
}

.primary-info-list-left-item-icon {
  width: 20px;
  height: 20px;
}

.primary-info-list-left-item-icon::before {
  display: block;
  content: url(/_upload/tpl/0e/ed/3821/template3821/static/svg/add.svg);
}

.primary-info-list-left-item:active .primary-info-list-left-item-icon::before {
  content: url(/_upload/tpl/0e/ed/3821/template3821/static/svg/remove.svg);
}

.primary-info-list-right {
  width: calc(100% - 234px);
  flex-wrap: wrap;
  margin-left: 34px;
}

.primary-info-list-right-title,
.primary-info-list-right-content,
.primary-info-essay {
  width: 100%;
  overflow: hidden;
}

.primary-info-list-right-title-span {
  font-size: 32px;
  font-weight: 700;
  width: 100%;
  position: relative;
  padding-bottom: 25px;
  background-image: linear-gradient(to bottom, #ddd, #ddd);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.primary-info-list-right-title-span::after {
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  width: 100px;
  height: 5px;
  background-color: rgba(85, 87, 164, 1);
  content: " ";
}

.primary-info-list-right-item {
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.primary-info-list-right-item-title {
  color: #000;
  font-size: 16px;
}

.primary-info-list-right-item-span {
  color: rgba(152, 159, 169, 1);
  font-size: 16px;
}

.primary-info-essay-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 0;
}

.primary-info-essay-sub-title {
  font-size: 16px;
  color: rgba(152, 159, 169, 1);
  text-align: center;
  padding: 10px 0;
}

.primary-info-list-right-control {
  width: 100%;
  text-align: center;
  padding: 10px;
}

.primary-info-essay {
  width: calc(100% - 60px);
  overflow: hidden;
  padding: 10px 30px;
}

#backButton {
  display: inline-flex;
  padding: 10px;
  background-color: rgba(237, 124, 64, 1);
  color: #fff;
  width: 50px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
