@media screen and (min-width: 501px) {
 .martop30{margin-top:30px;}
  /* 顶部tips */
  .hearder-top-tips-main {
    width: 100%;
    height: 32px;
    background-color: #fff;

  }

  .hearder-top-tips {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .hearder-top-tips-left {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #727273;
    height: 32px;
    display: flex;
    align-items: center;
  }

  .hearder-top-tips-right {
    display: flex;
    align-items: center;
    height: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #727273;
    margin: 0 10px;
  }

  .hearder-top-tips-right a {
    display: flex;
    align-items: center;
    cursor: pointer;
  }


  .hearder-top-tips-right img {
    width: 17px;
    height: 17px;
    margin: 0 7px 0 20px;
  }

  .hearder-top-tips-right a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #727273;
    margin: 0 10px;
  }



  /* 首页 & 页头 &页尾 */
  .hearder-main {
    width: 100%;
    height: 211px;
    background: url('../image/heard-bg.png') no-repeat center center;
    background-size: cover;
  }

  .hearder-center {
    width: 1352px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .hearder-nav-center {
    background-color: #ffffff;
    width: 1352px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }

  .hearder-nav-center::after {
    content: '';
    display: block;
    width: 36px;
    height: 66px;
    position: absolute;
    bottom: 0px;
    left: -36px;
    background: url('../image/menu-right.png') no-repeat center/cover, #ffffff;
  }

  .hearder-nav-center::before {
    background-color: #fff;
    content: '';
    display: block;
    width: 36px;
    height: 66px;
    position: absolute;
    top: 0px;
    right: -36px;
    background: url('../image/menu-left.png') no-repeat center/cover, #ffffff;
  }

  .hearder-logo {
    width: 452px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 0 0 0;
    margin-bottom: 27px;
  }

  .hearder-logo img {
    width: 100%;
    height: 100%;
  }

  .hearder-search {
    border-radius: 5px;
    width: 300px;
    height: 46px;
    border: 1px solid #fff;
    background: #fff;
    display: flex;
    align-items: center;
  }

  .hearder-search-input {
    background: transparent;
    width: 266px;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 18px;
    color: #333;
    font-size: 14px;
  }

  .hearder-search-input::placeholder {
    color: #808080;
  }

  .hearder-search-btn {
    width: 20px;
    height: 20px;
  }

  .phone-search-menu-btn {
    display: none;
  }

  .hearder-nav-main {

    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .hearder-nav-item {
    height: 66px;
    display: flex;
    align-items: center;
    padding: 0 28px;
    position: relative;
  }

  .hearder-nav-item>a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    font-size: 16px;
    color: #0052DA;
    font-weight: bold;
    font-size: 18px;
    position: relative;
  }

  .hearder-nav-item:hover a::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: url('../image/nav-line.png') no-repeat center center;
  }

  .hearder-nav-item-children {
    position: absolute;
    top: 66px;
    left: 0;
    width: 224px;
    padding: 5px;
    background-color: #0052DA;
    display: none;
    z-index: 999;
  }

  .hearder-nav-item-children>a {
    display: block;
    display: flex;
    align-items: center;
    width: 112px;
    height: 42px;
    font-size: 16px;
    color: #FFFFFF;
    width: 100%;
    border-radius: 2px;
  }

  .hearder-nav-item-children-img-f {
    width: 6px;
    height: 11px;
    margin: 0 38px 0 38px;
    display: block;
  }

  .hearder-nav-item-children-img-b {
    width: 6px;
    height: 11px;
    margin: 0 38px 0 38px;
    display: none;
  }

  .hearder-nav-item:hover .hearder-nav-item-children {
    display: block;
  }

  .hearder-nav-item-children>a:hover {
    background-color: #ffffff;
    color: #0052DA;
  }

  .hearder-nav-item-children>a:hover .hearder-nav-item-children-img-f {
    display: none;
  }

  .hearder-nav-item-children>a:hover .hearder-nav-item-children-img-b {
    display: block;
  }

  .index-banner {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
  }

  .index-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .index-banner .hy-dot {
    bottom: 42px;
  }

  .index-banner .hy-dot i {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
  }

  .index-banner .hy-dot i.active {
    background: #FFBC64;
  }

  .index-banner .hy-prev i,
  .index-banner .hy-next i {
    display: none;
  }

  .index-banner .hy-prev {
    width: 30px;
    height: 90px;
    border-radius: 0;
    left: 0;
    background: url('../image/banner-right.png') no-repeat center/cover;
  }

  .index-banner .hy-next {
    width: 30px;
    height: 90px;
    border-radius: 0;
    right: 0;
    background: url('../image/banner-right.png') no-repeat center/cover;
  }

  .full-width {
    width: 100%;
  }

  .news-focus {
    background: url('../image/tzgg-bg.png') no-repeat center/cover;
  }

  .temp-model-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 47px;
  }

  .temp-model-title-left {
    display: flex;
    align-items: flex-end;
  }

  .temp-model-title-left-img {
    width: 44px;
    height: 47px;
    margin-right: 14px;
  }

  .temp-model-title-left-text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 36px;
    color: #333333;
  }

  .temp-model-title-left-more>a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-left: 40px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }

  .temp-model-title-left-more>a>img {
    width: 18px;
    height: 18px;
    margin-left: 5px;
  }

  .temp-model-title-right {
    position: relative;
  }

  .news-focus-main {
    padding: 70px 0 58px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .news-focus-main-left {
    width: 670px;
    height: 476px;
  }

  .news-focus-main-right {
    width: 647px;
    height: 476px;
  }

  .news-focus-main-right-item {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
  }

  .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;
    margin-bottom: 25px;
  }

  .news-focus-main-right-item-date {
    width: 100px;
  }

  .news-focus-main-right-item-content {
    width: calc(100% - 100px);
  }

  .news-focus-main-right-item-date-day {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 28px;
    color: #333333;
    margin-bottom: 5px;
  }

  .news-focus-main-right-item-date-year {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #626971;
  }

  .news-focus-main-right-item-content-title {
    margin-bottom: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    /* 使用弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 设置子元素的排列方式 */
    -webkit-line-clamp: 1;
    /* 限制显示行数为2行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示为省略号 */
  }

  .news-focus-main-right-item-content-desc {

    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: 18px 23px;
    font-size: 18px;
    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: 62px 0 60px 0;
  }

  .notice-left-main {
    width: 648px;
  }
