.row2_ellipsis {
    display: -webkit-box;
    /* 设置为WebKit内核的弹性盒子模子 */
    -webkit-box-orient: vertical;
    /* 笔直排列 */
    -webkit-line-clamp: 2;
    /* 限制显示两行 */
    overflow: hidden;
    /* 隐藏凌驾规模的内容 */
    text-overflow: ellipsis;
    /* 使用省略号 */
}

.page-body {
    min-height: calc(100vh - 382px);
}

.c_wrap_1200 {
    /* max-width: 1200px; */
    max-width: 1400px;
    margin: 0 auto;
}

/* 顶部配景墙 */
.bg_wall {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/themes/website/1/zh/jinze/static/img/first-bg.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
}

.bg_wall .bw_title_wrap {
    /* TODO 字体 */
    font-family: Noto Sans SC, Noto Sans SC;
    text-align: center;
}

.bg_wall .bw_title_wrap .zh_wrap {
    font-weight: bold;
    font-size: 44px;
    color: #FFFFFF;
    line-height: 44px;
}

.bg_wall .bw_title_wrap .en_wrap {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
}

/* 顶部tabs */
.ryzf_t_tabs-fixed {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100vw;
}

.ryzf_t_tabs .big_screen_menu_wrap {
    position: relative;
}

.ryzf_t_tabs .big_screen_menu_list_wrap {
    position: absolute;
    /* left: -220px; */
    left: 16px;
    top: 20px;
    z-index: 90;
    width: 245px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-top: none;
}

.ryzf_t_tabs .big_screen_menu_list_wrap .menu_list_wrap.children_menu_wrap {
    padding-left: 20px !important;
    background-color: #fafafa;
}

.ryzf_t_tabs .big_screen_menu_list_wrap .menu_list_wrap.children_menu_wrap .menu_item_wrap {
    border-bottom: none;
}

.ryzf_t_tabs .big_screen_menu_list_wrap .title_wrap {
    background-color: #0f3676;
    height: 47px;
    /* TODO 字体 */
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ryzf_t_tabs .big_screen_menu_list_wrap .menu_item_wrap {
    height: 44px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.ryzf_t_tabs .big_screen_menu_list_wrap .menu_item_wrap .btn-a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 12px 28px 12px 42px;
    /* TODO 字体 */
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.ryzf_t_tabs .big_screen_menu_list_wrap .menu_item_wrap::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left-color: #e5e5e5;
}

/* 菜单选中 */
.ryzf_t_tabs .big_screen_menu_list_wrap .menu_item_wrap.current .btn-a {
    font-weight: bold;
    color: #0F3676;
}

.ryzf_t_tabs .big_screen_menu_list_wrap .menu_item_wrap.current::before {
    border-left-color: #0f3676;
}

/* 默认不展示 */
.ryzf_t_tabs .t_tabs_wrap {
    box-sizing: border-box;
    padding-top: 3px;
    height: 57px;
    display: none;
    align-items: center;
    overflow-x: auto;
}

.t_tabs_wrap .t_tab_item_wrap {
    width: calc(33.3% - 7px);
    min-width: 100px;
    height: 100%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.t_tabs_wrap .t_tab_item_wrap:hover .tab_label_wrap {
    font-weight: bold;
    color: #0F3676;
}

.t_tabs_wrap .t_tab_item_wrap .tab_label_wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* TODO 字体 */
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}

.t_tabs_wrap .t_tab_item_wrap.current .tab_label_wrap {
    box-sizing: border-box;
    font-weight: bold;
    color: #0F3676;
    border-bottom: 2px solid #0F3676;
}

.t_tabs_wrap .t_tab_item_wrap:last-child {
    margin-right: 0;
}

/* 新闻 */
.new_wall {
    background-color: #fafafa;
    padding-bottom: 3px;
}

.new_wall_wrap {
    /* padding: 40px 0 30px; */
    padding: 40px 20px 30px 302px;
}

.new_info_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #EEEEEE;
    cursor: pointer;
    margin-bottom: 30px;
}

