body {
    background: #F5F5F5;
}

.vipzq_index_header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
}

.vipzq_content_middle {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.vipzq_content_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 895px;
    height: 1808px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #DDDDDD;
}

.vipzq_content_left_s_div {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 855px;
    height: 175px;
    border-bottom: 1px solid #DDDDDD;

}

.vipzq_content_left_s_div_text {
    display: flex;
    flex-direction: column;
    width: 620px;
    height: 130px;
}

.vipzq_content_left_s_div_text_t {
    width: 237px;
    height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}

.vipzq_content_left_s_div_text_c {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.vipzq_content_left_s_div_text_down {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    bottom: 15px;
    right: 5px;
    width: 80px;
    height: 32px;
    background: linear-gradient(180deg, #5D6890 0%, #354375 100%);
    border-radius: 4px 4px 4px 4px;
}

.vipzq_content_right {
    display: flex;
    flex-direction: column;
    width: 285px;
    background: #F5F5F5;
}

.vipzq_content_right_s_div {
    display: flex;
    flex-direction: column;
    width: 285px;
    height: 380px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #DDDDDD;
}

.vipzq_content_right_s_div_title {
    display: flex;
    margin: 0px 5px;
}

.vipzq_content_right_s_div_title span {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.vipzq_content_right_s_div_title_more {
    flex: 1;
    justify-content: flex-end;
    display: flex;
}

.vipzq_content_right_s_div_margin {
    margin: 15px 8px;
}

.vipzq_border {
    width: 100%;
    height: 0px;
    opacity: 1;
    border-bottom: 1px solid #DDDDDD;
}

.vipzq_content_right_s_div_list {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.vipzq_content_right_s_div_list_item {
    width: 255px;
    height: 31px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.vipzq_content_right_s_div_list_item_num {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #333333;
}

.vipzq_content_right_s_div_list_item_num img {
    width: 18px;
    height: 18px;
    border: 0px;
}

.vipzq_content_right_s_div_list_item_title {
    width: 235px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vipzq_content_right_s_div_list_item_title a {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.vipzq_content_right_s_div_list_item_title a:hover {
    color: #DB4E3E;
}

.vipzq_content_right_s_hyzb_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.vipzq_content_right_s_hyzb_list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 30px;
    background: #F5F6FA;
    margin-bottom: 15px;
}

.vipzq_content_right_s_hyzb_list_item span {
    width: 60px;
    font-size: 14px;
    color: #333333;
    margin-left: 5px;
}