ul.pic-list2 {
    padding-top: 15px;
    margin-left: 0;
    padding-left: 0;}

    ul.pic-list2 li {
        /*background: url(../../images/liabg.png) no-repeat center center;*/
        /*width: 128px;
        height: 71px;*/
        float: left;
        list-style-type: none;
        width: 12%;
        margin: 15px 1%;
        border-radius: 10px;
        box-shadow: 0px 1px 2px 2px #e9e9e9 inset;
        background: none;}



        ul.pic-list2 li a {
            text-decoration: none;
            display: block;
            text-align: center;
            line-height: 26px;
            font-size: 14px;
            color: #666;
            padding: 20px 15px;}

            ul.pic-list2 li a span {
                display: block;
                margin-top: 0 !important;}

        ul.pic-list2 li:hover {
            /*background: url(../../images/liahbg.png) no-repeat center center;*/
            background-image: linear-gradient(45deg, rgb(231 135 136) 0%, rgb(1 68 140) 100%);
            cursor: pointer;
            background-size: cover;}

            ul.pic-list2 li:hover a {
                color: #fff;}
