/* 轮播图 */
.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: #265D50!important;}
.swiper-card {
    display: flex;
    margin-top: -40px;
    z-index: 10000;
    position: absolute;
    background-image: url(../images/cude.jpg);
    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.jpg);
    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);
}
/* 学院新闻 */
.school-new{
    margin: 0 30px;}
.school-new h2{
    font-size: 30px;
    color: #265D50;
    margin: 50px 0 40px 0;}
.new-swiper{
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    justify-content: space-between;}
.swiper-two{
    width:580px;
    flex: 1;}
.new-list{
    flex:1;
    width: 50%;}
.list{
    margin-left: 40px;
    display: flex;
    margin-bottom: 28px;
    width: 90%;
    justify-content: space-between;}
.list-date{
    background-image: url(../images/dateone.jpg);
    background-size: 100%;
    text-align: center;
    width: 60px;
    font-family: MicrosoftYaHei;
    background-repeat: no-repeat;
    color: black;}
.list-day{
    font-size: 24px;
    padding: 0 16px;}
.list-month{
    font-size: 12px;}
.list-content p{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 13px;
    text-overflow: ellipsis;
    color: #333333;
    font-family: MicrosoftYaHei;}
.list-content p:last-child{
    font-size: 14px;
    margin-bottom: 0;
    color: #666666;}
.list-content{
    margin-left: 20px;
    width: 90%;}
.list:hover>.list-date{
    background-image:url(../images/datetwo.jpg);
    color: white;
    cursor: pointer;}
.list:hover>.list-content>p{
    color: #0F867F;
    cursor: pointer;}
.list-button{
    margin: 0 auto;
    background-image: url(../images/more.jpg);
    background-size: 100%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-top: 30px;}
.list-button button{
    color: white;
    display: block;
    margin: auto;
    background: #35AE97;
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;}
/* 通知公告 */
.announcement-report{
    background-image: url(../images/background.jpg);
    background-size: cover;}
.announcement-report-content{
    margin: 0 30px;
    display: flex;
    padding: 0 0 30px 0;}
.announcement-report-content h2{
    font-size: 30px;
    color: #265D50;
    padding: 50px 0 40px 0;}
.announcement{
    width: 70%;}
.announcement-list{
    padding: 20px 0;
    border-bottom: 1px dashed #0000002e;}
.announcement-list:first-child{
    border-top: 1px dashed #0000002e;}
.announcement-date{
    background-image: url(../images/datethree.jpg);
    background-size: 100%;
    text-align: center;
    margin-right: 20px;
    width: 64px;
    height: 60px;}
.announcement-date p{
    font-size: 20px;
    padding: 0 20px;
    color: black;
    padding-top: 8px;}
.announcement-date p:last-child{
    font-size: 12px;
    padding: 0 3px;}
.announcement-text{
    width: calc(100% - 84px);
vertical-align: middle;
    display: table-cell;
}
.announcement-text p{
    color: #333333;
    font-size: 16px;
    line-height: 24px;}
.announcement-list a{
    display: table;}
.announcement-list:hover>a>.announcement-date{
    background-image:url(../images/datefour.jpg);
    background-size: 100%;
    color: white;
    cursor: pointer;}
.announcement-list:hover>a>.announcement-date>p{
    color: white!important;
    cursor: pointer;}
.announcement-list:hover>a>.announcement-text>p{
    color: #35AE97;
    cursor: pointer;}
.announcement-content{
    border-right: 1px solid #BBBBBB;
    padding-right: 40px;}
/* 学术报告 */
.report{
    width: 35%;}
.report-card{
    margin-left: 40px;}
.report-card a:last-child .card-content{
    margin-bottom: 0px;}
.report h2{
    margin-left: 40px;}
.card-content{margin-bottom: 40px;border: 1px solid #CCCCCC;border-radius: 4px;padding-top: 30px;}
.card-logo{
    width: 15px;
    height: 15px;
    background-image: url(../images/clockone.jpg);
    background-size: cover;
    display: inline-block;
    margin-left: 24px;}
.card-day{
    color: #666666;
    font-size: 14px;}
.card-content p{
    color: #333333;
    font-size: 16px;
    margin: 24px;}
.card-content:hover{
    background-image: url(../images/card.jpg);
    background-size: cover;
    color: white!important;}
.card-content:hover>.card-logo{
    background-image: url(../images/clocktwo.jpg);}
.card-content:hover>.card-day{
    color: white;}
.card-content:hover>p{
    color: white;}