* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.main {
  max-width: 1230px;
  width: calc(100% - 15px);
  margin: 0 auto;
}

header .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0 14px;
}

header .menu {
  display: none;
  width: 26px;
  margin-left: 15px;
}

header .menu img {
  width: 100%;
}

header nav {
  flex: 1;
  padding: 0 40px;
}

header nav .nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

header nav .nav li .dropdown a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
}

header nav .nav li .dropdown {
  position: relative;
}

header nav .nav li .dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  display: none;
  z-index: 999;
  width: 130%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #5c4477;
  border-radius: 5px;
  padding: 5px 0;
}

header nav .nav li .dropdown:hover .dropdown-menu {
  display: block;
}

header nav .nav li .dropdown .dropdown-menu li a {
  color: #fff;
  display: block;
  padding: 5px;
  text-align: center;
}

header nav .nav li .dropdown .dropdown-menu li a:hover {
  background-color: #6212bd;
}

header nav .nav li .dropdown a:hover {
  color: #3966d9;
}

header nav .nav li a p {
  color: #747474;
  font-size: 12px;
}

header .search_box {
  position: relative;
  cursor: pointer;
}

header .search_box .search_center {
  display: none;
  position: absolute;
  right: 0;
  transform: translate(50%, 18%);
  top: 100%;
  z-index: 999;
  background-color: #5e3292;
  padding: 10px 15px;
  border-radius: 5px;
}

header .search_box .search_center::before {
  content: '';
  position: absolute;
  border: 6px solid transparent;
  border-bottom-color: #5e3292;
  top: 0;
  left: 50%;
  transform: translate(-100%, -98%);
}

header .search_box .search_center form {
  display: flex;
  align-items: center;
}

header .search_box .search_center form input {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  height: 28px;
  outline-style: none;
}

header .search_box .search_center form input:focus {
  box-shadow: 0 0 5px rgba(255, 255, 255, .5);
}

header .search_box .search_center form input[type='submit'] {
  margin-left: 5px;
  background-color: #7119d4;
  box-shadow: 0 0 5px rgba(255, 255, 255, .5);
  cursor: pointer;
  border: none;
}

header .search_box .search_center form input::placeholder {
  color: rgba(255, 255, 255, .8);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 84px;
}

.swiper-button-next img,
.swiper-button-prev img {
  width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: static;
}

.picnav {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 0;
  margin-top: 27px;
}

.picnav .item {
  flex: 1;
}

.picnav .item a {
  display: block;
  width: 100%;
  transition: transform .4s, box-shadow .5s;
}

.picnav .item a:hover {
  transform: translateY(-5px);
  box-shadow: 1px 3px 5px 3px rgba(0, 0, 0, .2);
}

.picnav .item a img {
  width: 100%;
}

.EnrollStudent {
  display: flex;
  margin-top: 25px;
}

.EnrollStudent .box_7 {
  width: 65%;
}

.title_public {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title_public .title h3 {
  color: #5a5a5b;
  font-weight: normal;
  font-size: 30px;
}

.title_public .title span {
  color: #444471;
  font-size: 16px;
}

.title_public .more {
  width: 18px;
}

.title_public .more img {
  width: 100%;
}

.EnrollStudent .art_list ul li a {
  display: flex;
  align-items: center;
  transition: background .5s;
}

.EnrollStudent .art_list ul li a .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform .5s;
}

.EnrollStudent .art_list ul li a .time .year {
  font-size: 24px;
  color: #252587;
  transition: color .5s;
}

.EnrollStudent .art_list ul li a .time .date {
  color: #252587;
  font-size: 13px;
  transition: color .5s;
}

.EnrollStudent .art_list ul li a .dinfo {
  display: flex;
  align-items: center;
  padding-left: 36px;
  transition: transform .3s;
}

.EnrollStudent .art_list ul li a:hover {
  background-color: #252587;
}

.EnrollStudent .art_list ul li a:hover .time,
.EnrollStudent .art_list ul li a:hover .dinfo {
  transform: translateX(10px);
}

.EnrollStudent .art_list ul li a .dinfo h5 {
  color: #252587;
  font-weight: normal;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: color .5s;
}

.EnrollStudent .art_list ul li a:hover .dinfo::before,
.EnrollStudent .art_list ul li a:hover .time .year,
.EnrollStudent .art_list ul li a:hover .time .date,
.EnrollStudent .art_list ul li a:hover .dinfo h5 {
  color: #fff;
}

