/*轮播*/
.carousel .swiper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.carousel .swiper .swiper-slide>a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.tex-banner {
    position: absolute;
    left: 0;
    right: 3.8rem;
    bottom: 0.5rem;
    line-height: 1;
    padding-left: 0.4rem;
    font-size: 0.24rem;
    color: #fff;
}

.carousel .swiper .swiper-pagination {
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    left: auto;
    width: auto;
}

.carousel .swiper-pagination-bullet {
    margin: 0 10px;
    font-family: Arial;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    position: relative;
    width: auto;
    height: auto;
    background: none;
    font-size: 0.14rem;
    opacity: 1;
}

.carousel .swiper-pagination-bullet:after {
    content: "";
    border-top: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    margin-left: 5px;
    transition: all 0.5s ease-out 0s;
}

.carousel .swiper-pagination-bullet-active {
    font-size: 22px;
    background: none;
}

.carousel .swiper-pagination-bullet-active:after {
    width: 60px;
}

/*新闻*/
.new_l {
    width: 62%;
    float: left;
}

.new_r {
    width: 38%;
    float: right;
}

.margins {
    margin-right: 0.1rem;
}

.margins1 {
    margin-left: 0.1rem;
}

.title1 {
    overflow: hidden;

}

.title1_l {
    float: left;
    position: relative;
    padding-right: 20px;
    font-family: 'Microsoft YaHei';
}

.title1_n {
    font-size: 0.14rem;
    color: #333;
    text-transform: uppercase;
}

.title1_h {
    font-size: 0.4rem;
    color: #333;
    margin-top: -0.1rem;
}

.title1_l::after {
    width: 3px;
    height: 88%;
    background-color: #1d4994;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.title1_c {
    float: left;
    margin-left: 0.2rem;
    font-size: 0.12rem;
    color: #999;
    margin-top: 0.42rem;
}

.title1_r {
    float: right;
    color: #999;
    position: relative;
    padding-right: 0.2rem;
    font-size: 0.14rem;
    margin-top: 0.4rem;
}

.title1_r>span {
    float: right;
    width: 0.16rem;
    height: 0.16rem;
    background: url(../images/icon1.png);
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 0.06rem;
    margin-top: 0.02rem;
}

.title1_r:hover {
    color: #1d4994;
    ;
}

.new_main {
    margin-top: 0.3rem;
    position: relative;
}

.new_main_t {
    background-color: #fff;
    z-index: 1;
}

.new_main_t_c {
    background-color: #fff;
    padding: 0.2rem;
    height: 4.2rem;
    position: relative;
    z-index: 1;
}

/*第二个轮播*/

.new_main_t_c .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.new_main_t_c .swiper .swiper-slide>a {
    display: block;
    width: 100%;
    height: 100%;
}

.new_main_t_c .swiper .swiper-slide>a>span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.new_main_t_c .swiper .swiper-slide>a>span:hover {
    transform: scale(1.1, 1.1);
}

.tex-banner1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0rem;
    bottom: 0rem;
    height: 0.9rem;
    line-height: 0.9rem;
    padding: 0rem 1rem 0 0.2rem;
    font-size: 0.24rem;
    color: #fff;
    background: url(../images/bamask.png) center repeat-x;
    background-size: 100% 100%;
}

.new_main_t_c .swiper .swiper-pagination {
    position: absolute;
    right: 0.2rem;
    bottom: 0.4rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    left: auto;
    width: auto;
    z-index: 2;
}

.new_main_t_c .swiper-pagination-bullet {
    margin: 0 0.06rem;
    font-family: Arial;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    position: relative;

    background: #333;
    font-size: 0.14rem;
    opacity: 1;
}

.new_main_t_c .swiper-pagination-bullet:after {
    display: none;
}

.new_main_t_c .swiper-pagination-bullet-active:after {
    width: auto;
}

.new_main_t_c .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
}

.new_main_t_c .swiper-pagination-bullet-active {
    width: 0.1rem !important;
    height: 0.1rem !important;
    opacity: 1;
}

/*结束*/
/*新闻*/
.new_img {
    display: none;
}

.new_main_t {
    position: relative;
}

