.list-bd {
    display: inline-block;
    width: 100%;
}
.list-bd:hover {
    text-decoration: none;
}
.col-lg-2 {
    padding-left: 0;
    padding-right: 0;
}
.cover {
    width: 160px;
    height: 202px;
    overflow: hidden;
}
.cover img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.cover img:hover {
    transform: scale(1.2);
    transition: all 1s;
}
.sub-title {
    width: 160px;
    height: 56px;
    line-height: 56px;
    margin: 20px 0;
    background: #e02519;
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
}
.sub-title:hover {
    background-color: #bd170d;
}
.university {
    margin: 0;
}
