/* .header {
    position: fixed;
    top: 0;
    left: 0;
} */


.container {
    position: relative;
    z-index: 3;
}

.container2 {
    position: relative;
    background: url("../images/container_bg.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.Banner {
    overflow: hidden;
    transition: height .7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 1;
    position: relative;
}

.Banner {
    position: relative;
}

.Banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 100%);
}

/* .slick-slider.slick-slide.slick-current.slick-active{position: relative;z-index: 0!important;} */
/* .slick-slider.slick-slide{position: relative;z-index: 0!important;} */
.slick-images .slick-slider {}

.slick-images .slick-slider a {
    display: block;
    position: relative;
}

.slick-images .slick-slider a span {
    padding-bottom: 48.45%;
}

.slick-images .slick-slider a span img {}

.slick-images .slick-arrow {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border: none;
    top: 50%;
    margin-top: -25px;
    z-index: 88;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    border-radius: 50%;
}

.slick-images .slick-arrow:before {
    position: relative;
    z-index: 10;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    left: 0px;
    top: -5px;
    font-size: 24px;
    color: #c0c1c6;
}

.slick-images .slick-arrow:hover {
    background-color: #94070a;
    color: transparent;
}

.slick-images .slick-prev {
    left: 50%;
    margin-left: -700px;
}

.slick-images .slick-next {
    right: 50%;
    margin-right: -700px;
}

.slick-images .slick-next:after {
    left: -50px;
}

.Banner .slick_menu,
.mode-subject .slick_menu {
    position: absolute;
    bottom: 5%;
    width: 100%;
}

.mode-subject .slick_menu {
    bottom: 20%;
}

.Banner .slick-dots {
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block !important;
}

.mode-subject .slick-dots {
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block !important;
}

.Banner .slick-dots li,
.mode-subject .slick-dots li {
    width: 25px;
    height: 22px;
    position: relative;
    margin: 0 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    cursor: pointer;
    background: url('../images/banner_dot.png') no-repeat center;
}

.Banner .slick-dots li:first-child,
.mode-subject .slick-dots li:first-child {
    margin-left: 0;
}

.Banner .slick-dots li:last-child,
.mode-subject .slick-dots li:last-child {
    margin-right: 0;
}

.Banner .slick-dots li button,
.mode-subject .slick-dots li button {
    display: none;
}

.Banner .slick-dots li.slick-active, .slick-dots li:hover,
.mode-subject .slick-dots li.slick-active, .slick-dots li:hover {
    background: url('../images/banner_dot2.png') no-repeat center;
}

/* 标题公共样式 */
.mode-title {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 40px;
    height: 110px;
    color: #888;
    background: url('../images/mode_title_bg.png') no-repeat center;
}

.mode-title .text {
    flex: 1;
    text-align: center;
}

.mode-title .text span {
    display: inline-block;
    cursor: pointer;
}
.mode-title .text span a {
    color: #888;
}
.mode-title .text span:nth-child(2) a::before {
    content: "·";
    margin-right: 9px;
    color: #3a4c9b;
}
.mode-title .text .on {
    color: #3a4c9b;
}
.mode-title .text .en-text {
    display: block;
    font-style: normal;
}

.mode-title .text .til_tab:nth-child(1).on::after {
    content: "·";
    margin-left: 9px;
}

.mode-title .text .til_tab:nth-child(2).on::before {
    content: "·";
    margin-right: 9px;
}

.mode-title .more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: url('../images/mode_title_more.png') no-repeat center/100% 100%;
    transition: all .3s;
}

.mode-title .more:hover {
    transform: scale(1.1);
}

/* 新闻报道 */
.mode-news {
    padding-top: 40px;
}

.mode-news .left {
    display: block;
    width: 57%;
    margin-right: 30px;
}

.mode-news .left .img {
    width: 100%;
}

.mode-news .left .gp-img-responsive {
    padding-bottom: 56.25%;
    background-color: transparent;
}

.mode-news .left .text {
    display: flex;
    padding: 40px 30px;
    border: 1px solid #213170;
    border-radius: 0 0 10px 10px;
    background-color: #3a4c9b;
    border-top: none;
}

.mode-news .left .text .date {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    margin-right: 30px;
    width: 105px;
    height: 105px;
    color: #fff;
    background: url("../images/news_date_bg.png") no-repeat center/100% 100%;
}

