/* 招商引资 */
.page-right-invite {
    width: 286px;
    padding: 24px 16px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    border-top: 3px solid #1F6CDD;
    border-radius: 4px;
}

.page-right-invite h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.page-right-invite ul li {
    margin-top: 16px;
    overflow: hidden;
    border-radius: 4px;
    background: #F7F8FB;
    cursor: pointer;
}

.page-right-invite ul li:hover {
    background: #F2F7FF;
}

.page-right-invite ul li img {
    float: left;
    width: 109px;
    height: 78px;
}

.right-invite-text {
    float: left;
    padding-left: 12px;
}

.right-invite-text p {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 18px;
    cursor: pointer;
}

.right-invite-text span {
    display: block;
    color: #F87403;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
    cursor: pointer;
}