.notice-left-main>a{
width:100%;
}
  .notice-left-main>a:not(:last-child) {
    display: inline-block;
    margin-bottom: 40px;
  }

  .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: 80px;
    height: 60px;
    padding: 10px 20px;
    background: #F2F2F2;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-right: 17px
  }

  .notice-left-main-item-title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    width: calc(100% - 186px);
  }

  .notice-left-main-item-date {
    margin-left: 39px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    width: 50px;
  }

  .academic-right-main {
    width: 650px;
  }

  .academic-right-main .swiper-slide {
    height: 562px;
    cursor: pointer;
  }

  .academic-swiper-item-img {
    width: 315px;
    height: 450px;
  }

  /* 自定义academic-swiper导航按钮样式 */
  .academic-right-main .swiper-button-next,
  .academic-right-main .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    margin-top: -16px;
    border: 1px solid #0052DA;
    transition: all 0.3s ease;
  }

  .academic-right-main .swiper-button-prev {
    background: url('../image/waper-right.png') no-repeat center;
  }

  .academic-right-main .swiper-button-next {
    background: url('../image/waper-left.png') no-repeat center;
  }

  .academic-right-main .swiper-button-next:hover {
    background-color: #0052DA !important;
    background: url('../image/waper-right-f.png') no-repeat center;
  }

  .academic-right-main .swiper-button-prev:hover {
    background-color: #0052DA !important;
    background: url('../image/waper-left-f.png') no-repeat center;
  }

  .academic-right-main .swiper-button-next::after,
  .academic-right-main .swiper-button-prev::after {
    font-size: 0;
    color: #ffffff;
    font-weight: bold;
  }

  .academic-right-main .swiper-button-prev {
    left: -80px;
  }

  .academic-right-main .swiper-button-next {
    right: 0px;
  }

  .academic-swiper-item-text-main {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 296px;
    height: 174px;
    box-shadow: 0px 3px 9px 0px rgba(88, 88, 88, 0.13);
    background: url('../image/swapper-bottom.png') no-repeat bottom, #fff;
    padding: 16px 25px;

  }

  .academic-swiper-item-text-main-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 25px;
  }

  .academic-swiper-item-text-main-date {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #808080;
    margin-bottom: 10px;
  }

  .academic-swiper-item-text-main-address {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #808080;
  }


  .cy-link {
    background: url('../image/link-main-bg.png') no-repeat center/cover;
  }

  .cy-link-phone {
    display: none;
  }

  .cy-link-main {
    padding: 70px 0 58px 0;
    width: 100%;
  }

  .cy-link-main-list {
    display: none;

  }

  .link-swiper-item-img {
    width: 321px;
    height: 120px;
    margin-bottom: 20px;
  }

  .link-swiper-item-text-main img {
    width: 22.5px;
    height: 22.5px;
    margin-right: 9px;
  }

  .link-swiper-item-text-main {
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #0052DA;
  }



  .footer-main {
    width: 100%;
    background: url('../image/foot-main.png') no-repeat center/cover;
    height: 234px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-center-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .footer-one {
    padding-top: 20x;
    height: 154px;
  }

  .footer-one img {
    width: 468px;
    height: 95px;
  }


  .footer-two {
    display: flex;
    flex-direction: column;
    width: calc(100% - 170px - 468px);
    height: 100%;
  }

  .footer-two-top {
    display: flex;
    align-items: center;
  }

  .footer-two-top-qrcode {
    width: 98px;
    height: 98px;
    margin-right: 20px;
  }

  .footer-two-top-text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 98px;
  }

  .footer-two-bottom-qrcode {
    display: none;
  }

  .footer-two-bottom {
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 38px;
  }

  .footer-two-bottom-item {
    display: flex;
    align-items: center;
    margin-right: 65px;
  }

  .footer-two-bottom-item img {
    width: 17px;
    height: 17px;
    margin-right: 8px;
  }

  /* 子界面banner */
  .page-banner {
    width: 100%;
    height: 350px;
  }

  /* 子界面当前位置 */
  .loaction-address {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #4D4D4D;
    width: 100%;
    margin: 18px 0 50px 0;
  }

  .page-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .page-content-left {
    width: 298px;
  }

  .page-content-right {
    width: 991px;
  }

  /* 子界面菜单相关 */
  .page-content-menu {
    width: 100%;
    /* border: 1px solid #0052DA; */
    margin-bottom: 50px;
  }

  .phone-page-content-title {
    display: none;
  }

  .page-content-title {
    width: 100%;
    height: 88px;
    background: linear-gradient(90deg, #3178EE 0%, #0052DA 100%);
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 88px;
    text-align: center;
    margin-bottom: 23px;
  }

  .phone-pageMenuShow {
    display: none;
  }

  .page-content-menu-prent {
    width: 100%;
  }

  .page-content-menu-prent-name {
    width: 100%;
    height: 58px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
  }

  .activePrent {
    background-image: url('../image/pagemenu-active.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF !important;
    position: relative;
  }

  .page-content-menu-prent-children {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-content-menu-prent-children>div {
    height: 50px;
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    line-height: 50px;
    cursor: pointer;
  }

  .page-content-menu-prent-children>div>a {
    color: #666666;
  }

  .activeChildren>a {
    color: #0052DA !important;
    border-bottom: 1px solid #0052DA;
  }

  /* 子界面分页器 */
  .paging-main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 66px;
    margin-bottom: 80px;
  }

  .paging-main .Previous,
  .paging-main .Next {
    cursor: pointer;
    margin-right: 17px;
    width: 80px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #555555;
  }

  .paging-main .num {
    width: 38px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #555555;
    margin-right: 17px;
    cursor: pointer;
  }

  .paging-main .active {
    background: #0052DA;
    color: #fff;
  }

  /* 子界面列表 */
  .page-content-right-list {
    width: 100%;
  }

  .page-content-right-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    height: 82px;
    padding-right: 52px;
    border-bottom: 1px solid #EBEBEB;
  }

  .page-content-right-list-item-text {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    width: calc(100% - 180px);
    display: -webkit-box;
    /* 使用弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 设置子元素的排列方式 */
    -webkit-line-clamp: 1;
    /* 限制显示行数为2行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示为省略号 */
  }

  .page-content-right-list-item:hover {
    background: #0052DA;
    border-radius: 8px;
  }

  .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 {
    width: 7px;
    height: 11px;
    margin-right: 15px;
    margin-left: 10px;
  }


  .page-content-right-list-item-time {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 135px;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #8C8C8C;
    margin-left: auto;
  }

  /* 文章分页器 */
  .article-paging {
    margin-top: 45px;
    margin-bottom: 83px;

  }

  .change-text {
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666666;
    margin-bottom: 37px;
  }

  .change-text img {
    width: 12px;
    height: 13px;
  }

  .change-text:hover {
    cursor: pointer;
    color: #0052DA;
    text-decoration-line: underline;
  }

  /* 文章的css */
  .article-main {
    width: 100%;
  }

  .article-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-align: center;
  }

  .article-tips {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin: 49px 0 33px 0;
  }

  .article-content {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding-bottom: 48px;
    border-bottom: 1px solid #F0F0F0;
  }


  /* 师资队伍 */
  .teachingStaff-btn-main {
    display: flex;
    align-items: center;
  }

  .teachingStaff-btn {
    padding: 0 20px;
    height: 50px;
    border-radius: 4px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #0052DA;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 20px;
  }

  .teachingStaff-btn-main .teachingStaff-btn-active {
    background: #F6F9FF;
    border: 1px solid #C2D9FF;
  }

  .teachingStaff-main {
    width: 100%;
    display: none;
    padding-bottom: 87px;

  }

  .model-show {
    display: block !important;
  }

  .teachingStaff-item {
    width: 100%;
    margin-top: 40px;
  }

  .teachingStaff-item-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    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: 18px;
    color: #1A1A1A;
    position: relative;
    margin: 29px 0 24px 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(8, 1fr);
    column-gap: 80px;
    row-gap: 27px;
  }

  .teachingStaff-item-content-list>div>a {
    color: #1A1A1A;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
  }
.page-content-menu-prent-name a{ color:#333; }
.activePrent a{color:#FFF;}
}