.homePage {
    width: 100%;
    height: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}


/* .homePage>header {
    position: absolute;
    width: 100%;
    height: 208px;
    padding-top: 50px;
    z-index: -1;
    text-align: center;
    box-sizing: border-box;
    background: url(../images/pic.png) no-repeat;
    background-size: 100% 100%;
} */

.homePage>header>span {
    color: #025ab3;
    font-size: 37px;
    text-align: center;
    font-weight: bold;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px;
}

.layui-carousel>[carousel-item]>* {
    background-color: #FFFFFF;
}

.homePage_swiper {
    display: flex;
    align-items: center;
    width: 445px;
    height: 28px;
    margin: 30px auto 0;
    font-size: 12px;
    color: #0070CC;
    background-color: #FFFFFF;
}

.homePage_swiper_icon {
    width: 88px;
    padding-left: 15px;
    font-size: 12px;
    color: #0070CC;
    border-right: 1px solid #ddd;
    background: url(../images/head_icon_03zxzl_sel.png) no-repeat;
    background-position: left 4px center;
    box-sizing: border-box;
    background-size: 15px;
}

.homePage_swiper>.layui-carousel {
    width: calc(100% - 88px) !important;
    height: 100% !important;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
    color: #333;
}

.homePage>main {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.homePage.homeDdcs>main {
    display: block;
    width: calc(100% - 78px);
    height: calc(100% - 259px);
    margin: 239px 39px 20px 39px;
}

.homePage.homeDdcs>main::after {
    content: "";
    display: block;
    clear: both;
}

.homePage_top_nav {
    width: 100%;
    height: 130px;
}

.homePage_top_nav>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.homePage_top_nav>ul>li {
    display: flex;
    align-items: center;
    width: 340px;
    height: 107px;
    padding: 0 27px 0 30px;
    margin-right: 35px;
    color: white;
    border-radius: 10px;
}

.homePage_top_nav>ul>li:nth-child(1) {
    background: url(../images/home_num_bg_blue.png) no-repeat;
    background-size: 100% 100%;
}

.homePage_top_nav>ul>li:nth-child(2) {
    background: url(../images/home_num_bg_gre.png) no-repeat;
    background-size: 100% 100%;
}

.homePage_top_nav>ul>li:nth-child(3) {
    background: url(../images/home_num_bg_pur.png) no-repeat;
    background-size: 100% 100%;
}

.homePage_top_nav>ul>li:nth-child(4) {
    margin-right: 0;
    background: url(../images/home_num_bg_yellow.png) no-repeat;
    background-size: 100% 100%;
}

.homePage_top_nav.homePage_top_nav_zd>ul>li:nth-child(1) {
    background: url(../images/home_num_bg_blue.png) no-repeat;
    background-size: 100% 100%;
}

.homePage_top_nav.homePage_top_nav_zd>ul>li:nth-child(2) {
    background: url(../images/home_num_bg_yellow.png) no-repeat;
    background-size: 100% 100%;
}

.homePage_top_nav.homePage_top_nav_zd>ul>li:nth-child(3) {
    background: url(../images/home_num_bg_pur.png) no-repeat;
    background-size: 100% 100%;
}

.homePage_top_nav.homePage_top_nav_zd>ul>li:nth-child(4) {
    margin-right: 0;
    background: url(../images/home_num_bg_gre.png) no-repeat;
    background-size: 100% 100%;
}

.homePage_top_nav li img {
    margin-right: 13px;
}

.homePage_top_nav li div {
    flex: 1;
    line-height: 1.5;
    font-size: 12px;
}

.homePage_top_nav div span {
    display: block;
    font-size: 16px;
}

.homePage_top_nav li>span {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: white;
    color: #ff9036;
    font-size: 24px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
}

.homePage_body {
    display: grid;
    height: calc(100% - 107px);
    grid-template-columns: 660px 420px auto;
    grid-template-rows: calc(50% - 20px) calc(50% - 20px);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

.homePage_body_l {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 20px;
}

.homePage_body>div,
.homePage_body_l>div {
    background: white;
}

.homePage_body_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #D9D9D9;
    border-left: 3px solid #1475D9;
    box-sizing: border-box;
}

.homePage_body>div:nth-child(3n+2) .homePage_body_head {
    border-left: 3px solid #ffbf24;
}

.homePage_body>div:nth-child(3n) .homePage_body_head {
    border-left: 3px solid #6fcc83;
}

.homePage_body>div.homePage_body_large,
.homePage_body_large {
    grid-column-start: 1;
    grid-column-end: 3;
}

.homePage_body_head>b {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

.homePage_body_head>span {
    padding-left: 5px;
    text-align: left;
    flex: 1;
    font-size: 14px;
    color: #888;
}

.homePage_body_head>ul {
    padding-left: 9px;
    text-align: left;
    flex: 1;
}

.homePage_bodys_head>em,
.homePage_body_head>em {
    font-size: 12px;
    font-weight: bold;
    color: #555;
}

.homePage_bodys_head>em>a,
.homePage_body_head>em>a {
    padding: 0 4px;
    color: #1475d9;
    cursor: pointer;
}

.homePage_body_head>ul>li {
    display: inline-block;
    min-width: 38px;
    height: 21px;
    line-height: 21px;
    padding: 0 5px;
    margin-left: 5px;
    text-align: center;
    color: #555;
    font-size: 12px;
    background-color: #e2effb;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
}

.homePage_body_head>ul>li.active,
.homePage_body_head>ul>li:hover {
    background-color: #1475d9;
    color: #fff;
}

.homePage_body_head>a {
    color: #1475D9;
    cursor: pointer;
    font-size: 12px;
}

.homePage_body>div>div {
    height: calc(100% - 45px);
}

.homePage_body_table {
    width: 100%;
    height: 100%;
}

.homePage_body_table th {
    font-size: 12px;
    padding: 9px 0;
    text-align: left;
    color: #888888;
    background-color: #f6f6f6;
}

.homePage_body_table th:first-child,
.homePage_body_table td:first-child {
    padding-left: 20px;
}

.homePage_body_table td {
    font-size: 12px;
    padding: 8px 0px 8px 0;
    border-bottom: 1px dashed #eee;
}

.homePage_body_table td a {
    color: #1475D9;
    cursor: pointer;
}

.homePage_body_table tbody {
    display: block;
    height: calc(100% - 38px);
    overflow: auto;
}

.homePage_body_table thead,
.homePage_body_table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: left;
}

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

.per20 {
    width: 20%;
}

.per15 {
    width: 15%;
}

.per10 {
    width: 10%;
}

.per40 {
    width: 40%;
}

.per50 {
    width: 50%;
}

.per55 {
    width: 55%;
}

.per30 {
    width: 30%;
}

.per35 {
    width: 35%;
}

.per37 {
    width: 37%;
}

.per60 {
    width: 60%;
}

.homePage_bodys {
    /* display: flex;
	flex-wrap: wrap; */
    width: 100%;
    height: 100%;
}

.homePageJDY_body.homePage_bodys {
    height: calc(100% - 130px);
}

.homePage_bodys.homePage_bodys_left {
    float: left;
    width: calc(100% - 370px);
}

.homePage_bodys.homePage_bodys_right {
    float: left;
    width: 350px;
    margin-left: 20px;
}

.homePage_bodys>div {
    width: calc(25% - 15px);
    height: calc(65% - 20px);
    margin: 0 10px 20px 0;
    background: white;
}

.homePage_bodys.homePage_bodys_left>div {
    width: calc(33% - 10px);
}

.homePage_bodys.homePage_bodys_right>div {
    width: 100%;
    height: calc(100% - 20px);
    margin: 0 0 20px 0;
}

.homePage_bodys>div.homePage_bodys_w740 {
    width: 740px;
}

.homePage_bodys>div.homePage_bodys_w460 {
    width: 460px;
}

.homePage_bodys>div.homePage_bodys_w360 {
    width: 360px;
}

.homePage_bodys>div.homePage_bodys_e360 {
    width: calc(100% - 760px);
}

.homePage_bodys>div.homePage_bodys_wauto {
    flex: 1;
}

.homePage_bodys>div.sideDiv {
    margin-right: 0;
}

.homePage_bodys_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #D9D9D9;
    /* border-left: 3px solid #1475D9; */
    box-sizing: border-box;
    cursor: pointer;
}