.new_info_wrap .ci_left_wrap {
    order: 2;
    flex: 1;
    overflow: hidden;
    padding-right: 20px;
    /* TODO 字体 */
    font-family: Noto Sans SC, Noto Sans SC;
}

.new_info_wrap .ci_left_wrap .cil_title_wrap {
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 10px;
}

.new_info_wrap:hover .ci_left_wrap .cil_title_wrap {
    color: #0f3676;
}

.new_info_wrap .ci_left_wrap .cil_date_wrap {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 19px;
    margin-bottom: 10px;
}

.new_info_wrap .ci_left_wrap .cil_tip_wrap {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 38px;
}

.new_info_wrap .ci_left_wrap .cil_btn_wrap {
    display: flex;
    align-items: center;
}

.new_info_wrap .ci_left_wrap .btn_wrap {
    background: #F8F8F8;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    border-radius: 2px;
    display: flex;
    align-items: center;
}

.new_info_wrap:hover .ci_left_wrap .btn_wrap {
    background-color: #0f3676;
    color: #ffffff;
}


.new_info_wrap .ci_left_wrap .btn_wrap .label_wrap {
    margin-right: 10px;
}

.new_info_wrap .ci_left_wrap .btn_wrap .icon_wrap {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_info_wrap .ci_left_wrap .btn_wrap .icon_wrap img {
    width: 100%;
    height: 100%;
}

.new_info_wrap .ci_left_wrap .btn_wrap .icon_wrap .icon_yes {
    display: none;
}

.new_info_wrap:hover .ci_left_wrap .btn_wrap .icon_wrap .icon_no {
    display: none;
}

.new_info_wrap:hover .ci_left_wrap .btn_wrap .icon_wrap .icon_yes {
    display: inline-block;
}

.new_info_wrap .ci_right_wrap {
    order: 1;
    width: 360px;
    height: 220px;
    margin-right: 20px;
}

.new_info_wrap .ci_right_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 针对屏幕宽度小于或即是1440像素的装备的样式 */
@media (max-width: 1640px) {
    .ryzf_t_tabs .t_tabs_wrap {
        /* display: flex; */
    }

    .ryzf_t_tabs .big_screen_menu_wrap {
        /* display: none; */
    }
}

/* 针对屏幕宽度小于或即是1250像素的装备的样式 */
@media (max-width: 1250px) {
    .c_wrap_1200 {
        margin: 0 25px;
    }
}

/* 针对屏幕宽度小于或即是992像素的装备的样式 */
@media (max-width: 768px) {
    .ci_left_wrap {
        order: 2;
        width: 100% !important;
        padding-right: 0 !important;
    }

    .ci_right_wrap {
        order: 1;
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .com_info_wrap .ci_left_wrap .cil_btn_wrap {
        justify-content: flex-end;
    }
}
ul li{
    list-style: none;
    float: left;
    margin: 30px 5px 5px 0;
    padding: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 17px;
}
li a{
    border: 1px solid #ddd;
    text-align: center;
    width: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #999;
    background-color: white;
}
li a:hover{
    /*background-color: #eb0a09; !*红*!*/
    background-color: #0f3676; /*蓝*/
    /*border: 1px solid #eb0a09;*/
    border: 1px solid #0f3676; /*蓝*/
    color: white!important;
}
li span{
    display: inline-block;
    color: white!important;
    /*background-color: #eb0a09; !*红*!*/
    background-color: #0f3676; /*蓝*/
    /*border: 1px solid #eb0a09; !*红*!*/
    border: 1px solid #0f3676; /*蓝*/
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
}
.disabled span{
    border: 1px solid #ddd;
    background-color: #ddd!important;
    cursor: default;
}<!--耗时1753006861.3403秒-->