@media screen and (max-width: 500px) {
  .hearder-top-tips-main {
    display: none;
  }

  .hearder-main {
    width: 100%;
    height: 60px;
    padding: 12px;
    background-color: #0052DA;
    position: relative;

  }

  .hearder-center {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .hearder-nav-center {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .hearder-logo {
    width: 187px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hearder-logo img {
    width: 100%;
    height: 100%;
  }

  .hearder-search {
    position: absolute;
    left: 0;
    top: 59px;
    background: #0052DA;
    padding: 12px 12px;
    width: 100%;
    height: 65px;
    z-index: 888;
    display: none;
  }

  .hearder-search-input {
    border-radius: 20px;
    height: 35px;
    width: 100%;
    border: none;
    outline: none;
    padding: 0 50px 0 18px;
    color: #333333;
    font-size: 14px;
    margin-right: 10px;
  }

  .hearder-search-input::placeholder {}

  .hearder-search-btn {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 30px;
    top: 19px;
  }

  .searchShow {
    display: block;
  }

  .searchClose {
    width: 23px;
    height: 23px;
    display: none;
  }

  .menuShow {
    display: block;
  }

  .menuClose {
    display: none;
    width: 23px;
    height: 23px;
  }

  .phone-search-menu-btn {
    margin-right: -21%;
    display: flex;
    width: 70px;
    justify-content: space-between;
  }

  .hearder-nav-main {
    position: absolute;
    right: 0;
    top: 59px;
    background: #020202ca;
    width: 138px;
    z-index: 999;
    display: none;
  }

  .hearder-nav-item {
    position: relative;
    padding: 0 15px;
  }

  .hearder-nav-item>a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    height: 54px;
    font-size: 16px;
    color: #FFFFFF;
  }

  .hearder-nav-item>a:hover {
    color: #0038D7;
  }

  .hearder-nav-item-children {
    display: none;
  }

  .index-banner {
    width: 100%;
    height: 273px;
    overflow: hidden;
    position: relative;
  }

  .index-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .index-banner .hy-dot {
    bottom: 33px;
  }

  .index-banner .hy-dot i {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
  }

  .index-banner .hy-dot i.active {
    background: #FFBC64;
  }

  .index-banner .hy-prev,
  .index-banner .hy-next {
    display: none;
  }

  .full-width {
    width: 100%;
  }

  .news-focus {
    background: url('../../image/xw-phone-bg.png') no-repeat center/cover;
  }

  .temp-model-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12.5px;
  }

  .temp-model-title-left {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }

  .temp-model-title-left-img {
    width: 22px;
    height: 23.5px;
    margin-right: 7px;
  }

  .temp-model-title-left-text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
  }

  .temp-model-title-left-more {
    margin-left: auto;
  }

  .temp-model-title-left-more>a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    display: flex;
    align-items: center;
  }

  .temp-model-title-left-more>a>img {
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }

  .temp-model-title-right {
    position: relative;
  }

  .news-focus-main {
    padding: 25px 12.5px 10px 12.5px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .news-focus-main-left {
    width: 100%;
    height: 247px;
  }

  .news-focus-main-right {
    width: 100%;
  }

  .news-focus-main-right-item {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .news-focus-main-right-item-link {
    display: block;
    color: inherit;
    text-decoration: none;
    width: 100%;
  }

  .news-focus-main-right-item-link:hover {
    text-decoration: none;
  }

  .news-focus-main-right-item-link:hover .news-focus-main-right-item-date-day,
  .news-focus-main-right-item-link:hover .news-focus-main-right-item-content-title {
    color: #0052DA;
  }

  .news-focus-main-right-item-link:not(:last-child):hover {
    border-bottom: 1px solid #0052DA !important;
  }

  .news-focus-main-right>.news-focus-main-right-item-link:not(:last-child) {
    border-bottom: 1px solid #E9E9E9;
  }

  .news-focus-main-right-item-date {
    width: 65px;
  }

  .news-focus-main-right-item-content {
    width: calc(100% - 65px);
  }

  .news-focus-main-right-item-date-day {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
  }

  .news-focus-main-right-item-date-year {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #626971;
  }

  .news-focus-main-right-item-content-title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    display: -webkit-box;
    /* 使用弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 设置子元素的排列方式 */
    -webkit-line-clamp: 2;
    /* 限制显示行数为2行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示为省略号 */
  }

  .news-focus-main-right-item-content-desc {
    display: none;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
  }

  .news-focus-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }

  .news-focus-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .news-focus-banner-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    padding: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    z-index: 10;
  }

  .news-focus-banner .hy-dot {
    display: none;
  }

  .news-focus-banner .hy-prev i,
  .news-focus-banner .hy-next i {
    display: none;
  }

  .news-focus-banner .hy-prev {
    width: 30px;
    height: 90px;
    border-radius: 0;
    left: 0;
    background: url('../../image/banner-right.png') no-repeat center/cover;
  }

  .news-focus-banner .hy-next {
    width: 30px;
    height: 90px;
    border-radius: 0;
    right: 0;
    background: url('../../image/banner-right.png') no-repeat center/cover;
  }

  .notice-academic-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 29px 12.5px 10px 12.5px;
    flex-wrap: wrap;

  }

  .notice-left-main {
    width: 100%;
    padding-bottom: 49px;
  }

  .notice-left-main>a:not(:last-child) {
    display: inline-block;
    margin-bottom: 25px;
  }

  .notice-left-main-item:hover .notice-left-main-item-type {
    background: #0052DA;
    color: #fff;
  }

  .notice-left-main-item:hover .notice-left-main-item-title {
    color: #0052DA;
  }

  .notice-left-main-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .notice-left-main-item-type {
    width: 50px;
    height: 46px;
    padding: 7px 13px;
    background: #F2F2F2;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    margin-right: 17px
  }

  .notice-left-main-item-title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    width: calc(100% - 67px);
  }

  .notice-left-main-item-date {
    display: none;
    margin-left: 39px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    width: 50px;
  }

  .academic-right-main {
    width: 100%;
  }

  .academic-right-main .swiper-slide {
    height: 610px;
  }

  .academic-swiper-item-img {
    width: 100%;
    height: 500px;
  }

  /* 自定义academic-swiper导航按钮样式 */
  .academic-right-main .swiper-button-next,
  .academic-right-main .swiper-button-prev {
    display: none;
  }

  .academic-swiper-item-text-main {
    position: absolute;
    bottom: 55px;
    left: 10px;
    width: calc(100% - 20px);
    height: 115px;
    box-shadow: 0px 3px 9px 0px rgba(88, 88, 88, 0.13);
    background: url('../../image/swapper-bottom.png') no-repeat bottom, #fff;
    padding: 16px 15px;
    background-size: 100% 2px;
  }

  .academic-right-main .swiper-pagination {
    bottom: 23px !important;
  }

  .academic-swiper-item-text-main-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
  }

  .academic-swiper-item-text-main-date {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #808080;
    margin-bottom: 6px;
  }

  .academic-swiper-item-text-main-address {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #808080;
  }


  .cy-link {
    background: url('../../image/link-main-bg.png') no-repeat center/cover;
  }

  .cy-link-main {
    display: none;
  }

  .cy-link-main-phone {
    padding: 20px 12.5px 41px 12.5px;
  }

  .cy-link-main-list {
    width: 100%;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .link-swiper-item-img {
    height: 63px;
    margin-bottom: 7px;
  }

  .link-swiper-item-text-main img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }

  .link-swiper-item-text-main {
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #0052DA;
  }











  .footer-main {
    width: 100%;
    background: #0052DA;
    height: 305px;

  }

  .footer-center-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer-one {
    padding: 20px 70px;
  }

  .footer-one img {
    width: 100%;
  }


  .footer-two {
    display: flex;
    flex-direction: column;
    padding: 0 36px;
  }

  .footer-two-top {
    display: flex;
    align-items: center;
  }

  .footer-two-top-qrcode {
    display: none;
  }

  .footer-two-top-text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
  }

  .footer-two-top-text>div {
    line-height: 30px;
  }

  .footer-two-bottom-qrcode {
    width: 49px;
    height: 49px;
    margin: 12px auto 0 auto;
  }

  .footer-two-bottom {
    display: none;
  }

  /* 子界面banner */
  .page-banner {
    width: 100%;
    height: 150px;
  }

  /* 子界面当前位置 */
  .loaction-address {
    display: none;
  }

  .page-content {
    width: 100%;
    padding: 20px 12px 0 12px;
  }

  .page-content-left {
    width: 100%;
  }

  .page-content-right {
    width: 100%;
  }

  /* 子界面菜单相关 */
  .page-content-menu {
    width: 100%;
  }

  .page-content-title {
    width: 100%;
    height: 51px;
    background: #0052DA;
    font-family: Microsoft YaHei;
    font-size: 17px;
    color: #FFFFFF;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
  }

  .phone-pageMenuShow {
    display: show;
  }

  .pageMenuShow {
    width: 20px;
    height: 20px;
  }

  .pageMenuClose {
    display: none;
    width: 20px;
    height: 20px;
  }

  .page-content-menu-prent-main {
    width: 100%;
    padding: 0 12px 0 12px;
    display: none;
  }

  .page-content-menu-prent {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;

  }

  .page-content-menu-prent-name {
    width: 100%;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #333333;
    height: 45px;
    display: flex;
    align-items: center;
  }
  .page-content-menu-prent-name>a {
    color: #333333;
  }

  .page-content-menu-prent-children {
    display: flex;
    flex-wrap: wrap;
  }

  .page-content-menu-prent-children>div {
    margin-right: 15px;
    height: 25px;
    margin-bottom: 10px;

  }

  .page-content-menu-prent-children>div>a {
    color: #808080;
    font-size: 14px;

  }

  .activeChildren>a {
    color: #004098 !important;
    border-bottom: 1px solid #004098;
  }


  .paging-main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
    margin-bottom: 15px;
  }

  .paging-main .Previous,
  .paging-main .Next {
    cursor: pointer;
    margin-right: 10px;
    width: 60px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 2.5px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #555555;
  }

  .paging-main .num {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 2.5px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #555555;
    margin-right: 10px;
    cursor: pointer;
  }

  .paging-main .active {
    background: #0052DA;
    color: #fff;
  }

  /* 子界面列表 */
  .page-content-right-list {
    width: 100%;
  }

  .page-content-right-list-item {
    padding: 18px 0;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
  }

  .page-content-right-list-item-text {
    font-family: Microsoft YaHei;
    font-size: 15px;
    color: #333333;
    width: 100%;
    display: -webkit-box;
    /* 使用弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 设置子元素的排列方式 */
    -webkit-line-clamp: 2;
    /* 限制显示行数为2行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示为省略号 */
  }

  .page-content-right-list-item:hover {
    background: #0052DA;
    border-radius: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .page-content-right-list-item:hover .page-content-right-list-item-time,
  .page-content-right-list-item:hover .page-content-right-list-item-text {
    color: #FFFFFF;
  }

  .page-content-right-list-item-img {
    display: none;
  }


  .page-content-right-list-item-time {
    margin-top: 15px;
    font-family: Arial;
    font-size: 12px;
    color: #0052DA;
  }

  /* 文章分页器 */
  .article-paging {
    margin-bottom: 50px;
  }

  .article-paging .change-text:not(:last-child) {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 13px;
  }

  .change-text {
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #666666;
    margin-bottom: 13px;

  }

  .change-text img {
    width: 13px;
    height: 13px;
  }

  .change-text:hover {
    cursor: pointer;
    color: #0052DA;
    text-decoration-line: underline;
  }

  /* 文章的css */
  .article-main {
    width: 100%;
  }

  .article-title {
    margin-top: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    text-align: center;
  }

  .article-tips {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #8C8C8C;
    text-align: center;
    margin: 29px 0 27px 0;
  }

  .article-content {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    line-height: 22px;
    padding-bottom: 48px;
  }

  /* 师资队伍 */
  .teachingStaff-btn-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }

  .teachingStaff-btn {
    padding: 0 12px;
    height: 33px;
    border-radius: 4px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #0052DA;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .teachingStaff-btn-main .teachingStaff-btn-active {
    background: #F6F9FF;
    border: 1px solid #C2D9FF;
  }

  .teachingStaff-main {
    width: 100%;
    display: none;
    padding-bottom: 68px;

  }

  .model-show {
    display: block !important;
  }

  .teachingStaff-item {
    width: 100%;
    margin-top: 29px;
  }

  .teachingStaff-item-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 15px;
    color: #0052DA;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;

  }

  .teachingStaff-item-title-name {
    padding-bottom: 5px;
    position: relative;
  }

  .teachingStaff-item-title-name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #0052DA;
  }

  .teachingStaff-item-content-item-name {
    padding-left: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #1A1A1A;
    position: relative;
    margin: 22px 0 25px 0;
  }

  .teachingStaff-item-content-item-name::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #0052DA;
  }

  .teachingStaff-item-content-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 94px;
  }
.teachingStaff-item-content-list>div{
    text-align: center;

  }
  .teachingStaff-item-content-list>div>a {
    color: #1A1A1A;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
  }
}