.homePage_bodys_body {
    height: calc(100% - 45px);
}

.homePage_bodys_head>b {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

.homePage_bodys_head>span {
    padding-left: 5px;
    text-align: left;
    flex: 1;
    font-size: 14px;
    color: #888;
}

.homePage_bodys_head>ul {
    padding-left: 9px;
    text-align: left;
    flex: 1;
}

.homePage_bodys_head>ul>li {
    display: inline-block;
    min-width: 38px;
    height: 21px;
    line-height: 21px;
    padding: 0 5px;
    margin-left: 5px;
    text-align: center;
    color: #555;
    font-size: 12px;
    background-color: #e2effb;
    border-radius: 10px;
    cursor: pointer;
    box-sizing: border-box;
}

.homePage_bodys_head>ul>li.active,
.homePage_bodys_head>ul>li:hover {
    background-color: #1475d9;
    color: #fff;
}

.homePage_bodys_head>a {
    color: #1475D9;
    cursor: pointer;
    font-size: 12px;
}

.homePage_bodys>div>div {
    width: 100%;
    height: calc(100% - 45px);
}

.homePage_body_progress {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.homePage_body_progress>li {
    float: left;
    width: calc(33% - 12px);
    margin: 0 6px;
    height: 100%;
    font-size: 12px;
}

.homePage_body_progress>li>span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    color: #333333;
    border-bottom: 1px solid #E2EFFB;
}

.homePage_body_progress>li>span>b {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px;
}

.homePage_body_progress>li>span>em {
    white-space: nowrap;
    color: #555555;
}

.homePage_body_progress>li>div {
    height: 45px;
    color: #333333;
    font-size: 12px;
    text-align: center;
}

.homePage_body_progress>li>div>a {
    display: block;
    color: #1475d9;
    cursor: pointer;
}

.homePage_body_progress>li>p {
    width: 100%;
    height: calc(100% - 85px);
}

.homeLeft {
    float: left;
    width: 1320px;
    height: 100%;
    padding: 5px;
    overflow: hidden;
}

.homeLeft>div {
    float: left;
    width: calc(50% - 26px);
    height: 240px;
    margin-right: 22px;
    margin-bottom: 22px;
    border: 2px solid #d2dcea;
    border-radius: 10px;
    box-shadow: -1px 2px 8px 0px #d2dcea;
    background: #eff7fe;
}

.homeRight {
    float: left;
    width: calc(100% - 1330px);
    min-width: 260px;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
}

.homeRight>div {
    width: 100%;
    border: 2px solid #d2dcea;
    border-radius: 10px;
    box-shadow: -1px 2px 8px 0px #d2dcea;
    background: #eff7fe;
}

.homeRight>div:nth-child(1) {
    height: 240px;
    margin-bottom: 22px;
}

.homeRight>div:nth-child(2) {
    height: 508px;
    overflow-y: auto;
}

.homeLeft>div>span {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    background: url(../images/hh/shouye_pic_3.png) no-repeat;
    background-size: 100% 100%;
}

.homeRight>div>span {
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    background: url(../images/hh/shouye_pic_4.png) no-repeat;
    background-size: 100% 100%;
}

.homeLeft label,
.homeRight label {
    flex: 1;
    height: 100%;
    padding-left: 53px;
    line-height: 50px;
    font-size: 14px;
    color: #023c78;
}

.homeLeft a,
.homeRight a {
    color: #023c78;
    cursor: pointer;
}

.blueBar {
    display: none;
    width: 6px;
    height: 20px;
    background-color: #1073db;
}

.homeLeft>div>ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100% - 50px);
}

