.h-con ul li{
    width: 264px;
    height: 244px;
    margin: 0px 6px 20px;
    background: #fff;
    float: left;
    border: 1px solid #E8E8E8;
    position: relative;
}
.h-con ul li:hover{
    box-shadow: 0 3px 9px 0 rgba(125,125,125,0.4);
}
.h-con ul li:hover a span {
    color: #00B38A;
}
.h-con ul li a{
    display: block;
    width: 264px;
    height: 190px;
    line-height: 190px;
    text-align: center;
}
.h-con ul li a img{
    width: auto;
    max-width: 258px;
    height: auto;
    max-height: 182px;
}
.h-con ul li a span{
    display: block;
    width: 100%;
    height: 53px;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #E8E8E8;
    text-align: center;
    line-height: 53px;
    position: absolute;
    bottom: 0px;
}