@charset"utf-8";

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333;
    -webkit-text-size-adjust: none;
    font-family: "Microsoft YaHei";
}

img {
    border: none;
}

h1,
h2,
h2,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

inter dl,
dt,
dd,
ul,
li,
form,
input {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

a {
    color: #333;
    text-decoration: none;
}

/*reset-style-end*/
/*public-style*/
body {
    background: url(../images/sjfb/main-bg.jpg);
}

.main-wrap {
    width: 1200px;
    margin: 0 auto;
}

.box-table-full {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.box-table-cell {
    display: table-cell;
    vertical-align: top;
}

.pd_t_a {
    padding-top: 30px
}

/*body-style*/
.top-banner {
    height: 275px;
    background: url(../images/sjfb/top_banner.jpg) no-repeat center;
    background-size: cover;
}

/*nav*/
.main-nav {
    border-bottom: 1px solid #c0c5c9;
}

.menus-table-full {
    display: table;
    width: 100%;
}

.menus li {
    display: table-cell;
    padding: 0 4px;
}

.menus a {
    display: block;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 4px;
    border-top-width: 4px;
    border-color: transparent;
    text-align: center;
    border-bottom-style: solid;
    border-top-style: solid;
}

.menus a.focus {
    border-bottom-color: #0055fe;
}

.menus a:hover {
    border-bottom-color: #0055fe;
}

/*main-body*/
.content-title {
    background: url(../images/sjfb/tit-bg.png) no-repeat center;
    background-size: 100% 200%;
    color: #fff;
    line-height: 2.5em;
    overflow: hidden;
}

.content-title .more {
    color: #fff;
    font-size: .75em;
    display: block;
    float: right;
    padding: 0 20px;
    font-family: Simsun;
}

.content-title-name {
    float: left;
    font-style: normal;
    font-weight: bold;
    font-size: 1.125em;
    margin-left: 25px;
}

.content-title .more:after {
    /*vertical-align: top;*/
    content: ">>";
    padding-left: 5px;
}

.interpret-list a {
    display: block;
    overflow: hidden;
    border-top: 1px dashed #b9babc;
    line-height: 1.5em;
    padding-top: .75em;
    padding-bottom: .75em;
}

.no-content-box {
    width: 42px;
}

.interpret-list a:first-child {
    border-top: none;
}

.interpret-list a:hover {
    color: #2cb2f1;
}

.interpret-list .qinas {
    margin: 0;
    float: left;
    width: calc(100% - 5.5em);
    font-size: 1em;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.interpret-list em {
    font-style: normal;
    color: #999;
    font-size: .875em;
    float: right;
}

.interpret-list.col-2 {
    margin-left: -2%;
    overflow: hidden;
}

.interpret-list.col-2>a {
    float: left;
    width: 48%;
    margin-left: 2%;
}

.pd_b_a {
    padding-bottom: 30px;
}

/*pubservice-block*/
.pubservice-block {
    display: flex;
    flex-wrap: wrap;
    background: url(../images/sjfb/blue_bg.jpg);
    padding: 30px 0;
}

.pubservice-block li {
    float: left;
    width: 20%;
}

.pubservice-block a {
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: -webkit-transform .2s linear;
    -moz-transition: -moz-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    transition: transform .2s linear;
}

.pubservice-block li a:hover {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}

.pubservice-block i {
    display: block;
    width: 80px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    border-radius: 100px;
}

.pubservice-block i img {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
}

.pubservice-block span {
    display: block;
    padding-top: 10px;
}

/*list-ym*/
.location {
    font-size: .875em;
    color: #999;
    line-height: 1.5em;
    padding: 10px 0;
}

.location:before {
    content: "";
    background: url(../images/sjfb/icon_location.png) no-repeat center;
    width: 16px;
    height: 1.5em;
    display: block;
    float: left;
}

.location * {
    float: left;
    padding-right: 5px;
    color: #999;
}

.location i {
    font-style: normal;
    color: #666;
}

.location a:after {
    content: ">";
    padding: 0 5px;
    font-family: "simsun";
}

#page .layui-laypage-count {
    background-color: transparent;
}

#addInfo {
    height: 400px !important;
    background: #fff;
}

.chart-bar {
    height: 400px !important;
    background: #fff;
}

.chart-title {
    color: #4184df;
    font-size: 1.25em;
    font-weight: bold;
    background: #fff;
    padding: 15px 30px;
    border-bottom: 1px solid #e8e8e8;
}

.chart-title span {
    display: block;
    float: left;
    padding-right: 10px;
}

.chart-title i {
    display: block;
    float: left;
    font-style: normal;
    color: #333;
    font-weight: normal;
    font-size: 0.75em;
    padding-top: 4px;
}

.chart-title:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.ad {
    display: block;
    margin-top: 20px;
    position: relative;
    overflow-x: hidden;
}

.ad a {
    display: block;
}

.ad img {
    display: block;
    width: 1200px;
    height: 120px;
}

/*首页1200以下start*/
@media screen and (max-width:1200px) {
    body {
        background-image: none;
        background-color: #fafafa;
    }

    /*m-nav start*/
    .top-banner {
        height: 200px;
    }

    .menus>ul {
        display: none;
    }

    .m-nav {
        /*display: none;*/
        position: absolute;
        top: 0px;
        right: 0px;
        width: auto;
        min-width: 240px;
        background: #fff;
        border-left: 1px solid #e8e8e8;
        z-index: 99;
    }

    .main-nav {
        border-bottom: none;
        background: #415bbb;
        height: 0;
    }

    .menus {
        position: relative;
    }

    .menus:after {
        content: "";
        display: block;
        background: url(../images/sjfb/icon_list.png) no-repeat center center;
        position: absolute;
        top: -44px;
        right: 6px;
        width: 40px;
        height: 40px;
        background-size: 60%;
    }

    .menus span {
        display: block;
        height: 40px;
        width: 40px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
    }

    .show {
        display: block;
    }

    .menus li {
        display: block;
        border-bottom: 1px solid #e8e8e8;
        padding: 0;
    }

    .menus li a {
        font-weight: normal;
        margin: 0;
        padding: 10px;
        border-top-width: 0;
        color: #666;
    }

    .menus a.focus {
        color: #E2534B;
        border-bottom: none;
    }

    .main-wrap {
        width: auto;
    }

    .interpret-list,
    .location {
        width: 96%;
        margin: 0 auto;
    }

    .interpret-list.col-2>a {
        width: 98%;
    }

    .interpret-list.col-2>a {
        float: left;
        width: 48%;
        margin-left: 2%;
    }

    .content-title {
        background: none;
        border-bottom: 1px solid #cecece;
    }

    .content-title .more {
        color: #666;
    }

    .content-title-name {
        color: #333;
        border-bottom: 1px solid #2faff0;
        display: inline-block;
        margin-left: 10px;
    }

    .box-table-cell {
        display: block;
    }

    .pd_t_a {
        padding-top: 15px;
    }

    .m_pdt_a {
        padding-top: 15px;
    }

    .pd_b_a {
        padding-bottom: 15px;
    }

    .add-bder-btm {
        border-bottom: 1px dashed #b9babc;
    }
}

/*首页1000以下start*/
@media screen and (max-width:1000px) {

    .interpret-list,
    .location {
        width: 94%;
    }

    .interpret-list a .qinas,
    .interpret-list a em {
        width: 100%;
    }

    .top-banner {
        height: 150px;
    }

    .pd_t_a {
        padding-top: 0;
    }

    .pubservice-block span {
        line-height: 1.5em;
    }
}

@media screen and (max-width:720px) {
    .top-banner {
        height: 140px;
    }

    .pubservice-block {
        padding: 15px 10px 0 10px;
    }

    .pubservice-block i {
        width: 56px;
        height: 56px;
        line-height: 56px;
    }

    .pubservice-block li {
        width: 50%;
    }

    .pubservice-block i img {
        width: 30px;
        height: 30px;
    }

    .ad {
        display: none;
    }

    /*.ad-mobile {*/
    /*    display:block;*/
    /*    padding-top:10px;*/
    /*}*/
}

@media screen and (max-width:480px) {
    .pubservice-block li a {
        font-size: .875em;
    }

    .m-nav {
        min-width: 160px;
        max-width: 240px;
    }

    .chart-title {
        color: #333;
        font-size: 1.125em;
        padding: 15px 10px;
        border-bottom: 1px solid #e8e8e8;
    }

    .chart-title>* {
        float: none !important;
    }

    .chart-title i {
        color: #666;
    }

    .content-title {
        line-height: 1.5em;
    }

    .content-title-name {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .content-title .more {
        padding: 10px;
    }

    .content-title-name {
        max-width: calc(100% - 3.5em);
    }

    .sub-box-c .content-title-name {
        max-width: inherit;
    }
}

/*追加第二个列表页左右结构*/
.sub-nav-left {
    width: 26%;
    float: left;
    min-height: 430px;
    overflow: hidden;
    position: relative;
}

.sub-nav-left .nodes h2 {
    text-align: left;
    padding-left: 20px;
    line-height: 2.5em;
}

.sub-nav-left .nodes h2 {
    font-size: 1.125em;
    background: url(../images/sjfb/tit-bg.png) no-repeat right #0898ED;
    background-size: cover;
    color: #fff;
}

.sub-nav-left .nodes ul h2 a {
    color: #fff;
}

.sub-nav-left .nodes ul {
    position: relative;
}

.sub-nav-left .nodes li {
    font-family: "Microsoft Yahei";
    border-bottom: 1px dashed #b9babc;
    border: 1px solid #aaceec;
    box-sizing: border-box;
    background: #ddefff;
    border-radius: 6px;
    margin-top: 7px;
    padding: 6px;
    box-sizing: border-box;
}

.sub-nav-left .nodes a {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 3px 13px 3px 13px;
    font-size: 1.25em;
    color: #3d57a7;
    border: 1px dotted #a5cbe9;
    box-sizing: border-box;
    border-radius: 4px;
}

.sub-nav-left .nodes a>* {
    display: table-cell;
    vertical-align: middle;
}

.sub-nav-left .nodes a:hover,
.sub-nav-left .nodes a.focus {
    color: #FE4C34;
}

.sub-nav-left .nodes a:first-child {
    margin-top: 0;
}

.sub-nav-left .nodes li a>i {
    width: 23px;
    background: url(../images/sjfb/arrow_right_yellow.png) no-repeat center center;
}

.sub-nav-left .nodes li a.focus>i {
    width: 23px;
    background: url(../images/sjfb/arrow_right_yellow_focus.png) no-repeat center center;
}

.sub-nav-left .nodes li a>em {
    font-style: normal;
    background: url(../images/sjfb/1-2.png) no-repeat left center;
    background-size: 44px;
    width: 70px;
    height: 44px;
    vertical-align: middle;
    margin-right: 10px;
}


.box-tab.sub-box-c {
    position: relative;
    width: 72%;
    float: right;
    box-sizing: border-box;
}

@media screen and (max-width:960px) {
    .sub-nav-left {
        display: none;
    }

    .sub-nav-left .nodes h2 {
        display: none;
        background: none;
        border-bottom: 1px solid #ccc;
        color: #444;
        padding-left: 10px;
    }

    .sub-nav-left .nodes h2 span {
        display: inline-block;
        border-bottom: 1px solid #2faff0;
    }

    .sub-nav-left,
    .box-tab.sub-box-c {
        width: initial;
        float: none;
        min-height: initial;
        border: 0px;
        padding-bottom: 20px;
    }

    .sub-nav-left .nodes li {
        width: 18.2%;
        float: left;
        border: none;
        margin: 15px 0px 0px 1.5%;
        padding: 0;
    }

    .sub-nav-left .nodes a {
        display: block;
        border: none;
        font-size: 1em;
        padding: 5px;
    }

    .sub-nav-left .nodes a>* {
        display: block;
    }

    .sub-nav-left .nodes li a>i,
    .sub-nav-left .nodes li a>em {
        display: none !important;
    }

    .sub-nav-left .nodes a>span {
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sub-nav-left .nodes a.focus {
        background: #4178d5;
        color: #fff;
    }
}

@media screen and (max-width:720px) {
    .sub-nav-left .nodes li {
        width: 31.3%;
    }
}

@media screen and (max-width:440px) {
    .sub-nav-left .nodes li {
        width: 47.5%;
    }
}



.oldinfo {
    float: right;
    display: flex;
    margin-top: 20px;
    margin-right: 20%;
}

.oldinfo .right_wza {
    float: right;
}

.oldinfo .right_wza a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
    background: #fff;
    color: #F76B00;
    border: 1px solid #FC740D;
    border-radius: 2px 0px 0px 2px;
}

.oldinfo .right_slh a {
    background: #F79600;
    color: #fff;
    border: 1px solid #F79600;
    border-radius: 0px 2px 2px 0px;
    display: block;
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
}

/* 适老化css */
.oldModel .menus a {
    font-size: 22px;
    padding: 0 1rem;
}

.oldModel .menus-table-full {
    display: flex;
    flex-wrap: wrap;
}

.oldModel .content-title-name {
    font-size: 1.5rem;
}

.oldModel .content-title .more {
    font-size: 1rem;
}

.oldModel .ad img {
    height: 240px;
}

.oldModel .pubservice-block span {
    font-size: 1.25rem;
}

.oldModel .chart-title {
    font-size: 1.5rem;
}

.oldModel .footer .footerbox .msg {
    font-size: 16px;
}
.oldModel .footer .footerBox {
    padding-top: 40px;
}

.oldModel .sub-nav-left .nodes li {
    font-size: 22px;
}

.oldModel .location {
    font-size: 1rem;
}

.oldModel .content-title {
    font-size: 22px;
}

.oldModel .layui-laypage {
    font-size: 18px;
}

.oldModel #page {
    font-size: 18px;
}

.oldModel .box-table-full .main-content-box .interpret-list {
    font-size: 20px;
}
