

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('https://www.jxsggzy.cn/css/fonts/SourceHanSansCN-Regular.woff') format('woff'),
        url('https://www.jxsggzy.cn/css/fonts/SourceHanSansCN-Regular.ttf') format('truetype'),
        url('https://www.jxsggzy.cn/css/fonts/SourceHanSansCN-Regular.eot') format('embedded-opentype');
}

/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */

html,
body {
    min-width: 1200px;
}

body {
    color: #333;
    font-size: 14px;
    font-family: 'SourceHanSansCN-Regular';
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: 'SourceHanSansCN-Regular';
    border: 0;
    outline: 0;
}

input[type='text']::-ms-clear,
input[type='password']::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通用样式 */

.container {
    width: 70%;
    min-width: 1200px;
    margin: 0 auto;
}

.mt24 {
    margin-top: 24px;
}

.mt30 {
    margin-top: 30px;
}

/* 页头 */

#header {
    height: 410px;
}

.header {
    position: relative;
    height: 100%;
    /* background: url("../images/header_bg.png") no-repeat;
    background-size: 100% 100%; */
}

.header .swiper-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.header .swiper-slide {
    height: 100%;
}

.header .swiper-slide img {
    width: 100%;
    height: 100%;
}

.header-cont {
    position: relative;
    height: 100%;
    z-index: 2;
}

.report-form {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 30px;
    margin: 18px 0 0 20px;
    font-size: 18px;
    color: #b01127;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(176, 17, 39, 0.4);
    border-radius: 16px;
    box-sizing: border-box;
}


.report-form:hover {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(176, 17, 39, 1);
}

.logo {
    margin: 45px 0 0 20px;
}

.header .query-box {
    position: relative;
    width: 484px;
    height: 42px;
    line-height: 40px;
    margin-top: 108px;
    padding: 0 90px 0 110px;
    font-size: 16px;
    border: 1px solid #b01127;
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    z-index: 2;
}

.header .query-input {
    width: 100%;
    outline: none;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 15px;
    color: #999;
    background-color: transparent;
    box-sizing: border-box;
}

.header .query-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
}

.header .chosen-container {
    vertical-align: top;
}

.header .chosen-single {
    height: 40px;
    line-height: 38px;
    border: 1px solid #f9e7e7;
    background-color: #f9e7e7;
}

.header .chosen-container-single .chosen-single span {
    margin-right: 30px;
}

.header .chosen-container-single .chosen-single div {
    width: 30px;
}

.header .chosen-container-single .chosen-single div b {
    background: url('../image/header_sel_down.png') center center no-repeat;
}

.header .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../image/header_sel_up.png') center center no-repeat;
}

.header .chosen-container .chosen-results li.highlighted {
    background: #b01127;
    color: #fff;
}

.header .query-btn {
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 90px;
    background-color: #b01127;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header .query-btn:hover {
    background-color: #e05155;
}

.header .query-btn > span {
    padding-left: 28px;
    background: url('../image/query_ico.png') left center no-repeat;
}

.nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.nav-item {
    position: relative;
    width: 10%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
    background-color: #b01127;
    text-align: center;
}

