.notice-list .calendar {
    margin-right: 40px;
}

.notice-list .more {
    width: 38px;
    height: 38px;
    border: 2px solid #aaaaaa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 50px;
    align-self: center;
}

.notice-list li:hover .more {
    border: 2px solid #19469d;
    color: #19469d;
}
.notice .swiper-slide .col-md-5.img {
    height: 257px;
    overflow: hidden;
}
.lectures-list .col-md-5 {
    height: 250px;
}
.lectures-list .col-md-5.img {
    overflow: hidden;
}
.faculty-facetiface li div.img {
    max-height: 546px;
    overflow: hidden;
}
@media(max-width:768px) {
    .notice-list .calendar {
        margin-right: 15px;
    }
    .notice-list .more {
        display: none;
    }
    .news-list .item .desc {
        -webkit-line-clamp: 2;
    }
    .notice .swiper-slide .col-md-5.img {
        height: 204px;
        overflow: hidden;
    }
}