.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;
}

@media(max-width:768px) {
    .notice-list .calendar {
        margin-right: 15px;
    }
    .notice-list .more {
        display: none;
    }
    .news-list .item .desc {
        -webkit-line-clamp: 2;
    }
}