@charset "utf-8"; /* CSS Document*/
html {
    color: #333;
}

div,dl,dt,dd,ul,li,h1,h2,h3,form,legend,input,button,textarea,select,p,th,td {
    margin: 0;
    padding: 0;
}

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

img {
    border: none;
}

button,em,input,option,select,textarea,th {
    font: inherit;
    border: none;
}

li {
    list-style: none;
}

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

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333;
    font-family: Microsoft YaHei,Simsun,SimHei,Arial;
    background-color: #ffffff;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    /*-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;*/
}

a:hover {
    text-decoration: none;
    color: #333;
    text-decoration: none;
}

input {
    outline: none;
}

select {
    /* appearance: none;*/
    /* background: url(2022_sjfb_arr.png) no-repeat 88px 12px;*/
}

img {
    vertical-align: middle;
    border-style: none;
}

*, ::after, ::before, :after, :before {
    box-sizing: border-box;
}

/****公用****/
.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 100%;
    position: relative;
}

/* 过度*/
a img,img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all .3s ease-out;
}

/****公用****/
.w1200 {
    width: 1200px;
    margin: 0px auto;
}

.w1300 {
    width: 1300px;
    margin: 0px auto;
}

.app_section {
    height: 165px;
    width: 100%;
    z-index: 999;
    top: 0;
    /* position: fixed;*/
    background: #1656cc;
    border-bottom: 1px solid #346bd2;
}

.app_section .one_section {
    /* height: 73px;*/
}

.app_section .one_section .navig_sec {
    width: 100%;
    padding: 0 24px;
    /* height: 72px;*/
    position: relative;
}

.nav_logo {
    position: relative;
    display: flex;
}

.sj_logo {
    padding-top: 15px;
    /* display: inline-block;*/
}

.sj_logo::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    margin: 0px 2px;
    background: #efefef;
    opacity: .41;
    top: 15px;
    left: 385px;
}

.flex_base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accessible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: hsla(0,0%,100%,.8);
    cursor: pointer;
}

.accessible>a,.accessible>span {
    padding: 0 15px;
    color: hsla(0,0%,100%,.8);
    width: 110px;
}

.app_section .one_section .navig_sec .land_sec {
    height: 40px;
    line-height: 40px;
}

.app_section .one_section .navig_sec .land_sec .land_txt {
    height: 30px;
    border-radius: 3px;
}

.app_section .one_section .navig_sec .land_sec .land_txt.login span {
    color: #355cb9;
}

.app_section .one_section .navig_sec .land_sec .land_txt span {
    font-size: 14px;
}

.el-button, .el-message-box .el-message-box__btns button {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 28px;
    height: 30px;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d3d9e6;
    border-color: #d3d9e6;
    color: #333;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 0 12px;
    font-size: 12px;
    border-radius: 4px;
}

.app_section .two_section {
    height: 73px;
}

.app_section .two_section .navig_tabs {
    margin: 0 auto;
}

.app_section .two_section .navig_tabs .el-tabs__header, .app_section .two_section .navig_tabs .el-tabs__nav-wrap .el-tabs__nav {
    margin: 0;
}

.el-tabs__header {
    padding: 0;
    position: relative;
    margin: 0 0 15px;
}

.el-tabs__nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
    position: relative;
}

.el-tabs__nav-scroll {
    overflow: hidden;
}

.el-tabs__nav.is-stretch {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.el-tabs__nav {
    white-space: nowrap;
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    float: left;
    z-index: 2;
}

.app_section .two_section .navig_tabs .el-tabs__nav-wrap .el-tabs__nav .el-tabs__active-bar {
    background: #fff;
}

.el-tabs__nav.is-stretch>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.el-tabs__nav.is-stretch>ul {
    text-align: left;
}

.el-tabs__nav.is-stretch>ul>li {
    display: inline-block;
    width: 12%;
    text-align: center;
}

.el-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #088dff;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    list-style: none;
}

.app_section .two_section .navig_tabs .el-tabs__nav-wrap .el-tabs__nav .on {
    font-weight: 700;
    border-bottom: 2px solid #fff;
}

.app_section .two_section .navig_tabs .el-tabs__nav-wrap .el-tabs__nav .on a {
    font-weight: bolder;
    font-size: 20px;
}

.app_section .two_section .navig_tabs .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item {
    padding: 0 16px;
    height: 73px;
    line-height: 73px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: transparent!important;
}

.app_section .two_section .navig_tabs .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item a {
    color: #fff;
}

.el-tabs__item {
    padding: 0 20px;
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 35px;
    display: inline-block;
    list-style: none;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    position: relative;
}

.app-main {
    padding: 0;
    background-color: #f5f7fc;
    min-height: calc(106vh - 165px);
    width: 100%;
    position: relative;
    overflow-y: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f7fc;
}