.EnrollStudent .art_list ul li a .dinfo::before {
  content: "/";
  margin-right: 45px;
}

.EnrollStudent .art_list ul li a {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}

.EnrollStudent .auto {
  flex: 1;
  margin-left: 30px;
}

.EnrollStudent .notice {
  border: 1px solid #e3e3e3;
  border-top: 2px solid #801c80;
  padding: 15px 23px 20px;
}

.EnrollStudent .notice .title_public .title h3 {
  color: #676767;
  font-size: 20px;
}

.EnrollStudent .notice .title_public .title span {
  color: #676767;
  font-size: 15px;
}

.EnrollStudent .notice {
  display: flex;
  flex-direction: column;
}

.EnrollStudent .notice .art_list_2 {
  flex: 1;
}

.EnrollStudent .notice .art_list_2 {
  display: flex;
  flex-direction: column;
}

.EnrollStudent .notice .art_list_2 li {
  flex: 1;
}

.EnrollStudent .notice .art_list_2 li a {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}

.EnrollStudent .notice .art_list_2 li a:hover .media-body h5 {
  color: #252587;
}

.EnrollStudent .notice .art_list_2 li a .media-body {
  flex: 1;
}

.EnrollStudent .notice .art_list_2 li a .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 35px 0 15px;
}

.EnrollStudent .notice .art_list_2 li a .media-body h5 {
  font-size: 14px;
  color: #7a7a7a;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.EnrollStudent .notice .art_list_2 li a .time .year {
  font-size: 22px;
  color: #000;
}

.EnrollStudent .notice .art_list_2 li a .time .date {
  font-size: 13px;
  color: #000;
}

.school {
  display: flex;
  margin-top: 42px;
  font-size: 0;
}

.school .item {
  flex: 1;
}

.school .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enroll_student {
  display: flex;
  gap: 80px;
  margin-top: 37px;
}

.enroll_student>* {
  flex: 1;
  overflow: hidden;
}

