body {
    background: #F5F5F5;
}

.core_index_header {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 50px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}


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

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

.core_index_header_left a {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    height: 50px;
    line-height: 50px;
}

.core_index_header_right {
    width: 250px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.core_index_header_btn {
    width: 120px;
    height: 40px;
    background: linear-gradient(180deg, #4F72F3 0%, #1E41C7 100%);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    display: flex;
    font-size: 14px;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.core_index_header_btn:hover {
    color: #fff;
}

.core_index_header_menu_se {
    color: #DB4E3E !important;
    border-color: #DB4E3E;
    border-bottom: 2px;
    border-bottom-style: solid;
}


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

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

.core_sj_index_one_l_l {
    width: 240px;
    display: flex;
    justify-content: center;
}

.core_sj_index_one_l_l_div {
    width: 85%;
}

.core_sj_index_one_l_r {
    width: 660px;
}

.core_sj_index_one_l_l_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.core_sj_index_one_l_l_table_title {
    display: flex;
    justify-content: space-between;
}

.core_sj_index_one_l_l_table_title span {
    font-size: 14px;
    color: #333333;
}

.core_sj_index_one_l_l_table_num {
    color: #DB4E3E !important;
}

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

.jsindex_dt {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

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

.core_sj_index_two {
    width: 100%;
    height: 710px;
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
}

.core_sj_index_two_l {
    position: relative;
    width: 900px;
    height: 690px;
    background: #FFFFFF;
    align-self: flex-end;
}

.core_sj_index_two_r {
    width: 285px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.core_sj_index_two_r_1 {
    display: flex;
    flex-direction: column;
    width: 285px;
    height: 330px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}

.core_sj_index_two_r_div {
    margin: 0 8px;
}

.core_sj_index_two_r_1_t {
    display: flex;
    align-items: center;
    height: 50px;
}

.core_sj_index_two_r_1_t_span {
    height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.core_sj_index_two_r_2 {
    width: 286px;
    height: 365px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.core_sj_index_two_r_2_title {
    width: 255px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.core_sj_index_two_r_2_title a {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    border-bottom: 1px solid #DDDDDD;
}

.core_sj_index_two_r_2_title a.cur-title {
    color: #DB4E3E;
    border-bottom: 1px solid #DB4E3E;
}

.core_sj_index_two_r_2_title a:hover {
    color: #DB4E3E;
    border-bottom: 1px solid #DB4E3E;
}

.core_sj_index_two_r_2_title span {
    height: 45px;
    line-height: 45px;
    width: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.core_sj_index_two_r_2_title div {
    height: 45px;
    line-height: 45px;
    flex-grow: 1;
    border-bottom: 1px solid #DDDDDD;
}


.center-main-content-item-r-column-list {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.center-main-content-item-r-column-list-item {
    width: 255px;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.center-main-content-item-r-column-list-item-title {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.center-main-content-item-r-column-list-item-title a {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.center-main-content-item-r-column-list-item-title a:hover {
    color: #DB4E3E;
}

.center-main-content-item-r-column-list-item-title a span {
    color: #5099F2;
}

.center-main-content-item-r-column-list-item-title a:hover span {
    color: #5099F2;
}


.center-main-content-item-r-column-list-item-num {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #333333;
}

.center-main-content-item-r-column-list-item-num img {
    width: 18px;
    height: 18px;
    border: 0px;
}

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

.sj_core_index_lc_l_top_sz {
    width: 884px;
    display: flex;
    margin-top: 8px;
    justify-content: flex-end;
    color: #333333;
}

.sj_core_sjktj_1_div {
    width: 100%;
    display: flex;
    justify-content: space-around;

}

.sj_core_sjktj_1_s_div {
    width: 46%;
    display: flex;
    flex-direction: column;

}

.sj_core_sjktj_1_s_div_title {
    width: 100%;
    display: flex;
    align-items: center;
}

.sj_core_sjktj_1_s_div_title_img {
    margin-bottom: 6px;
    margin-right: 6px;
}

.sj_core_sjktj_1_s_div_span_2 {
    margin-left: 100px;
    margin-right: 30px;
}

.sj_core_sjktj_1_s_div_list {
    width: 100%;
}

.sj_core_sjktj_1_s_list {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;

}

.sj_core_sjktj_1_s_list_1 {
    display: flex;
    width: 4px;
    height: 4px;
    background: #F7B1A1;
    opacity: 1;
    margin-right: 4px;
}

.sj_core_sjktj_1_s_list_2 {
    color: #333333;
    width: 286px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sj_core_sjktj_1_s_list_4 {
    color: #333333;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sj_core_sjktj_1_s_list_2_3 {
    width: 279px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.center-main-content-item-info-img-desc420 {
    width: 420px;
    height: 86px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.center-main-content-item-info-img-desc420-img {
    width: 166px;
    height: 86px;
}

.center-main-content-item-info-img-desc420-img img {
    width: 166px;
    height: 86px;
}

.center-main-content-item-info-img-desc420-desc {
    width: 210px;
    height: 66px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.center-main-content-item-info-img-desc420-desc span {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
}

.center-main-content-item-info-img-desc420-desc span.lefttop {
    border-top: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    top: 0px;
    left: 0px;
}

.center-main-content-item-info-img-desc420-desc span.rightbottom {
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    bottom: 0px;
    right: 0px;
}

.center-main-content-item-info-img-desc420-desc-title {
    font-size: 14px;
    color: #DB4E3E;
    font-weight: bold;
    line-height: 22px;
    width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.center-main-content-item-info-img-desc420-desc-title a {
    font-size: 14px;
    color: #DB4E3E;
    font-weight: bold;
    line-height: 22px;
}

.center-main-content-item-info-img-desc420-desc-brief {
    font-size: 12px;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.center-main-content-item-info-img-desc420-desc-brief a {
    color: #5099F2;
}

.center-main-content-item-info-img-desc420-desc-brief a:hover {
    color: #DB4E3E;
}

.center-main-content-item-l-warp-row {
    width: 900px;
    height: 290px;
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    justify-content: space-between;
    align-content: space-between;
}

.center-main-content-item-l-warp-row-item300 {
    width: 260px;
    height: 270px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.center-main-content-item-l-warp-row-item300-title {
    width: 250px;
    height: 36px;
    background: #F9F9F9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}

.center-main-content-item-l-warp-row-item300-title-t {
    display: flex;
    flex-direction: row;
    height: 36px;
    justify-content: flex-start;
    align-items: center;
}

.center-main-content-item-l-warp-row-item300-title-t span {
    display: block;
    width: 5px;
    height: 16px;
    background: #DB4E3E;
    border-radius: 9px 9px 9px 9px;
    margin-right: 5px;
}

.center-main-content-item-l-warp-row-item300-title-t a {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.center-main-content-item-l-warp-row-item300-title a.more {
    color: #666666;
    font-size: 14px;
}

.center-main-content-item-l-warp-row-item300-img {
    width: 260px;
    height: 60px;
}

.center-main-content-item-l-warp-row-item300-img img {
    border: 0px;
    width: 260px;
    height: 60px;
}

.center-main-content-item-l-warp-row-item300-topFoucs {
    position: relative;
    overflow: hidden;
    width: 260px;
    height: 60px;
}

.center-main-content-item-l-warp-row-item300-topFoucs-imgs {
    left: 0px;
    top: 0px;
    height: 60px;
    position: absolute;
    display: flex;
    flex-direction: row;
}

.center-main-content-item-l-warp-row-item300-topFoucs-imgs img {
    width: 260px;
    height: 60px;
}

.center-main-content-item-l-warp-row-item300-topFoucs-imgs a img {
    width: 260px;
    height: 60px;
}

.center-main-content-item-l-warp-row-item300-topFoucs-imgs-state {
    width: 260px;
    height: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.center-main-content-item-l-warp-row-item300-topFoucs-imgs-state a {
    width: 3px;
    height: 3px;
    display: block;
    background: #000000;
    opacity: 0.3;
    border-radius: 3px;
    margin: 0 5px;
}

.center-main-content-item-l-warp-row-item300-topFoucs-imgs-state a.curimg {
    opacity: 0.7;
}

.center-main-content-item-l-warp-row-item300-list {
    width: 260px;
}

.center-main-content-item-l-warp-row-item300-list-item {
    width: 260px;
    height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.center-main-content-item-l-warp-row-item300-list-item span {
    display: block;
    width: 4px;
    height: 4px;
    background: #F7B1A1;
    border-radius: 4px;
    margin-right: 5px;
}

.center-main-content-item-l-warp-row-item300-list-item a {
    display: block;
    width: 250px;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


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

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

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

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

.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_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_zx_bigdiv {
    width: 100%;
    height: 100%;
}

.core_index_lc_l_list_zx {
    margin-top: 16px;
    width: 100%;
    height: 100%;
    color: #333333;
    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;
}

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

.core_sj_index_three_div {
    width: 100%;
    height: 704px;
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.core_sj_index_three {
    width: 900px;
    height: 100%;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.core_sj_index_three_l {
    position: relative;
    width: 100%;
    height: 380px;
    background: #FFFFFF;
    align-self: flex-end;
}

.core_sj_index_three_2 {
    position: relative;
    width: 100%;
    height: 287px;
    background: #FFFFFF;
    align-self: flex-end;
}

.sj_core_sjkyx_1_div {
    width: 100%;
    height: 243px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
}

.sj_core_sjkyx_1_div_t {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.sj_core_sjkyx_1_div_m {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    z-index: 1;
}

.sj_core_sjkyx_1_div_t_s {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: start;
}

.sj_core_sjkyx_1_div_t_s_1 {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.sj_core_sjkyx_border_dashed {
    position: absolute;
    top: 5px;
    left: 70px;
    width: 760px;
    border-bottom: 1px dashed #5D6890;
    z-index: -1;
}

.sj_core_sjkyx_1_div_t_color_1 {
    color: #0765B5;
}

.sj_core_sjkyx_1_div_t_color_2 {
    color: #029CD8;
}

.sj_core_sjkyx_1_div_t_color_3 {
    color: #11A1C1;
}

.sj_core_sjkyx_1_div_t_color_4 {
    color: #22C7EC;
}

.sj_core_sjkyx_1_div_t_color_5 {
    color: #0BCFDB;
}

.sj_core_sjkyx_1_div_t_color_6 {
    color: #11D09C;
}

.sj_core_sjkyx_1_div_t_color_7 {
    color: #7DC964;
}