.bannerSec {
    background: url(2022_sjkf_Citybg.png) top center no-repeat;
    /* margin-top: 147px;*/
}

.el-main {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    overflow: auto;
    /*padding: 20px;*/
}

.app-main .app-main-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.bannerSec .bg_tit {
    margin: 0 auto;
    font-family: FZZHJW--GB1-0;
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.search_card {
    margin-right: 12px;
    position: relative;
    width: 700px;
    margin: 0px auto;
}

.search_card .input_big {
    font-size: 16px;
    border: 10px solid hsla(0,0%,100%,.3);
    margin-bottom: 20px;
}

.el-input-group {
    line-height: normal;
    display: inline-table;
    width: 100%;
    position: relative;
    border-collapse: separate;
    border-spacing: 0;
}

.el-input {
    position: relative;
    font-size: 12px;
    display: inline-block;
    width: 100%;
}

.search_card .input_big .el-input-group__prepend {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

.search_card .input_big .el-input-group__prepend img {
    width: 40px;
    height: 40px;
}

.el-input-group__prepend {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.el-input-group__append, .el-input-group__prepend {
    background-color: #088dff;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #d3d9e6;
    border-color: #006be6;
    border-radius: 4px;
    padding: 0 17px;
    width: 1px;
    white-space: nowrap;
}

.search_card .input_big.el-input__inner {
    height: 56px;
    min-width: 288px;
    border: none;
    border-radius: 4px 0 0 4px;
    padding-left: 70px;
}

.el-input-group>.el-input__inner {
    vertical-align: middle;
    display: table-cell;
    padding-right: 30px;
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #d3d9e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    display: inline-block;
    font-size: inherit;
    height: 56px;
    line-height: 56px;
    text-indent: 50px;
    outline: none;
    padding: 0 12px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.search_card .input_big .el-input-group__append {
    width: 80px;
    height: 56px;
    background-color: #faaf39;
    border: none;
    border-radius: 0 4px 4px 0;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0;
}

.el-input-group__append, .el-input-group__prepend {
    background-color: #088dff;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #d3d9e6;
    border-color: #006be6;
    border-radius: 4px;
    padding: 0 17px;
    width: 1px;
    white-space: nowrap;
}

.el-button--serch {
    background: url(2022_sjkf__input.png) 8px 13px no-repeat;
    border: none;
    width: 100%;
    height: 100%;
}

.container .main-wrap .footer-box[data-v-5802f079] {
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    width: 1160px;
    height: 120px;
    background: #fff;
    -webkit-box-shadow: 4px 3px 9px 1px rgb(9 101 206 / 10%);
    box-shadow: 4px 3px 9px 1px rgb(9 101 206 / 10%);
}

.common-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.common-box .box {
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    cursor: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.common-box .box>div {
    margin-left: 20px;
}

.common-box .title {
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.common-box .description {
    width: 200px;
    color: #999;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-box {
    margin: -160px auto 0px auto;
}

.footer-box {
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    width: 1160px;
    height: 120px;
    background: #fff;
    -webkit-box-shadow: 4px 3px 9px 1px rgb(9 101 206 / 10%);
    box-shadow: 4px 3px 9px 1px rgb(9 101 206 / 10%);
}

.title_content {
    background: url(2022_sjkf__index_titbg.png) center no-repeat;
    border: 1px solid transparent;
}

.title_content .title-text {
    position: relative;
    margin-top: 32px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.title_content .title-text:before {
    position: absolute;
    content: '';
    left: calc(50% - 23px);
    width: 47px;
    height: 2px;
    opacity: 1;
    background: #2189ec;
    bottom: -5px;
}

.box_line1_header {
    /* height: 50px;*/
    margin: 20px auto;
}

.box_line1_header>ul {
    width: 32.555%;
    height: 50px;
    display: block;
    margin: 0px auto;
    text-align: center;
}

.box_line1_header>ul>li {
    border-radius: 12px;
    margin: 0px 30px;
    float: left;
    /* height: 50px;*/
    padding: 0px 25px;
    line-height: 45px;
    border: 2px solid #1657cb;
}

.box_line1_header>ul>li>a {
    font-size: 20px;
    color: #666666;
}

.box_line1_header .on {
    background: #1657cb;
}

.box_line1_header .on a {
    color: #fff;
}

.section_article p {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    color: #333333;
}

.section_article ul li {
    float: left;
    display: inline-block;
    padding-bottom: 10px;
}

.section_article ul li span {
    font-size: 20px;
    color: #333;
    text-align: center;
    display: block;
    /* padding-top: 5px;*/
}

.section_article ul li a {
    background-position-x: center;
    display: block;
    width: 150px;
    overflow: hidden;
    height: 160px;
    /* padding-top: 110px;*/
    -webkit-transition: all 0.3s ease-out;
    transition: all .3s ease-out;
}

.section_article ul li a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.ico_list p {
    margin-top: 0;
    margin-bottom: 15px;
}

.dept-row {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.deptBox {
    width: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 8px
}

.dept-row {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px
}

.dept-row .dept-hover {
    background: #fff;
    height: 64px;
    border-radius: 4px;
    border: 1px solid #f0f1f3;
    -webkit-box-shadow: 0 6px 15px 0 rgba(168,179,191,.15);
    box-shadow: 0 6px 15px 0 rgba(168,179,191,.15);
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    width: 100%
}

.dept-row .dept-hover p {
    border-left: 4px solid #2662ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    color: #212121;
    font-size: 16px;
    margin-top: 5px;
    padding-left: 12px
}

.dept-row .dept-hover:hover {
    background: #1657cc
}

.dept-row .dept-hover:hover p {
    border-color: #fff;
    color: #fff
}

.dept-row .dept-hover .dept-top .dept-bg {
    width: 62px;
    height: 62px;
    margin: 0 auto 12px
}

.dept-row .dept-hover .dept-top .dept-bg span {
    font-size: 22px;
    color: #fff;
    line-height: 62px
}

.dept-row .dept-hover .dept-num {
    display: none;
    position: relative;
    top: 25px
}

.warps_content {
    min-height: 600px;
    /* margin-top: -60px;*/
}

.shuju_hot {
    width: 100%;
    height: 650px;
    background-image: url(sjhot_bg.png);
}

.shuju_hot .new-data-content {
    height: 650px;
    padding-top: 35px;
    box-sizing: border-box;
}

.shuju_hot .new-data-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    width: 100px;
    height: 24px;
    margin: 0 auto;
}

.shujuBox {
    display: flex;
    margin-top: 50px;
}

.shujuBox .fl {
    width: 180px;
}

.shujuBox .fl .tabTitle {
    height: 80px;
    color: #46465f;
    font-size: 18px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
    letter-spacing: 1px;
    background: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .2s linear;
}

.shujuBox .fl .active {
    color: #fff;
    background: #1492ff;
}

.shujuBox .fr {
    padding: 40px;
    box-sizing: border-box;
    margin-left: 30px;
    width: 990px;
    background: #fff;
    height: 480px;
    overflow: auto;
}

.shujuBox .fr img {
    width: 100%;
    height: 100%;
}

.shujuBox .fr .boday .item {
    margin-bottom: 20px;
    cursor: pointer;
}

.shujuBox .fr .boday .item section:first-child {
    margin-top: 0;
}

.shujuBox .fr .boday .item section:last-child .info {
    border-bottom: none;
}

.shujuBox .fr .boday .item section {
    margin-top: 13px;
}

.shujuBox .fr .boday .item .head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.shujuBox .fr .boday .item .head img {
    width: 53px;
}

.shujuBox .fr .boday .item .head .title {
    font-size: 18px;
    font-weight: 700;
    color: #1e1e1e;
    margin-left: 20px;
}

.shujuBox .fr .boday .item .info {
    display: flex;
    padding-left: 75px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;
}

.shujuBox .fr .boday .item .info>div {
    margin-right: 40px;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shujuBox .fr .boday .item .info>div:first-of-type {
    width: 18%;
}

.search_card .hot_keys {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}

.search_card .btnSpan {
    cursor: pointer;
    margin-right: 10px;
    white-space: nowrap;
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btnSpan a {
    color: #fff;
}

.hot_keys {
    color: #fff;
}

.advanced-search-content {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ref {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
}

.svg-icon {
    width: 1.1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.el-popover_event {
    display: flex;
    align-items: start;
    position: relative;
}

.echarts-info-box {
    background-color: rgb(230,237,247,1);
    padding: 15px;
    text-indent: .5em;
    text-align: left;
    border-radius: 0.5rem;
    position: absolute;
    right: 0rem;
    top: -15rem;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
    white-space: normal;
    width: 350px;
}

.echarts-info-box span {
    font-size: 15px;
    display: block;
    line-height: 1.8rem;
}

.echarts-info-box span h4 {
    display: inline-block;
    font-weight: bold;
    clear: both;
    margin: 0;
}

.echarts-info-box.active {
    z-index: 110;
    opacity: 1;
}

.echarts-info-close {
    position: absolute;
    top: .1rem;
    right: .1rem;
    width: .2rem;
    line-height: .2rem;
    cursor: pointer;
}

.echarts-info-box header {
    margin-bottom: 15px;
}

.echarts-info-box header h2 {
    font-size: 20px;
    text-align: left;
    display: inline-block;
}

.ous-icon-close {
    font-style: normal;
    position: absolute;
    right: 20px;
    font-size: 15px;
}

.ous-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #d3d9e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    display: inline-block;
    font-size: inherit;
    height: 30px;
    margin-left: -6px;
    line-height: 30px;
    outline: none;
    padding: 0 12px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.ous-form {
    color: #666;
}

.ous-input_pack {
    width: 47%;
}

.ous-input_pack select {
    border: none;
    outline: 0;
    border-radius: 5px;
    padding: 0 18px;
    width: 100%;
    color: #666;
    font-size: inherit;
    height: 30px;
    text-align: center;
    margin: 10px 0 10px -6px;
    border: 1px solid #d3d9e6;
    background: #fff;
}

.new-content-date {
    border: none;
    outline: 0;
    border-radius: 5px;
    /* padding-left: 18px;*/
    /* font-size: 16px;*/
    /* height: 40px;*/
}

.new-content-date input {
    border: none;
    outline: 0;
    border-radius: 5px;
    padding: 0 18px 0 10px;
    width: 100%;
    color: #666;
    font-size: inherit;
    height: 30px;
    width: 47%;
    text-align: left;
    margin: 0px 0 10px 0px;
    border: 1px solid #d3d9e6;
    background: #fff url(2022_sjkf__timebg.png) right center no-repeat;
}

/*日期选择样式*/
.date-js {
    position: absolute;
    background-color: #fff;
    width: 245px;
    margin-top: 20px;
    top: 116px;
    right: -230px;
    border: 1px solid #e2e2e2;
    display: flex;
    flex-flow: column;
    z-index: 999;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}

.date-js .show-year {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
}

.date-js .show-year .show-date {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-js .show-year .change-date {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.date-js .show-year .change-date:hover {
    color: #3B87D7;
}

.date-js .show-week {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
}

.date-js .show-week .week-day {
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.date-js .show-month {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.date-js .show-month .month-day {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.date-js .show-month .month-day.active {
    background-color: #3B87D7;
    border-radius: 50%;
    color: #fff;
}

.date-js .show-month .month-day.today {
    color: #3B87D7;
}

.date-js .show-month .month-day.today.active {
    color: #fff;
}

.date-js .show-month .month-day.active:hover {
    color: #fff;
}

.date-js .show-month .month-day.not-this-month {
    color: #c0c4cc;
}

.date-js .show-month .month-day:hover {
    color: #3B87D7;
}

.date-js .bts {
    width: 100%;
    height: 30px;
    border-top: 1px solid #e2e2e2;
    display: flex;
}

.date-js .bts .bt {
    width: 50%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.date-js .bts .bt:first-child {
    border-right: 1px solid #e2e2e2;
}

.date-js .bts .bt:hover {
    background-color: deepskyblue;
    color: #fff;
}

/*日期选择样式*/
.ous-comuit button {
    padding: 0px 20px;
    border-radius: 5px;
    margin: 0 0 0 5px;
}

.ous-comuit button:first-child {
    color: #088dff;
    background: #fff;
    border-color: #c2e3ff;
}

.ous-comuit button:last-of-type {
    color: #fff;
    background-color: #088dff;
    border-color: #006be6;
}

/*数据开放列表*/
.home-header {
    height: 380px;
    background: url(2022_sjkf_Citybg.png) no-repeat;
    /* margin-top: 147px;*/
    /* background-size: cover;*/
}

.home-header .search {
    padding: 1px 0 0 0;
    position: relative;
}

.home-header .search .search-box {
    margin: 50px 0 0 0px;
    position: relative;
    width: 710px;
}

.home-header .search .search-box .search-input {
    position: relative;
    background: #fff;
    width: 540px;
    height: 50px;
}

.keywords a {
    color: #fff;
}

.home-header .search .search-box .el-input {
    width: 590px;
    position: relative;
    font-size: 14px;
    display: block;
    width: 100%;
}

.home-header .search .search-bos {
    margin: 100px 0 0 0px;
    position: relative;
    width: 710px;
}

.home-header .search .search-bos .search-input {
    position: relative;
    background: #fff;
    width: 540px;
    height: 50px;
}

.keywords a {
    color: #fff;
}

.home-header .search .search-bos .el-input {
    width: 590px;
    position: relative;
    font-size: 14px;
    display: block;
    width: 100%;
}

.ous-input_listpage {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    width: 88%;
    text-indent: 12px;
    float: left;
}

.ous-button_listpage {
    background: #FAAF39 url(2022_sjkf__input.png) 50% 11px no-repeat;
    border: none;
    width: 12%;
    height: 50px;
    display: block;
    float: right;
}

.home-header .search .search-box .el-input__inner {
    height: 48px;
    font-size: 18px;
    text-indent: 15px;
    line-height: 48px;
    border-radius: 3px;
    background: #fff;
    width: 100%;
    border: none;
    padding-right: 30px;
}

.home-header .search .search-box .btncls {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 120px;
    height: 46px;
    line-height: 46px;
    background: #2cadff;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.home-header .search .search-box .keywords {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 15px;
}

.home-header .search .search-box .keywords span {
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
}

.title-content {
    padding-top: 10px;
    color: #fff;
    background: url(2022_sjkf__list_titico.png) 1px 0px no-repeat;
    height: 38px;
    text-indent: 55px;
    line-height: 20px;
    margin-bottom: 60px;
}

.title-content span {
    font-size: 25px;
}

.left-content-catalog {
    float: left;
    width: 25%;
    background: #fff;
}

.accordion {
    width: 100%;
    max-width: 360px;
    margin: 0px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion li {
    margin-bottom: 15px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #fff;
    height: 60px;
    font-size: 20px;
    background: #1656cc;
    /* border-bottom: 1px solid #CCC;*/
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    right: 20px;
    top: 19px;
    width: 22px;
    height: 22px;
    background: url(2022_sjfb_list_down.png);
}

.accordion li i.fa-chevron-down {
    /* right: 12px;*/
    /* left: auto;*/
    /* font-size: 16px;*/
}

.accordion li.open .link {
    color: #efefef;
    font-weight: bolder;
}

.accordion li.open i {
    color: #1656cc;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Submenu*/
.submenu {
    display: none;
    /* background: #444359;*/
    border: 1px solid #eeeced;
    font-size: 14px;
    margin: 15px 0;
}

.submenu li {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #eeeced;
}

.submenu li:last-child {
    border-bottom: none;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: 12px;
    font-size: 15px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:before {
    position: absolute;
    top: 18px;
    left: 28px;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #999;
}

.submenu a:hover {
    background: #1656cc;
    color: #FFF;
}

.content_right {
    float: right;
    width: 70%;
    background: #fff;
}

.content_right .content_right-title {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: 2px solid #ededed;
}

.right-title_ins {
    display: inline-block;
    padding: 0px 20px;
    height: 60px;
    text-align: center;
    border-bottom: 2px solid #2069d8;
}

.content_right .content_right-title span {
    color: #4a8ef9;
    margin: 0 6px;
}

/*数据开放列表*/
#box {
    width: 850px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(73,66,66,.1);
    margin: 0px auto 30px auto;
    /* border: 1px solid #E5E5E5;*/
}

#box dl {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dadada;
    margin: 0 20px;
}

#box dt {
    float: left;
    color: #8a8a8a;
}

#box dd {
    float: left;
    color: #252525;
    margin: 0 10px;
    font-size: 14px;
    cursor: pointer;
}

#box dd.active {
    color: #1656cc;
    font-weight: bold;
}

#box dl.select {
    background: #efefef;
    margin: 0;
    padding: 0 20px;
}

#box dl.select dd {
    border: 1px solid #1656cc;
    height: 25px;
    line-height: 25px;
    margin-top: 13px;
    padding: 0 2px 0 10px;
    border-radius: 3px;
    background-color: #fff;
}

#box dl.select dd span {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    background: #1656cc;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.content-header {
    padding-bottom: 15px;
    background-color: #fff;
    border-radius: 4px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e9edf5;
}

.content-header .search-input {
    width: 200px!important;
    float: right;
    position: relative;
    font-size: 12px;
    display: inline-block;
    width: 100%;
}

.content-header .el-input__inner {
    padding-left: 30px;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    background: url(2022_sjfb_serch_listbg.jpg) 5px 0px no-repeat;
    border: 1px solid #d3d9e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    display: inline-block;
    font-size: inherit;
    height: 30px;
    line-height: 30px;
    text-indent: 30px;
    outline: none;
    padding: 0 12px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.eos-input__prefix {
    position: absolute;
    height: 100%;
    left: 10px;
    top: 1px;
    text-align: center;
    color: #ccc;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.eos-input__prefix .eos-input__icon {
    font-size: 16px;
}

.eos-input__icon:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.content-header .holder-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-header .content-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-header .content-order span {
    margin-right: 10px;
}

.content-header .content-order .order-time {
}

.content-header .content-order .order-time i {
    width: 28px;
    height: 28px;
    background: url(2022_sjfb_serch_listous.jpg) 1px 2px no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
}

.content-header .content-order span a {
    height: 28px;
    line-height: 28px;
    /* padding: 0px 17px 0px 0px;*/
    display: block;
    float: left;
    margin-right: 7px;
    /* background: url(2022_sjfb_serch_listous.jpg) -150px 0px no-repeat;*/
}

.content-header .content-order .order-cace i {
    width: 28px;
    height: 28px;
    background: url(2022_sjfb_serch_listous.jpg) -122px 2px no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
}

.content-header .content-order span i:last-child {
    background: url(2022_sjfb_serch_listous.jpg) -200px 0px no-repeat;
    width: 16px;
}

.content-header .content-order .order-down i {
    width: 28px;
    height: 28px;
    background: url(2022_sjfb_serch_listous.jpg) -122px 2px no-repeat;
    display: block;
    float: left;
    margin-right: 5px;
}

.content-list {
}

.directory-item-card-wrapper {
    position: relative;
    display: grid;
    width: 100%;
    box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
    margin: 15px 0;
    border-radius: 4px;
    background-color: #fff;
    padding: 24px 10px 16px 10px;
    border-bottom: 1px solid #e9edf5;
    transition: transform 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98), box-shadow 0.25s cubic-bezier(0.7, 0.98, 0.86, 0.98);
}

.directory-item-card-wrapper:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 5px 8px rgba(51, 51, 51, 0.18);
}

.directory-item-card-wrapper:first-child {
    margin-top: 0px;
}

.directory-item-card-wrapper .item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 12px;*/
}

.directory-item-card-wrapper .item-header::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: hsl(200 100% 80%);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: bottom right;
}

.directory-item-card-wrapper .item-header .item-title {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-right: 8px;
    max-width: 65%;
    cursor: pointer;
    border-left: 3px solid #1656cc;
    padding-left: 10px;
}

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

.item-action {
}

.item-action>div {
    display: block;
    float: left;
    margin: 0px 10px;
}

.item-action .Share {
    padding-left: 35px;
    height: 30px;
    line-height: 35px;
    background: url(2022_sjfb_serch_share.jpg) no-repeat;
}

.item-action .Share span {
}

.item-action .Favo {
    padding-left: 35px;
    height: 30px;
    line-height: 35px;
    background: url(2022_sjfb_serch_share.jpg) -220px 0px no-repeat;
}

.item-action>div>span>a {
    color: #088dff;
}

.directory-item-card-wrapper .item-desc {
    color: #666;
    margin: 12px 0;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.directory-item-card-wrapper .item-desc span {
    margin-right: 15px;
}

.directory-item-card-wrapper .item-status {
    color: #333;
}

.el-row {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.item-status_rest {
    color: #666;
    /* display: flex;*/
    width: 100%;
}

.item-status_rest .view-num {
    height: 25px;
    line-height: 25px;
    padding-left: 30px;
    font-size: 14px;
    background: url(2022_sjfb_serch_listous.jpg) 0px 1px no-repeat;
}

.item-status_rest .view-down {
    height: 25px;
    line-height: 25px;
    padding-left: 30px;
    font-size: 14px;
    background: url(2022_sjfb_serch_listous.jpg) -122px 1px no-repeat;
}

.item-status_rest>div {
    display: inline-block;
    float: left;
    height: 20px;
    margin-right: 20px;
    /* width: 33.33333%;*/
    line-height: 20px;
}

.item-status_rest>div>span {
    /* margin-left: 10px;*/
    color: #999;
    font-size: 14px;
    /* font-weight: bolder;*/
}

.item-desc_pattern {
}

.item-desc_num i {
    font-style: normal;
}

.item-desc_pattern i {
    /* float: left;*/
    padding: 0 5px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
    color: #fff;
    margin-right: 5px;
    font-style: normal;
}

.item-desc_pattern .pattern_xlsx {
    background: #5489BE;
}

.item-desc_pattern .pattern_csv {
    background: #6F81C4;
}

.item-desc_pattern .pattern_json {
    background: #42A8D3;
}

.content-list_page {
}

.m-page .pagination {
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 30px 0;
}

.m-page .pg-info .current.prev {
    background-color: #fff;
    border-color: #ddd!important;
    border-radius: 4px;
    color: #ddd;
    cursor: not-allowed;
}

.m-page .pg-info .current {
    background-color: #0060FF;
    border: 1px solid #0060FF!important;
    border-radius: 4px;
    color: #fff
}

.current_none {
    border: none !important;
}

.m-page.pagination a, .m-page.pagination span {
    display: inline-block;
    float: none;
    padding: 4px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
}

.content-list_page .pagination a ,.content-list_page .pagination span {
    border: 1px solid #999;
    color: #999;
    border-radius: 4px;
    padding: 2px 10px;
}

/*数据详情页*/
.panel {
    position: relative;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #eee;
}

.panel .panel-body {
    padding: 25px 30px;
}

.directory-media {
    display: block;
    zoom: 1;}

.directory-media .directory-body {
    margin-left: 0;
}

.directory-media:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.directory-media .directory-body .d-header {
    margin-bottom: 6px;
    display: block;
    width: 100%;
    float: left;
}

.pull-left {
    float: left;
}

.directory-media .directory-body .d-header .d-title li {
    display: inline-block;
    vertical-align: middle;
}

.directory-media .directory-body .d-header .d-title li h4 {
    font-size: 25px;
    margin: 5px 0 15px 0;
    font-weight: 400;
    color: #1B8EF8;
}

.directory-media .directory-body .d-header .list-operation {
    padding-top: 5px;
}

.directory-media .directory-body .d-header .list-operation>li {
    float: left;
    margin-left: 20px;
}

.share_cata {
    position: relative;
    float: right;
    cursor: pointer;
    margin-top: 8px;
}

.share_cata:hover .share-content-dis {
    display: block;
}

.share_cata i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(2022_sjfb_share.png) 0px 0px no-repeat;
}

.share_cata .share-content-dis {
    display: none;
    position: absolute;
    z-index: 201;
    width: 116px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #eaeaec;
    background: #fff;
    top: 30px;
    left: -32px;
}

.share_cata .share-content-dis:before {
    z-index: 198;
    top: -12px;
    border-bottom: 12px #eaeaec solid;
    border-radius: 3px;
}

.share_cata .share-content-dis:after, .share_cata .share-content-dis:before {
    left: 43px;
    width: 0;
    border-left: 14px transparent solid;
    border-right: 14px transparent solid;
    position: absolute;
    height: 0;
    content: "";
}

.share_cata .share-content-dis>ul>li {
    height: 44px;
    padding: 7px 0;
}

a {
    color: #333;
    text-decoration: none;
}

.share_cata .share-content-dis>ul>li .icon, .share-content-dis-news>ul>li .icon {
    height: 30px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    width: 30px;
}

.share_cata .share-content-dis>ul>li .icon.QQ {
    background: url(2022_sjfb_share_qq.png) center/cover no-repeat;
}

.share_cata .share-content-dis>ul>li .icon.weibo {
    background: url(2022_sjfb_share_weibo.png) center/cover no-repeat;
}

.share_cata .share-content-dis>ul>li .icon.weixin {
    background: url(2022_sjfb_share_weixin.png) center/cover no-repeat;
}

.directory-media .directory-body .d-header .list-operation>li img {
    vertical-align: middle;
    padding-right: 8px;
}

.list-details {
    margin: 10px 0;
    /* padding-left: 15px;*/
    font-size: 15px;
}

.list-details:last-child {
    margin-bottom: 0;
}

.list-details ul>li {
    display: inline-block;
    padding-right: 30px;
}

.text-primary {
    color: #3d79d1;
}

.list-inline>li {
    display: inline-block;
}

.text-ligth-gray {
    float: right;
    padding-right: 0!important;
    margin-left: 28px;
    color: #aaa;
}

.box4_line {
    width: 100%;
    /* height: 301px;*/
}

.box4_header {
    /* height: 55px;*/
}

.box4_header {
    height: 50px;
    width: 100%;
    background: #1656cc;
}

.box4_header h3 {
    line-height: 40px;
    width: 18%;
    display: inline-block;
    /* float: left;*/
    /* border-bottom: 3px solid #205ADB;*/
}

.box4_header ul {
    width: 100%;
    padding: 0 5px;
    display: inline-block;
}

.box4_header h3 a {
    font-size: 20px;
    color: #666;
    font-weight: bold;
    padding-bottom: .59rem;
    border-bottom: 3px solid #205ADB;
}

.box4_header>ul>li {
    /* margin-right: 30px;*/
    float: left;
    height: 50px;
    padding: 0px 25px;
    line-height: 45px;
    border-top: 3px solid #1656cc;
}

.box4_header>ul>li>a {
    font-size: 20px;
    color: #fff;
}

.box4_header .on {
    background: #fff;
    border-radius: 12px 12px 0 0;
}

.box4_header .on a {
    color: #1656cc;
}

.box4_header ul li a span {
    font-size: 14px;
    color: #999999;
    line-height: 42px;
    margin-left: 10px;
}

.box4_header span {
    float: right;
    display: block;
    width: 10%;
    height: 42px;
}

.box4_header span a {
    line-height: 42px;
    font-size: 18px;
    color: #666;
}

.panel-contous {
    padding: 10px 20px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 15px;
    margin: 20px 0;
}

.panel-content .panel-body>ul>li[name=basicinfo] table>tbody>tr>td {
    text-align: left;
    height: 40px;
}

.table-striped2>tbody>tr>td:nth-of-type(odd) {
    background-color: #f6fafe;
}

.panel-content .panel-body>ul>li[name=basicinfo] table>tbody>tr>td:nth-of-type(odd) {
    padding-left: 40px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    padding: 10px 5px;
    text-indent: 12px;
}

.panel-content .panel-body>ul>li[name=basicinfo] table>tbody>tr>td:nth-of-type(even) {
    padding-left: 20px;
}

.table-striped2>tbody>tr>td:nth-of-type(odd) {
    background-color: #f6fafe;
    text-align: center;
}

.file-download .file-filter {
    overflow: hidden;
    margin: 5px 0 15px 15px;
    font-size: 15px;
}

.file-download .file-filter span {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    height: 25px;
    line-height: 20px;
}

.file-download .file-filter>ul {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    height: 25px;
}

.file-download .file-filter>ul>li.active, .file-download .file-filter>ul>li:hover {
    color: #65A4FF;
}

.file-download .file-filter>ul>li {
    cursor: pointer;
    float: left;
    margin-left: 35px;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    text-transform: none;
    overflow: visible;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.file-download table {
    border: 1px solid #E9E9E9;
    table-layout: fixed;
}

.file-download table td, .file-download table tr {
    height: 40px;
    border: 1px solid #E9E9E9;
}

.file-download table td {
    text-indent: 10px;
}

.file-download table input[type=checkbox] {
    position: relative;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #C1C1C1;
    border-radius: 5px;
    outline: 0;
}

.lay-out-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.app_head {
    display: none;
}

/*自适配样式*/
@media (max-width: 1100px) {
    .w1200 {
        width:100%;
    }

    .app_section {
        height: auto;
    }

    .app_section .one_section .navig_sec {
        height: auto;
    }

    .accessible,.nav_login_us {
        display: none !important;
    }

    .app_section .one_section {
        height: auto;
    }

    .sj_logo::before {
        display: none;
    }

    .sj_logo {
        margin-left: 0;
    }

    .app_section .two_section {
        height: auto;
        width: 100%;
    }

    .el-tabs__nav.is-stretch {
        width: 100%;
        display: block;
    }

    .el-tabs__nav.is-stretch>ul>li {
        width: 20%;
        display: block;
        float: left;
    }

    .app_section .two_section .navig_tabs .el-tabs__nav-wrap .el-tabs__nav .on {
        font-weight: normal;
        border-bottom: navajowhite;
    }

    .search_card {
        width: 98%;
    }

    .footer-box {
        display: none;
    }

    .box_line1_header>ul {
        width: 99%;
    }

    .box_line1_header>ul>li {
        padding: 0px 20px;
    }

    .box_line1_bottom {
        width: 100%;
    }

    .section_article ul li {
        width: 30%;
        margin: 0px 6px;
        display: initial;
        text-align: center;
    }

    .section_article ul li a {
        width: 100%;
    }

    .shujuBox {
        display: block;
    }

    .shujuBox .fl {
        width: 100%;
        height: 5rem !important;
        margin: 10px auto;
        display: block;
    }

    .shuju_hot {
        background: #3a4a72;
        height: auto;
        width: 99%;
        margin: 0px auto;
    }

    .shuju_hot .new-data-content {
        height: auto;
    }

    .shujuBox .fl .tabTitle {
        width: 45%;
        float: left;
        margin: 0px 5px;
    }

    .shujuBox .fr {
        width: 98%;
        float: left;
        height: auto !important;
        padding: 5px;
        margin: 0px auto 0px 4px;
    }

    .shujuBox .fr .boday .item .info>div:first-of-type {
        width: 100%;
    }

    .shujuBox .fr .boday .item .info {
        display: block;
    }
}

@media (max-width: 720px) {
    .top-head {
        width: 100%;
    }

    .warps_content {
        /* display:none;*/
    }

    .app_head {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .header-container {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        height: 75px;
        opacity: 1;
        background: #1657cc;
        border-bottom: 0.02667rem solid hsla(0,0%,100%,.1);
        box-sizing: border-box;
    }

    .header-container img {
        margin-left: 0;
        height: 70%;
    }

    .warps_content {
        margin: 0;
        min-height: 65rem;
        height: auto;
    }

    .header-container .login-btn {
        position: absolute;
        right: 4.06667rem;
        width: 2.66667rem;
        height: 0.64rem;
        opacity: 1;
        font-size: 1.3rem;
        font-weight: 400;
        line-height: .64rem;
        text-align: right;
        letter-spacing: 0;
        color: #fff;
    }

    .header-container .menu-btn {
        background-image: url(2022_sjfb_app_menuico.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        right: 1.16667rem;
        height: 1.5rem;
        width: 1.5rem;
    }

    .menu-item-wrapper {
        height: 60px;
        line-height: 60px;
        color: #fff;
        text-indent: 30px;
        font-size: 20px;
        position: relative;
    }

    .menu-item-wrapper:last-child {
    }

    .bottom-line {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0.02667rem;
        background: hsla(0,0%,100%,.1);
    }

    .app_banner-container {
        width: 100%;
        height: 12rem;
        clear: both;
        background-image: url(banner.3f336b35.svg);
        background-size: cover;
        background-position: 0 -0.02667rem;
        background-repeat: no-repeat;
    }

    .app_banner-title {
        /* position: absolute;*/
        /* left: 12%;*/
        /* top: 30%;*/
        /* width: 100%;*/
        text-align: center;
        /* margin: 0px auto;*/
        font-weight: 800;
        font-size: 1.5rem;
        /* line-height: .53333rem;*/
        /* letter-spacing: 0;*/
        color: #fff;
    }
}

@media (max-width: 480px) {
}

.tbody1 tr td:last-child a {
    color: #fff;
    background: #3b87d7;
    padding: 5px 15px;
    text-align: center;
    border-radius: 6px;
}