@charset "utf-8";
/* CSS Document */

body {
    margin: 0 auto;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif, "微软雅黑";
    background: #ffffff;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
    height: 0;
}

li {
    list-style: none;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
label,
input,
textarea,
img,
ul,
li,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
}

.img_scale {
    overflow: hidden;
}

.img_scale img {
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
}

.img_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.hide {
    display: none;
}

.g-head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
}

.g-head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 1.65rem;
    background: url("../images/head-bg.png") center repeat-x;
    background-size: auto 99%;
}

.g-head:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 0.05rem;
    /* background: url("../images/head-bg2.jpg") center repeat-x; */
    background-size: 100% 100%;
}

.g-head .wal {
    min-height: 1.1rem;
    position: relative;
    max-width: 100%;
    margin: 0 0.4rem;
}
.g-head a.logo {
    display: block;
    background: url("../images/logo.png") center no-repeat;
    background-size: 100%;
    width: 4.2rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
}
.g-head .btn-list {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0.1rem;
    bottom: auto;
    height: 0.53rem;
    font-size: 0.16rem;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
}

.g-head .btn-list a {
    color: #fff;
}

.g-head .btn-list ul {
    margin-right: 0.2rem;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    line-height: 0.4rem;
}

.g-head .btn-list ul li {
    padding-left: 0.14rem;
}

.g-head .btn-list ul a {
    display: block;
}

.g-head .btn-list ul a:hover {
    opacity: 1;
}
.g-head .btn-list ul a i {
    font-size: 0.16rem;
}
.g-head .btn-list .search {
    width: 2.7rem;
    height: 0.4rem;
    position: relative;
    z-index: 20;
    border: #fff solid 1px;
    border-radius: 25px;
    text-align: center;
    margin-right: 0.2rem;
}
.g-head .btn-list .search button {
    background: transparent;
    border: 0;
    outline: none;
    width: 0.2rem;
    height: 0.4rem;
    text-align: center;
    line-height: 0.4rem;
    float: left;
    margin-left: 0.1rem;
}
.g-head .btn-list .search button i {
    color: #fff;
}
.g-head .btn-list .search .input {
    width: 2.2rem;
    border: 0;
    outline: none;
    background: transparent;
    color: #fff;
    line-height: 0.4rem;
    height: 0.4rem;
    float: right;
    margin-right: 0.1rem;
}
.g-head .btn-list .search .input::placeholder {
    color: #fff;
}
.g-nav {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0.85rem;
    bottom: auto;
}

.g-nav li {
    position: relative;
    margin-left: 0.15rem;
}

.g-nav a.name {
    display: block;
    height: 0.62rem;
    line-height: 0.62rem;
    font-size: 0.20rem;
    color: #fff;
    font-weight: bold;
    padding-right: 0.2rem;
    position: relative;
    text-decoration: none;
}
.g-nav a.name:hover {
    color: #fff;
}

.g-nav ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}
.g-nav .list {
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    top: -100vh;
    bottom: auto;
    background: rgba(0, 21, 47, 0.7);
    width: 2rem;
    margin-left: -1rem;
    box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    border-top: #4381d6 solid 0.04rem;
    padding: 0 0;
    opacity: 0;
    visibility: hidden;
}

.g-nav .list a {
    display: block;
    text-align: center;
    font-size: 0.17rem;
    line-height: 0.48rem;
    color: #fff;
    border-bottom: 1px solid #39434f;
    text-decoration: none;
}
.g-nav .list dd {
    position: relative;
}
.g-nav .list dd .sub {
    position: absolute;
    left: 2rem;
    width: 2rem;
    background: #fff;
    display: none;
    top: 0rem;
}
.g-nav .list dd:hover .sub {
    display: block;
}

.g-nav .list a:hover {
    background: #4381d6;
    color: #fff;
}

.g-nav li:hover a.name {
    color: #fff;
}

.g-nav li:hover a.name i.line {
    opacity: 1;
}

.g-nav li:hover .list {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}

.indexBanner .swiper-pagination .swiper-pagination-bullet {
    width: 0.56rem;
    height: 0.38rem;
    background: url(../images/arrow02.png) no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}
.indexBanner .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../images/arrow01.png) no-repeat;
}

#main-content-region {
    background: #fff;
    z-index: 3;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    -webkit-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    -moz-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    -ms-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    -o-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    overflow: hidden;
    overflow-y: scroll;
}

