.banner .swiper-pagination-box {
    position: absolute;
    z-index: 10;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 32px;
    text-align: center;
}

.banner .swiper-pagination-box .swiper-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    text-align: left;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, .5);
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #3d88ed;
}

.banner .bannerText {
    width: 680px;
    height: 330px;
    background: url(../images/lit-banner-bg.png);
    background-size: 100% 100%;
}

.banner .bannerText .swiper-slide {
    font-size: 27px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    padding: 45px;
    color: #fff;
}

.banner .bannerText a {
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    z-index: 8;
    bottom: 20px;
    left: 40px;
    display: block;
    width: 122px;
    height: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: center;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 4px;
}

.banner .bannerText a:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
    color: #19469d;
    background: #fff;
}

.banner .bannerText .swiper-button-next,
.banner .bannerText .swiper-button-prev {
    width: 30px;
}

.banner .bannerText .swiper-button-next:after,
.banner .bannerText .swiper-button-prev:after {
    display: none;
}

.banner .bannerText .swiper-button-next {
    position: absolute;
    top: auto;
    right: 60px;
    bottom: 20px;
    left: auto;
}

.banner .bannerText .swiper-button-prev {
    position: absolute;
    top: auto;
    right: 100px;
    bottom: 20px;
    left: auto;
}

.banner {
    position: relative;
}

.banner .bannerTextBox {
    position: absolute;
    top: 0;
    right: 18.75%;
    width: 62.5%;
    height: 100%;
}

.banner .bannerTextBox .bannerText {
    position: absolute;
    right: 0;
    bottom: -50px;
}

.program {
    margin-bottom: 80px;
    padding-top: 50px;
    border-bottom: 1px solid #dedede;
}

.program .title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    width: 80%;
    max-width: 1220px;
    margin: 0 auto;
    color: #ddd;
}

.program .box {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 80%;
    max-width: 1263px;
    height: 80px;
    margin: 0 auto;
    padding: 0 46px 0 15px;
    background: url(../images/program-bg.png);
    background-size: 100% 100%;
    flex-wrap: wrap;
}

.program .box a {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 0 20px;
    color: #fff;
}

.program .box a span {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    transition: all .5s;
    opacity: 0;
    background: #fff;
}

.program .box a:hover {
    text-decoration: none;
}

.program .box a:hover span {
    bottom: 0;
    transition: all .5s;
    opacity: 1;
}

.title-wrap {
    font-size: 50px;
    font-weight: bold;
    line-height: 150px;
    color: #19469d;
}

.title-wrap .more {
    font-size: 16px;
}

.title-wrap .more img {
    position: relative;
    top: -3px;
    margin-left: 7px;
}

.title-wrap .more:hover {
    color: #19469d;
}

.news .title-wrap {
    line-height: initial;
    box-sizing: border-box;
    width: 50%;
    height: 100px;
    padding-left: 16.75%;
    background: #fff;
}

.news .title-wrap .more {
    margin: 10px 40px 0 0;
}

.news .col-lg-6 {
    padding: 0;
}


/* news */

.news {
    margin-bottom: 80px;
}

.news .img {
    padding: 0;
}

.news .img img {
    width: 100%;
}

.news .calendar {
    margin-bottom: 20px;
}

.news {
    background-color: #eee;
}

.news .text {
    font-size: 22px;
    line-height: 1.5;
    text-align: justify;
}

.news .text1 {
    box-sizing: border-box;
    width: 100%;
    max-width: 650px;
    padding-left: 8%;
}

.news .text2 {
    float: right;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    margin-top: 5%;
    padding-right: 8%;
}

.news .detail-btn {
    font-size: 16px;
    line-height: 40px;
    display: block;
    width: 124px;
    height: 42px;
    margin-top: 15px;
    text-align: center;
    color: #19469d;
    border: solid 1px #19469d;
}

.news .detail-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #19469d;
}


/* notice */

.notice {
    font-size: 20px;
    background: url(../images/notice-bg.png) no-repeat center bottom;
    background-size: 100% 86%;
}

