
.short_link_item {
    top:5px;
}


.short_link_item ul li a {
    width: 80%;
    height: 95%;
    position: absolute;
    left: 10%;
    top: 0;
    background: rgba(0, 0, 0, .6);
    border-bottom: 5px solid #ff683b;
    color: #fff;
    text-align: center;
    font-size: 12px
}




.short_link_item ul li a:hover {
    background: #ff683b;
    border-color: #ff683b;
    /*box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);*/
    padding-bottom: 5px
}

.short_link_item ul li a span {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .2)
}

.short_link_item ul li a .icon {
    width: 100%;
    height: 60px;
    float: left
}

.short_link_item ul li a .icon.student2 {
    background: url(../images/logo2.png) center no-repeat
}