#main-content-region.showdiv {
    top: 0;
}

.bg01 {
    background: #e7e9ed;
    padding-bottom: 0.7rem;
    padding-top: 0.2rem;
}

.wrapper {
    max-width: 15.4rem;
    margin: 0 auto;
    padding: 0 0.45rem;
}
.indexTitle {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0;
}
.indexTitle h2 {
    font-size: 0.3rem;
    color: #4a4a4a;
}
.indexTitle h2 i {
    color: #294b90;
    font-size: 0.3rem;
}
.indexTitle a {
    font-size: 0.16rem;
    color: #063871;
    text-decoration: none;
}
.indexTitle a i {
    color: #e20000;
    font-size: 0.16rem;
}

.indexTitle1 {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0;
}
.indexTitle1 h2 {
    font-size: 0.3rem;
    color: #fff;
}
.indexTitle1 h2 i {
    color: #fff;
    font-size: 0.3rem;
}
.indexTitle1 a {
    font-size: 0.16rem;
    color: #fff;
    text-decoration: none;
}
.indexTitle1 a i {
    color: #e20000;
    font-size: 0.16rem;
}

.indexTitle2 {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
}
.indexTitle2 h2 {
    font-size: 0.3rem;
    color: #294b90;
}
.indexTitle2 h2 i {
    color: #294b90;
    font-size: 0.3rem;
}
.indexTitle2 a {
    font-size: 0.3rem;
    color: #063871;
    text-decoration: none;
}
.indexTitle2 a i {
    color: #e20000;
    font-size: 0.3rem;
}

.mySwiper1 .swiper-slide {
    width: 12.16rem;
    height: 5.1rem;
}
.mySwiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
}
.mySwiper1 .swiper-slide .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.4rem;
    background: rgba(3, 46, 134, 0.8);
}
.mySwiper1 .swiper-slide .txt .date {
    margin-left: 0.5rem;
    color: #fff;
    font-size: 0.2rem;
    float: left;
    padding-top: 0.2rem;
}
.mySwiper1 .swiper-slide .txt .date span {
    display: block;
    font-size: 0.4rem;
}
.mySwiper1 .swiper-slide .txt h2 {
    font-size: 0.24rem;
    line-height: 1.5;
    float: left;
    margin-left: 0.2rem;
    width: 80%;
    padding-top: 0.2rem;
    color: #fff;
    font-weight: normal;
}
.mySwiper1 .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.5rem;
    height: 0.6rem;
    z-index: 10;
}
.mySwiper1 .arrow .next,
.mySwiper1 .arrow .prev {
    width: 0.5rem;
    height: 0.6rem;
    background: #243c6c;
    text-align: center;
    line-height: 0.6rem;
    cursor: pointer;
}
.mySwiper1 .arrow .next:hover,
.mySwiper1 .arrow .prev:hover {
    background: #bd0000;
}
.mySwiper1 .arrow .next i,
.mySwiper1 .arrow .prev i {
    color: #fff;
    font-size: 0.3rem;
}
.mySwiper1 .arrow .next {
    float: right;
}
.mySwiper1 .arrow .prev {
    float: left;
}

.indexNews01 {
    height: 5.1rem;
    background: url(../images/index03.png) right top no-repeat #ffffff;
    margin-left: 0.2rem;
}
.indexNews01 .con {
    padding: 0.2rem;
}
.indexNews01 .con .item {
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0.2rem 0.2rem 0.2rem;
    width: 80%;
    margin-bottom: 0.15rem;
}
.indexNews01 .con .item span {
    background: #27498d;
    padding: 0 0.1rem;
    line-height: 1.5;
    color: #fff;
    font-size: 0.18rem;
}
.indexNews01 .con .item h2 {
    font-size: 0.18rem;
    color: #646464;
    line-height: 1.5;
    font-weight: normal;
    height: 0.8rem;
}
.indexNews01 .con .item a {
    color: #646464;
    font-size: 0.14rem;
}