.mode-news .left .text .info p {
    font-weight: 500;
    color: #fff;
}

.mode-news .left .text .info-text {
    color: #999;
    line-height: 1.3;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mode-news .mode-news-list {
    display: flex;
}

.mode-news .right {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 1px solid #606c99;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(to bottom right, #3a4c9b 0%,
            #3a4c9b 40%,
            #4c478f 100%);
}

.mode-news .right .til_tab_box {
    display: flex;
}

.mode-news .right .til_tab {
    display: inline-block;
    flex: 1;
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
    color: #3a4c9b;
    background-color: #f2f3f7;
}
.mode-news .right .til_tab .en-text {
    display: block;
    font-style: normal;
}
.mode-news .right .til_tab.on {
    position: relative;
    color: #fff;
    background-color: transparent;
}

.mode-news .right .til_tab:nth-child(1).on::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    height: 100%;
    width: 30px;
    transform: skew(12deg);
    background-color: #f2f3f7;
}

.mode-news .right .til_tab:nth-child(2).on::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 30px;
    transform: skew(-12deg);
    background-color: #f2f3f7;
}

.mode-news .right .tabList {
    color: #fff;
    padding: 30px 25px 45px 25px;
    flex: 1;
}

.mode-news .right .tabListBox {
    display: none;
    height: 100%;
}

.mode-news .right .tabListBox ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mode-news .right .tabListBox li a {
    display: flex;
    color: #fff;
    align-items: center;
}

.mode-news .right .tabListBox li a .date {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    padding-right: 10px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.mode-news .right .tabListBox li a>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease-in-out;
}

.mode-news .right .tabListBox li a:hover>p {
    transform: translate(15px, 0);
}

/* 学院通知 */
.mode-notice {
    padding-top: 40px;
}

