.wrap {
    padding-top: 64px;
    overflow: hidden;
    background-color: #f8f8fb;
}

.content {
    background-color: #fff;
    width: 100%;
}

.con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.doubleCow .left {
    width: 256px;
    padding-left: 24px;
    padding-right: 24px;
    border: 1px solid #eee;
}

.left .item {
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #EEEEEE;
}

.item .txt {
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    margin-bottom: 7px;
}

.item .timebox {
    display: flex;
    align-items: center;
}

.item .timebox img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.item .timebox .timetxt {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.lf-title {
    margin-top: 48px;
    margin-bottom: 26px;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.lf-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background-color: #1890ff;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.lf-bt {
    left: 0;
}

/* 主体右侧 */
.right {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-left: 0;
}

.right .content {
    width: auto;
    padding: 50px 62px 152px 48px;
}

.right .content p {
    color: #333333;
}

.right .tag {
    width: 78px;
    height: 24px;
    background: #CCEBFF;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #0091FF;
    line-height: 24px;
    text-align: center;
    margin-bottom: 18px;
    display: block;
}

.right .blue {
    background: #CCEBFF;
    color: #0091FF;
}

.right .green {
    background: #E3FFC1;
    color: #59B511;
}

.right .orange {
    background: #FFDBAA;
    color: #1890ff;
}

.right .title {
    font-weight: 500;
    font-size: 40px;
    color: #333333;
    margin-bottom: 24px;
}

.right .font {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    margin-bottom: 16px;
}

.right .txt {
    line-height: 32px;
    margin-bottom: 16px;
}

.right img {
    width: 100%;
    height: auto;
    background-size: 100%;
    display: block;
    margin: 0 auto 24px;
}