.notice .lists-1 {
    margin-bottom: .8rem;
    padding: 0 40px 50px 40px;
    background-color: #fff;
    box-shadow: 3px 5px 30px 0 rgba(25, 70, 157, .3);
}

.notice .lists-1 ul {
    border-top: 1px solid #dedede;
}

.notice .lists-1 li {
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
}

.notice .lists-1 li .text {
    margin-left: 10px;
    color: #333;
}

.notice .lists-1 li .text:hover {
    color: #19469d;
}

.notice .lists-2 .text a {
    color: #fff;
}

.notice .lists-2 {
    margin-top: 70px;
    padding-right: 0;
    padding-bottom: 80px;
    padding-left: 0;
}

.notice .lists-2 .more {
    font-size: 16px;
    line-height: 16px;
    line-height: 50px;
    text-align: right;
    color: #fff;
}

.notice .lists-2 .more img {
    margin: 0 5px;
}

.notice .lists-2 .container {
    padding: 0;
}

.notice .lists-2 .swiper-slide {
    line-height: 1.5;
    padding-bottom: 15px;
    cursor: pointer;
    color: #fff;
}

.notice .lists-2 .swiper-pagination {
    font-size: 0;
    bottom: 17px;
}

.lists-2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid #fff;
    background: none;
}

.lists-2 .swiper-pagination-bullet-active {
    background-color: #fff;
}

.notice .lists-2 .text {
    padding-left: 25px;
}

.notice .lists-2 .time {
    margin-bottom: 20px;
    color: #19469d;
    border: 1px solid #19469d;
    background-color: #fff;
}

.notice .lists-2 .t {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
}

.lists-2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid #fff;
    background: none;
}

.lists-2 .swiper-pagination-bullet-active {
    background-color: #fff;
}

.lists-2 .more {
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    color: #fff;
}


/*  */

.studentlife .swiper-container {
    width: 100%;
    height: 100%;
}

.studentlife .swiper-slide {
    /* text-shadow: 2px 2px 5px #000; */
    font-size: 20px;
    line-height: 33px;
    position: relative;
    text-align: center;
    color: #fff;
}

.studentlife .swiper-slide img {
    width: 100%;
}

.studentlife .swiper-slide .text {
    position: absolute;
    bottom: 0;
    height: 120px;
    padding: 20px 40px;
    background-image: url(../images/stu-text-bg.png);
}

.studentlife .swiper-slide .mark {
    position: absolute;
    z-index: 999;
    top: 0;
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    background-color: rgba(25, 70, 157, .9);
}

.studentlife .swiper-slide .mark .line {
    width: 78px;
    height: 3px;
    margin: 30px auto;
    background-color: #fff;
}

.studentlife .swiper-slide:hover .text {
    display: none;
}

.studentlife .swiper-slide:hover .mark {
    display: flex;
}

.studentlife .swiper-slide .mark .read-more {
    font-size: 16px;
    line-height: 40px;
    display: block;
    width: 124px;
    height: 42px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: solid 1px #fff;
}


/*  */

.video-wrap {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 80px;
    margin-bottom: -80px;
    color: #333;
}

.video-wrap .col-md-6 {
    padding: 0;
}

.video-wrap .img .start-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 104px;
    margin: auto;
}

.video-wrap .right {
    padding-left: 60px;
    background: url(../images/video-2.png) no-repeat;
    background-size: cover;
}

.video-wrap .right .text {
    max-width: 600px;
}

.video-wrap .right img {
    max-width: 100%;
    margin-bottom: 40px;
}

.video-wrap .right .line {
    width: 117px;
    height: 4px;
    margin: 40px 0;
    background-color: #19469d;
}

#videoAlert {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

#videoAlert .cont {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

#videoAlert .close {
    position: absolute;
    top: 9%;
    right: 10%;
    max-width: 150px;
    margin-top: 6%;
    cursor: pointer;
}

#videoAlert video {
    width: 70%;
    height: auto;
    margin-top: 15%;
    margin-left: 15%;
}

