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