.jj {
    background: white;
    width: 1200px;
    margin: 20px auto 0 auto;
}

.jj-img {
    width: 1160px;
    padding: 20px 20px 0 20px;
}

.jj-img-l {
    width: 312px;
    height: 312px;
    float: left;
}

.jj-img-l img {
    width: 100%;
    height: 100%;
}

.jj-img-r {
    width: 848px;
    height: 312px;
    float: left;
    text-align: center;
}

.jj-img-r .jj-info {
    padding-left: 20px;
}

.jj-img-r .jj-info-table {
    table-layout: fixed;
    width: 100%;
    border-left: 1px solid #D7D7D7;
    border-top: 1px solid #D7D7D7;
}

.jj-img-r .jj-info-table td {
    height: 40px;
    border-right: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
}

.jj-img-r .jj-info-td__title {
    background: #F5F5F5;
    text-align: center;
}

.jj-material {
    padding: 20px;
}

.jj-material-title {
    width: 152px;
    height: 40px;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 40px;
    background: #006ADA;
}

.jj-material-table {
    table-layout: fixed;
    width: 100%;
    min-height: 80px;
    border: 1px solid #D7D7D7;
    margin: 15px 0 0 0;
    box-shadow: 0 0 4px 0 #B1C1D1;
    color: #353535;
    cursor: pointer;
}

.jj-material-table__title {
    text-align: right;
}

.jj-material-table td {
    padding: 10px;
    vertical-align: top;
}

.jj-material-table:hover {
    border: 1px solid #2088e6;
    box-shadow: 0 0 4px 0 #B1C1D1;
}