.homeLeft>div>p {
    width: 100%;
    height: calc(100% - 50px);
}

.homeLeft_gztj {
    display: flex;
    width: 33%;
    height: 50%;
    align-items: center;
    padding-left: 45px;
    box-sizing: border-box;
}

.homeLeft_gztj>div {
    padding-left: 10px;
}

.homeLeft_gztj span {
    display: inline-block;
    width: 100%;
    line-height: 1.2;
    font-size: 16px;
    color: #023c78;
}

.homeLeft_gztj span em {
    font-size: 30px;
    font-weight: bold;
    color: #013367;
}

.homeLeft_cygn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100% - 50px);
    color: #023c78;
    font-size: 14px;
}

.homeLeft_cygn>dd {
    width: 20%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.homeLeft_dbsx {
    width: 100%;
    height: calc(100% - 50px);
    padding: 0 20px;
    box-sizing: border-box;
}

.homeLeft_dbsx>dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 37px;
}

.homeLeft_dbsx>dd>em {
    color: #023c78;
    font-size: 14px;
}

.homeLeft_dbsx>dd>span {
    flex: 1;
    color: #04295a;
    padding-left: 4px;
    cursor: pointer;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homeLeft_dbsx>dd>i {
    color: #023c78;
    font-size: 14px;
}

.home_RWZL {
    width: 100%;
    height: 100%;
}

.home_RWZL>header {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 40px;
    font-size: 12px;
    color: #333333;
}

.home_RWZL>header>span {
    flex: 1;
    text-align: center;
    border-right: 1px solid #cfcfcf;
}

.home_RWZL>header>span:last-child {
    border-right: 0;
}

.home_RWZL>header>span>i {
    /* font-family: fantasy; */
    padding-left: 6px;
    font-size: 18px;
    color: #3e90e6;
    cursor: pointer;
    font-style: normal;
}

.home_RWZL>dl {
    width: 100%;
    height: calc(100% - 40px);
    padding: 0 15px;
    box-sizing: border-box;
    overflow-y: auto;
}

.home_RWZLItem {
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    margin-bottom: 5px;
    background-color: #f3f9ff;
    border-radius: 10px;
    border: solid 1px #77baff;
}

.home_RWZLItem>div {
    flex-shrink: 0;
    padding: 0 9px;
    color: #1475d9;
    font-size: 12px;
    line-height: 18px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.home_RWZLItem>div>img {
    float: left;
    height: 20px;
    margin-top: 5px;
}

.home_RWZLItem_s.home_RWZLItem>div {
    width: 130px;
}

.home_RWZLItem>div>img {
    margin-right: 7px;
}

.home_RWZLItem>span {
    flex: 1;
    color: #333333;
    font-size: 12px;
}

.home_RWZLItem>span>i {
    padding-left: 4px;
    font-size: 14px;
    color: #3e90e6;
    cursor: pointer;
    font-style: normal;
}

.homeSSJ {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.homeSSJ_nums {
    float: left;
    width: 440px;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.homeSSJ_nums>dl {
    width: 100%;
}

.homeSSJ_nums>dl>dd {
    display: inline-block;
    width: calc(50% - 17px);
    text-align: center;
    padding: 20px 0;
    margin: 0 13px 15px 0;
    background: #f3f9ff;
    color: #666;
    font-size: 14px;
    line-height: 1.3;
}

.homeSSJ_nums>dl>dd>span {
    display: block;
    font-size: 28px;
    font-family: fantasy;
    color: #333;
}

.homeSSJ_chart {
    float: left;
    width: calc(50% - 220px);
    height: 100%;
}

.homeSSJ_chart>ul {
    /* display: flex;
    justify-content: space-evenly; */
    padding-top: 5px;
    text-align: center;
}

.homeSSJ_chart>ul>li {
    display: inline-block;
    line-height: 1.2;
    padding: 0 20px;
    font-size: 13px;
    color: #262626;
    text-align: center;
}

.homeSSJ_chart>ul>li>span {
    display: block;
    font-size: 25px;
    /* font-family: fantasy; */
    color: #333;
}

.homeSSJ_chart>div {
    display: inline-block;
    width: 100%;
    height: calc(100% - 51px);
}

.home-dd-list>img {
    vertical-align: text-top;
}

.home-dd-list>i {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #ff0000;
    border-radius: 1px;
    font-size: 12px;
    color: #ffffff;
}

.home-dd-list.home-dd-list-second>i {
    background-color: #ff9e35;
}

.layui-layedit {
    border: 1px solid #dedede;
    background: #fff;
    color: #333;
}

.layui-layedit-tool {
    color: #ddd;
    border-color: #DEDEDE;
}

.layui-layedit-tool .layui-icon {
    color: #333!important;
}

.layui-layedit-tool .layui-icon:active,
.layui-layedit-tool .layedit-tool-active {
    color: #2b5c99!important;
}

#TITLE {
    font-size: 24px;
    color: #333 !important;
    font-weight: bold;
    margin-bottom: 15px;
}

#CONTENT {
    font-size: 16px;
    line-height: 1.5;
    color: #333 !important;
    text-indent: 20px;
    margin-bottom: 15px;
}

#CREATE_TIME {
    font-size: 14px;
    color: #555 !important;
    margin-bottom: 15px;
}

@media (min-width: 1681px) {
    .homePage>main {
        display: block;
        width: 100%;
    }
    .homePage_body {
        display: grid;
        height: calc(100% - 127px);
        grid-template-columns: 800px 500px auto;
        grid-template-rows: calc(50% - 20px) calc(50% - 20px);
        grid-row-gap: 20px;
        grid-column-gap: 20px;
        margin-top: 20px;
    }
    .homePage_body_table td {
        font-size: 12px;
        padding: 9px 0px 9px 0;
        border-bottom: 1px dashed #eee;
    }
}

@media (min-width: 1500px) and (max-width: 1681px) {
    .homePage_body_head>b {
        font-size: 13px;
        font-weight: bold;
        color: #555;
    }
    .homePage_top_nav {
        height: 160px;
    }
    .layui-layout-right {
        /* width: 125px; */
    }
    .layui-nav.layui-layout-right .layui-nav-item span {
        display: none;
    }
    .layui-header>.layui-layout-right>.layui-nav-item.layuimini-setting {
        /* width: 100%; */
    }
    .layui-header>.layui-layout-right>.layui-nav-item.layuimini-setting.showDate {
        display: none;
    }
    .homeSSJ_nums>dl>dd {
        margin: 0 5px 5px 0;
        padding: 5px 0;
    }
}

@media (min-width: 1300px) and (max-width: 1440px) {
    .layuimini-main {
        min-height: 688px !important;
    }
    .homeSSJ_nums>dl>dd {
        padding: 10px 0;
        vertical-align: top;
    }
    .homePage>header {
        height: 160px;
        padding-top: 50px;
    }
    .homePageJDY_body.homePage_bodys {
        margin-top: 10px;
        height: calc(100% - 80px);
    }
    .homePage>main {
        display: block;
        width: calc(100% - 78px);
        height: calc(100% - 130px);
    }
    .homePage.homeDdjdy>main {
        display: block;
        width: calc(100% - 78px);
        height: calc(100% - 130px);
        margin: 120px 39px 10px 39px;
    }
    .homePage.homeDdcs>main {
        display: block;
        width: calc(100% - 78px);
        height: calc(100% - 190px);
        margin: 180px 39px 10px 39px;
    }
    .homePage_body_head,
    .homePage_bodys_head {
        padding: 0 12px;
        height: 35px;
    }
    .homePage_bodys_head>b {
        font-size: 14px;
    }
    .homePage_bodys_head>a>input {
        height: 25px;
        font-size: 12px;
    }
    .homePage_bodys>div>div,
    .homePage_body>div>div {
        width: 100%;
        height: calc(100% - 35px);
    }
    .homePage_bodys.homePage_bodys_left {
        width: calc(100% - 300px);
    }
    .homePage_bodys.homePage_bodys_right {
        width: 280px;
        float: right;
    }
    .homePage_top_nav {
        width: 100%;
        height: 70px;
    }
    .homePage_top_nav>ul>li {
        display: flex;
        align-items: center;
        width: 340px;
        height: 70px;
        padding: 0 20px 0 23px;
        margin-right: 25px;
        color: white;
        border-radius: 10px;
    }
    .homePage_top_nav li>span {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: white;
        color: #ff9036;
        font-size: 20px;
        border-radius: 50px;
        text-align: center;
    }
    .homePage_body {
        display: grid;
        height: calc(100% - 85px);
        grid-template-columns: 520px 360px auto;
        grid-template-rows: calc(50% - 10px) calc(50% - 10px);
        grid-row-gap: 10px;
        grid-column-gap: 10px;
        margin-top: 15px;
    }
    .homePage_body_head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 12px;
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #D9D9D9;
        border-left: 3px solid #1475D9;
        box-sizing: border-box;
    }
    .homePage_body>div>div {
        height: calc(100% - 40px);
    }
    .homePage_body_head>b {
        font-size: 14px;
        font-weight: bold;
        color: #555;
    }
    .homeSSJ_nums {
        padding: 10px 20px;
        width: 240px;
    }
    .homeSSJ_chart {
        width: calc(50% - 120px);
    }
}


