﻿/*更多*/
.p1710m8d562d0315f4b557 a{
    display: block!important;
}

.p1710m2b581d62e03e4ed8 .data_col .p1710mc53c84719443102f img{
     height: auto!important;
}

/* PC */
@media screen and (min-width:769px) {
     /*图片放大*/
    .p1710m2b581d62e03e4ed8 .data_col .p1710mc53c84719443102f img{
        transition: 0.5s;
    }
    
    .p1710m2b581d62e03e4ed8 .data_col:hover .p1710mc53c84719443102f img{
        transform: scale(1.1);
        transition: 0.5s;
    }
    
    
    /*新闻线条*/ 
    .p1710m2b581d62e03e4ed8 .data_col .p1710me55cf723ad3c5148:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0px;
        width:5px;
        height: 0;
        background: #215495;
        transition: 0.5s;
    }

    .p1710m2b581d62e03e4ed8 .data_col .p1710me55cf723ad3c5148:hover:before{
        height: 100%;
        transition: 0.5s;
    }
    
    
     /*分类导航效果*/
    .p1710m16a9860980b2573e li{
        position: relative;
    }
    
    .p1710m16a9860980b2573e li:before{
        content: "";
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #215495;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    
    .p1710m16a9860980b2573e li:hover:before{
        -webkit-transform: scale(2);
        transform: scale(2); 
    }

    .p1710m16a9860980b2573e li:hover{
        border: 1px solid #215495!important;
    }
    .p1710m16a9860980b2573e li:hover a{
        position: relative;
        z-index: 4;
        color: #fff;
    } 
    
    
}