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

.banner {
    width: 1200px;
    height: 300px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    font-size: 44px;
    color: rgba(0, 0, 0, 0.8);
}
.banner .bg {
    width: 1200px;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

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

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

.lf-item {
    font-weight: 400;
    cursor: pointer;
}

.lf-item-active {
    font-weight: 600;
}

/* 主体右侧 */
.right {
    margin-left: 0;
}

.right p {
    margin-bottom: 24px;
}

.right img {
    width: 100%;
    margin-bottom: 16px;
}

.right .img-desc {
    text-align: center;
    margin-bottom: 137px;
}

.right .news {
    padding: 41px 43px 46px 32px;
    border: 1px solid #eee;
    display: flex;
    cursor: pointer;
}
.right .news .flex{
    display: flex !important;
}

.right .new-img {
    width: 306px;
    height: 172px;
    margin-right: 24px;
    margin-bottom: 0;
}

.new-right {
    width: 490px;
}

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

.new-p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(102, 102, 102, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 33px;
}

.label-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.label-time .label {
    width: 78px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.label1 {
    background: #ccebff;
    color: #0091ff;
}

.label2 {
    background: #e3ffc1;
    color: #59b511;
}

.label3 {
    background: #ffdbaa;
    color: #1890ff;
}

.label-time .time {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;
}

.time .icon {
    width: 13px;
    height: 13px;
    margin-right: 6px;
    margin-bottom: 0;
}

/* 分页器 */
.pagination {
    margin-top: 52px;
    margin-bottom: 39px;
    text-align: center;
}

.pagination a,
.pagination .active {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    text-align: center;
    margin-right: 8px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
}

.pagination span {
    margin-right: 8px;
    vertical-align: top;
    opacity: 0.4;
}

.pagination .active {
    color: #1890ff;
    opacity: 1;
}

.fixed-box {
    height: auto;
}

.doubleCow .left {
    height: 490px;
}
