/**案例begin*/
.exampleList{margin-top:30px;}
.exampleList li{padding-bottom:50px;}
.exampleList .item{
    width: 260px;
    margin-right: 50px;
    float: left;
    text-align: center;
    position: relative;
}

.exampleList .item .aItem{
    height: 250px;
    border: 1px #eeeeee solid;
}

.exampleList .item .titleSmall{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
}
.exampleList .item .img-responsive img {
    max-width: 100%; max-height:210px
}
/**案例end*/
.example-info{
    margin-top:0;
}