/* 1366 */

@media (max-width: 1366px) {
    /* .xffwzxhome_content_echarts_box .Echarts {
        width: 200px!important;
        height: 200px!important;
    } */
    .layui-layout-admin .layui-body {
        padding: 20px;
    }
    .homePage>header {
        height: 160px;
        padding-top: 50px;
    }
    .homePage>header>span {
        font-size: 30px;
    }
    .homePage>main {
        display: block;
        width: calc(100% - 78px);
        height: calc(100% - 120px);
    }
    .homePage.homeDdjdy>main {
        display: block;
        width: 100%;
        height: 100%;
        margin: 10px 0px 10px 0px;
    }
    .homePage.homeDdcs>main {
        height: calc(100% - 135px);
        margin: 125px 39px 10px 39px;
    }
    .homePage_top_nav {
        width: 100%;
        height: 100px;
    }
    .homePage_top_nav li>span {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: white;
        color: #ff9036;
        font-size: 14px;
        border-radius: 50px;
        text-align: center;
    }
    .homePage_top_nav div span {
        font-size: 14px;
    }
    .homePage_bodys_head p {
        font-size: 12px!important;
    }
    .layui-input,
    .layui-select {
        width: 85px!important;
        height: 25px;
    }
    .homePage_body {
        display: grid;
        height: calc(100% - 85px);
        grid-template-columns: 520px 360px auto;
        grid-template-rows: calc(50% - 10px) calc(50% - 10px);
        grid-row-gap: 10px;
        grid-column-gap: 10px;
        margin-top: 15px;
    }
    .homePage_body_head,
    .homePage_bodys_head {
        padding: 0 12px;
        height: 35px;
    }
    .homePage_bodys_head>a>input {
        height: 25px;
        font-size: 12px;
    }
    .homePage_bodys>div>div {
        width: 100%;
        height: calc(100% - 35px);
    }
    .homePage_body>div>div {
        height: calc(100% - 35px);
    }
    .homePageJDY_body.homePage_bodys {
        margin-top: 10px;
        height: calc(100% - 80px);
    }
    .homePage_body_head>b {
        font-size: 14px;
        font-weight: bold;
        color: #555;
    }
    .home_RWZLItem {
        height: 30px;
    }
    .homeSSJ_chart>ul>li {
        padding: 0;
        font-size: 12px;
    }
    .homeSSJ_chart>ul>li>span {
        font-size: 14px;
    }
    .homeSSJ_chart>div {
        height: calc(100% - 40px);
    }
    .homeSSJ_nums {
        padding: 10px 20px;
        width: 240px;
    }
    .homeSSJ_chart {
        width: calc(50% - 120px);
    }
    .homeSSJ_nums>dl>dd {
        display: inline-block;
        width: calc(50% - 10px);
        text-align: center;
        padding: 7px 0;
        margin: 0 8px 10px 0;
        background: #f3f9ff;
        color: #666;
        font-size: 12px;
        line-height: 1.2;
    }
    .homeSSJ_nums>dl>dd>span {
        display: block;
        font-size: 20px;
        font-family: fantasy;
        color: #333;
    }
}

