
.w-container-box {
    width: 1280px;
    margin: auto;
    padding: 30px 20px 20px;
    color: white;
    display: flex;
}
.w-left-box {
    flex: 1;
    background-color: #120c38;
    /*padding: 0 15px;*/
    border: 1px solid #000;
}
.w-right-box {
    flex-basis: 220px;
    margin-left: 10px;
}

.w-left-title {
    padding: 10px 15px;
    /*margin: 0 -15px;*/
    background-color: #1d1452;
}
.w-left-title-text {
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid #2cfef5;
}
.w-items {
    display: grid;
    grid-column-gap: 0;
    grid-template-columns: repeat(3, 1fr);
}
.w-item {
    padding: 15px;
    margin-bottom: 2px;
    background-color: #1d1452;
}
.w-item img { width: 100%; vertical-align: middle}
.w-item-text {
    margin: 8px 0 0 15px;
    font-size: 14px;
    color: white;
}

/* 右侧 */
.w-qrcode-box {
    background-color: #101046;
}
.w-qrcode-title {
    border-top: 1px solid #2cfef5;
    font-size: 16px;
    padding: 10px;
    background-color: #1d1452;
}
.w-qrcode-img {
    width: 60%;
    margin: 20px auto;
}
.w-qrcode-img img { width: 100%; margin-bottom: 15px}
/* 右侧end */

/* 私募访谈 */
.w-simu-box {
    display: block;
}
.w-simu-box .w-item-text-img{
    width: 210px;
    margin-right: 10px;
    float: left;
}
.w-simu-box .w-item:hover { background-color: #120c38 }
.w-simu-box .w-item {
    overflow: hidden;
}
.w-item-text-box {
    overflow: hidden;
}
.w-item-text-title { color: #fff; font-size: 16px; margin-bottom: 10px }
.w-item-text-time { font-size: 12px; margin: 6px 0; color: #a6a6a6}
.w-item-text-desc {
    font-size: 14px;
    margin: 6px 0;
    color: #a6a6a6;
    height: 60px;
    overflow: hidden;
}
.w-item-text-bar { text-align: right; font-size: 12px; color: #a6a6a6}

