.student-item{
    width: 177px;
    height: 220px;
    border: 1px solid #cccccc;
    position: relative;
    margin-right: 14px;
    margin-bottom: 14px;
}
.student-item h2 a{
    color: #5b5b5b;
}
.student-item h2{
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}
.student-item .more{
    background-color: #0b8dc4;
    border-radius: 4px 4px 4px 4px;
    bottom: 5px;
    color: #FFFFFF;
    display: block;
    font-family: "UTM Facebook";
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    padding: 0 7px;
    position: absolute;
    right: 6px;
    text-decoration: none;
    z-index: 15;
}
.student-item .shadow{
    position: absolute; left: 0; bottom: -14px; z-index: 1;
    width: 177px; height: 14px;
    background: url(../images/student-item-shadow.png) top center no-repeat;
}
.student-item-1 h2{
    background-color: #d7e1ed;
}
.student-item-2 h2{
    background-color: #c4edec;
}
.student-item-3 h2{
    background-color: #f9f9d5;
}
.student-item-4 h2{
    background-color: #ffe4be;
}
.student-thumb .student-item{
    margin-right: 26px !important;
    margin-bottom: 0 !important;
}
.student-item-4{
    margin-right: 0 !important;
}