/* PC */
@media screen and (min-width:769px) {
    /*线条
    .p1761me07716b0350a8e99 .data_col .p1761m2322281fed91a11b:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width:5px;
        height: 0;
        background: #215495;
        transition: 0.5s;
    }

    .p1761me07716b0350a8e99 .data_col .p1761m2322281fed91a11b:hover:before{
        height: 100%;
        transition: 0.5s;
    }*/ 
    
    /*线条*/ 
    .p1761m13f9c52147de02bc .xg_tMenuLi1{
        position: relative;
    }
    
    .p1761m13f9c52147de02bc .xg_tMenuLi1:before{
        content: '';
        position: absolute;
        left: 0;
        bottom: -3px;
        width:0;
        height: 3px;
        background: #215495;
        transition: 0.5s;
        z-index: 2;
    }

     .p1761m13f9c52147de02bc .xg_tMenuLi1:hover:before{
        width: 100%;
        transition: 0.5s;
    }
    
    .p1761m13f9c52147de02bc .xg_tMenuLi1:hover{
        color: #215495;
    }
}