body {
    background: #F5F5F5;
}

.core_index_header {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.0500);
    border-top: 1px solid #DDD;
}

.core_index_header_center {
    width: 1200px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.core_index_header_left {
    width: 732px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.core_index_header_menu {
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 2px;
    font-weight: 500;
}

.core_index_header_menu_se {
    border-color: #DB4E3E;
    border-bottom-style: solid;
}

.core_index_header_menu_se > a {
    color: #DB4E3E;
}

.core_index_header_btn {
    width: 124px;
    height: 100%;
    background: linear-gradient(90deg, #6B8AFF 0%, #234EEF 100%);
    display: flex;
    font-size: 14px;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.core_index_header_btn:hover {
    color: #fff;
}

/*第一层*/
.core_index_one {
    width: 100%;
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
}

.core_index_one_l {
    width: 900px;
    background: #fff;
    height: 830px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
}

.core_index_new_bid {
    width: 434px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 16px;
}

.core_index_new_bid_title {
    height: 28px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #333333;
    border-bottom: 1px solid #DDD;
}

.core_index_new_bid_title span {
    font-size: 16px;
    font-weight: 500;
}

.core_index_new_bid_title a {
    font-size: 14px;
    font-weight: 400;
}

.core_index_new_bid_content {
    width: 100%;
    height: 750px;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.core_index_new_bid_content_l {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666;
}

.core_index_new_bid_content_l a {
    width: 120px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.core_index_new_bid_content_l_se {
    background: #F5F6FA;
    color: #333;
}

.core_index_new_bid_content_r {
    width: 282px;
    height: 722px;
    background: #F5F6FA;
    display: flex;
    padding: 14px 12px;
    flex-flow: row wrap;
    align-content: flex-start;
}

.core_index_new_bid_content_r_div {
    width: 100%;
    flex-flow: row wrap;
    align-content: flex-start;
}

.core_index_new_bid_content_r_div a {
    margin: 0 8px;
    line-height: 28px;
}

.core_index_one_m {
    width: 418px;
    display: flex;
    flex-direction: column;
    margin-right: 14px;
    margin-top: 20px;
}

.core_index_one_m_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin-top: 20px;
}

.core_index_one_m_list_menu {
    width: 100%;
    height: 28px;
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    justify-content: space-between;
}

.core_index_one_m_list_menu div {
    height: 100%;
    display: flex;
    align-items: center;
}

.core_index_one_m_list_menu_se {
    border-color: #DB4E3E;
    border-bottom-style: solid;
}

.core_index_one_m_list_menu_se > a {
    color: #DB4E3E;
}

.core_index_one_m_list_con {
    width: 100%;
    display: none;
    flex-direction: column;
    font-size: 14px;
}

#core_index_one_m_list_con_zb {
    display: flex;
}

.core_index_one_m_list_sun {
    width: 100%;
    display: flex;
    height: 14px;
    align-items: center;
    margin-top: 16px;
}

.core_index_one_m_list_title {
    margin-left: 10px;
    display: flex;
}

.core_index_one_m_list_title a {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.core_index_one_m_list_status {
    margin-left: 40px;
    color: #2E54E3;
}

.core_index_one_m_list_time {
    margin-left: 40px;
}

.core_index_one_r {
    width: 285px;
    height: 830px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    justify-content: space-between;
}

.core_index_bid_util {
    width: 100%;
    height: 490px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.core_index_bid_util_content {
    width: 250px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.core_index_bid_util_title {
    width: 100%;
    display: flex;
    height: 28px;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
}

.core_index_bid_util_title span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
}

.core_index_bid_util_title span:nth-child(2) {
    color: #666666;
    margin-left: 8px;
}

.core_index_bid_util_box {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
}

.core_index_bid_util_box div {
    width: 122px;
    height: 26px;
    background: #F5F6FA;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    margin-top: 8px;
}

/*第二部分*/
.core_index_lc_zbxx_l {
    width: 900px;
    height: 800px;
}

.core_index_lc_zbxx_r {
    width: 285px;
    height: 800px;
}

.core_index_lc_rnxx_l {
    width: 900px;
    height: 700px;
}

.core_index_lc_rnxx_r {
    width: 285px;
    height: 700px;
}

.core_index_lc_ztbsjk_l {
    width: 900px;
    height: 408px;
}

.core_index_lc_ztbsjk_r {
    width: 285px;
    height: 408px;
}

.core_index_lc_qyfw_l {
    width: 900px;
    height: 436px;
}

.core_index_lc_qyfw_r {
    width: 285px;
    height: 436px;
}

.core_index_lc {
    width: 100%;
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.core_index_lc_l {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 6px;
    position: relative;
}

.lc_icon_tab {
    background: url(../img/dq_tab_bg.png) no-repeat;
    width: 204px;
    height: 44px;
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
}

.core_index_lc_l_top_sz {
    width: 884px;
    display: flex;
    margin-top: 8px;
    justify-content: flex-end;
}

.core_index_lc_l_content {
    width: 100%;
    display: flex;
    margin-top: 20px;
    margin-bottom: 12px;
}

.core_index_lc_l_list_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 28px;
}

.core_index_lc_l_list_header_s {
    width: 100%;
    display: flex;
    height: 28px;
    justify-content: space-between;
}

.core_index_lc_l_list_header_border {
    border-bottom: 1px solid #DDD;
}

.core_index_lc_l_list {
    width: 418px;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    background: #fff;
}

.core_index_lc_r_list {
    width: 253px;
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
    background: #fff;
    align-items: center;
}

.core_index_lc_l_list_all {
    width: 868px;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    background: #fff;
}

.core_index_lc_l_list_h_title_s {
    width: 158px;
    display: flex;
    justify-content: space-between;
}

.core_index_lc_l_list_h_title {
    font-size: 16px;
    font-weight: 500;
}

.core_index_lc_l_list_h_title_se {
    color: #DB4E3E;
    border-bottom: 1px solid #DB4E3E;
}

.core_index_lc_l_list_h_more {
    font-size: 14px;
    font-weight: 400;
}

.core_index_lc_l_list_cc {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.core_index_lc_l_list_cc_s {
    width: 100%;
    /*height: 254px;*/
    display: none;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: space-between;
    /*margin-top: 6px;*/
}

#core_index_lc_l_list_cc_s_yzdw {
    display: flex;
}

.core_index_lc_l_list_row {
    width: 868px;
    height: 14px;
    display: flex;
    margin-top: 16px;
    align-items: center;
}

.core_index_lc_l_list_row_4 {
    width: 184px;
    height: 14px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.core_index_lc_l_list_s_t {
    display: flex;
}

.core_index_lc_l_list_s_t a {
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.core_index_lc_l_list_t {
    display: flex;
    margin-left: 16px;
    margin-right: 76px;
}

.core_index_lc_l_list_t a {
    width: 245px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.core_index_lc_l_list_d {
    color: #999;
}

.core_index_lc_l_list_yzzb {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.core_index_lc_l_list_yzzb > a {
    width: 128px;
    height: 164px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.core_index_lc_l_list_yzzb_btn {
    width: 96px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.core_index_lc_l_list_rsgjctj {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 14px;
}

.core_index_lc_l_list_rsgjctj_content {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    margin-top: 16px;
    color: #333;
}

.core_index_lc_l_list_rsgjctj_content a {
    width: 78px;
    line-height: 27px;
}

.core_index_lc_l_list_zbbm {
    width: 100%;
    height: 378px;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.core_index_lc_l_list_zbbm_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.core_index_lc_l_list_zbbm_item > span:nth-child(1) {
    font-weight: 500;
    color: #000;
}

.core_index_lc_l_list_zbbm_item > span:nth-child(2) {
    color: #666;
    margin-top: 8px;
}

.core_index_lc_r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.core_index_lc_l_list_zbqytj {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    height: 246px;
    justify-content: space-between;
    margin-top: 16px;
}

.core_index_lc_l_list_zbqytj_sun {
    width: 164px;
    height: 110px;
    border: 1px solid #ECECEC;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.core_index_lc_l_list_zbqytj_sun span {
    width: 126px;
    text-align: center;
    color: #333;
}

.core_index_lc_l_list_phb {
    margin-top: 16px;
    width: 100%;
    color: #333;
    height: 298px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}

.core_index_lc_l_list_phb_item {
    width: 100%;
    height: 18px;
    display: flex;
}

.core_index_lc_l_list_phb_item span {
    margin-left: 16px;
}

.core_index_lc_l_list_phb_item samp {
    width: 18px;
    height: 18px;
    font-weight: 400;
    text-align: center;
}

.core_index_lc_l_list_fb_phb {
    margin-top: 16px;
    width: 100%;
    color: #333;
    height: 320px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}

.core_index_lc_l_list_fb_phb_item {
    width: 100%;
    height: 18px;
    display: flex;
}

.core_index_lc_l_list_fb_phb_item samp {
    width: 18px;
    height: 18px;
    font-weight: 400;
    text-align: center;
}

.core_index_lc_l_list_fb_phb_item_span_1 {
    margin-left: 16px;
    width: 164px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.core_index_lc_l_list_fb_phb_item_span_2 {
    font-size: 14px;
    font-weight: 400;
    color: #DB4E3E;
}

/*.core_index_lc_l_list_fb_phb_item span:nth-child(2) {*/
/*margin-left: 16px;*/
/*width: 166px;*/
/*overflow: hidden;*/
/*white-space: nowrap;*/
/*text-overflow: ellipsis;*/
/*-o-text-overflow: ellipsis;*/
/*}*/

/*.core_index_lc_l_list_fb_phb_item span:nth-child(3) {*/
/*color: #DB4E3E;*/
/*}*/

/*.core_index_lc_l_list_fb_phb_item samp {*/
/*width: 18px;*/
/*height: 18px;*/
/*font-weight: 400;*/
/*text-align: center;*/
/*}*/

.bid_index_2line {
    width: 100%;
    border-bottom: 1px double #DB4E3E;
}

.bid_index_menu {
    width: 100%;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.bid_index_menu div {
    margin-right: 20px;
    border-top: 4px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding-top: 10px;
    margin-top: 1px;
}

.bid_index_menu_se {
    border-top-color: #DB4E3E !important;
    color: #DB4E3E;
    height: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.bid_index_menu_se a {
    border-top-color: #DB4E3E !important;
    color: #DB4E3E;
}

.bid_index_h_line {
    width: 100%;
    border: 1px dashed #E5E5E5;
}

.core_index_lc_l_list_cc_gdfw {
    width: 100%;
    height: 286px;
    display: none;
    margin-top: 10px;
    flex-direction: column;
    justify-content: space-between;
}

#core_index_lc_l_list_cc_gdfw_xxcz, #core_index_lc_l_list_cc_gdfw_gdzf {
    height: 235px;
}

#core_index_lc_l_list_cc_gdfw_ppqy {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 286px;
    justify-content: space-between;
    align-content: space-between;
}

#core_index_lc_l_list_cc_gdfw_hypx {
    display: flex;
}


.core_index_lc_l_list_cc_gdfw_ppqy_zi {
    width: 134px;
    height: 134px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F7FB;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.core_index_lc_l_list_cc_gdfw_ppqy_zi_s {
    display: flex;
    flex-direction: column;
}

.core_index_lc_l_list_cc_gdfw_sun {
    width: 100%;
    height: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.core_index_lc_l_list_cc_gdfw_sun_o {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.core_index_lc_l_list_cc_gdfw_size {
    width: 492px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.core_index_lc_l_list_cc_gdfw_size span:nth-child(1) {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.core_index_lc_l_list_cc_gdfw_size span:nth-child(2) {
    color: #333;
}

.core_index_lc_l_list_cc_gdfw_btn {
    width: 163px;
    height: 42px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F6FA;
    color: #2E54E3;
}

.core_index_lc_l_list_cc_gdfw_btn:hover {
    background: #2E54E3;
    color: #FFFFFF;
}


.core_index_lc_l_list_zx_bigdiv {
    width: 100%;
}

.core_index_lc_l_list_zx {
    margin-top: 16px;
    width: 100%;
    color: #333;
    height: 350px;
    justify-content: space-between;
    display: none;
    flex-direction: column;
}

#core_index_lc_l_list_hyzx {
    display: flex;
}

.core_index_lc_l_list_zx_div {
    display: flex;
}

.core_index_lc_l_list_zx_div a {
    /*width: 180px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}