.layuimini-content-page {
    width: 100%;
    height: 100% !important;
}

.homePage {
    padding: 0 !important;
}

.homePage_bodys_w360 em {
    font-style: normal;
}

.homePage_bodys_e360 em {
    font-style: normal;
}

.homePage_bodys_head p {
    font-size: 12px;
    font-weight: 600;
}

#tzggContent {
    height: 240px;
    overflow-y: auto;
    padding: 0 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
    box-sizing: border-box;
}

#tzggContent h3 {
    font-size: 16px;
    text-align: center;
    padding-top: 80px;
    box-sizing: border-box;
}

#tzggContent li {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f7fd;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
}

#tzggContent li span {
    color: #999;
}

#tzggContent li i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FF0000;
    margin-right: 5px;
}

#tzggContent li .WXC_TITLE {
    font-weight: 900;
}

.xffwzxhome_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.xffwzxhome_content .xffwzxhome_content_left .xffwzxhome_content_left_top,
.xffwzxhome_content_left_bottom {
    height: 340px;
    background-color: #fff;
}

.xffwzxhome_content .xffwzxhome_content_left .xffwzxhome_content_left_top {
    margin-bottom: 20px;
}

.xffwzxhome_content_right .xffwzxhome_content_right_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xffwzxhome_content_right .xffwzxhome_content_right_box li {
    width: 49%;
    background-color: #fff;
    height: 340px;
    margin-bottom: 20px;
}

