.j_pic {
    width: 100%;
    height: 230px;
    position: relative;
    text-align: center;
    padding: 40px;
    background-size:cover;
}

    .j_pic:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        content: "";
        z-index: -9;
    }

    .j_pic .j_iconbox {
        margin: 0px auto;
        height: 150px;
        width: 150px;
        background: #fff;
        filter: alpha(opacity=80);
        opacity: .8;
        position: relative;
        text-align: center;
    }
        .j_pic .j_iconbox .j_icon {
            height: 100px;
            width: 100px;
            margin:0px auto;
            text-align:center;
            padding-top:20px;
        }
            .j_pic .j_iconbox .j_icon i {
                margin-top:20px;
                font-size:60px;
            }
            .j_pic .j_iconbox .j_name {
                height: 100px;
                width: 100px;
                margin: 0px auto;
                color: #333;
                text-align: center;
                font-size: 18px;
            }

    .j_pic:hover .j_iconbox {
        background: #e6212a;
    }
        .j_pic:hover .j_iconbox .j_icon i {
            color: #fff;
            animation-name: wobble-vertical;
            animation-duration: 1s;
            animation-timing-function: ease-in-out;
            animation-iteration-count: 1;
            transform: translateZ(0px);
            transform: translate3d(0px, 10px, 0px);
            transition: transform 0.75s, opacity 0.55s;
        }
        .j_pic:hover .j_iconbox .j_name {
            color: #fff;
        }
.j_tit {
    height: 299px;
}

    .j_tit a {
        display: block;
        height: 60px;
        border-bottom: solid 1px #ddd;
        text-align: left;
        position: relative;
    }
    .j_tit a {
        display: block;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        padding: 0px 20px;
        overflow:hidden;
    }

            .j_tit a i {
                position:absolute;
                right:20px;
                top:20px;
                height:20px;
                width:20px;
                font-size:18px;
            }

        .j_tit a:hover {
            background:#f8f8f8;
            color: #e6212a;
            -webkit-box-shadow: 3px 3px 3px 3px #f1f2f6;
            box-shadow: 3px 3px 3px 3px #f1f2f6;
            /*border: 1px solid #f1f2f6;*/
        }
        .j_tit a:hover i {
            color: #e6212a;
        }