.mode-notice ul {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mode-notice ul li {
    width: 24%;
    background: url('../images/notati_item_bg.png') no-repeat center/100% 100%;
}

.mode-notice ul li:hover {
    background: url('../images/notati_item_active_bg.png') no-repeat center/100% 100%;

}

.mode-notice .notice-item {
    display: block;
    width: 100%;
    padding: 25px 30px;
    box-sizing: border-box;
}

.mode-notice .notice-item .date {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.mode-notice .notice-item .title {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mode-notice .notice-item .date img {
    margin-right: 10px;
}

.mode-notice .notice-item .date .active-img {
    display: none;
}

.mode-notice li:hover .notice-item .title,
.mode-notice li:hover .notice-item .date {
    color: #fff;
}

.mode-notice li:hover .notice-item .date .img {
    display: none;
}

.mode-notice li:hover .notice-item .date .active-img {
    display: block;
}

/* 学术讲座 */
.mode-lecture {
    padding-top: 40px;
}

.mode-lecture .lecture-item {
    display: block;
    padding: 30px 75px 20px 75px;
    width: 100%;
    box-sizing: border-box;
}

.mode-lecture ul {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mode-lecture li {
    width: 24%;
    background: url('../images/notati_item_bg.png') no-repeat center/100% 100%;
}

.mode-lecture li:hover {
    background: url('../images/notati_item_active_bg.png') no-repeat center/100% 100%;
}
.mode-lecture .notice-item {
    display: block;
    width: 100%;
    padding: 25px 30px;
    box-sizing: border-box;
}
.mode-lecture .notice-item .date {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.mode-lecture .notice-item .title {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mode-lecture .notice-item .date img {
    margin-right: 10px;
}

.mode-lecture .notice-item .date .active-img {
    display: none;
}

.mode-lecture li:hover .notice-item .title,
.mode-lecture li:hover .notice-item .date {
    color: #fff;
}

.mode-lecture li:hover .notice-item .date .img {
    display: none;
}

.mode-lecture li:hover .notice-item .date .active-img {
    display: block;
}
.mode-lecture ul.xxjz li {
    width: 49%;
    background: url('../images/lecture_item_bg.png') no-repeat center/100% 100%;
}

.mode-lecture ul.xxjz li:hover {
    background: url('../images/lecture_item_active_bg.png') no-repeat center/100% 100%;
}
/* .mode-lecture .kyjz li:hover .kyjz-item .right .title {
    color: #fff;
}

.mode-lecture .kyjz li:hover .kyjz-item .right .info {
    color: #fff;
}

.mode-lecture .kyjz li:hover .kyjz-item .right .popen {
    color: #fff;
}

.mode-lecture .kyjz li:hover .kyjz-item .right .popen .active-img {
    display: block;
}

.mode-lecture .kyjz li:hover .kyjz-item .right .popen .def-img {
    display: none;
}

.mode-lecture .kyjz .kyjz-item {
    display: flex;
    align-items: center;
    padding: 35px 95px;
    box-sizing: border-box;
}

.mode-lecture .kyjz .kyjz-item .left {
    margin-right: 35px;
}

.mode-lecture .kyjz .kyjz-item .left .img {
    width: 400px;
}

.mode-lecture .kyjz .kyjz-item .left .img img {
    border-radius: 10px;
}

.mode-lecture .kyjz .kyjz-item .left .gp-img-responsive {
    padding-bottom: 56.25%;
    border-radius: 10px;
    background-color: transparent;
}

.mode-lecture .kyjz .kyjz-item .right .title {
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mode-lecture .kyjz .kyjz-item .right .info {
    margin-bottom: 35px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mode-lecture .kyjz .kyjz-item .right .popen {
    display: flex;
    align-items: center;
}

.mode-lecture .kyjz .kyjz-item .right .popen span {
    margin-left: 10px;
}

.mode-lecture .kyjz .kyjz-item .right .popen .active-img {
    display: none;
}

.mode-lecture ul li {
    width: 49%;
    background: url('../images/lecture_item_bg.png') no-repeat center/100% 100%;
}

.mode-lecture ul li:hover {
    background: url('../images/lecture_item_active_bg.png') no-repeat center/100% 100%;
} */

.mode-lecture li:hover .lecture-item .title,
.mode-lecture li:hover .lecture-item .popen {
    color: #fff;
}

.mode-lecture .lecture-item .title {
    margin-bottom: 60px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mode-lecture .lecture-item .popen {
    display: flex;
    align-items: center;
    color: #3a4c9b;
    margin: 10px 0;

}

.mode-lecture .lecture-item .popen img {
    margin-right: 12px;
}

.mode-lecture .lecture-item .popen .active-img {
    display: none;
}

.mode-lecture li:hover .lecture-item .popen .active-img {
    display: block;
}

.mode-lecture li:hover .lecture-item .popen .active-img {
    display: block;
}

.mode-lecture li:hover .lecture-item .popen .def-img {
    display: none;
}

.mode-lecture li:hover .lecture-item .popen .def-img {
    display: none;
}


/* 学院数据 */
.mode-data {
    padding-top: 40px;
}

.mode-data ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mode-data li {
    width: 32%;
    margin-bottom: 40px;
}

.mode-data .data-item {
    display: flex;
    align-items: center;
}

.mode-data .data-item .left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
    width: 195px;
    height: 180px;
    background: url('../images/data_item_bg.png') no-repeat center/100% 100%;
}

.mode-data .data-item .left .img {
    width: 64px;
    padding-left: 20px;
}

.mode-data .data-item .left .gp-img-responsive {
    padding-bottom: 123.5%;
    background-color: transparent;
    overflow: visible;
}

.mode-data li:hover .data-item .left .gp-img-responsive img {
    transform: scale(1.2);
    opacity: 0.85;
}

.mode-data li:hover .data-item .right h3 {
    transform: translate(20px, 0);
}

.mode-data .data-item .right h3 {
    font-size: 4.8rem;
    color: #3a4c9b;
    margin-bottom: 30px;
    font-family: 'Times New Roman';
    transition: all 0.5s ease-in-out;
}

.mode-data .data-item .right p {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    text-overflow: ellipsis;
}

.mode-data .badge .right h3 span {
    position: relative;
}

.mode-data .badge .right h3 .subscript {
    position: absolute;
    top: 5px;
    right: -10px;

}

/* .mode-data .badge .right h3::after {
    content: "+";
    position: absolute;
    top: -5%;
    left: 22%;
    font-weight: normal;
    font-size: 3.2rem;
} */

/* 专题专栏 */
.mode-subject {
    position: relative;
    padding-bottom: 100px;
}

.mode-subject .subject-item {
    display: block;
    width: 100%;
}

.mode-subject ul {
    display: flex;
    justify-content: space-between;
}

.mode-subject ul li {
    width: 19%;
    margin: 0 10px;
}

.mode-subject .subject-item p {
    margin-bottom: 17px;
    text-align: center;
}

.mode-subject .subject-item .gp-img-responsive {
    padding-bottom: 175.5%;
    overflow: visible;
    background-color: transparent;
}

@media screen and (max-width:1380px) {
    .mode-data .data-item .left {
        width: 160px;
        height: 145px;
    }

    .mode-data .data-item .left .img {
        width: 50px;
        padding-left: 10px;
    }

    .mode-data .data-item .right h3 {
        font-size: 3.8rem;
    }
}

@media screen and (max-width:1240px) {
    .mode-data .data-item .left {
        width: 140px;
        height: 125px;
    }

    .mode-data .data-item .left .img {
        width: 45px;
    }

    .mode-data .data-item .right h3 {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }

    .mode-lecture .lecture-item .title {
        margin-bottom: 40px;
    }

    .mode-news .right .tabListBox li a>p {
        font-size: 1.8rem;
    }

    .mode-data .badge .right h3 .subscript {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1080px) {
    .Banner .slick_menu {
        bottom: 10%;
    }

    .Banner .slick-dots li {
        width: 20px;
        height: 18px;
    }
}

@media screen and (max-width:996px) {

    .Banner .slick-dots {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        border-top: none;
        bottom: -8px;
    }

    .Banner .slick-dots li {
        margin: 0 6px;
    }

    .mode-subject .subject-item p {
        font-size: 1.8rem;
    }

    .mode-data li {
        width: 49%;
    }

    .mode-lecture ul {
        flex-direction: column;
    }

    .mode-lecture ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .mode-notice ul li {
        width: 49%;
        margin-bottom: 10px;
    }

    .mode-news .mode-news-list {
        flex-direction: column;
    }

    .mode-news .left {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .mode-news .right .tabListBox li a {
        margin-bottom: 35px;
    }

    .mode-notice .notice-item .title {
        -webkit-line-clamp: 2;
    }

    .mode-lecture .kyjz .kyjz-item .left .img {
        width: 250px;
    }

    .mode-lecture .kyjz .kyjz-item .right .info {
        margin-bottom: 15px;
    }

    .mode-lecture .kyjz .kyjz-item .right .title {
        margin-bottom: 10px;
    }

    .mode-lecture .kyjz .kyjz-item {
        padding: 30px 55px;
    }
     .mode-subject {
        position: relative;
        padding-bottom: 40px;
    }
}

@media screen and (max-width:768px) {
    .mode-title .more {
        width: 60px;
        height: 30px;
        line-height: 30px;
    }

    .mode-subject ul {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .mode-subject ul li {
        width: 32%;
        margin-bottom: 10px;
    }

    .mode-data li {
        width: 100%;
    }

    .mode-data .data-item .left {
        width: 95px;
        height: 85px;
    }

    .mode-data .data-item .left .img {
        width: 30px;
    }

    .mode-news .left .text .date {
        display: none;
    }

    .mode-lecture .lecture-item .title {
        margin-bottom: 20px;
    }

    .mode-lecture .kyjz .kyjz-item .left {
        display: none;
    }

    .mode-lecture .kyjz .kyjz-item .right .info {

        -webkit-line-clamp: 2;

    }

   

}

@media screen and (max-width:560px) {
    .mode-notice ul li {
        width: 100%;
    }

    .mode-notice .notice-item .date {
        margin-top: 15px;
    }

    .mode-lecture .kyjz .kyjz-item {
        padding: 20px 30px;
    }
}

@media screen and (max-width:480px) {
    .mode-title .text {
        font-size: 2.5rem;
    }

    .mode-title .more {
        width: 40px;
        height: 20px;
        line-height: 20px;
        font-size: 1.5rem;
    }

    .mode-subject ul li {
        width: 49%;
    }

    .mode-data .data-item .left {
        width: 55px;
        height: 50px;
    }

    .mode-data .data-item .left .img {
        width: 20px;
        padding-left: 5px;
    }

    .mode-lecture .lecture-item {
        padding: 20px 40px 20px 40px;
    }

    .mode-news .left .text {
        padding: 20px;
    }

    .mode-news .left .text .info-text {
        margin-top: 10px;
    }

    .mode-data .data-item .right h3 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .mode-data li {
        margin-bottom: 20px;
    }

    .Banner .slick-dots li, .mode-subject .slick-dots li {
        width: 15px;
        height: 17px;
    }
     .mode-subject {
        position: relative;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:400px) {}