.xffwzxhome_content_echarts_box .Echarts {
    width: 100%;
    height: 400px;
}

.xffwzxhome_content_right .xffwzxhome_content_right_box li .xffwzxhomeEcharts {
    width: 100%;
    height: 85%;
}

.NOTICE_STATUS {
    display: flex;
    flex-direction: row;
    padding: 10px 20px;
    box-sizing: border-box;
    justify-content: center;
}

.NOTICE_STATUS div:first-child {
    border-right: 1px solid #999;
}

.NOTICE_STATUS div {
    padding: 5px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.NOTICE_STATUS div span {
    font-size: 14px;
    margin-right: 10px;
}

.NOTICE_STATUS div h3 {
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
}

.NOTICE_STATUS div .green {
    color: #80C269;
}

.NOTICE_STATUS div .red {
    color: #FF0000;
}

.xffwzxhome_content_right .xffwzxhome_content_right_box .SQECHARTS {
    width: 100%;
    height: 340px;
    background-color: #fff;
}

.xffwzxhome_content_echarts_box .Echarts {
    width: 100%;
    height: 400px;
}

.xffwzxhome_content_right .xffwzxhome_content_right_box .SQECHARTS .xffwzxhomeEcharts {
    width: 100%;
    height: 85%;
}

.help_pic {
    position: fixed;
    right: 0;
    bottom: 10%;
    width: 80px;
    height: 80px;
    z-index: 999;
    cursor: pointer;
}

#help_msg {
    position: fixed;
    right: 100px;
    bottom: 10%;
    /* width: 400px; */
    /* height: 200px; */
    background: url(../newimages/help_bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    padding: 25px 20px 30px 30px;
    box-sizing: border-box;
    display: none;
}

#help_msg em {
    font-style: normal;
}

#help_msg i {
    width: 15px;
    height: 15px;
    background: url(../newimages/help_icon_close.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

#help_msg p span {
    color: #999;
}

#help_msg p {
    margin-bottom: 5px;
}

#help_msg li {
    margin-right: 15px;
    margin-bottom: 20px;
}

#help_msg li img {
    width: 200px;
    height: 200px;
}

#help_msg li,
.help_line {
    float: left;
}

#help_msg .help_line {
    margin-right: 15px;
    height: 240px;
    width: 2px;
}

#help_msg h3 {
    margin: 10px 0;
    box-sizing: border-box;
    color: #0070CC;
    position: absolute;
    left: 6%;
    bottom: 5px;
}

input[type="radio"]:checked+label::before {
    background-color: #000 !important;
    background-clip: content-box;
    padding: .149333rem;
    box-sizing: border-box;
}