.swiper-pagination2 {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.enroll_student .title_public {
  margin-bottom: 18px;
}

.enroll_student .policy {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.enroll_student .policy ul {
  flex: 1;
  display: flex;
  flex-direction: column
}

.enroll_student .policy ul li {
  flex: 1;
}

.enroll_student .policy ul li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #e9e9e9;
  transition: background 1.2s;
}

.enroll_student .policy ul li a p {
  transition: transform .3s, color .5s;
}

.enroll_student .policy ul li a .date {
  background-color: #7543c1;
  color: #fff;
  font-size: 14px;
  width: fit-content;
  padding: 4px 21px;
  border-radius: 35px;
  margin-bottom: 10px;
  transition: transform .3s, background .2s;
}

.enroll_student .policy ul li a:hover {
  background-color: #7543c1;
}

.enroll_student .policy ul li a:hover .date,
.enroll_student .policy ul li a:hover p {
  transform: translateX(15px);
  color: #fff;
}

.enroll_student .policy ul li a:hover .date {
  background-color: #fff;
  color: #7543c1;
}

.businessPartner {
  margin-top: 25px;
  width: 100%;
}

.businessPartner img {
  width: 100%;
}

footer {
  background-color: #801c80;
  padding: 19px 0 16px;
}

footer .left p {
  color: #fff;
  line-height: 1.8;
}

footer .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .main .ewm {
  width: 104px;
}

footer .main .ewm img {
  width: 100%;
}

header .main .right {
  display: flex;
  align-items: center;
}

/* 列表页 */

.banners {
  width: 100%;
  font-size: 0;
}

.banners img {
  width: 100%;
}

.tip_nav {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.tip_nav .icon {
  width: 16px;
  font-size: 0;
}

.tip_nav .icon img {
  width: 100%;
}

.tip_nav span {
  font-size: 13px;
  color: #555555;
  padding: 0 5px;
}

.notice_row {
  display: flex;
  gap: 108px;
}

.notice_row .left_nav {
  width: 288px;
  padding-top: 20px;
}

.notice_row .left_nav ul {
  border-left: 1px solid #e9e9e9;
}

.notice_row .left_nav ul li {
  padding-left: 39px;
  position: relative;
}

.notice_row .left_nav ul li a {
  color: #646464;
  border-bottom: 1px solid #e9e9e9;
  display: block;
  font-size: 18px;
  padding: 20px 0;
}

.notice_row .left_nav ul li:nth-child(1) a {
  padding-top: 0;
}

.notice_row .left_nav ul li:hover a,
.notice_row .left_nav ul li.active a {
  color: #801c80;
}

.notice_row .left_nav ul li::before {
  opacity: 0;
  transition: opacity .15s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  content: '';
  width: 3px;
  height: 30px;
  background-color: #801c80;
}

.notice_row .left_nav ul li:hover::before,
.notice_row .left_nav ul li.active::before {
  opacity: 1;
}

.notice_row .notice_list {
  flex: 1;
}

.notice_row .notice_list h3 {
  color: #801c80;
  font-size: 36px;
  margin-bottom: 30px;
}

.notice_row .notice_list ul li a {
  display: flex;
  align-items: center;
color:#222222;
  padding: 20px 0;
  font-size: 16px;
}

.notice_row .notice_list ul li:last-child a {
  border-bottom: 1px solid #e9e9e9;
}

.notice_row .notice_list ul li a .date {
  margin-right: 45px;
  color: #801c80;
}

.notice_row .notice_list ul li a p {
  color: #222222;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.notice_row .notice_list ul li a:hover p {
  color: #801c80;
}

.page_btn_list {
  margin-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_btn_list ul {
  display: flex;
  align-items: center;
}

.page_btn_list .page_list {
  display: flex;
  align-items: center;
  margin-left: 28px;
}

.page_btn_list .page_list .btn_tab {
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1;
  cursor: pointer;
  font-size: 14px;
  margin: 4px;
}

.page_btn_list .page_list .btn_tab.btn_show {
  color: #7330b7;
}

.page_btn_list .page_list ul li {
  border: 1px solid #aaaaaa;
  color: #7330b7;
  border-radius: 4px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  cursor: pointer;
  margin: 4px;
}

.page_btn_list .page_list ul li p {
  flex: 1;
}

.page_btn_list .page_list .btn_tab:hover,
.page_btn_list .page_list ul li.active,
.page_btn_list .page_list ul li:hover {
  background-color: #7330b7;
  color: #fff;
}

.page_btn_list span {
  color: #777777;
  font-size: 15px;
}


.notice_row .left_nav ul li:nth-child(1):before {
  top: -1px;
  transform: translateX(-50%);
}

@media screen and (max-width:1500px) {

  .banner .mySwiper {
    height: 600px;
  }

  .banner .mySwiper a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}


@media screen and (max-width:1400px) {
  header .search_box .search_center {
    transform: translate(10%, 18%);
  }

  header .search_box .search_center::before {
    left: 90%;
  }
}

@media screen and (max-width:1300px) {
  header nav {
    padding: 0 20px;
  }

  .banner .mySwiper {
    height: 600px;
  }

  header .search_box .search_center {
    transform: translate(5%, 18%);
  }

  header .search_box .search_center::before {
    left: 95%;
  }

  .notice_row {
    gap: 50px;
  }
}

@media screen and (max-width:1000px) {
  .notice_row {
    gap: 30px;
  }

  .notice_row .notice_list ul li a .date,
  .notice_row .notice_list ul li a p {
    font-size: 14px;
  }

  .notice_row .notice_list ul li a {
    padding: 15px 0;
  }

  .notice_row .notice_list h3 {
    font-size: 24px;
  }

  .notice_row .left_nav ul li a {
    font-size: 16px;
    padding: 15px 0;
  }

  .notice_row .left_nav ul li {
    padding-left: 25px;
  }

  .enroll_student {
    gap: 30px;
  }

  .enroll_student .pic .mySwiper2 {
    height: 350px;
  }

  .businessPartner img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  header .main .logo {
    width: 200px;
    font-size: 0;
  }

  header .main .logo img {
    width: 100%;
  }

  .swiper-button-next img,
  .swiper-button-prev img {
    width: 50px;
  }

  header .search_box .search_center form {
    width: 100%;
  }

  header .search_box .search_center form input[type='text'] {
    flex: 1;
    margin-right: 12px;
  }
}

@media screen and (max-width:900px) {
  .notice_row .notice_list ul li a .date {
    margin-right: 20px;
  }

  .notice_row .left_nav {
    width: 150px;
  }

  header .menu {
    display: block;
  }

  header .search_box {
    position: static;
  }

  header {
    position: relative;
  }

  header .search_box .search_center {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 3%);
  }

  header .search_box .search_center::before {
    display: none;
  }

  .EnrollStudent .box_7 {
    width: 58%;
  }

  .EnrollStudent .art_list ul li a {
    padding: 12px 0;
  }

  .banner .mySwiper {
    height: 400px;
  }

  header nav {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 999;
    background-color: #5e3092;
    width: 100vw;
    height: calc(100vh - 79px);
    left: 0;
  }

  header nav .nav {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 15px 0;
  }

  header nav .nav li .dropdown .dropdown-menu {
    display: block;
    position: static;
    transform: none;
    width: 100%;
    background-color: transparent;
  }

  header nav .nav li .dropdown .dropdown-menu li a {
    text-align: left;
    padding-left: 15px;
  }

  header nav .nav li .dropdown .dropdown-menu li a::before {
    content: '- ';
  }

  header nav .nav li {
    width: 100%;
  }

  header nav .nav li .dropdow {
    width: 100%;
  }

  header nav .nav li .dropdown a {
    padding: 6px 0;
    color: #fff;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
  }

  header nav .nav li a p {
    display: none;
  }

  header .main {
    padding: 12px 0;
  }

  .picnav {
    flex-wrap: wrap;
    gap: 10px;
  }

  .picnav .item {
    width: calc(50% - 10px);
    flex: none;
  }

  .title_public .title h3 {
    font-size: 24px;
  }

  .title_public .title span {
    font-size: 12px;
  }
}

@media screen and (max-width:750px) {

  .page_btn_list .page_list,
  .page_btn_list ul {
    flex-wrap: wrap;
  }

  .EnrollStudent {
    flex-wrap: wrap;
  }

  .EnrollStudent .box_7 {
    width: 100%;
  }

  .EnrollStudent .notice {
    margin-left: 0;
    margin-top: 15px;
  }

  .EnrollStudent .art_list ul li a .time .year {
    font-size: 20px;
  }

  .EnrollStudent .art_list ul li a {
    padding: 8px 15px;
  }

  .EnrollStudent .notice .art_list_2 li a {
    padding: 8px 0;
  }

  .enroll_student {
    gap: 0;
    flex-wrap: wrap;
  }

  .enroll_student>* {
    width: 100%;
    flex: none;
  }

  .enroll_student .pic .mySwiper2 {
    width: 100%;
    height: 500px;
  }

  .enroll_student .pic .mySwiper2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .enroll_student .policy ul li a .date {
    margin-bottom: 5px;
  }

  .enroll_student .policy ul li a {
    padding: 12px 0;
  }

  .enroll_student .title_public {
    margin-bottom: 5px;
  }

  .businessPartner {
    margin-top: 15px;
  }
}

@media screen and (max-width:550px) {
  .notice_row .left_nav {
    width: auto;
  }

  .notice_row .left_nav ul li {
    padding-left: 10px;
  }

  .notice_row .left_nav ul li a {
    font-size: 12px;
    padding-right: 5px;
  }

  .notice_row .notice_list h3 {
    margin-bottom: 15px;
  }

  .notice_row .notice_list ul li a {
    padding: 10px 0;
  }

  .notice_row .notice_list ul li a .date {
    font-size: 12px;
  }

  .notice_row {
    flex-direction: column;
  }

  .businessPartner {
    margin-top: 5px;
  }

  .picnav .item {
    width: 100%;
  }

  .school {
    margin-top: 20px;
    flex-direction: column;
  }

  .enroll_student {
    margin-top: 15px;
  }

  .enroll_student .pic .mySwiper2 {
    height: 350px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .EnrollStudent {
    margin-top: 10px;
  }

  .EnrollStudent .art_list ul li a .dinfo {
    padding-left: 15px;
    flex: 1;
  }

  .EnrollStudent .art_list ul li a .dinfo::before {
    margin-right: 15px;
  }

  .EnrollStudent .notice .art_list_2 li a .time {
    padding: 0 20px 0 15px;
  }

  .EnrollStudent .art_list ul li a .time {
    width: 55px;
  }

  footer .left p {
    font-size: 12px;
  }

  .banner .mySwiper {
    height: 230px;
  }
}

@media screen and (max-width:450px) {
  .enroll_student .pic .mySwiper2 {
    height: 260px;
  }

  .enroll_student .policy ul li a .date {
    font-size: 12px;
  }
}