.new_main_t::before {
    content: '';
    width: 140px;
    height: 140px;
    background: linear-gradient(90deg, #1d4994 0%, #2db9ec 100%);
    position: absolute;
    left: -0.1rem;
    top: -0.1rem;
    z-index: 0;
}

.new_main_b {
    margin-top: 0.4rem;
    justify-content: space-between;
}

.new_list {
    width: calc(50% - 0.1rem);
    background-color: #fff;
    padding-bottom: 0.2rem;
}

.new_list_img>span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.new_list_img {
    height: 1.76rem;
    margin: -0.2rem 0.2rem 0;
    overflow: hidden;
}

.new_list_img>img {
    display: none;
}

.new_list_p {
    padding: 0.2rem 0.2rem;
    padding-bottom: 0;
    color: #333;
    font-size: 0.20rem;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.86rem;
}

.new_list:hover .new_list_img>span {
    transform: scale(1.1, 1.1);
}

/*通知*/
.inform {
    background-color: #fff;
    padding: 0.46rem 0.2rem;
    margin-top: 0.3rem
}

.inform_list>li {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 0.2rem 0;
}

.date {
    float: left;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #e5efff;
    color: #1d4994;
    text-align: center;
}

.inform_p {
    float: right;
    width: calc(100% - 0.9rem);
    font-size: 0.20rem;
    color: #333;
    line-height: 170%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.64rem;
}

.inform_list>li:hover .date {
    background-color: #1d4994;
    color: #fff;
}

.inform_list>li:hover {
    transform: translateY(-15px);
}

.new_list:hover, .new_main_t:hover {
    transform: translateY(-15px);
}

.date_t {
    font-size: 0.24rem;
}

.date_b {
    font-size: 0.12rem;
}

.wrap-mode2 {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.mode2 {
    position: relative;
}

.wrap-mode2::before {
    content: '';
    width: 6.4rem;
    height: 100%;
    background: url(../images/bg2.jpg) no-repeat top left;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
}

.listTitle {
    width: 3.1rem;
    position: absolute;
    z-index: 2;
    top: 0.7rem;
    left: 0;
    padding-bottom: 0.6rem;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.listTitle2 {
    top: 0.9rem;
}

.listTitle::before, .listTitle::after {
    content: '';
    width: 35%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    top: 30%;
    position: absolute;
}

.listTitle::before {
    left: 0;
}

.listTitle::after {
    right: 0;
}

.listTitle>a::after {
    content: '';
    width: 1px;
    height: calc(100% - 30%);
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.listTitle>a::before {
    content: '';
    width: 1px;
    height: calc(100% - 30%);
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.listTitle .icon {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    margin: 0.25rem auto;
    position: relative;
    background: url(../images/icon2.png);
    background-size: 100% 100%;
}

.listTitle:hover .icon {
    transform: rotate(45deg);
}

.listTitle .en {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 0.18rem;
    width: 0.3rem;
    font-family: 'Futura';
    color: #555;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
}

.listTitle h2 {
    font-weight: normal;
    font-size: 0.4rem;
    color: #333;
    padding: 0.7rem 0 0.2rem;
    font-family: "Microsoft YaHei";
    position: relative;
}

.listTitle h2::before {
    content: '';
    width: 1px;
    height: 0.5rem;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0.1rem;
    left: 50%;
    position: absolute;
}

.listTitle p {
    padding: 0 0.25rem;
    color: #333;
    font-family: "Microsoft YaHei";
}

.listTitle:hover p, .listTitle:hover h2 {
    color: #1d4994;
}

.listTitle:hover {
    top: 0.2rem;
}

.f16 {
    font-size: 0.16rem;
}

.academic {
    margin-left: 3.1rem;
    position: relative;
    padding: 0.9rem 0 0.9rem 0.2rem;
    min-height: 6rem;
    position: relative;
}

.academic_main {
    position: relative;
    z-index: 1;
}

.academic::after {
    content: '';
    width: 14rem;
    height: 100%;
    background: #fff url(../images/bg3.jpg) no-repeat bottom right;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.academic_t {
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #eee;
}

.academic_title {
    float: left;
    padding-bottom: 0.7rem;
    position: relative;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 0.24rem;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    display: inline-block;
    text-transform: uppercase;
    margin-left: 0.1rem;
}

.academic_title>a {
    color: #1d4994;
    display: block;
    text-align: center;
}

.academic_title::before {
    content: '';
    width: 0.01rem;
    margin-left: -0.005rem;
    height: 0.5rem;
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0rem;
    left: 50%;
    position: absolute;
}

.academic_title::after {
    content: '';
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background-color: #ddd;
    bottom: 0.5rem;
    left: 50%;
    margin-left: -0.03rem;
    position: absolute;
}

.academic_title:hover {
    transform: translateY(-15px);
}

.academic_t_c {
    float: right;
    width: calc(100% - 1rem);
    position: relative;
}

.academic_list {
    border: 1px solid #eee;
    padding: 0.4rem 0.2rem;
    width: calc(50% - 0.1rem);
    position: relative;
    overflow: hidden;
    float: left;
}

.academic_name {
    font-size: 0.2rem;
    color: #333;
    line-height: 180%;
    margin-bottom: 0.3rem;
    font-weight: 500;
}

.academic_p {
    font-size: 0.14rem;
    color: #333;
    position: relative;
    margin-top: 0.2rem;
    padding-left: 0.3rem;
}

.academic_p>span {
    width: 0.66rem;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines;
    display: inline-block;
}

.academic_p::before {
    width: 0.2rem;
    height: 0.2rem;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0rem;
    z-index: 1;
}

.academic_p1::before {
    background: url(../images/icon12.jpg);
    background-size: 100% 100%;
}

.academic_p2::before {
    background: url(../images/icon13.jpg);
    background-size: 100% 100%;
}

.academic_p3::before {
    background: url(../images/icon14.jpg);
    background-size: 100% 100%;
}

.academic_name:hover {
    color: #1d4994;
}

.academic_degree {
    position: absolute;
    top: 0;
    left: -0.12rem;
    font-size: 0.14rem;
    color: #fff;
    background: #1d4994;
    text-align: center;
    line-height: 0.3rem;
    height: 0.3rem;
    width: 1.4rem;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);

}

.academic_degree>span {
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    display: inline-block;
    padding-left: 0.1rem;
}

.academic_list:hover {
    transform: translateY(-15px);
}

.academic_m {
    padding-top: 0.7rem;
}

.mathematics {
    width: 46%;
}

.mathematics_p {
    margin-top: 0.3rem;
    font-size: 0.14rem;
    line-height: 180%;
    color: #999;
    height: 1rem;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.mathematics_date {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    color: #333;
}

.mathematics_date>span {
    font-size: 0.14rem;
}

.academic_t_c1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 0.01rem;
    background: #eee;
}

.mathematics:hover {
    transform: translateY(-15px);
}

.academic_title1 {
    margin-top: 0.1rem;
}

.more {
    width: 0.76rem;
    height: 0.76rem;
    background: #1d4994;
    margin: 0.4rem auto 0;
    text-align: center;
    line-height: 0.76rem;
}

.more>span {
    width: 0.4rem;
    height: 0.4rem;
    display: inline-block;
    background: url(../images/tj.png);
    background-size: 100% 100%;
    margin-top: 0.18rem;
}

.mode3 {
    padding-top: 1.1rem;
    position: relative;
    z-index: 2;
}

.wrap-mode3 {
    position: relative;
}

.wrap-mode3::after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: url(../images/bg4.jpg);
    position: absolute;
    left: 0;
    top: 0rem;
    z-index: 1;
}

.science {
    margin-right: 3.1rem;
    position: relative;
    padding: 0rem 0.2rem 0.9rem 0rem;
    min-height: 5rem;
    position: relative;
}

.listTitle2 {
    right: 0;
    left: auto;
}

.title1_r:hover span {
    transform: rotate(45deg);
}

.science_list_l {
    position: relative;
    height: 6.5rem;
}

.science_list_span {
    position: relative;
    width: 0.03rem;
    height: 100%;
    content: '';
    display: block;
    background: linear-gradient(180deg, #1d4994 0%, #2db9ec 100%);
    position: absolute;
    left: 0;
    top: 0rem;
    z-index: 1;
    display: none;
}

.science_list_t {
    height: 5rem;
}

.science_list_b {
    margin-top: 0.2rem;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.science_detail {
    float: left;
    cursor: pointer;
    flex: 1;
}

.science_detail1 {}

.science_detail2 {
    margin: 0 0.2rem;
}

.science_detail3 {}

.science_detail:hover .date {
    background-color: #1d4994;
    color: #fff;
}

.none_div {
    display: none;
}

.science_list_img {
    width: 100%;
    height: 5rem;
    overflow: hidden;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    z-index: 1;
    display: none;
}

.science_list {
    position: relative;
}

.science_list>span {
    content: '';
    width: 140px;
    height: 140px;
    background: linear-gradient(90deg, #1d4994 0%, #2db9ec 100%);
    position: absolute;
    left: -0.1rem;
    top: -0.1rem;
    z-index: 0;
}

.science_list_img>a {
    position: relative;
    z-index: 1;
}

.science_list_img>a {
    display: block;
    width: 100%;
    height: 100%;
}

.science_list_img>a>span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.science_list_img>a>span:hover {
    transform: scale(1.1, 1.1);
}

.science_detail:hover .science_list_img {
    display: block;
}

.science_detailsis .science_list_span {
    display: block;
}

.science_detailsis .science_list_img {
    display: block;
}

.science_detailsis .date {
    background-color: #1d4994;
    color: #fff;
}

.science_icon {
    position: relative;
    border: 1px solid #eee;
    padding: 0.2rem 0.2rem;
}

.wrap-mode4 {
    position: relative;
}

.wrap-mode4::after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: url(../images/bg5.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0rem;
    z-index: 1;
}

.mode4 {
    position: relative;
    z-index: 2;
}

.teacher {
    margin-left: 3.1rem;
    position: relative;
    padding: 0.9rem 0 0.9rem 0.2rem;
    min-height: 6rem;
    position: relative;
}

/*我爱我师*/
.teacher_main {
    width: 7.9rem;
    height: 7.9rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 1.15rem;
    position: relative;
    float: right;
}

.teacher_main::before {
    content: '';
    width: 6.7rem;
    height: 6.7rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0.6rem;
    top: 0.6rem;
    border-radius: 50%;
    z-index: 0;
}

.circle {
    width: 144%;
    height: 144%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -22%;
    top: -22%;
    border-radius: 50%;
}

.line1 {
    width: 156%;
    left: -28%;
    bottom: 50%;
    position: absolute;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.line2 {
    width: 1px;
    height: 144%;
    left: 50%;
    top: -22%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
}

.line1::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    right: -10px;
    top: -7px;
}

.line2::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 10px solid #dddde1;
    position: absolute;
    left: -7.5px;
    top: -9.5px;
}

.teacher_img {
    width: 5.44rem;
    height: 5.44rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 10px solid #fff;
}

.teacher_list {
    width: 100%;
    height: 100%;
}

.teacher_swiper {
    width: 100%;
    height: 100%;
    overflow: unset;
}

.teacher_li {
    border-radius: 50%;
    overflow: hidden;
}

.teacher_li span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.teacher_li img {
    display: none;
}

.swiper-pagination:nth-child(2) {
    transform: translateX(0.1rem);
}

.teacher_swiper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mySwiper3 {
    width: 100%;
    height: 0.68rem;
    position: absolute;
    top: 0rem;
    left: -0.4rem;
    z-index: 2;
    overflow: unset;
    transform: translateX(0.18rem);
}

.mySwiper3 .swiper-slide-thumb-active>div {
    background-color: #1d4994;
    color: #fff;
}

.name_tc {
    width: 0.68rem;
    height: 0.68rem;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    line-height: 0.68rem;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    font-size: 0.16rem;
    color: #333;
}

.name_tc1 {}

.name_tc2 {
    transform: translateY(-0.8rem);
}

.name_tc3 {
    transform: translateY(-1.1rem);
}

.name_tc4 {
    transform: translateY(-0.8rem);
}

.name_tc5 {
    transform: translateY(-1.1rem);
}

.mySwiper3 .swiper-slide {
    width: auto !important;
    margin-right: 0.57rem !important;
}

.mySwiper2 .swiper-button-prev {
    left: -1rem;
    right: auto;
}

.mySwiper2 .swiper-button-next {
    right: -1rem;
    left: auto;
}

.mySwiper2 .swiper-button-next:after, .mySwiper2 .swiper-button-prev:after {
    font-size: 0.28rem;
}

/*人才培养*/
.wrap-mode5 {
    position: relative;
    padding: 2.1rem 0 0.9rem;
}

.wrap-mode5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 61.1%;
    background: url(../images/bg6.jpg) no-repeat center center;
    background-size: cover;
    z-index: 2;
}

.wrap-mode5::after {
    content: '';
    position: absolute;
    top: -0.7rem;
    right: 0;
    height: calc(100% + 0.7rem);
    width: 49%;
    background: url(../images/bg7.jpg) no-repeat bottom center;
    background-size: cover;
    z-index: 1;
}

.talents {
    position: relative;
    z-index: 3;
}

.talents_l {
    width: 65%;
    height: 5.5rem;
    position: relative;
    float: left;
    z-index: 1;
}

.talents_l::after {
    content: '';
    width: 140px;
    height: 140px;
    background: linear-gradient(90deg, #1d4994 0%, #2db9ec 100%);
    position: absolute;
    left: -0.1rem;
    top: -0.1rem;
    z-index: 0;
}

.talents_img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.talents_img>li {
    width: 100%;
    height: 100%;
}

.talents_img>li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.talents_img span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.talents_img img {
    display: none;
}

.talents_img>li {
    display: none;
}

.talents_img_is {
    display: block !important;
}

.talents_r {
    width: 35%;
    float: right;
    padding: 0rem 0 0 0.4rem;
    margin-top: -1.2rem;
    position: relative;
    z-index: 2;
}

.talents_p {
    margin-top: 0.55rem;
}

.talents_p>li {
    padding: 0.22rem 0 0;

}

.talents_p>li>a {
    border-bottom: 1px solid #eee;
    display: block;
    padding-bottom: 0.23rem;
}

.talents_p .date {
    background-color: #fff;
}

.talents_p .date_t {
    font-size: 0.26rem;
}

.talents_p .date_b {
    font-size: 0.14rem;
}

.talents_pis .inform_p {
    color: #1d4994;
}

.talents_pis {
    border-right: 2px solid #1d4994;
    padding: 0.2rem 0.2rem 0rem 0.8rem !important;
    transform: translateX(-1rem);
    width: calc(100% + 1rem);
    background: linear-gradient(106deg, transparent 0.32rem, #fff 0);
}

.more_r {
    overflow: hidden;
}

.more_r .more {
    float: right;
}

/*学院概况*/
.bannerej {
    position: relative;
}

.bannerej::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 1.3rem;
    background: url(../images/bamask.png) center repeat-x;
    background-size: auto 100%;
    z-index: 1;
    opacity: 0.4;
}

.bannerej_bg {
    position: relative;
    z-index: 0;
}

.bannerej_bg>img {
    height: auto;
    width: 100%;
}

.bannerej_bg>span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.bannernav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.ermode1 {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
}

.bannernav_name {
    width: 3.1rem;
    height: 1.8rem;
    float: left;
    text-align: center;
    line-height: 1.8rem;
    font-size: 0.4rem;
    color: #fff;
    background: url(../images/er_bg.jpg);
    background-size: 100% 100%;
    font-weight: 600;
}

.ernav {
    float: left;
    width: calc(100% - 3.1rem);
    overflow: hidden;
    background: #fff;

}

.ernav_list {
    overflow: hidden;
}

.ernav_list>li {
    float: left;
    margin-left: 0.5rem;
}

.ernav_list>li>a {
    font-size: 0.18rem;
    color: #333;
    display: inline-block;
    height: 0.6rem;
    line-height: 0.6rem;
}

.ernav_list>li>a:hover {
    color: #1d4994;
}

.isa {
    color: #253f9c !important;
    font-weight: 600;
    border-bottom: 3px solid #253f9c !important;
}

.wrap-ermode2 {
    position: relative;
    padding-bottom: 0.9rem;
    min-height: 5rem;
}

.ermode2 {
    padding-top: 1.1rem;
}

.wrap-ermode2::after {
    width: 7.2rem;
    max-width: 40%;
    height: 4.8rem;
    content: '';
    display: block;
    background: url(../images/er_bg1.png) no-repeat left bottom;
    position: absolute;
    right: 0;
    bottom: 0rem;
    z-index: 1;
    background-size: cover;
}

.synopsis {
    width: 67%;
}

.titleEr {
    float: left;
    width: 1.5rem;
    border-left: 0.02rem solid #1d4994;
}

.titleEr>a {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    font-family: "Microsoft YaHei";
    color: #333;
}

.titleEr:hover {
    transform: translateY(-15px);
}

.titleEr div {
    font-size: 0.3rem;
    padding-bottom: 0.3rem;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-left: 0.1rem;
    font-family: "Microsoft YaHei";
}

.titleEr p {
    font-size: 0.12rem;
    color: #999;
    padding-top: 0.05rem;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.synopsis_con {
    float: left;
    font-size: 0.14rem;
    color: #333;
    width: calc(100% - 1.5rem);
    position: relative;
    z-index: 2;
}

.synopsis_con p {
    line-height: 180%;
}

.p_top {
    margin-bottom: 0.36rem;
}

.synopsis_con_t {
    height: 2rem;
    overflow: hidden;
}

.moreEr {
    margin-top: 0.6rem;
    overflow: hidden;
    font-size: 0.14rem;
}

.moreEr>a {
    display: inline-block;
    color: #1d4994;
    font-size: 0.14rem;
    overflow: hidden;
    float: right;
}

.moreEr>a:hover {
    transform: translateX(-15px);
}

.moreEr i {
    display: inline-block;
    float: left;
    width: 0.5rem;
    height: 0.1rem;
    background: url(../images/icon16.png);
    background-size: 100% 100%;
    margin-right: 0.04rem;
    margin-top: 0.04rem;
}

.wrap-ermode3 {
    background: #f5f5f5;
    padding: 1.1rem 0 0.9rem;
}

.organization {
    float: left;
    font-size: 0.14rem;
    color: #333;
    width: calc(100% - 1.5rem);
}

.organization_l {
    float: left;
    position: relative;
    width: 5.3rem;
    z-index: 2;
}

.organization_l::after {
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    background: linear-gradient(90deg, #1d4994 0%, #2db9ec 100%);
    position: absolute;
    left: -0.1rem;
    top: -0.1rem;
    z-index: 0;
}

.organization_l>span {
    position: relative;
    z-index: 2;
    width: 100%;
    display: block;
    height: 4rem;
    background: url(../images/bg9.png) no-repeat center center;
    background-size: cover;
}

.organization_r {
    float: left;
    width: calc(100% - 5.3rem);
    position: relative;
    z-index: 3;
}

.organization_r::after {
    content: '';
    width: 5rem;
    height: 2.5rem;
    background: url(../images/icon20.png) no-repeat top center;
    position: absolute;
    background-size: cover;
    left: 0rem;
    top: 0;
    z-index: 0;
}

.organization_main {
    position: relative;
    z-index: 1;
}

.organization_p {
    font-size: 0.2rem;
    color: #333;
    text-align: right;
    padding-top: 1.1rem;
}

.organization_list {
    background: #fff;
    margin: 0.25rem 0 0 -0.9rem;
    overflow: hidden;
}

.organization_list>li {
    float: left;
    width: 33.3%;
    height: 2.5rem;
    border-right: 1px solid #f5f5f5;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.organization_list>li:hover a {
    transform: translateY(-15px);
}

.organization_list>li:nth-child(3) {
    border: 0;
}

.organization_icon {
    border: 1px dashed #1d4994;
    border-radius: 50%;
    width: 1.06rem;
    height: 1.06rem;
    padding: 0.1rem;
    margin: 0 auto;
}

.organization_icon>div {
    border: 1px solid #1d4994;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0.86rem;
}

.organization_icon img {
    max-width: 80%;
}

.organization_name {
    font-size: 0.2rem;
    color: #333;
    margin-top: 0.2rem;
    text-align: center;
}

.dean {
    margin-top: 0.5rem;
}

.p_top_center {
    text-align: center;
}

.p_top {
    font-size: 0.14rem;
    color: #333;
    line-height: 180%;
}

.dean_p_r {
    float: left;
    padding: 0 1.6rem;
    width: calc(100% - 1.5rem);
}

.ermode4 {
    padding: 1.1rem 0 0rem;
}

.moreCenter {
    text-align: center;
}

.moreCenter>a {
    float: none;
}

.dean {
    margin-top: 0.4rem;
    overflow: hidden;
}

.wrap-ermode4 {
    position: relative;
    z-index: 2;
}

.wrap-ermode5 {
    position: relative;
    z-index: 1;
    margin-top: -1rem;
}

.wrap-ermode5::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/bg10.jpg) no-repeat center center;
    position: absolute;
    background-size: cover;
    left: 0rem;
    top: 0;
    z-index: 0;
}

.dean>img {
    width: 100%;
}

.dean>img:hover {
    transform: scale(1.1, 1.1);
}

.leaders {
    float: left;
    width: calc(100% - 1.5rem);
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.leaders_l {
    width: calc(50% - 0.45rem);
}

.leaders_title {
    width: 1.3rem;
    border-top: 0.03rem solid #1d4994;
    padding-top: 0.24rem;
    font-size: 0.24rem;
    color: #1d4994;
}

.leaders_name {
    width: calc(100% - 1.5rem);
    border-top: 0.03rem solid #c7c7c7;
    padding-top: 0.24rem;
    font-size: 0.16rem;
    color: #333;
}

.leaders_name_list>li {
    margin-bottom: 0.2rem;
}

.leaders_name_list>li>span {
    width: 1.2rem;
    display: inline-block;
}

.wrap-ermode6 {
    position: relative;
}

.wrap-ermode6::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 56%;
    background: url(../images/bg11.jpg) no-repeat center center;
    background-size: cover;
    z-index: 0;
}

.ermode5 {
    position: relative;
    z-index: 1;
    padding: 2.6rem 0 0.9rem;
}

.ermode6 {
    position: relative;
    z-index: 1;
    padding: 1.1rem 0 0.4rem;
}

.guide {
    width: 48%;
}

.guide_c {
    background: #fff;
    padding: 0.6rem 0;
}

.guide_c_t {
    margin-left: 0.5rem;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.14rem;
    font-size: 0.24rem;
    color: #333;
}

.guide_c_t1 {
    margin-top: 0.4rem;
}

.guide_c_t::before {
    content: '';
    position: absolute;
    top: 0.12rem;
    left: -0.5rem;
    width: 0.2rem;
    height: 0.1rem;
    background: #1d4994;
}

.guide_c_m {
    margin-left: 0.5rem;
    padding-left: 0.2rem;
    position: relative;
    overflow: hidden;
    margin-top: 0.3rem;
}

.guide_c_m::before {
    content: '';
    position: absolute;
    top: 0.03rem;
    left: 0;
    width: 0.16rem;
    height: 0.16rem;
    background: url(../images/icon21.jpg);
    background-size: 100% 100%;
}

.guide_c_m>div {
    float: left;
    font-size: 0.16rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w1 {
    width: 15%;
}

.w2 {
    width: 30%;
}

.w3 {
    width: 30%;
}

.w4 {
    width: 25%;
}

.mention {
    float: left;
    width: calc(100% - 1.5rem);
}

.mention_list {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;

}

.mention_list>li {
    width: calc(33.3% - 0.2rem);
    position: relative;
    padding: 0.4rem;
    background: #fff url(../images/bg12.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.4rem;
}

.mention_list>li:nth-child(3) {
    margin: 0;
}

.mention_list>li::before {
    width: 0.03rem;
    height: 100%;
    content: '';
    display: block;
    background: linear-gradient(0deg, #1d4994 0%, #2db9ec 100%);
    position: absolute;
    left: 0;
    top: 0rem;
    z-index: 0;
}

.mention_list p {
    font-size: 0.16rem;
    color: #333;
    line-height: 180%;
    height: ;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mention_list span {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/icon22.png);
    background-size: 100% 100%;
}

.ermode7 {
    padding: 1.1rem 0;
}

.mention_list>li:hover {
    transform: translateY(-15px);
    background: #1d4994 url(../images/bg12.png) no-repeat;
}

.mention_list>li:hover p {
    color: #fff;
}

/*科学研究*/
.sanmode1 {
    padding: 1.5rem 0 0;
    position: relative;
}

.research {
    position: relative;
    z-index: 2;
}

.direction {
    width: calc(100% - 1.5rem);
    float: left;
    overflow: hidden;
}

.direction>div {
    float: left;
    width: 25%;
    height: 2.92rem;
}

.direction>div>img {
    width: 100%;
    height: 100%;
}

.direction_l {
    background: #fff;
    padding: 0 0.4rem;
}

.direction_r {
    background: #f5f5f5;
    padding: 0 0.4rem;
}

.direction_c {
    background: #1d4994;
    position: relative;
}

.wrap-sanmode1 {
    position: relative;
}

.wrap-sanmode1::before {
    content: '';
    position: absolute;
    bottom: 2.92rem;
    right: 0;
    width: 5.64rem;
    height: 3.7rem;
    background: url(../images/bg13.png) no-repeat bottom right;
    background-size: cover;
}

.wrap-sanmode1::after {
    content: '';
    position: absolute;
    bottom: 2.92rem;
    left: 0;
    width: 13.38rem;
    height: 4.42rem;
    background: #f5f5f5 url(../images/bg14.png) no-repeat top right;
}

.sanmode1::after {
    content: '';
    position: absolute;
    bottom: 0rem;
    right: -250px;
    width: 3rem;
    height: 3rem;
    background: url(../images/bg15.png) no-repeat right center;
}

.direction_title {
    font-size: 0.24rem;
}

.direction_title>a {
    color: #333;
}

.direction_list {
    margin-top: 0.3rem;
}

.direction_list>li {
    font-size: 0.14rem;
    margin-top: 0.1rem;
    position: relative;
    padding-left: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.direction_l>div, .direction_r>div {
    width: 100%;
}

.direction_l>div:hover {
    transform: translateY(-15px);
}

.direction_r>div:hover {
    transform: translateY(-15px);
}

.direction_list>li>a {
    color: #333;
}

.direction_list>li::before {
    content: '';
    width: 0.04rem;
    height: 0.04rem;
    background: #d9d9d9;
    left: 0;
    top: 50%;
    margin-top: -0.02rem;
    position: absolute;
}

.direction_more {
    font-size: 0.34rem;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.direction_more>a {
    color: #fff;
    display: inline-block;
    margin: 0 auto;
}

.morefix {
    position: absolute;
    bottom: 0.4rem;
    right: 0.4rem;
    z-index: 2;
}

.morefix>a {
    color: #fff;
}

.morefix i {
    background: url(../images/icon161.png);
    background-size: 100% 100%;
}

.confucian {
    width: calc(100% - 1.5rem);
    position: relative;
    z-index: 2;
    overflow: hidden;
    float: left;
}

.sanmode2 {
    position: relative;
    z-index: 1;
}

.wrap-sanmode2 {
    margin-top: 0.9rem;
    padding: 1.1rem 0 0.9rem;
    position: relative;
}

.wrap-sanmode2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 53%;
    background: url(../images/bg16.jpg) no-repeat center center;
    background-size: cover;
    z-index: 0;
}

.titlef {
    border-left: 0.02rem solid #fff;
}

.titlef>a {
    color: #fff !important;
}

.confucian_c {
    margin-left: 1.8rem;
    background: #fff;
    padding: 0.5rem 0 0;
    border: 1px solid #eee;
}

.direction_list>li>a:hover {
    color: #1d4994;
}

.confucianSwiper {
    margin-left: -1.8rem;
    border-bottom: 1px solid #eee;
}

.confucian_main_l {
    border: 1px solid #fff;
    width: 4.9rem;
    height: 3.2rem;
    overflow: hidden;
}

.confucian_main_l span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.confucian_main_r {
    width: calc(100% - 6rem);
    margin-left: 0.5rem;
}

.confucianSwiper .swiper-button-next {
    right: auto;
    top: auto;
    left: 6.2rem;
    bottom: 0.3rem;
    border: 1px solid #1d4994;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
}

.confucianSwiper .swiper-button-prev {
    left: 5.4rem;
    top: auto;
    bottom: 0.3rem;
    border: 1px solid #1d4994;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
}

.confucianSwiper .swiper-button-prev:after, .confucianSwiper .swiper-button-next:after {
    font-size: 0.16rem;
    color: #999;
}

.confucian_main_l span:hover {
    transform: scale(1.1, 1.1);
}

.confucian_more {
    padding: 0.2rem 0;
}

.confucian_more_l {
    overflow: hidden;
}

.confucian_more_l>li {
    overflow: hidden;
    width: 20%;
    float: left;
    text-align: center;
    border-right: 1px solid #eee;
}

.confucian_more_l>li:last-child {
    border: 0;
}

.confucian_more_t {
    color: #333;
    font-size: 0.14rem;
}

.confucian_more_t>span {
    font-size: 0.32rem;
}

.confucian_more_b {
    color: #999;
    font-size: 0.14rem;
}

.confucian_more_l>li:hover .confucian_more_t {
    color: #1d4994;
}

.wrap-sanmode3 {
    background: #f5f5f5;
    padding: 1.1rem 0 0.9rem;
}

.mathematics1 {
    float: left;
    width: calc(100% - 1.5rem);
}

.date_top {
    overflow: hidden;
    color: #333;
}

.date_fff {
    width: 0.6rem;
    height: 0.8rem color: #333;
    text-align: center;
}

.mathematics_l {
    float: left;
    background: #fff;
    position: relative;
    margin-right: 0.4rem;
    padding: 0.3rem 0.3rem 1rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
    width: calc(33.3% - 0.27rem);
}

.mathematics1 .mathematics_l:nth-child(3) {
    margin-right: 0;
}

.mathematics_name {
    font-size: 0.18rem;
    color: #333;
    line-height: 180%;
    padding: 0.3rem 0 0.24rem;
    border-bottom: 1px solid #eee;
}

.mathematics1_icon {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2.3rem;
    height: 1.3rem;
    background: url(../images/icon23.png) no-repeat left center;
}

.mathematics_l:hover {
    transform: translateY(-15px);
    background: #1d4994;
}

.mathematics_l:hover .date_fff {
    color: #fff;
}

.mathematics_l:hover .mathematics_name {
    color: #fff;
}

.mathematics_l:hover .mathematics_p12 {
    color: #fff;
}

.mathematics_l:hover .mathematics1_icon {
    background: url(../images/icon231.png) no-repeat left center;
}

.mathematics_l>a {
    position: relative;
    z-index: 1;
}

.wrap-simode1 {
    position: relative;
}

.direction_more>a:hover {
    transform: translateY(-15px);
}

.undergraduate {
    float: left;
    width: calc(100% - 1.5rem);
}

.undergraduate_t {
    float: left;
    width: 5.7rem;
    height: 4.7rem;
}

.undergraduate_t>li {
    float: left;
    display: none;
    width: 100%;
    height: 100%;
}

.undergraduate_t1 {
    float: left;
    width: 5.7rem;
    height: 4.7rem;
}

.undergraduate_t1>li {
    float: left;
    display: none;
    width: 100%;
    height: 100%;
}

.undergraduate_is {
    display: block !important;
}

.wrap-simode1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/icon24.jpg) no-repeat left center;
    background-size: cover;
    z-index: 0;
}

.wrap-simode1 {
    padding: 1.1rem 0;
}

.undergraduate_img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.undergraduate_b {
    float: left;
    width: calc(100% - 5.7rem);
}

.undergraduate_b>li {
    position: relative;
    padding: 0.2rem 0 0.2rem 1rem;
    border-bottom: 1px solid #eee;
}

.undergraduate_b1 {
    float: left;
    width: calc(100% - 5.7rem);
}

.undergraduate_b1>li {
    position: relative;
    padding: 0.2rem 0.4rem 0.2rem 0.2rem;
    border-bottom: 1px solid #eee;
}

.undergraduate_title {
    font-size: 0.2rem;
    color: #333;
}

.undergraduate_p {
    font-size: 0.14rem;
    color: #999;
    line-height: 180%;
    margin-top: 0.2rem;
    overflow: hidden;
    display: none;
    height: 0.46rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hen2 {
    position: absolute;
    bottom: 0.02rem;
    left: 0rem;
    width: 0%;
    height: 0.01rem;
    background: #eee;
    display: inline-block;
    transition: all 0.3s ease-out 0s;

}

.graduate_is>.hen2 {
    background: #1d4994;
    width: 100%;
}

.hen {
    position: absolute;
    top: 0.21rem;
    left: 0.8rem;
    width: 0.06rem;
    height: 0.2rem;
    background: #eeeeee;
    display: inline-block;
    transition: all 0.35s ease-in-out;
}

.graduate_is>.hen {
    background: #1d4994;
}

.graduate_is .undergraduate_p {
    display: block;
}

.hen1 {
    position: absolute;
    top: 0.3rem;
    left: 0rem;
    width: 0.8rem;
    height: 0.01rem;
    background: #1d4994;
    display: inline-block;
    opacity: 0;
}

.graduate_is {
    border-bottom: 0 !important;
}

.graduate_is>.hen1 {
    opacity: 1;
}

.undergraduate_t>li span:hover {
    transform: scale(1.1, 1.1);
}

.undergraduate_t>li {
    overflow: hidden;
}

.undergraduate_t1>li span:hover {
    transform: scale(1.1, 1.1);
}

.undergraduate_t1>li {
    overflow: hidden;
}

.research1 {
    margin-top: 1.2rem;
}

.titleErR {
    border-left: 0;
    border-right: 0.02rem solid #1d4994;
}

.titleErR>a {
    float: right;
}

.hens {
    left: 0rem !important;
}

.hen1s {
    width: 0.4rem !important;
}

.undergraduate_title1 {
    padding-left: 0.2rem;
}

.wrap-simode2 {
    position: relative;
}

.wrap-simode2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.3rem;
    background: #1d4994;
}

.simode2 {
    padding-top: 1.1rem;
    position: relative;
    z-index: 1;
}

.competition {
    float: left;
    position: relative;
    width: calc(100% - 1.5rem);
}

.competition_qh {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0%;
    overflow: hidden;
    width: calc(50% - 0.2rem);
}

.morepost {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    z-index: 2;
}

.competition_qh>li {
    float: left;
    height: 0.9rem;
    width: calc(25% - 0.1rem);
    margin-right: 0.1rem;
    cursor: pointer;
}

.competition_qh>li:nth-child(4) {
    margin-right: 0rem;
}

.competition_main {
    overflow: hidden;
}

.competition_img {
    width: calc(50% - 0.2rem);
    float: left;
    height: 3.4rem;
    overflow: hidden;
}

.competition_img>span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
}

.competition_img>span:hover {
    transform: scale(1.1, 1.1);
}

.competition_con {
    width: calc(50% - 0.2rem);
    float: right;
}

.academic_name1 {
    color: #fff;
    font-size: 0.2rem;
    line-height: 180%;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.mathematics_p1 {
    font-size: 0.14rem;
    line-height: 180%;
    color: #8fa7d0;
    height: 0.5rem;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mathematics_date1 {
    color: #fff;
}

.competition_qh>li>span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
}

.competition_list>li {
    display: none;
}

.competitionIs {
    display: block !important;
}

.competition_qhIs {
    border: 1px solid #1d4994;
}

.wrap-simode3 {
    margin-top: 1.1rem;
    background: #f5f5f5;
}

.mooc {
    float: left;
    width: calc(100% - 1.5rem);
}

.mooc>li {
    float: left;
    position: relative;
    margin-right: 0.4rem;
    width: calc(33.3% - 0.27rem);
}

.mooc>li:hover {
    transform: translateY(-15px);
}

.mooc>li:nth-child(3) {
    margin-right: 0;
}

.mooc_t {
    height: 2.3rem;
    overflow: hidden;
}

.mooc_t>span {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
}

.mooc_b {
    margin: -0.2rem 0.5rem 0;
    background: #1d4994;
    color: #fff;
    padding: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    text-align: center;
}

.simode3 {
    padding: 1.1rem 0 0.9rem;
}

.ernav_list {
    padding-right: 0.4rem;
}

.ernav_zj {
    margin: 0 0.1rem;
    float: right;
    font-size: 0.16rem;
    color: #999;
    height: 0.6rem;
    line-height: 0.6rem;
}

.ernav_lista {
    float: right;
    font-size: 0.16rem;
    color: #999;
    height: 0.6rem;
    line-height: 0.6rem;
}

.ernav_lista:hover {
    color: #1d4994;
}

.conmode1 {
    padding: 0.5rem 0;
}

.mathematics_p12 {
    margin-top: 0.24rem;
    font-size: 0.12rem;
    color: #999;
    line-height: 180%;
    height: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.journalism_l {
    width: calc(50% - 0.4rem);
    padding: 0 0rem 0.4rem;
}

.journalism_img {
    height: 3.48rem;
    position: relative;
}

.journalism_img>span {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block;
}

.datexw {
    position: absolute;
    left: 0.4rem;
    bottom: 0;
}

.journalism_h4 {
    font-size: 0.2rem;
    color: #333;
    margin-top: 0.3rem;
    padding: 0 0.2rem;
}

.journalism_p {
    font-size: 0.14rem;
    color: #333;
    padding: 0 0.2rem;
    line-height: 180%;
    margin-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.datexw {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.journalism_img {
    overflow: hidden;
}

.journalism_img>span:hover {
    transform: scale(1.1, 1.1);
}

.journalism_h4:hover {
    color: #1d4994;
}

.journalism_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}

.journalism_list>li {
    margin-right: 0.8rem;
    padding: 0.2rem;
    background: #f5f5f5;
    margin-top: 0.2rem;
    overflow: hidden;
    width: calc(50% - 0.4rem);
}

.journalism_list>li:nth-child(2n) {
    margin-right: 0;
}

.journalismp {
    float: right;
    width: calc(100% - 0.9rem);
    font-size: 0.16rem;
    color: #333;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.64rem;
}

.journalism_list>li:hover {
    transform: translateY(-15px);
}

.journalism_l:hover {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.4);
}

.journalism_list>li:hover .journalismp {
    color: #1d4994;
}

.informlist {
    margin-top: 0.2rem;
}

.informlist>li {
    padding: 0.3rem 0 0.3rem 0.4rem;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
}

.informlist>li:hover {
    padding: 0.3rem 0 0.3rem 0.2rem;
}

.informlist>li:before {
    width: 0.05rem;
    height: 0.16rem;
    content: '';
    display: block;
    background: #eeeeee;
    position: absolute;
    left: 0;
    top: 0.33rem;
    left: 0;
    z-index: 4;
}

.informlist>li>a {
    font-size: 0.16rem;
    color: #333;
    overflow: hidden;
}

.informlist>li>a>p {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 2rem);
}

.informlist>li>a>div {
    float: right;
    width: 0.9rem;
}

.informlist>li>a:hover {
    color: #1d4994;
}

.department {
    min-height: 5rem;
    position: relative;
}

.depart_logo {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1.4rem;
    margin-left: -0.7rem;
    text-align: center;
}

.depart_logo>img {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    box-shadow: 0 0 0.1rem #8bd6f7;
}

.line {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    background: #1d4994;
    margin-top: -1.3rem;
}

.install {
    padding-top: 1.4rem;
    overflow: hidden;
}

.install>li {
    margin-top: 0.2rem;
    width: 100%;
    position: relative;
}

.install1 {
    padding-right: 0.7rem;
}

.install2 {
    padding-left: 0.7rem;
}

.install_h4 {
    font-size: 0.2rem;
    color: #333;
    position: relative;
}

.install_h4:before {
    content: '';
    position: absolute;
    top: 0.06rem;
    width: 0.03rem;
    height: 0.1rem;
    background: #1d4994;
    z-index: 0;
}

.install_h41:before {
    right: 0;
}

.install_h42:before {
    left: 0;
}

.install_p {
    color: #999;
    margin-top: 0.2rem;
    position: relative;
}

.install_p:before {
    content: '';
    position: absolute;
    top: 0rem;

    width: 1rem;
    height: 100%;

    z-index: 0;
}

.install_p1 {
    padding-right: 0.2rem;

}

.install_p2 {
    padding-left: 0.2rem;
}

.install_p1:before {
    right: 0;
    background: linear-gradient(-90deg, #d6e6fd 0%, rgba(0, 0, 0, 0) 100%);
}

.install_p2:before {
    left: 0;
    background: linear-gradient(90deg, #d6e6fd 0%, rgba(0, 0, 0, 0) 100%);
}

.install_lis:before {
    content: '';
    position: absolute;
    top: 0rem;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    border: 0.07rem solid #d9e7ff;
    background: #1d4994;
    z-index: 1;

}

.install1:before {
    right: 0;
    margin-right: -0.1rem;
}

.install1:after {
    right: 0;
}

.install_lis:after {
    content: '';
    position: absolute;
    top: 0.1rem;
    width: 0.7rem;
    height: 0.01rem;
    background: #1d4994;
    z-index: 0;
}

.install2:after {
    left: 0;
}

.install2:before {
    left: 0;
    margin-left: -0.1rem;
}

.install_p>p {
    max-height: 0.66rem;
    font-size: 0.12rem;
    line-height: 180%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.install_h41 {
    padding-right: 0.2rem;
}

.install_h42 {
    padding-left: 0.2rem;
}

.install_lis>a {
    display: block;
    width: 50%;
}

.install_lis {
    width: 50%;
    position: relative;
}

.install_lis:hover .install_h4 {
    color: #1d4994;
}

@keyframes scaleAnim2 {
    0% {
        transform: scale(0.8)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.4)
    }
}

@-webkit-keyframes scaleAnim2 {
    0% {
        transform: scale(0.8)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.4)
    }
}

.install_lis:hover:before {
    animation: scaleAnim2 1.6s infinite linear;
    -moz-animation: scaleAnim2 1.6s infinite linear;
    -webkit-animation: scaleAnim2 1.6s infinite linear;
}

.wrap-xsmode1 {
    position: relative;
}

.wrap-xsmode1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/bg18.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.xsmode1 {
    position: relative;
    z-index: 2;
    padding-bottom: 0.4rem;
}

.depart_bg {
    position: absolute;
    display: inline-block;
    z-index: 1;
}

.depart_bg1 {
    top: 14%;
    left: 0;
    width: 4.9rem;
    height: 3.3rem;
    background: url(../images/icon25.png);
    background-size: 100% 100%;
}

.depart_bg2 {
    bottom: 14%;
    right: 0;
    width: 3rem;
    height: 4.27rem;
    background: url(../images/icon26.png);
    background-size: 100% 100%;
}

.wrap-xsmode2 {
    position: relative;
}

.wrap-xsmode2::after {
    content: '';
    position: absolute;
    left: 0;
    height: 5.8rem;
    max-height: 80%;
    bottom: 0;
    right: 0;
    /*background: url(../images/bg19.png) no-repeat center bottom;*/
    background-size: 100% auto;
}

.xsmode2 {
    position: relative;
    z-index: 2;
    padding: 0.9rem 0;
}

.depart_bg3 {
    top: 0;
    left: 0;
    width: 3rem;
    height: 2.6rem;
    background: url(../images/icon27.png);
    background-size: 100% 100%;
}

.make_speech {
    overflow: hidden;
}

.make_speech_l {
    width: 4.5rem;
}

.make_speech_l>div {
    position: relative;
    padding: 0.2rem 0 0 0.2rem;
}

.make_speech_l>div>span {
    height: 5rem;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    background-size: cover;
    color: #fff;
    background-position: center center;
}

.make_speech_l>img {
    display: none;
}

.informlist>li:hover:before {
    background: #1d4994;
}

.make_speech_l>div:after {
    content: '';
    width: 60%;
    height: 60%;
    background: linear-gradient(90deg, #1d4994 0%, #2db9ec 100%);
    position: absolute;
    left: 0rem;
    top: 0rem;
    z-index: 0;
}

.make_speech_r {
    width: calc(100% - 5rem);
}

.p_top2 {
    text-indent: 0.28rem;
}

.brief {
    text-align: center;
}

.brief_c {
    margin: 0.14rem auto 0.5rem;
    overflow: hidden;
    display: inline-block;
}

.brief_c>li {
    float: left;
    width: 3.2rem;
    text-align: center;
    font-family: "Microsoft YaHei";
    border-right: 1px solid #cadaf3;
}

.brief_c>li:nth-child(3) {
    border-right: 0;
}

.brief_c_t {
    font-size: 0.6rem;
    color: #1d4994;
    font-weight: 600;
}

.brief_c_b {
    font-size: 0.18rem;
    color: #1d4994;
    font-weight: 600;
}

.brief_img1 {
    float: right;
    width: 5.4rem;
    height: 2.5rem;
    margin: 0 0 0 0.4rem;
}

.ernav_list1 {
    float: right;
}

.ernav_list2 {
    float: left;
}

.institution {
    margin-top: 0.4rem;
}

.institution_r {
    float: left;
    width: calc(100% - 1.5rem);
}

.institution_r_l {
    padding: 0 0.3rem;
    width: calc(50% - 0.2rem);
    position: relative;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.institution_t_l:before {
    width: 0.05rem;
    height: 100%;
    content: '';
    display: block;
    background: linear-gradient(180deg, #1d4994 0%, #2db9ec 100%);
    position: absolute;
    left: 0;
    top: 0rem;
    z-index: 1;
}

.administrative {
    font-size: 0.24rem;
    color: #333;
    padding: 0.3rem 0 0.1rem;
    font-size: 0.16rem;
    color: #333;
}

.administrative_t {
    padding: 0.2rem 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #eee;
}

.administrative_t_l {
    width: 0.9rem;
    font-size: 0.14rem;
    text-align: right;
    padding-right: 0.15rem;
    position: relative;
    margin-top: 0.02rem;
}

.administrative_t_l:before {
    content: '';
    position: absolute;
    top: 0rem;
    right: 0;
    width: 0.01rem;
    height: 0.2rem;
    background: #eee;
}

.administrative_t_r>span {
    overflow: hidden;
    padding: 0 0.1rem;
    font-size: 0.14rem;
}

.zjmode1 {
    padding: 0.7rem 0;
}
.institution_t {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.institution_t_l {
    width: calc(50% - 0.2rem);
    margin-bottom: 0.4rem;
    float: none;
    position: relative;
    padding: 0 0.4rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.institution_t .clear {
    display: none;
}
.institution_t_l:after {
    width: 2rem;
    height: 1.4rem;
    content: '';
    display: block;
    background: url(../images/icon28.png);
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0rem;
    z-index: 1;
}

.administrative_t>span {
    padding: 0 0.2rem;
    margin-top: 0.2rem;
    font-size: 0.14rem;
    display: inline-block;
    border-right: 1px solid #eee;
}

.administrative_t>span:last-child {
    border-right: 0;
}

.administrative_t1 {
    padding-top: 0.1rem;
}

.institution_t_l:nth-child(2n) {
    float: right;
}

.administrative_t_r {
    width: calc(100% - 0.9rem);
    padding-left: 0.2rem;
}

.wrap-mode4 .title1 {
    display: none;
}

.wrap-mode2 .title1 {
    display: none;
}

.wrap-mode3 .title1 {
    display: none;
}

.academic_mode .title1 {
    display: none;
}

.wrap-mode5 .mode5>.title1 {
    display: none;
}

@media screen and (max-width:996px) {
    .carousel .swiper {
        height: 50vh;
    }

    .title1_r {
        font-size: 16px;
    }

    .title1_c {
        font-size: 14px;
    }

    .new_r {
        width: 100%;
        float: none;
    }

    .new_l {
        width: 100%;
        float: none;
    }

    .tex-banner1 {
        font-size: 16px;
    }

    .new_list_p {
        font-size: 16px;
        line-height: normal;
        height: auto !important;
        padding-bottom: 0;
    }

    .inform_list>li a {
        display: flex;
        align-items: center;
    }

    .inform_p {
        font-size: 16px;
        width: auto;
        height: auto;
        float: none;
    }

    .date {
        width: auto;
        height: auto;
        padding: 5px;
        margin-right: 10px;
    }

    .date_t {
        font-size: 20px;
    }

    .date_b {
        font-size: 10px;
    }

    .wrap-mode4 .listTitle2 {
        display: none;
    }

    .wrap-mode4 .listTitle1 {
        display: none;
    }

    .wrap-mode4 .title1 {
        display: block;
        margin-top: 1.1rem;
    }

    .wrap-mode2 .listTitle1 {
        display: none;
    }

    .wrap-mode2 .title1 {
        display: block;
        padding-top: .5rem;
    }

    .wrap-mode3 .listTitle2 {
        display: none;
    }

    .wrap-mode3 .title1 {
        display: block;
        margin-bottom: .5rem;
    }

    .wrap-mode5 .mode5>.title1 {
        display: block;
        margin-bottom: .5rem;
    }

    .wrap-mode5 .talents_r .title1 {
        display: none;
    }

    .wrap-mode5 .talents_r .more_r {
        display: none;
    }

    .science {
        margin-right: 0rem;
        padding-top: 0 !important;
    }

    .academic {
        margin-left: 0rem;
    }

    .academic_title {
        font-size: 20px;
    }

    .academic_degree {
        font-size: 16px;
        width: auto;
        height: auto;
        padding: 5px;
        line-height: normal;
    }

    .academic_list {
        padding: 0.8rem 0.2rem;
    }

    .academic_name {
        font-size: 16px;
    }

    .academic_p {
        font-size: 14px;
    }

    .academic_p>span {
        width: auto;
    }

    .wrap-mode5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .academic_mode .title1 {
        display: block;
        margin-top: 1.1rem;
    }

    .academic_mode .listTitle1 {
        display: none;
    }

    .mode5 {
        padding-top: 1.1rem !important;
    }

    .talents_r,
    .talents_p {
        margin-top: 0;
    }

    .talents {
        display: flex;
        flex-direction: column;
    }

    .talents_l {
        width: 100%;
    }

    .talents_r {
        width: 100%;
    }

    .academic_box {
        margin-left: 0 !important;
        padding-top: .5rem !important;
    }

    .teacher {
        margin-left: 0;
    }

    .teacher_main {
        margin: 0 auto;
        float: none;
    }

    .ernav_list>li>a {
        font-size: 14px;
    }

    .titleEr {
        float: none;
        width: auto;
    }

    .undergraduate {
        float: none;
        width: 100%;
    }

    .titleEr div {
        padding-bottom: 0rem;
        writing-mode: lr;
        writing-mode: lr;
        padding-left: 0.1rem;
        font-size: 16px;
        font-family: "Microsoft YaHei";
    }

    .titleEr>a {
        align-items: center;
        margin-bottom: 20px;
    }

    .titleEr p {
        padding-top: 0.05rem;
        writing-mode: lr;
        writing-mode: lr;
        font-size: 14px;
        margin-left: 10px;
    }

    .undergraduate_t {
        float: none;
        width: 100%;
        height: 4.7rem;
    }

    .undergraduate_b {
        float: none;
        width: 100%;
    }

    .undergraduate_b>li {
        padding-left: 0;
    }

    .hen1,
    .hen {
        display: none;
    }

    .undergraduate_title {
        font-size: 16px;
    }

    .graduate_is .undergraduate_p {
        font-size: 14px;
        /* 显示一行 */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .moreEr>a {
        font-size: 14px;
    }

    .research1 {
        display: flex;
        flex-direction: column;
    }

    .research1 .undergraduate {
        order: 2;
        display: flex;
        flex-direction: column;
    }

    .research1 .titleEr {
        border-right: 0;
        margin-bottom: 20px;
        border-left: 0.02rem solid #1d4994;
    }

    .research1 .titleEr a {
        float: none;
        margin-bottom: 0;
    }

    .undergraduate_t1 {
        float: none;
        width: 100%;
        height: 4.7rem;
    }

    .undergraduate_b1 {
        float: none;
        width: 100%;
        order: 2;
    }

    .undergraduate_b1 .moreEr a {
        float: right !important;
    }

    .wrap-simode2::before {
        display: none;
    }

    .competition {
        width: 100%;
    }

    .competition_img {
        width: 100%;
        float: none;
    }

    .competition_con {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .academic_name1 {
        font-size: 16px;
        color: #333;
        font-weight: normal;
    }

    .mathematics_p1 {
        font-size: 14px;
        height: auto;
        color: #999;
    }

    .morepost {
        position: static;
        width: 100%;
    }

    .titlef {
        border-left: 0.02rem solid #1d4994;
    }

    .titlef>a {
        color: #333 !important;
    }

    .mathematics_date1 {
        color: #333;
    }

    .leaders_name_list>li {
        font-size: 12px;
    }

    .informlist>li>a {
        display: flex;
        align-items: center;
        font-size: 16px;
    }

    .informlist>li>a>div {
        width: max-content;
    }

    .journalism_h4 {
        font-size: 16px;
    }

    .journalism_p {
        font-size: 14px;
    }

    .journalismp {
        float: none;
        width: auto;
        font-size: 14px;
        height: auto;
    }

    .install_h41,
    .install_h42 {
        font-size: 16px;
    }

    .install_p>p {
        font-size: 14px;
        max-height: none;
    }

    .direction {
        width: 100%;
        float: none;
    }

    .direction_title>a {
        font-size: 16px;
    }

    .direction_list>li>a {
        font-size: 12px;
    }

    .wrap-sanmode2 .titlef>a {
        color: #fff !important;
    }

    .wrap-sanmode2 .titlef {
        border-left: 0.02rem solid #fff;
    }

    .confucian {
        width: calc(100% - 0rem);
    }

    .confucian_c {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .confucianSwiper {
        margin-left: 0;
    }

    .confucian_main_l {
        border: 1px solid #fff;
        width: 100%;
        float: none;
        display: block;
        height: 50vh;
        overflow: hidden;
    }

    .confucian_main_r {
        width: 100%;
        margin-left: 0px;
        padding: 5px;
    }

    .confucianSwiper .swiper-button-next {
        right: 1rem;
        top: auto;
        left: auto;
        bottom: 0.3rem;
    }

    .confucian_main_r .academic_name {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .confucianSwiper .swiper-button-prev {
        left: auto;
        top: auto;
        right: 2rem;
        bottom: 0.3rem;
    }

    .confucian_more_l>li {
        width: 100%;
        padding-right: 10px;
    }

    .confucian_more_l>li .moreCenter {
        text-align: right;
    }

    .mathematics1 {
        float: none;
        width: 100%;
    }

    .mathematics_name {
        font-size: 16px;
    }

    .mathematics_p12 {
        font-size: 14px;
        height: auto;
    }

    .institution_r {
        float: none;
        width: 100%;
    }

    .institution_t_l {
        width: 100%;
    }

    .informlist>li>p {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .circle {
        border: none;
    }

    .teacher_main {
        width: 7.9rem;
        height: 7.9rem;
    }

    .mySwiper3 {
        display: none;
    }

    .line1,
    .line2 {
        display: none;
    }

    .teacher_img {
        width: 6.44rem;
        height: 6.44rem;
    }

    .teacher_main::before {
        display: none;
    }

    .mooc {
        float: none;
        width: 100%;
    }

    .mooc>li:nth-child(2) {
        margin-right: 0;
    }

    .mooc>li {
        width: calc(50% - 0.27rem);
        margin-bottom: 20px;
    }

    .direction>div {
        width: 50%;
    }

    .make_speech_l {
        width: 4.5rem;
        float: none;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    .make_speech_r {
        width: calc(100% - 0rem);
    }
}



@media screen and (max-width:680px) {
    .new_list {
        width: calc(50% - 0.1rem) !important;
        margin-bottom: 10px;
    }

    .new_list_img {
        margin-top: 0;
    }

    .new_list_img {
        height: 1.5rem !important;
    }

    .inform_list2>li {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }

    .academic_list {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .science_list_b {
        flex-direction: column;
    }

    .science_detail2 {
        margin: 0;
    }

    .mode3 {
        height: 12rem;
    }

    .ermode1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .bannernav_name {
        width: auto;
        height: auto;
        padding: 10px;
        float: none;
    }

    .ernav {
        width: 100%;
    }

    .bannerej_bg>img {
        height: 5rem;
    }

    .leaders_title {
        font-size: 14px;
    }

    .leaders {
        float: none;
        width: 100%;
        flex-direction: column;
    }

    .leaders_l {
        width: 100%;
        float: none;
        display: block;
    }

    .leaders_name_list>li>span {
        width: max-content;
        margin-right: 10px;
        display: inline-block;
    }

    .journalism_list>li {
        width: 100%;
        margin-right: 0;
    }

    .journalism_l {
        width: 100%;

    }

    .mathematics_l {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:580px) {
    .teacher_main {
        width: 5.9rem;
        height: 5.9rem;
    }

    .teacher_img {
        width: 4.44rem;
        height: 4.44rem;
    }
}

@media screen and (max-width:480px) {
    .carousel .swiper {
        height: 30vh;
    }

    .new_list {
        width: 100% !important;
    }

    .new_list_img {
        height: 2rem !important;
    }

    .mode3 {
        height: 12.5rem;
    }

    .mooc>li {
        width: 100%;
        margin-right: 0;
        margin-bottom: .5rem;
    }
}

@media screen and (max-width:380px) {
    .mode3 {
        height: 14rem;
    }
}

@media screen and (max-width:320px) {
    .mode3 {
        height: 15rem;
    }
}

/* IE11 兼容修复 - 手动定义 CSS 变量 */
.swiper-pagination-bullet {
    background: #000;
    /* 默认未激活的分页器颜色 */
    opacity: 0.2;
}

.swiper-pagination-bullet-active {
    background: #007aff;
    /* 激活状态的分页器颜色，与 :root {--swiper-theme-color:#007aff} 一致 */
    opacity: 1;
}

/* 确保 Flexbox 在 IE11 中正常工作 */
.swiper-wrapper {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* 仅在 IE11 下应用的 Swiper 导航按钮样式 - 线条版 */
.ie11 .teacher_swiper .swiper-button-next,
.ie11 .teacher_swiper .swiper-button-prev {
    /* 隐藏默认的字体图标 */
    font-size: 0 !important;
    background-image: none !important;
    /* 移除背景色和边框 */
    background-color: transparent !important;
    border: none !important;
    /* 调整大小以适应线条 */
    width: 30px !important;
    height: 30px !important;
}

/* 定义通用样式 */
.ie11 .teacher_swiper .swiper-button-next,
.ie11 .teacher_swiper .swiper-button-prev {
    /* 移除默认的 flex 布局 */
    display: block !important;
    margin-top: -15px !important;
    /* 手动居中，高度的一半 */
}

/* “下一个” 按钮 - 向右的线框三角形 */
.ie11 .teacher_swiper .swiper-button-next:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    /* 创建向右的线框三角形 */
    width: 80%;
    height: 80%;
    border-right: 2px solid #007aff;
    border-bottom: 2px solid #007aff;
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* “上一个” 按钮 - 向左的线框三角形 */
.ie11 .teacher_swiper .swiper-button-prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    border-left: 2px solid #007aff;
    border-top: 2px solid #007aff;
    transform: translate(-50%, -50%) rotate(-45deg);
}
