/* 轮播图 */
.swiper-container{
    width: 100%;
}
.swiper-wrapper{
    width: 100%;
}
.swiper-slide img{
    width: 100%;
}
.swiper-pagination-bullet{
    width: 16px!important;
    height: 16px!important;
    border-radius: 50%!important;
}
.swiper-pagination-bullet-active {
    background: #C78A04 !important;
}
.swiper-card {
    display: flex;
    top: -50px;
    z-index: 10000;
    position: relative;
    background-image: url(../images/cude.png);
    right: 0;
    background-size: 100% 100%;
    color: black;
    width: 100%;
    max-width: 500px;
    float:right;
}
.card-title{
    border-right: 1px solid #33333336;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}
.card-title p{
    text-align: left;
    /*margin: 10px;*/
    padding: 5px 10px;
    font-size: 20px;
}
.card-title p:last-child{
    text-align: right;
    font-size: 12px;
    color: #666666;
    /*margin-top: 15px;*/
}
.card-message{
    width: calc(100% - 65px);
}
.card-message p{
    display: block;
    font-size: 16px;
    padding: 18px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 20px);
}
.more{width: 206px; height:60px;line-height:60px; text-align:center; border: 1px solid #999999;color: #666666;margin-bottom: 60px;}
.more:hover{background: #265D50;color: #ffffff;}
/* 学院新闻 */
.news-box{
    width: 100%;
    background: #ffffff;
}
.news-box .news{
    margin: 0 auto;
    width: 100%;
    height:auto;
    max-width: 1200px;
    overflow: hidden;
}
.news-box .news .news-header{width: 100%;height: 130px;line-height: 130px;font-size: 40px;}
.news-box .news .list-box{width: calc(100% + 36px);}
.news-box .news .list-box .list{}
.news-box .news .list-box .list .item{
    width:calc((100% - 108px) / 3);float:left;
    margin-right: 36px;border-bottom: 4px solid #237730;
    margin-bottom: 65px;height: 150px;}
.news-box .news .list-box .list .item .title{
    font-weight: bold;
    font-size: 18px;color: #333333;
    /*三行自动加省略号*/text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp:3/*行数*/;
    -webkit-box-orient: vertical;overflow: hidden;
}
.news-box .news .list-box .list .item .time{
    background: url("../images/news-time.png") left no-repeat;text-indent: 35px;margin-top: 30px;color: #666666;}

.news-box .news .list-box .list .item:hover{border-bottom: 4px solid #C78A04;/*color:#C78A04;*/}
.news-box .news .list-box .list .item:hover .title{/*color:#C78A04;*/text-decoration: underline #C78A04;}
.news-box .no-events .list-box .list a:first-child .item{width: calc(((100% - 108px) / 3) * 2 + 36px);}
.news-box .no-events .list-box .list a:first-child .item img{width: 100%;}
.news-box .no-events .list-box .list a:first-child .item .title{
    font-weight: bold;
    background: url("../images/img-new-title.png");background-size:100%;
    padding:10px 20px;width: calc(100% - 40px);height:50px;line-height:30px;color: #ffffff;
    margin-top: -75px;position: relative;z-index: 100;
    /*两行自动加省略号*/text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp:2/*行数*/;
    -webkit-box-orient: vertical;overflow: hidden;
}
.news-box .no-events .list-box .list a:first-child .item .time{display: none;}
.news-box .no-events .list-box .list a:nth-child(2) .item img{width: 100%;margin-bottom: 30px;}
.news-box .no-events .list-box .list a:nth-child(2) .item{height: 524px;
    /*三行自动加省略号*/text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp:5/*行数*/;
    -webkit-box-orient: vertical;overflow: hidden;}


@media only screen and (max-width: 1200px) {
    .news-box .news{
        width: calc(100% - 20px);
    }
    .news-box .no-events .list-box .list a:first-child .item{width: calc(100% - 36px);height:auto;}
    .news-box .no-events .list-box .list a:nth-child(2) .item{width: calc(100% - 36px);height:auto;padding-bottom: 30px;}
}
@media only screen and (max-width: 768px) {
    .news-box .news .list-box .list .item{width:calc(100% - 36px);}
}

.event-box{background: #F5F5F5;}

/* degree */
.degree-box{
    width: 100%;
    background-image: url("../images/degree-bg.png");
    background-size: cover;
    padding-bottom: 80px;
}
.degree-box .degree{
    margin: 0 auto;
    width: 100%;
    height:auto;
    max-width: 1506px;
    overflow: hidden;
}
.degree-box .degree .degree-header{width: 100%;height: 130px;line-height: 130px;font-size: 40px;color: #ffffff;}
.degree-box .degree .list-box{width: calc(100% + 24px);}
.degree-box .degree .list-box .list{}
.degree-box .degree .list-box .list .item{
    width:calc((100% - 120px) / 5);float:left;
    margin-right: 24px;
    border-bottom: 4px solid #C78A04;
    background: #ffffff;
    text-align: center;
    padding: 30px 0px;
    margin-bottom: 10px;
}
.degree-box .degree .list-box .list .item img{margin:0 auto;}
.degree-box .degree .list-box .list .item .title{font-size: 20px;margin-top: 30px;color: #333333;}
@media only screen and (max-width: 1500px) {
    .degree-box .degree{
        width: calc(100% - 44px);
    }
}
@media only screen and (max-width: 768px) {
    .degree-box .degree{
        width: calc(100% - 20px);
    }
}
@media only screen and (max-width: 768px) {
    .degree-box .degree .list-box .list .item{width:calc(100% - 24px);}
}

/*视频*/
.video-box{
    width: 100%;
    background-size: cover !important;
    height:830px;
}
.video-box .video-header{
    width: 100%;
    height: 10px;
    background: url("../images/video-bg2.png") left no-repeat;
    background-size: 80%;
}
.video-box .video{
    text-align: center;
}
.video-box .video .title{
    font-size: 36px;
    color: #ffffff;
    margin-top: 120px;
    margin-bottom: 120px;
}
.video-box .video .play{
    margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
    .video-box{
        height:600px;
    }
    .video-box .video .title{
        margin-top: 100px;
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 768px) {
    .video-box{
        height:300px;
    }
    .video-box .video img{
        width: 70px;
    }
    .video-box .video .title{
        font-size: 26px;
        margin-top: 50px;
        margin-bottom: 40px;
    }
}