/* 默认移动端样式 (小于等于1024px) */
.mobile-body {
    display: block;
}

.pc-body {
    display: none;
}

/* PC端样式 (大于1024px) */
@media (min-width: 1024px) {
    .pc-body {
        display: block;
    }

    .mobile-body {
        display: none;
    }
}

@media (max-width: 1023px) {
    body {
        background: #f5f5f5 none;
    }
}

/* 导航栏 */
.pcno {
    display: block;
}

.sjtop {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding: 10px 3%;
    background: #04468d;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    height: 110px;
    width: 100%;
}
.top-space {
    height: 110px;
}

.li-space {
    height: 70px;
}

.scroll ol, ul {
    padding: 0;
}

.x-m-item {
    width: 100%;
    margin-right: 2%;
}

.x-inner {
    width: 100%;
    padding-top: 12%;
    height: 0;
    position: relative;
}

.x-content {
    position: absolute;
    inset: 0;
}

.x-img-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.navbtnm {
    width: 12%;
    position: relative;
    z-index: 999;
}

.navbtnm img {
    width: 100%;
}

.big-nav {
    position: fixed;
    z-index: 49;
    top: 0;
    right: 0%;
    background-size: cover;
    transition: 0.3s;
    height: auto;
    width: 100%;
    overflow-y: auto;
    display: none;
}

.big-nav .scroll {
    /* overflow-y: auto; */
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    top: 50px;
    z-index: 22;
    background: #04468d;
    padding-bottom: 15px;
    color: #fff;
    height: 94%;
}

.big-nav .scroll .ul1 li {
    width: 100%;
    text-align: left;
    padding-top: 0;
    border-bottom: rgba(238, 238, 238, 0.1) solid 1px;
    list-style-type: none;
}

.big-nav .scroll .ul1 li h2 {
    font-size: 15px;
    line-height: 40px;
    padding: 0 10px 0 15px;
    position: relative;
}

.big-nav .scroll .ul1 li h2 a {
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.big-nav .scroll .ul1 li h2.v1:after {
    display: block;
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 12px;
    font-family: iconfont, sans-serif !important;
    content: "";
    color: #fff;
    transition: 0.3s;
    background: url(../images/xiajiantou.png) center center no-repeat;
    width: 25px;
    height: 14px;
    background-size: 80%;
}

.ss_input {
    width: 95%;
    margin: 10px auto;
    display: flex;
    height: 52px;
    flex-direction: row;
    border-radius: 5px;
    align-items: center;
    overflow: hidden;
}

.ss_input p {
    width: 100%;
    height: 42px;
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0px 5px;
}

.ss_input input[type='text'] {
    width: 92%;
    color: #a2a2a2;
    font-size: 16px;
    height: 40px;
    border: none;
}

.ss_input img {
    margin-top: 5px;
    margin-left: 18px;
    display: inline-block;
    border: none;
}

.big-nav .scroll .ul2 {
    border-bottom: rgba(238, 238, 238, 0.1) solid 1px;
    display: flex;
    flex-wrap: wrap;
}

.big-nav .scroll .ul2 li {
    width: 33%;
    text-align: left;
    padding: 5px 0;
    list-style-type: none;
}

.big-nav .scroll .ul2 li a {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    padding: 0 10px 0 15px;
    position: relative;
    display: flex;
    align-items: center;
    word-break: keep-all;
}

.big-nav .scroll .ul2 li .icons {
    margin-right: 1rem;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.2);
}