#videoAlert .close img {
    width: 20px;
}

@media (max-width: 1400px) {
    /*.program .box {*/
    /*    overflow-x: scroll;*/
    /*}*/
    .news .title-wrap {
        padding-left: 9.75%;
    }
}
.pc-hide1 {
    display: none;
}

.pc-show1 {
    display: block;}

@media (max-width: 962px){
    .news .text {
        padding: 15px;
    }

        .pc-show1 {
            display: none;
        }
        .pc-hide1 {
            display: block;
        }

}


@media (max-width: 1200px) {
    .banner .swiper-slide p.text {
        line-height: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 54px;
        margin-bottom: 0;
        padding: 8px 5px;
        color: #fff;
        background: rgba(0, 0, 0, .5);
    }
    /* news */
    .news .text {
        padding: 15px;
    }
    .news .row {
        display: block;
    }
    /* news */
    .banner .swiper-pagination-box .swiper-pagination {
        text-align: center;
    }
    .program .title,
    .program .box {
        width: 90%;
    }
    .news .title-wrap {
        line-height: 100px;
        width: 100%;
        padding-left: 15px;
        background: none;
    }
}

@media (max-width: 768px) {
    .banner {
        height: auto;
    }
    .notice .lists-2 .t {
        font-size: 22px;
        margin-top: 20px;
    }
    .notice .lists-2 .swiper-pagination {
        bottom: 0;
    }
    .notice .lists-2 {
        margin-top: 35px;
        padding-bottom: 40px;
    }
    .banner .swiper-slide {
        position: relative;
    }
    .banner .swiper-slide p.text {
        line-height: 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        height: 54px;
        margin-bottom: 0;
        padding: 8px 5px;
        color: #fff;
        background: rgba(0, 0, 0, .5);
    }
    .title-wrap {
        font-size: 25px;
        line-height: 75px;
    }
    .news {
        margin-bottom: 35px;
    }
    /* news */
    .news .text {
        /* padding: 95px 15px 15px 15px; */
        font-size: 16px;
        /* padding: 15px; */
        /* margin-top: -80px; */
    }
    .news .img {
        padding: 20px 15px 0 15px;
    }
    /*  */
    .notice {
        font-size: 16px;
        padding-right: 12px;
        padding-left: 15px;
    }
    .notice .lists-1 {
        width: auto;
        padding-right: 15px;
        padding-bottom: 30px;
        padding-left: 15px;
    }
    .notice .lists-1 li {
        padding: 15px 0;
    }
    .notice .lists-2 .text {
        padding-left: 15px;
    }
    .notice .lists-2 .time {
        margin-top: 15px;
    }
    /*  */
    .studentlife .swiper-slide .mark {
        padding: 0 15px;
    }
    .studentlife .swiper-slide .text {
        padding: 15px;
    }
    .studentlife .swiper-wrapper {
        padding-bottom: 40px;
    }
    .studentlife .swiper-pagination-bullet {
        width: 20px;
        height: 4px;
        opacity: 1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #dcdcdc;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .studentlife .swiper-pagination-bullet-active {
        background-color: #2c8dcf;
    }
    /*  */
    .video-wrap {
        font-size: 16px;
        margin-top: 20px;
    }
    .video-wrap .right {
        padding: 0 15px;
    }
    .video-wrap .img .start-icon {
        width: 52px;
    }
}

@media (max-width: 760px) {
    .banner .swiper-pagination-box .swiper-pagination {
        text-align: right;
    }
    .banner .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin-right: 6px;
    }
    .program {
        margin-bottom: 40px;
        padding-top: 25px;
    }
    .program .title {
        font-size: 30px;
    }
    .program .box {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 10px;
        background: url(../images/program-bg.png);
        background-position: center;
        background-size: 100% 100%;
    }
    .program .box a {
        font-size: 14px;
        margin-right: 10px;
        /* font-weight: lighter; */
        padding: 0;
    }
    .banner .swiper-pagination-box {
        bottom: 0;
    }
}