.nav-node {
    display: block;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-item:hover .nav-node,
.nav-item.active .nav-node {
    font-size: 24px;
    font-weight: bold;
    background-color: #ffaf23;
}

/* 右侧固定栏目 */

.side-bar {
    position: fixed;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    box-shadow: 0 0 15px rgba(76, 66, 66, 0.15);
    background-color: #fff;
    z-index: 9;
}

.side-bar-item {
    width: 86px;
    height: 80px;
    margin-bottom: 10px;
    background-position: center 18px;
    background-repeat: no-repeat;
    text-align: center;
    box-sizing: border-box;
}

.side-bar-item:last-child {
    margin-bottom: 0;
}

.side-bar-item > a {
    display: block;
    height: 100%;
    padding-top: 48px;
    line-height: 26px;
    color: #333;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.side-bar-item:hover {
    color: #fff;
    background-color: #b01127;
}

.side-bar-item:hover > a {
    color: #fff;
}

.icon-faq {
    background-image: url('../image/faq_ico.png');
}

.side-bar-item:hover.icon-faq {
    background-image: url('../image/faq_icoh.png');
}

.icon-old-website {
    background-image: url('../image/old_website_ico.png');
}

.side-bar-item:hover.icon-old-website {
    background-image: url('../image/old_website_icoh.png');
}

.icon-hotline {
    background-image: url('../image/hotline_ico.png');
}

.side-bar-item:hover.icon-hotline {
    background-image: url('../image/hotline_icoh.png');
}

.icon-gotop {
    background-image: url('../image/gotop_ico.png');
}

.side-bar-item:hover.icon-gotop {
    background-image: url('../image/gotop_icoh.png');
}

@media (max-width: 1400px) {
    .side-bar {
        right: 0;
    }
}

/* 页尾 */

.footer {
    background-color: #2f2f2f;
    color: #fff;
    margin-top: 30px;
}

.footer a {
    color: #fff;
}

.foot-link {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-color: #3f3f3f;
}

.foot-link-item {
    position: relative;
    padding: 0 20px;
}

.foot-link-item:after {
    position: absolute;
    right: 0;
    content: '|';
}

.foot-link-item:first-child {
    padding-left: 0;
}

.foot-link-item:last-child {
    padding-right: 0;
}

.foot-link-item:last-child:after {
    display: none;
}

.foot-info {
    position: relative;
    padding: 30px 230px 30px 0;
}

.foot-info-row {
    line-height: 30px;
}

.foot-info-row > span {
    margin-right: 35px;
}

.foot-info-row > span:last-child {
    margin-right: 0;
}

.foot-zhaocuo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.foot-party {
    position: absolute;
    right: 145px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

/*2021-10-29新增*/
/*面包屑*/
.local {
    height: 64px;
    line-height: 64px;
    padding-left: 28px;
    background: url('../image/local.png') 2px center no-repeat;
}

.local a {
    color: #666;
}
.local a.current {
    color: #b01127;
}

/*子页面模块通用样式*/

.module {
    padding: 0 16px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.module-hd {
    height: 66px;
    line-height: 66px;
}

.module-hd-title {
    padding-left: 11px;
    font-size: 20px;
    font-weight: bold;
}

.line {
    height: 5px;
    background: url('../image/line.png');
}

.module-bd {
    padding-bottom: 35px;
}

/* 搜索框 */
.search-box {
    position: relative;
    margin-right: 8px;
}

.search-input {
    width: 232px;
    height: 41px;
    border-radius: 22px;
    border: 1px solid #dbb9bd;
    background-color: #fdf8f9;
    color: #999;
    padding-left: 15px;
    padding-right: 60px;
}

.search-btn {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url('../image/search-btn.png') no-repeat center center;
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
    cursor: pointer;
}

/* 左侧导航 */
.nav-left {
    width:305px ;
    height: 1082px;
    background-color: #fff;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.nav-title {
    height: 67px;
    line-height: 67px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 3px;
    background: url('../image/sec-nav-hd.png');
    background-size: 100% 100%;
    padding: 0 42px;
}

.wb-tree-items {
    width: 270px;
    margin: 14px auto 0 auto;
    border-radius: 4px;
    overflow: hidden;
}

.wb-tree-items .wb-tree-node>a {
    color: #666;
}

.wb-tree-node {
    border-radius: 4px;
    background-color: #f4f4f4;
}

.wb-tree-sub {
    border-radius: 4px;
    overflow: hidden;
    padding: 15px 0;
}

.wb-tree-node,
.wb-tree-sub a {
    display: block;
    width: 270px;
    height: 50px;
    line-height: 50px;
    padding-left: 53px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.wb-tree-sub a {
    color: #333;
}

.wb-tree-iconr {
    float: right;
    width: 9px;
    height: 16px;
    margin-top: 15px;
    margin-right: 18px;
    background: url("../image/nav-left-commom.png") no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
    padding-left: 81px;
    font-size: 18px;
    position: relative;
}

.wb-tree-item.current>a {
    color: #b01127;
}

.wb-tree-item>a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    left: 66px;
    top: 50%;
    transform: translateY(-50%);
}

.wb-tree-item>a:hover {
    color: #b01127;
}

.wb-tree-item>a:hover::before {
    background-color: #b01127;
}

.current .wb-tree-iconr {
    width: 9px;
    height: 16px;
    margin-top: 15px;
    margin-right: 18px;
    background: url("../image/wblistr.png") no-repeat;
}

.wb-tree-subs {
    background-color: #f6f6f6;

}


.current .wb-tree-node {
    background-color: #b01127;
}
.current .wb-tree-node a{
    color: #333;
}

.current .wb-tree-node>a {
    color: #fff;
}

.current .wb-tree-sub {
    display: block;
}


/* 分页 */
.pager {
    margin-top: 45px;
    margin-left: 18%;
}

.m-pagination-page li {
    margin: 0 2px;
}

.m-pagination-page > li > a {
    padding: 0 7px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}
.m-pagination-page > li.active > a {
    background-color: #b01127;
}

.m-pagination-size > select {
    height: 26px;
}

.m-pagination-info span {
    padding: 0 3px;
    color: #b01127;
}

.m-pagination-jump {
    margin-left: 50px;
    position: relative;
}

.m-pagination-page > li.active > a {
    border-color: transparent;
}

.m-pagination-jump .m-pagination-group {
    width: 180px;
}

.m-pagination-jump::before {
    content: '跳至';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -35px;
}

.m-pagination-jump::after {
    content: '页';
    color: #666;
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.m-pagination-jump input {
    margin-top: 3px;
    border: 1px solid #eaedef;
    height: 24px;
}

.m-pagination-jump button {
    width: 55px;
    height: 26px;
    margin-top: 3px;
    border: 0;
    background-color: #b01127;
    color: #fff;
    border-radius: 2px;
    margin-left: 40px;
    position: relative;
}

.m-pagination-page > li:hover > a,
.m-pagination-group > button:hover {
    background-color: #b01127;
}

.m-pagination-page li:hover a{
    color: #fff;
}


.module .chosen-container-active .chosen-single {
    border: 1px solid #d2d2d2;
}

.module .chosen-container .chosen-results li.highlighted {
    background-image: none;
    background-color: #b01127;
    color: #fff;
}

/* 2021-11-1 新增 信息列表 */

.infor-list {
    min-width: 874px;
    height: 1082px;
    margin-left: 325px;
}

.list-title {
   height: 42px;
   line-height: 42px;
   border-radius: 4px;
   margin: 20px 4px 0 4px;
   background-color: #f9e7e7;
   font-size: 16px;
}

.list-title li {
   float: left;
   text-align: center;
}

.list-title li:nth-child(1) {
   width: 82%;
   text-align: left;
   padding-left: 38px;
}

.list-title li:nth-child(2) {
   width: 18%;
}


/* 列表内容 */

.list {
   margin: 0 4px;
   padding-top: 10px;
   font-size: 0;
   max-height: 690px;
   overflow: hidden;
}

.list-item > * {
   display: inline-block;
}

.list-item {
   height: 52px;
   line-height: 52px;
   border-radius: 5px;
   margin-bottom: 8px;
}

.list-item:hover {
   background-color: #fdf7f7;
}

.item-name {
   width: 82%;
   color: #333;
   padding-left: 38px;
   padding-right: 50px;
   vertical-align: top;
   font-size: 16px;
}

.item-date {
   width: 18%;
   font-size: 16px;
   text-align: center;
}

.list-item:hover {
   color: #b01127;
}

.list-item:hover .item-name {
   color: #b01127;
}


/* 2021-11-09新增 */
/* 子页面二级导航 */
.subject-nav {
    font-size: 18px;
    height: 102px;
    padding: 30px 60px 20px 60px;
    display: flex;
    justify-content: space-between;
}

.subject-nav a {
    display:block;
    color: #aaa;
}

.subject-nav-item {
    width: 200px;
    height: 52px;
    line-height: 52px;
    background-color: #eeeff2;
    border-radius: 26px;
    text-align: center;
}

.subject-nav-item:hover {
    background-color: #b01127;
}
.subject-nav-item.active {
    background-color: #b01127;
}

.subject-nav-item.current {
    background-color: #b01127;
}

.subject-nav-item:hover  a {
    color: #fff;
}
.subject-nav-item.active  a {
    color: #fff;
}

.subject-nav-item.current  a {
    color: #fff;
}

/* 自定义时间 */
.ewb-datetime {
    width: 212px;
    padding-left: 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #cfcfcf;
    color: #999;
    margin-left: 5px;
    background: url('../image/date-icon.png') 190px center no-repeat;
}

 #layui-laydate1 .layui-laydate-header {
    background-color: #b01127 !important;
}

body #layui-laydate1 .layui-this {
    background-color: #b01127 !important;
}

body .layui-laydate-content td.laydate-selected {
    background-color: #b01127;
    color: #fff;
}

/* 1117 */
.nav-item{
    position: relative;
}

.nav-sec-lists{
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 80px;
    background: rgba(176, 17, 39, 0.7);
}

.nav-item:hover .nav-sec-lists{
    display: block;
}

.nav-sec-list a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.nav-sec-list a:hover{
    background: #f37f6e;
}