.big-nav .scroll .ul2 li a i {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-nav .scroll .ul2 li .icons img {
    line-height: 4rem;
    vertical-align: middle;
    width: 90%;
}

.big-nav .scroll .ul2 li.on a {
    color: #c80514;
}

.big-nav .scroll .ul1 li.on h2 a {
    color: #fff;
}

.big-nav .scroll .ul1 li.on h2.v1:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.big-nav .scroll .ul2 li.on a {
    color: #c80514;
}

.big-nav .scroll .ul1 li.on h2 a {
    color: #fff;
}

.big-nav .scroll .ul1 li .list h3 a {
    color: #fff;
}

a {
    font-size: 14px;
    text-decoration: none;
}

.big-nav .scroll .ul1 li .list {
    padding: 0 15px 10px 15px;
    display: none;
}

.big-nav .scroll .ul1 li .list h3 {
    font-size: 14px;
    line-height: 38px;
    padding-left: 10px;
    margin: 0;
    font-weight: normal;
}

.big-nav .scroll .ul1 li .list dl {
    padding: 0 10px 10px 10px;
    display: flex;
    flex-wrap: wrap;
}

.big-nav .scroll .ul1 li .list dd {
    font-size: 13px;
    line-height: 33px;
    width: 100%;
}

.m-logo {
    width: 95%;
}

/*导航栏轮播图*/
.m-item1 {
    width: 100%;
}

.inner1 {
    width: 100%;
    padding-top: 33%;
    height: 0;
    position: relative;
}

.content1 {
    position: absolute;
    inset: 0;
}

.img-box1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.img-box1 img {
    width: auto; /* 确保图片宽度自适应 */
    height: 100%; /* 让图片高度占满父元素 */
    object-fit: cover; /* 图片按比例缩放以填满容器，超出部分会被裁剪 */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); /* 水平居中图片 */
}

.section-title {
    background-color: #ebebec;
}

.m-news {
    width: 95%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    /*position: relative;*/
    /*overflow: hidden; !* 确保超出部分被隐藏 *!*/
}

.swiper-pagination1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    /*display: inline-block;*/
    /*border-radius: 100%;*/
    background: #ffffff;
    opacity: 1;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
    background: #B7B7B7;
    width: 50px;
    border-radius: 6px;
}

.m-item {
    width: 100%;
}

.inner {
    width: 100%;
    padding-top: 64%;
    height: 0;
    position: relative;
}

.content {
    position: absolute;
    inset: 0;
}

.img-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.img-box img {
    width: auto; /* 确保图片宽度自适应 */
    height: 100%; /* 让图片高度占满父元素 */
    object-fit: cover; /* 图片按比例缩放以填满容器，超出部分会被裁剪 */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); /* 水平居中图片 */
}

.img-text {
    position: absolute; /* 设置绝对定位 */
    bottom: 0; /* 将span定位在底部 */
    left: 0; /* 将span的左边缘与容器左边缘对齐 */
    padding: 2% 0; /* 添加一些内边距使文字不紧贴图片边缘 */
    background-color: rgb(63, 91, 137, 0.5); /* 添加半透明背景色以便文字能够更好地显示在图片上 */
    width: 75%; /* 使span宽度占满整个容器 */
    height: 15%;
    overflow: hidden; /* 隐藏溢出内容 */
}

.img-text span {
    padding-left: 10px;
}

