.education_header {
  height: 1039px;
  background: url(../images/education_bg_header.png) no-repeat;
  background-size: 100% 100%;
}
.education_header .education_header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 38px;
}
.education_header .education_header_top .back {
  width: 134px;
  height: 38px;
  background-color: #2e60bf;
  border-radius: 10px;
  transition: all 0.3s;
}
.education_header .education_header_top .back a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.education_header .education_header_top .back:hover {
  transform: translateX(5px);
}
.education_header .education_header_title {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.pub_title {
  display: flex;
  justify-content: center;
}
.pub_title .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 439px;
  height: 100px;
  background: url(../images/education_bg_title.png) no-repeat;
  background-size: 100% 100%;
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  padding-top: 10px;
}
.pub_title .text a {
  color: #fff;
}
.basic {
  margin-top: -550px;
}
.basic .basic_desc {
  font-size: 18px;
  color: #333;
  line-height: 44px;
  margin-top: 20px;
  text-indent: 2em;
}
.basic .basic_check {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.basic .basic_check a {
  font-size: 20px;
  color: #335dae;
  border-bottom: 3px solid #2e6cec;
}
.trends {
  margin-top: 60px;
}
.trends .trends_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 50px;
}
.trends .trends_list li {
  width: 625px;
  height: 200px;
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
  border-radius: 10px;
  padding: 34px 30px;
  transition: all 0.3s;
}
.trends .trends_list li a {
  display: flex;
  align-items: center;
  height: 100%;
}
.trends .trends_list li a .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  border-right: 2px solid #0076e4;
  margin-right: 20px;
  color: #0076e4;
}
.trends .trends_list li a .date .year {
  font-size: 18px;
}
.trends .trends_list li a .date .day {
  font-size: 48px;
  font-weight: 700;
}
.trends .trends_list li a .inner {
  flex: 1;
}
.trends .trends_list li a .inner .inner_title {
  font-size: 22px;
  color: #0076e4;
}
.trends .trends_list li a .inner .inner_desc {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  margin-top: 12px;
}
.trends .trends_list li:hover {
  transform: translateY(-10px);
}
.notice {
  margin-top: 60px;
}
.notice .notice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.notice .notice_list li {
  position: relative;
  width: 625px;
  line-height: 60px;
  border-bottom: 1px dashed #c2c2c2;
  padding-left: 24px;
}
.notice .notice_list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #0076e4;
  border-radius: 50%;
}
.notice .notice_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #333;
}
.notice .notice_list li:hover a {
  color: #0076e4;
}
.service {
  margin-top: 60px;
}
.service .service_main {
  position: relative;
  height: 628px;
  background: url(../images/education_service_bg.png) no-repeat;
  background-size: 100% 523px;
  background-position: center;
  margin-top: 90px;
}
.service .service_main .module_1 {
  display: flex;
  position: absolute;
  top: -45px;
  left: 20px;
}
.service .service_main .module_1 h3 {
  padding-top: 20px;
  margin-left: 20px;
}
.service .service_main .list_1 {
  display: flex;
  gap: 110px;
  padding-top: 40px;
  padding-left: 154px;
}
.service .service_main .list_1 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 254px;
  height: 106px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  transition: all 0.3s;
}
.service .service_main .list_1 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #333;
}
.service .service_main .list_1 li:hover {
  transform: translateY(-5px);
}
.service .service_main .list_1 li:hover a {
  color: #0076e4;
}
.service .service_main .module_2 {
  display: flex;
  position: absolute;
  top: 165px;
  right: 45px;
}
.service .service_main .module_2 h3 {
  padding-top: 20px;
  margin-left: 20px;
}
.service .service_main .list_2 {
  display: flex;
  gap: 30px;
  padding-top: 110px;
  padding-left: 110px;
}
.service .service_main .list_2 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 106px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  transition: all 0.3s;
}
.service .service_main .list_2 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #333;
}
.service .service_main .list_2 li:hover {
  transform: translateY(-5px);
}
.service .service_main .list_2 li:hover a {
  color: #0076e4;
}
.service .service_main .module_3 {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 20px;
  bottom: 112px;
}
.service .service_main .module_3 h3 {
  margin-left: 20px;
  padding-bottom: 40px;
}
.service .service_main .list_3 {
  display: flex;
  gap: 30px;
  padding-top: 132px;
  padding-left: 230px;
}
.service .service_main .list_3 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 106px;
  box-shadow: 0 0 5px #ccc;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  transition: all 0.3s;
}
.service .service_main .list_3 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #333;
}
.service .service_main .list_3 li:hover {
  transform: translateY(-5px);
}
.service .service_main .list_3 li:hover a {
  color: #0076e4;
}
.school .school_main {
  display: flex;
  height: 700px;
  margin-top: 50px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.school .school_panel {
  width: 380px;
  min-width: 380px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e5e5e5;
}
.school .school_panel .school_tabs {
  display: flex;
  align-items: center;
  padding: 18px 20px 0;
  gap: 8px;
}
.school .school_panel .school_tabs .tab {
  font-size: 16px;
  color: #666;
  cursor: pointer;
  padding: 8px 4px;
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
}
.school .school_panel .school_tabs .tab:hover {
  color: #2e60bf;
}
.school .school_panel .school_tabs .tab.active {
  color: #2e60bf;
  font-weight: 700;
  font-size: 17px;
}
.school .school_panel .school_tabs .tab.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 3px;
  background-color: #2e60bf;
  border-radius: 2px;
}
.school .school_panel .school_search {
  display: flex;
  align-items: center;
  margin: 16px 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.3s;
}
.school .school_panel .school_search:focus-within {
  border-color: #2e60bf;
}
.school .school_panel .school_search input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px 14px;
  font-size: 14px;
  color: #333;
}
.school .school_panel .school_search input::placeholder {
  color: #999;
}
.school .school_panel .school_search button {
  width: 44px;
  height: 40px;
  border: none;
  background-color: #4a90e2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.school .school_panel .school_search button:hover {
  background-color: #2e60bf;
}
.school .school_panel .school_list {
  flex: 1;
  overflow-y: auto;
  padding: 0 12px 12px;
}
.school .school_panel .school_list::-webkit-scrollbar {
  width: 5px;
}
.school .school_panel .school_list::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  border-radius: 3px;
}
.school .school_panel .school_list::-webkit-scrollbar-track {
  background-color: transparent;
}
.school .school_panel .school_list .school_item {
  display: flex;
  align-items: center;
  padding: 12px 8px;
  cursor: pointer;
  transition: background-color 0.2s;
  border-bottom: 1px solid #f0f0f0;
}
.school .school_panel .school_list .school_item:last-child {
  border-bottom: none;
}
.school .school_panel .school_list .school_item:hover {
  background-color: #f5f8ff;
}
.school .school_panel .school_list .school_item.active {
  background-color: #e8efff;
}
.school .school_panel .school_list .school_item .item_icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-right: 10px;
}
.school .school_panel .school_list .school_item .item_icon svg {
  width: 100%;
  height: 100%;
}
.school .school_panel .school_list .school_item .item_name {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.school .school_map {
  flex: 1;
  min-width: 0;
  background-color: #f0f0f0;
}
.policy {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 80px;
}
.policy .policy_item {
  width: 625px;
}
.policy .policy_list {
  margin-top: 30px;
}
.policy .policy_list li {
  position: relative;
  width: 625px;
  line-height: 60px;
  border-bottom: 1px dashed #c2c2c2;
  padding-left: 24px;
}
.policy .policy_list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #0076e4;
  border-radius: 50%;
}
.policy .policy_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #333;
}
.policy .policy_list li:hover a {
  color: #0076e4;
}
.policy .whitelist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}
.policy .whitelist li a {
  display: block;
  padding: 13px 18px;
  font-size: 18px;
  color: #333;
  border: 1px solid #dce6f5;
  border-radius: 8px;
  background-color: #fff;
  transition: all 0.25s;
  text-align: center;
}
.policy .whitelist li a:hover {
  color: #2563eb;
  border-color: #2563eb;
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.15);
  transform: translateY(-1px);
}
.links {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.links li {
  width: 300px;
  height: 148px;
  transition: all 0.3s;
}
.links li img {
  display: block;
  width: 100%;
  height: 100%;
}
.links li:hover {
  transform: translateY(-5px);
}
.media {
  margin-top: 80px;
  padding-bottom: 200px;
  background: url(../images/education_bg_foot.png) no-repeat;
  background-size: 100% 415px;
  background-position: bottom;
}
.media .media_inner {
  position: relative;
  width: 100%;
  height: 259px;
  margin-top: 60px;
}
.media .media_inner .swiper {
  width: 100%;
  height: 100%;
}
.media .media_inner .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.media .media_inner .swiper .swiper-slide .ewm {
  width: 214px;
  height: 214px;
}
.media .media_inner .swiper .swiper-slide .ewm img {
  width: 100%;
  height: 100%;
}
.media .media_inner .swiper .swiper-slide h3 {
  font-size: 18px;
  color: #333;
  text-align: center;
}
.media .media_inner .swiper-button-next::after,
.media .media_inner .swiper-button-prev::after {
  font-size: 30px;
  color: #015293;
}
.media .media_inner .swiper-button-prev {
  left: -30px;
}
.media .media_inner .swiper-button-next {
  right: -30px;
}