.indexNews02 {
    margin-top: 0.2rem;
    background: #fff;
    height: 4.55rem;
}
.indexNews02 a {
    text-decoration: none;
}
.indexNews02 a .pic {
    height: 3.4rem;
    position: relative;
}
.indexNews02 a .pic span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.45rem;
    line-height: 0.45rem;
    background: url(../images/index05.png) no-repeat;
    width: 1.82rem;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    display: block;
}
.indexNews02 a h2 {
    color: #666666;
    padding: 0.15rem;
    line-height: 1.5;
    text-decoration: none;
    font-weight: normal;
}
.newsExpress .el-col:nth-child(2) .indexNews02,
.newsExpress .el-col:nth-child(3) .indexNews02 {
    margin-left: 0.2rem;
}

.bg02 {
    background: url(../images/bg02.png) top center no-repeat;
    height: 6.27rem;
    padding-top: 0.4rem;

}

.academicReport {
    margin-top: 0.4rem;
    height: 4.5rem;
}
.academicReport .item {
    height: 3.49rem;
}
.academicReport .item a {
    text-decoration: none;
    background: url(../images/index06.png) 200px bottom no-repeat;
    display: block;
    height: 1.23rem;
    padding-top: 0.2rem;
}
.academicReport .item a h2 {
    background: url(../images/index01.png) 20px center no-repeat;
    padding-left: 0.96rem;
    font-size: 0.24rem;
    line-height: 1.5;
    color: #fff;
    padding-right: 0.2rem;
}
.academicReport .item .con {
    padding: 0.2rem 0.2rem 0.2rem 0.96rem;
    color: #fff;
    line-height: 2;
    font-size: 0.18rem;
}
.academicReport .item:hover {
    background: rgba(25, 50, 100, 0.5);
}
.academicReport .item:hover a {
    background: url(../images/index06.png) 200px bottom no-repeat rgba(209, 0, 0, 0.5);
}
.academicReport .swiper-pagination-bullet {
    background: #fff;
    width: 0.4rem;
    height: 5px;
    border-radius: 0;
    opacity: 1;
}
.academicReport .swiper-pagination-bullet-active {
    background: #ff0000;
}

.lawPerspective .item01 {
    border: 1px solid #27498d;
    background: #27498d;
    height: 6.08rem;
}
.lawPerspective .item01 .pic {
    height: 4.47rem;
}
.lawPerspective .item01 h2 {
    padding: 0.2rem 0.5rem;
    color: #fff;
    font-size: 0.2rem;
    line-height: 1.5;
}
.lawPerspective .item01 a {
    text-decoration: none;
}
.lawPerspective .item_list {
    margin-left: 0.5rem;
}
.lawPerspective .item_list .item {
    height: 1rem;
    border-bottom: 1px dotted #adadad;
    padding-left: 0.15rem;
    margin-bottom: 0.25rem;
}
.lawPerspective .item_list .item .date {
    color: #27498d;
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
}
.lawPerspective .item_list .item .date i {
    font-size: 0.26rem;
}
.lawPerspective .item_list .item a {
    display: block;
    color: #2a2a2a;
    font-size: 0.22rem;
    line-height: 1.5;
    text-decoration: none;
}
.lawPerspective .item_list .item:hover a {
    color: #27498d;
}

.bg03 {
    padding: 0.5rem 0;
    background: url(../images/bg03.png) top center no-repeat;
    height: 4.6rem;
}
.noticeAnnouncement {
    margin-top: 0.5rem;
    height: 320px;
}
.noticeAnnouncement .item {
    position: relative;
    padding-left: 0.36rem;
}
.noticeAnnouncement .item .item_con {
    background: #fff;
    height: 2.78rem;
}
.noticeAnnouncement .item .item_con .date {
    position: absolute;
    left: 0;
    top: 0.53rem;
    width: 1.43rem;
    height: 1.74rem;
    text-align: center;
    background: #27498d;
    color: #fff;
    font-size: 0.3rem;
}
.noticeAnnouncement .item .item_con .date span {
    display: block;
    font-size: 0.8rem;
    padding-top: 0.1rem;
}
.noticeAnnouncement .item .item_con h2 {
    margin-left: 1.37rem;
    margin-right: 0.3rem;
    padding-top: 0.53rem;
    color: #5b5b5b;
    font-size: 0.26rem;
    line-height: 2;
}
.noticeAnnouncement .item a {
    text-decoration: none;
}
.noticeAnnouncement .el-col:nth-child(2) .item,
.noticeAnnouncement .el-col:nth-child(3) .item {
    margin-left: 0.25rem;
}
.noticeAnnouncement .item:hover .item_con {
    background: #27498d;
}
.noticeAnnouncement .item:hover .item_con .date {
    background: #fff;
    color: #27498d;
}
.noticeAnnouncement .item:hover .item_con h2 {
    color: #fff;
}