.img-box span {
    width: 100%;
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 文字超出时显示省略号 */
    white-space: nowrap; /* 防止文字换行 */
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    color: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-pagination2 {
    bottom: 0 !important;
    right: 0; /* 使用right属性使其居右 */
    left: auto !important; /* 使用left属性使其居左 */
    width: 25% !important;
    height: 15% !important;
    position: absolute !important; /* 或者使用position: fixed; 如果你需要它固定在视口中 */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: rgb(63, 91, 137, 0.5); /* 添加半透明背景色以便文字能够更好地显示在图片上 */
}

.swiper-pagination2 .swiper-pagination-bullet {
    margin: 50% 0;
    background-color: #fff;
    opacity: 1; /* 透明度 */
    width: 20px;
    height: 20px;
    border: none;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
    background: #ff0000;
}

.swiper-pagination3 .swiper-pagination-bullet {
    background-color: wheat;
    opacity: 1; /* 透明度 */
    width: 13px;
    height: 13px;
}

.swiper-pagination3 .swiper-pagination-bullet-active {
    background: #fff;
}

.m-list-notice-li {
    /*padding-left: 21px;*/
    /*padding-right: 28px;*/
}

.m-list-notice {
    border-bottom: 1px dashed #cccccc;
}

.m-list-day {
    text-align: center;
    font-weight: 700;
    width: 81px;
    height: 40px;
    font-size: 36px;
    color: #FFFFFF;
}

.m-list-year-month {
    text-align: center;
    padding-top: 10px;
    width: 81px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.m-list-left-notice {
    background-color: #0059b6;
    width: 81px;
    height: 81px;
}

.m-list-right-notice {
    margin-left: 18px;
    flex-grow: 1; /* 使内容区域占据剩余空间 */
    height: 81px;
    width: calc(100% - 105px); /* 减去左边块的宽度和间距 */
    box-sizing: border-box; /* 确保内边距和边框包含在宽度内 */
}

.m-list-title-notice {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* 允许换行 */
    text-decoration: none;
    color: #2f2f2f;
    font-weight: 400;
    font-family: Microsoft YaHei, sans-serif;
    font-size: 24px;
    line-height: 28px;
    height: 58px;
    width: 100%;
}

.m-list-title-notice:hover {
    color: #689edc;
}

.m-list-content-notice {
    height: 22px;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    color: #777777;
    width: 100%;
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 文字超出时显示省略号 */
    white-space: nowrap; /* 防止文字换行 */
}

.m-list1 {
    background-color: #fff;
    width: 100%;
}

.m-list-li1 {
    line-height: 30px;
    padding-left: 0;
    justify-content: space-between; /* 确保日期对齐在右侧 */
}

.m-list-square1 {
    width: 9px;
    height: 9px;
    background-color: #b1b1b1;
    margin-right: 13px;
}

.m-list-left1 {
    overflow: hidden;
    max-width: calc(100% - 50px); /* 确保留出足够空间给 .m-list-square 和 .m-news-date */
}

.m-list-title1 {
    font-family: Microsoft YaHei, sans-serif;
    margin-bottom: 3px;
    color: #333333;
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    line-height: 60px;

    text-decoration: none; /* 去除下划线 */
    flex-grow: 1; /* 自动填充剩余空间 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 文字超出时显示省略号 */
    white-space: nowrap; /* 防止文字换行 */
    width: calc(100% - 0); /* 确保留出足够空间给 .m-list-square 和 .m-news-date */
}

.m-list-title1:hover {
    border-bottom: 3px solid #689edc; /* 底部边框 */
    margin-bottom: 0;
}


.m-news-date1 {
    width: 43px;
    font-family: Arial, Microsoft YaHei, sans-serif;
    margin-right: 0;
    color: #8e8e8e;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 60px;
}
/*m-notice*/
.m-notice {
    width: 95%;
}

.m-list2 {
    background-color: #fff;
    width: 100%;
}

.m-list-content2 {
    overflow: hidden;
}

.m-news-date2 {
    width: 90px;
    font-family: Arial, Microsoft YaHei, sans-serif;
    margin-left: 0;
    color: #8e8e8e;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 60px;
}

.vertical-line2 {
    margin: 0 18px;
    padding-bottom: 3px;

    color: #8e8e8e;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 60px;
}

.m-list-title2 {
    margin-bottom: 3px;
    font-family: Microsoft YaHei, sans-serif;
    font-size: 24px;
    text-align: left;
    color: #333333;
    font-weight: 400;
    line-height: 60px;

    text-decoration: none; /* 去除下划线 */
    flex-grow: 1; /* 自动填充剩余空间 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 文字超出时显示省略号 */
    white-space: nowrap; /* 防止文字换行 */
    width: calc(100% - 110px); /* 确保留出足够空间给 .m-list-square 和 .m-news-date */
}

.m-list-title2:hover {
    border-bottom: 3px solid #689edc; /* 底部边框 */
    margin-bottom: 0;
}

.m-academic {
    width: 95%;
}

.m-education {
    width: 95%;
}

.m-student {
    width: 95%;
}

.m-undergraduate {
    width: 95%;
}

.m-graduate {
    width: 95%;
}

.m-item2 {
    width: 100%;
}

.inner2 {
    width: 100%;
    padding-top: 19.2%;
    height: 0;
    position: relative;
}

.content2 {
    position: absolute;
    inset: 0;
}

.img-box2 {
    width: 100%;
    height: 100%;
    position: relative;
}

.img-box2 img {
    width: auto; /* 确保图片宽度自适应 */
    height: 100%; /* 让图片高度占满父元素 */
    object-fit: cover; /* 图片按比例缩放以填满容器，超出部分会被裁剪 */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); /* 水平居中图片 */
}

.graduate-a {
    color: #005ab7;
    font-weight: 400;
    font-family: Microsoft YaHei, sans-serif;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    text-decoration: none;

    background-color: #efeff0;
    margin: 2px 0;
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 文字超出时显示省略号 */
    white-space: nowrap; /* 防止文字换行 */
}

.m-footer {
    background-color: #2467ba;
    padding: 6px;
}

.footer1 {
    background: none;
}

.footer1-a {
    color: #ffffff;
    font-weight: 400;
    font-family: Microsoft YaHei, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

/*适配导航栏*/
@media (min-width: 768px) and (max-width: 1024px) {
    .img-box1 img {
        width: 100%;
    }
    .x-m-item {
        width: 100%;
        margin-right: 20%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .x-m-item {
        width: 100%;
        margin-right: 6%;
    }
}

/*中等以下屏幕文字缩小三分之二*/
@media screen and (max-width: 768px) {
    .img-box1 img {
        width: 100%;
    }
    .img-box span {
        font-size: 16px;
    }

    .swiper-pagination2 .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .m-list-notice {
        border-bottom: 0.67px dashed #cccccc;
    }

    .m-list-day {
        width: 54px;
        height: 27px;
        font-size: 24px;
    }

    .m-list-year-month {
        width: 54px;
        height: 27px;
        font-size: 10.67px;
        padding-top: 6.67px;
    }

    .m-list-left-notice {
        width: 54px;
        height: 54px;
    }

    .m-list-right-notice {
        width: calc(100% - 70px);
        margin-left: 12px;
        height: 54px;
    }

    .m-list-title-notice {
        height: 38.67px;
        font-size: 16px;
        line-height: 18.67px;
    }

    .m-list-content-notice {
        height: 14.67px;
        font-size: 10.67px;
    }

    .m-list-square1 {
        width: 6px;
        height: 6px;
        margin-right: 8.67px;
    }

    .m-list-left1 {
        max-width: calc(100% - 33.33px);
    }

    .m-list-title1 {
        font-size: 16px;
        line-height: 40px;
    }

    .m-list-title1:hover {
        border-bottom: 2px solid #689edc;
    }

    .m-news-date1 {
        width: 32px;
        font-size: 10.67px;
    }

    .m-list2 {
        width: 100%;
    }

    .m-news-date2 {
        width: 67px;
        font-size: 10.67px;
    }

    .vertical-line2 {
        margin: 0 12px;
    }

    .m-list-title2 {
        margin-bottom: 2px;
        font-size: 16px;
        width: calc(100% - 73.33px);
    }

    .m-list-title2:hover {
        border-bottom: 2px solid #689edc;
    }

    .m-item2 {
        width: 100%;
    }

    .inner2 {
        height: 0;
    }

    .content2 {
        inset: 0;
    }

    .img-box2 {
        width: 100%;
        height: 100%;
    }

    .img-box2 img {
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .graduate-a {
        font-size: 16px;
        line-height: 40px;
        margin: 1.33px 0;
    }

    .m-footer {
        padding: 4px;
    }

    .footer1-a {
        font-size: 10.67px;
        line-height: 20px;
    }
    .sjtop {
        height: 80px;
    }
    .top-space {
        height: 80px;
    }

    .li-space {
        height: 50px;
    }
}