/* 热门产业 */
.page-right-industry {
    width: 352px;
    box-sizing: border-box;
    padding: 24px 0 24px 24px;
    background: #FFFFFF;
    border-radius: 4px;
}

.right-industry-ul {
    padding-top: 4px;
    overflow: hidden;
}

.right-industry-ul li {
    position: relative;
    float: left;
    width: 146px;
    height: 42px;
    margin: 12px 12px 0 0;
    cursor: pointer;
}

.right-industry-ul li img {
    position: absolute;
    display: block;
    width: 146px;
    height: 42px;
}

.right-industry-ul li p {
    position: relative;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
}