.bg04 {
    background: url(../images/bg04.png) top center no-repeat;
    height: 1022px;
    /* padding-top: 50px; */
    background-size: auto 100%;
}
.developmentHistory {
    height: 500px;
    margin-top: 100px;
}
.developmentHistory .item01 {
    position: absolute;
    left: 0;
    top: 23px;
    width: 20%;
    height: 214px;
    background: url(../images/index08.png) left top no-repeat;
    padding-left: 0.75rem;
    color: #fff;
    font-size: 0.22rem;
    line-height: 1.5;
}
.developmentHistory .item02 {
    position: absolute;
    left: 10%;
    top: 220px;
    width: 20%;
    height: 214px;
    background: url(../images/index09.png) left top no-repeat;
    padding-left: 0.75rem;
    color: #fff;
    font-size: 0.22rem;
    line-height: 1.5;
}
.developmentHistory .item02 .con {
    padding-top: 0.2rem;
    height: rem1.65rem;
}
.developmentHistory .item03 {
    position: absolute;
    left: 25%;
    top: 23px;
    width: 20%;
    height: 214px;
    background: url(../images/index08.png) left top no-repeat;
    padding-left: 0.75rem;
    color: #fff;
    font-size: 0.22rem;
    line-height: 1.5;
}
.developmentHistory .item04 {
    position: absolute;
    left: 35%;
    top: 220px;
    width: 20%;
    height: 214px;
    background: url(../images/index09.png) left top no-repeat;
    padding-left: 0.75rem;
    color: #fff;
    font-size: 0.22rem;
    line-height: 1.5;
}
.developmentHistory .item04 .con {
    padding-top: 0.2rem;
    height: rem1.65rem;
}
.developmentHistory .item05 {
    position: absolute;
    left: 50%;
    top: 23px;
    width: 20%;
    height: 214px;
    background: url(../images/index08.png) left top no-repeat;
    padding-left: 0.75rem;
    color: #fff;
    font-size: 0.22rem;
    line-height: 1.5;
}
.developmentHistory .item06 {
    position: absolute;
    left: 65%;
    top: 220px;
    width: 20%;
    height: 214px;
    background: url(../images/index09.png) left top no-repeat;
    padding-left: 0.75rem;
    color: #fff;
    font-size: 0.22rem;
    line-height: 1.5;
}
.developmentHistory .item06 .con {
    padding-top: 0.2rem;
    height: rem1.65rem;
}
.developmentHistory .item07 {
    position: absolute;
    right: 0;
    top: 23px;
    width: 20%;
    height: 214px;
    background: url(../images/index08.png) left top no-repeat;
    padding-left: 0.75rem;
    color: #fff;
    font-size: 0.22rem;
    line-height: 1.5;
}
@media screen and (max-width: 1600px) {
    .developmentHistory .item01 {
        top: 23px;
    }
    .developmentHistory .item02 {
        top: 220px;
    }
    .developmentHistory .item03 {
        top: 23px;
    }
    .developmentHistory .item04 {
        top: 220px;
    }
    .developmentHistory .item05 {
        top: 23px;
    }
    .developmentHistory .item06 {
        top: 220px;
    }
    .developmentHistory .item07 {
        top: 23px;
    }
}

