.caList {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;}

.caList li {
    width:32%;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: .3s;}

.caList li:hover {
    border: 1px solid #126bbe;}

.caList li:hover a {
    color:#004e97;}

.block {
    display:block;}

.caList li .img {
    height: 110px;}

.zoomImg {
    width: 100%;
    overflow:hidden;
    position:relative;
    background: #f2f2f2 url() no-repeat center;}

.img img {
    width: 100%;}

.zoomImg img {
    width: 100%;
    transition:.5s;
    height: 100%;
    object-fit:cover;
    position:relative;}

.caList li:hover .zoomImg img {
    transform: scale(1.05);}

.caList li .txt {
    padding-top:15px;
    text-align:center;
    font-size:18px;}

.eclip {
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;}









