.join-us-container {
    width: 655px;
    height: 200px;
    background: #FFF;
    box-shadow: 1px 1px 16px 0px rgba(88, 88, 88, 0.09);
    margin: 40px auto 0;
    padding: 48px;
    display: flex;
    justify-content: space-between;
}

.join-us-info {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.join-us-info-title {
    width: 70px;
    color: #231815;
    font-size: 18px;
    font-weight: 700;
    margin-right: 20px;
    margin-left: 6px;
    display: inline-block;
    flex-shrink: 0;
}

.join-us-info-dec {
    color: #666;
    font-size: 16px;
}

.qrImgtext {
    color: #333;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
}

.list-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding-left: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.5s;
}
.image-list {
    position: relative
}