.indexData {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.indexData .item {
    width: 1.83rem;
    height: 1.83rem;
    text-align: center;
    background: url(../images/index10.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0.26rem;
    color: #fff;
}
.indexData .item span {
    display: block;
    height: 1rem;
    padding-top: 0.2rem;
    font-size: 0.48rem;
    line-height: 1rem;
}

.bg05 {
    background: url(../images/bg05.png) top center no-repeat;
    height: 2.6rem;
    padding-top: 0.5rem;
}
.copyright {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.copyright a {
    color: #fff;
}
.footer02 {
    width: 280px;
    margin-left: 120px;
}
.footer02 select {
    width: 230px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    background: transparent;
    outline: none;
    margin-bottom: 20px;
}
.footer02 select option {
    color: #222;
}

.ny_banner {
    height: 4.1rem;
}
.ny_banner .wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 240px;
}
.ny_banner .ny_title {
    color: #fff;
    font-size: 0.6rem;
}
.ny_banner .ny_title span {
    display: block;
    font-size: 0.3rem;
    color: #ffffff;
}
.ny_banner .ny_pos {
    padding-top: 0.8rem;
}
.ny_banner .ny_pos,
.ny_banner .ny_pos a {
    color: #8a8a8a;
    font-size: 0.2rem;
}
.ny_banner .ny_pos a {
    padding: 0 5px;
}
.ny_banner .ny_pos i {
    color: #8a8a8a;
}

/* 菜单样式 */
.menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    margin-top: 40px;
}

/* 兼容模式下的间距解决方案 */
.menu {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.menu-item {
    background: white;
    border: 1px solid #b3b3b3;
    border-radius: 15px;
    color: #555555;
    padding: 12px 24px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 7.5px; /* 兼容模式下的间距 */
}

.menu-item:hover,
.menu-item.active {
    background: #005eae;
    color: white;
    border-color: #005eae;
}
.menu-item a {
    color: #555;
    font-size: 0.18rem;
    text-decoration: none;
}
.menu-item:hover a,
.menu-item.active a {
    color: #fff;
}

/* 搜索框样式 */
.search-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.search-box {
    width: 100%;
    position: relative;
}

.search-box input {
    width: 96%;
    padding: 15px 2%;
    border: 1px solid #b3b3b3;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s;
}

.search-box input:focus {
    border-color: #005eae;
    box-shadow: 0 2px 15px rgba(0, 94, 174, 0.15);
}

.search-box button {
    position: absolute;
    right: 5px;
    top: 5px;
    background: transparent;
    color: #005eae;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s;
}
.search-box button i {
    font-size: 0.26rem;
}
/* 筛选条件样式 */
.filters {
    padding: 25px;
    margin-bottom: 40px;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
}



.filter-group {
    flex: 1;
    min-width: 200px;
    display: flex; /* 添加flex布局 */
    align-items: center; /* 垂直居中对齐 */
    margin-bottom: 15px; /* 调整底部间距 */
}


.filter-group h3 {
    margin-bottom: 0; /* 移除底部外边距 */
    color: #555;
    font-size: 0.2rem;
    padding-left: 8px;
    float: none; /* 移除浮动 */
    margin-right: 0.5rem;
    text-align: right;
    width: 2.8rem;
    white-space: nowrap; /* 防止文字换行 */
    flex-shrink: 0; /* 防止标题被压缩 */
}

.filter-group h3 i {
    color: #27498d;
}

.filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* 兼容模式下的间距解决方案 */
.filter-options {
    margin-left: -5px;
    margin-right: -5px;
}

.filter-option {
    background: white;
    border: 1px solid #b3b3b3;
    border-radius: 35px;
    color: #555555;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.16rem;
    margin: 5px; /* 兼容模式下的间距 */
}
.filter-option:hover,
.filter-option.active {
    background: #005eae;
    color: white;
    border-color: #005eae;
}

/* 确保在兼容模式下也能正确显示 */
.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
    align-items: center; /* 确保行内元素垂直居中 */
}

/* 为兼容模式添加额外保障 */
.filter-group:after {
    content: "";
    display: table;
    clear: both;
}

/* 教师列表样式 */
.department-title {
    margin-bottom: 25px;
    background: url(../images/ny01.png) center repeat-x;
    height: 0.4rem;
    line-height: 0.4rem;
}
.department-title span {
    display: inline-block;
    background: #fff;
    padding-right: 0.5rem;
    color: #005eae;
    font-size: 0.24rem;
}

.list01 .item {
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 4rem;
    padding: 1px;
    margin: 0.5rem 0.5rem;
}
.list01 .item a {
    text-decoration: none;
}
.list01 .item .pic {
    width: 40%;
    float: left;
    height: 4rem;
}
.list01 .item .pic img {
    border-radius: 5px 0 0 5px;
}
.list01 .item .con {
    width: 55%;
    float: right;
    padding-right: 2%;
    font-size: 0.18rem;
    line-height: 1.5;
    color: #303030;
    padding-top: 0.2rem;
}
.list01 .item .con h2 {
    font-size: 0.24rem;
    color: #393939;
}
.list01 .item .con i {
    font-size: 0.34rem;
}
.list01 .item .con i.block {
    display: block;
}
.list01 .item .con i.blue {
    color: #1296db;
}
.list01 .item .con .more {
    margin-top: 0.5rem;
}

.detail01 {
    margin-top: 0.5rem;
}
.detail01 .detail_con01 {
    margin-left: 0.5rem;
    color: #393939;
    font-size: 0.24rem;
    line-height: 2;
    height: 2.5rem;
}
.detail01 .detail_con01 p i {
    font-size: 0.24rem;
}
.detail01 .detail_con01 p i.blue {
    color: #1296db;
}
.detail01 .detail_con02 {
    margin-left: 0.5rem;
}
.detail01 .detail_con02 .detail_title {
    background: url(../images/ny04.png) repeat-x;
    height: 1.21rem;
    padding-top: 6px;
    display: flex;
    justify-content: space-between;
}
.detail01 .detail_con02 .detail_title a {
    display: block;
    line-height: 1.06rem;
    padding: 0 0.4rem;
    color: #1d1d1d;
    font-size: 0.24rem;
    text-decoration: none;
    height: 1.1rem;
}
.detail01 .detail_con02 .detail_title a:hover,
.detail01 .detail_con02 .detail_title a.active {
    border-bottom: 5px solid #e20000;
}
.detail01 .detail_con03 {
    padding: 0.3rem 0.2rem;
    font-size: 0.18rem;
    line-height: 2;
    color: #333333;
}
.detail01 .detail_con02 .detail_title01 {
    background: url(../images/ny05.png) center repeat-x;
}
.detail01 .detail_con02 .detail_title01 span {
    display: inline-block;
    background: #fff;
    padding-right: 0.5rem;
    font-size: 0.24rem;
    color: #1d1d1d;
}

.list02 .item {
    background: #f8f8fa;
    padding: 0.2rem;
    margin-bottom: 0.5rem;
}
.list02 .item .txt {
    margin: 0 0.5rem;
    padding-top: 0.2rem;
}
.list02 .item .txt h2 {
    color: #2e2e2e;
    font-size: 0.24rem;
    line-height: 1.5;
}
.list02 .item .txt p {
    color: #626262;
    font-size: 0.16rem;
    line-height: 1.5;
    margin-top: 0.2rem;
}
.list02 .item .date {
    color: #626262;
    font-size: 0.3rem;
    padding-top: 0.2rem;
}
.list02 .item .date span {
    font-size: 0.4rem;
    font-weight: bold;
    display: block;
}
.list02 .item i {
    color: #0d3a99;
    font-size: 0.6rem;
}
.list02 .item:hover {
    background: #24458c;
}
.list02 .item:hover .txt h2,
.list02 .item:hover .txt p,
.list02 .item:hover .date,
.list02 .item:hover i {
    color: #fff;
}

.detail02 .detail_header {
    text-align: center;
    padding-bottom: 0.3rem;
    border-bottom: 1px dotted #d5d5d5;
}
.detail02 .detail_header h2 {
    width: 70%;
    margin: 0 auto;
    color: #4a4a4a;
    font-size: 0.3rem;
}
.detail02 .detail_header p {
    color: #8b8b8b;
    font-size: 0.16rem;
    margin-top: 0.3rem;
}
.detail02 .detail_con04 {
    padding: 0.3rem 0.2rem;
    font-size: 0.18rem;
    line-height: 1.5;
}

.about .about01 {
    background: url(../images/ny07.png) bottom center no-repeat;
    color: #303030;
    font-size: 0.26rem;
    line-height: 2;
    padding-bottom: 0.2rem;
    min-height: 13rem;
}
.about .about01 p {
    margin-left: 0.5rem;
    margin-bottom: 0.2rem;
}
.about .about02 {
    background: url(../images/ny10.png) no-repeat;
    height: 6.68rem;
}
.about .about02 p {
    padding: 0.3rem 0.2rem;
    color: #303030;
    font-size: 0.26rem;
    line-height: 2;
}
.about .about02 .indexData {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
    padding: 0 0.5rem;
}
.about .about02 .indexData .item {
    width: 1.83rem;
    height: 1.83rem;
    text-align: center;
    background: url(../images/index10.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0.26rem;
    color: #fff;
}
.about .about02 .indexData .item span {
    display: block;
    height: 1rem;
    padding-top: 0.2rem;
    font-size: 0.48rem;
    line-height: 1rem;
}
.about .about03 {
    background: url(../images/ny11.png) top center no-repeat;
    height: 11.68rem;
    color: #fff;
    font-size: 0.26rem;
    line-height: 1.7;
    padding: 0.2rem;
}
.about .about03 p {
    margin: 0 0.5rem;
}
.about .about04 {
    background: url(../images/ny15.png) top center no-repeat;
    height: 11.55rem;
    padding: 0.3rem 0.2rem;
}
.about .about04 p {
    font-size: 0.26rem;
    line-height: 2;
    color: #303030;
}
.about .about05 {
    background: url(../images/ny18.png) center center no-repeat;
    padding: 0.3rem 0.2rem;
}
.about .about05 p {
    font-size: 0.26rem;
    line-height: 2;
    color: #303030;
}

.list03 .item {
    background: url(../images/ny20.png) bottom center no-repeat;
    background-size: 100% auto;
    height: 5.2rem;
    margin-bottom: 0.5rem;
}
.list03 .item .pic {
    width: 3.52rem;
    height: 4.69rem;
    margin: 0 auto;
}
.list03 .item .txt {
    padding-top: 1.75rem;
}
.list03 .item .txt .name_postion {
    margin-bottom: 0.2rem;
}
.list03 .item .txt .name_postion .name {
    float: left;
    color: #292929;
    font-size: 0.56rem;
    border-bottom: 3px solid #27498d;
    padding: 0 10px;
}
.list03 .item .txt .name_postion .postion {
    border-left: 1px solid #8b8b8b;
    font-size: 0.36rem;
    color: #4c4c4c;
    float: left;
    margin-left: 0.35rem;
    padding-left: 0.6rem;
    margin-top: 0.2rem;
}
.list03 .item .txt p {
    color: #515151;
    font-size: 0.28rem;
    line-height: 2;
}
.list03 .item .txt p span {
    font-weight: bold;
}
.list03 .item .txt p i {
    font-size: 0.24rem;
    color: #93999f;
}

.list04 .item {
    width: 16%;
    margin: 1%;
    float: left;
    background: #f8f8fa;
    padding: 1%;
}
.list04 .item a {
    text-decoration: none;
}
.list04 .item .pic {
    width: 100%;
    height: 2.9rem;
}
.list04 .item .con {
    width: 100%;
    font-size: 0.18rem;
    line-height: 1.5;
    color: #303030;
    padding-top: 0.1rem;
    text-align: center;
}
.list04 .item .con h2 {
    font-size: 0.24rem;
    color: #393939;
    padding-bottom: 0.1rem;
}
.list04 .item .con p {
    font-size: 0.18rem;
    color: #93999f;
    border-top: 1px solid #27498d;
    padding-top: 0.1rem;
}
.list04 .item:hover {
    background: #27498d;
}
.list04 .item:hover .con h2,
.list04 .item:hover .con p {
    color: #fff;
}
.list04 .item:hover .con p {
    border-top: 1px solid #fff;
}



/* 导师列表样式 - 修复对齐问题 */
.mentor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* 左对齐 */
    padding: 0;
    margin: 0;
    width: 100%;
}

.mentor-item {
    width: 20%;
    text-align: center; /* 单元格内居中 */
    padding: 8px 0;
    box-sizing: border-box;
}

.mentor-item a {
    display: block;
    font-size: 16px;
    line-height: 25px;
    text-decoration: none;
    color: #2c3e50;
}

.mentor-item a:hover {
    color: #005eae;
    text-decoration: underline;
}


/* IE浏览器兼容性修复 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    
    #bssds, #sssds {
        width: 800px !important;
        border-collapse: collapse !important;
        table-layout: fixed !important;
    }
    
    .mentor-list {
        display: block !important;
        width: 100% !important;
    }
    
    .mentor-item {
        display: inline-block !important;
        width: 19% !important;
        text-align: center !important;
        vertical-align: top !important;
        margin: 0 0.5% !important;
        float: none !important;
    }
    
    /* 确保表格单元格正确对齐 */
    #bssds td, #sssds td {
        vertical-align: middle !important;
    }
    
    /* 修复字体大小 */
    #bssds td, #sssds td {
        font-size: 16px !important;
    }
    
    /* 移除不支持的CSS3特性 */
    #bssds, #sssds {
        box-shadow: none !important;
        border: 2px solid #e0e0e0 !important;
    }
}