
    /*案例*/
    .hovershadow {
        box-shadow: 1px 1px 10px #e0e0e0 !important;
        background-color: #fcfcfc !important;
    }

    .hovershadow:hover {
        box-shadow: 0 0 8px 5px #e0e0e0 !important;
    }

    .row .toggleclose {
        background: white !important;
        color: #2894ff !important
    }

    .row .toggleclose:hover {
        color: white !important;
        background: #2894ff !important
    }

    .backgroundc:hover {
        background-color: #DDDDFF !important;
    }

    .row .moreinfo {
        box-shadow: 0 0 2px 2px #e0e0e0 !important;
        border-radius: 2px
    }

    .row .moreinfo:hover {
        position: relative;
        top: -5px;
        box-shadow: 0 0 4px 4px #e0e0e0 !important;
        border-radius: 2px
    }
    .row .hid {
        display: none;
    }
    .linkBar {
        -webkit-box-sizing: initial;
        -moz-box-sizing: initial;
        box-sizing: initial;
    }
    /*产品*/
    .row .hove {
        text-decoration: none;
        font-family: 微软雅黑;
    }
    .row .hove:hover {
        text-decoration:underline;
        color: #005580 !important;
        text-decoration: none;
    }
    .row .bordershadow{
      margin:0px 5px;
      
      border-radius:5px;
      box-shadow: 0 0 3px 3px #e0e0e0 !important;
    }

