.p1706m66da24572ea110e9 a{
    display: block!important;
}

.p1706md6dd7b72c0ca1e37 .data_col .p1706ma6c077100b1bea45 img{
     height: auto!important;
}

/* PC */
@media screen and (min-width:769px) {
     /*图片放大*/
    .p1706md6dd7b72c0ca1e37 .data_col .p1706ma6c077100b1bea45 img{
        transition: 0.5s;
    }
    
    .p1706md6dd7b72c0ca1e37 .data_col:hover .p1706ma6c077100b1bea45 img{
        transform: scale(1.1);
        transition: 0.5s;
    }
    
     /*线条*/ 
    .p1706md6dd7b72c0ca1e37 .data_col .p1706m1bcf7d89eeb6895c:before{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0px;
        width:0;
        height: 5px;
        background: #215495;
        transition: 0.5s;
    }

    .p1706md6dd7b72c0ca1e37 .data_col .p1706m1bcf7d89eeb6895c:hover:before{
        width: 100%;
        transition: 0.5s;
    }
}