.footer {
    width: 100%;
    height: 146px;
    background: url(../images/footerBg.jpg) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.footer p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.footer p a {
    color: #fff;
}

.yqlj {
    width: 100%;
    height: 68px;
    background: #E7F2FB;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;
    margin: 70px 0 26px 0;
}

.yqlj .name {
    font-size: 24px;
    font-weight: bold;
    color: #114A98;
    width: 100px;
}

.yqlj ul {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 90px;
}

.yqlj ul li a {
    font-size: 18px;
    color: #2C2C2C;
}

.yqlj ul li:hover a {
    color: #114A98;
    font-weight: bold;
}

.cgbg_cgjd {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cgbg,
.cgjd {
    width: calc((100% - 40px) / 2);
}

.column {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 72px 0 30px 0;
}

.column .title {
    font-size: 36px;
    font-weight: bold;
    color: #2E2E2E;
    display: flex;
    align-items: center;
}

.column .title img {
    margin-right: 10px;
}

.column .more {
    width: 130px;
    height: 45px;
    border-radius: 1000px;
    box-sizing: border-box;
    border: 1px solid #114A98;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column .more img {
    height: 30px;
}

.cgjd_text {
    width: 100%;
    height: 354px;
    box-sizing: border-box;
    background: url(../images/cgjd-ul-bg.jpg) center no-repeat;
    background-size: cover;
    border-radius: 35px;
    overflow: hidden;
    padding: 35px 30px;
}

/* .cgjd ul li {
    width: 100%;
    line-height: 62px;
    height: 62px;
    border-bottom: 1px solid rgba(172, 0, 6, .1);
}

.cgjd ul li:last-of-type {
    border: none;
}

.cgjd ul li .title {
    font-size: 18px;
    color: #2E2E2E;
}

.cgjd ul li:hover .title {
    color: #114A98;
} */

.cgbg_text {
    width: 100%;
    height: 354px;
    background: url(../images/cgbg-ul-bg.jpg) center no-repeat;
    background-size: cover;
    border-radius: 35px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 35px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cgjd_text .box a {
    width: 100%;
    color: #333;
    font-size: 18px;
    line-height: 35px;
    height: 280px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.cgbg_text .box a {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    height: 280px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* 
.cgbg ul li {
    width: 50%;
}

.cgbg ul li:nth-child(1),
.cgbg ul li:nth-child(2) {
    padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cgbg ul li a {
    display: flex;
    align-items: center;
}

.cgbg ul li .icon {
    width: 80px;
    height: 80px;
    background: url(../images/cgbg-li-icon.png) center no-repeat;
    background-size: cover;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cgbg ul li p {
    font-size: 28px;
    color: #fff;
} */


.main-sbs {
    width: 100%;
    height: 564px;
    background: url(../images/main-sbs-bg.jpg) center no-repeat;
    background-size: cover;
}

.sbslist {
    width: 100%;
    height: 346px;
    background: linear-gradient(180deg, #EBF3FF 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 10px 0px rgba(17, 74, 152, 0.2);
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}

.sbs-icon1 {
    width: 100px;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 3px solid #114A98;
}

.sbs-icon2 {
    width: 100px;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #114A98;
}

.sbs-icon3 {
    width: 0;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 3px solid #114A98;
}

.sbs-icon4 {
    width: 0;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 3px solid #114A98;
}

.sbslist ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.sbslist ul li {
    width: calc((100% - 89px) / 5);
    height: 129px;
    border-radius: 15px;
    background: #ECF0F3;
    box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.3), -1px -1px 2px 0px rgba(209, 217, 230, 0.5), inset -18px 18px 30px 0px rgba(209, 217, 230, 0.2), inset 18px -18px 30px 0px rgba(209, 217, 230, 0.2), inset -18px -18px 30px 0px rgba(255, 255, 255, 0.9), inset 18px 18px 30px 0px rgba(209, 217, 230, 0.9);
    margin-bottom: 20px;
    margin-right: 22px;
}

.sbslist ul li:nth-child(5n) {
    margin-right: 0;
}

.sbslist ul li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sbslist ul li .title {
    font-size: 18px;
    color: #202020;
    margin-top: 12px;
}

.sbslist ul li:hover {
    background: url(../images/sbs-li-bg.png) top center no-repeat;
    background-size: 100% 100%;
    box-shadow: unset;
}

.sbslist ul li:hover .title {
    color: #0C4D9C;
    font-weight: bold;
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a,
.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 34px;
    height: 58px;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 11;
}

.banlist .swiper-next {
    left: auto;
    right: 0;
}

.banlist .swiper-prev:hover,
.banlist .swiper-next:hover {
    background: rgba(7, 65, 162, .7);
}

.banner {
    width: 100%;
    position: relative;
}

.header {
    width: 100%;
    /* position: absolute;
    left: 0;
    top: 0; */
    z-index: 999;
}

/* .header::before {
    content: '';
    width: 100%;
    height: 287px;
    display: inline-block;
    background: url(../images/mark.png) center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
} */

.head {
    width: 100%;
    position: relative;
    z-index: 111;
    background: #114182;
}

.head h1 img {
    height: 73px;
}

.head .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}

.search {
    width: 278px;
    height: 44px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}

.search-in {
    width: 100%;
    height: 44px;
    background: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 17px;

}

.search-in::placeholder {
    color: rgba(153, 153, 153, 0.6);
}

.search-btn {
    width: 15px;
    height: 15px;
    background: url(../images/ss.png) no-repeat center;
    text-align: center;
    position: absolute;
    right: 13px;
    top: 13px;
    border: none;
}

.navgation {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 999;
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.navgation ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navgation ul .nli {
    position: relative;
    text-align: center;
}


.navgation ul .nli.on h3 a,
.navgation ul .nli:hover h3 a {
    font-weight: bold;
}

.navgation ul li h3 {
    height: 60px;
    line-height: 60px;
}

.navgation ul li h3 a {
    font-size: 25px;
    color: #333;
    font-weight: bold;
}

.navgation ul li .sub {
    width: 210px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    flex-direction: column;
    background: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    /* border-top: 4px solid #0C4D9C; */
    /* padding: 10px 0; */
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #0C4D9C !important;
    color: #fff;
    background-color: #0C4D9C !important;
}

.navgation ul li .sub li {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 8px;
    background: linear-gradient(180deg, #D4E8FF 0%, #FFFFFF 100%);
}

.navgation ul li .sub li a {
    color: #2E2E2E;
    font-size: 18px;
}

.navgation ul li:hover .sub {
    opacity: 1;
    visibility: visible;
}


.navgation ul li .sub li:hover a {
    font-weight: bold;
    color: #0C4D9C;
}

.main-cgjj {
    width: 100%;
    height: 640px;
    background: url(../images/main-cgjj-bg.jpg) center top no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.cgsp-bg {
    width: 50%;
    height: 106px;
    background: url(../images/cgsp-column-bg.jpg) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.main-cgjj .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 111;
}


.cgjj_text {
    width: 100%;
}

.cgjj_text .desc {
    text-indent: 2em;
    font-size: 18px;
    line-height: 40px;
    height: 400px;
    text-align: justify;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.column2 .more {
    border: 1px solid #fff;
}

.column2 .title {
    color: #fff;
}

.cgjj {
    width: 50%;
    box-sizing: border-box;
    padding-left: 55px;
}

.cgjj .column {
    padding-top: 45px;
}

.cgsp {
    width: 50%;
    box-sizing: border-box;
    padding-right: 45px;
}

.cgsp .column {
    padding-top: 32px;
}

.cgsp_text .item {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-top: 35px;
}

.cgsp_text .item .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 54%;
}

.cgsp_text .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.cgsp_text .item .videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.cgsp_text .item .title {
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-radius: 0px 0px 5000px 0px;
    background: linear-gradient(180deg, #D1E4FF 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 10px 0px rgba(17, 74, 152, 0.2);
    color: #202020;
    font-size: 20px;
    box-sizing: border-box;
    padding: 0 20px;
}

.cgsp_text .item:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.cgsp_text .item:hover .title {
    color: #0C4D9C;
    font-weight: bold;
}

.img_content {
    display: none;
    position: fixed;
    background: #fff;
    width: 60%;
    left: 20%;
    top: 15%;
    z-index: 1002;
    border: solid 1px #3B8BB9;
}

.img_content video {
    width: 100%;
    height: auto;
}

.colse_btn {
    border: solid 1px #3B8BB9;
    color: #fff;
    height: 20px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 45px;
    background: #3B8BB9;
    border-radius: 0.5em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;
}

.column_zccl {
    box-sizing: border-box;
    padding-top: 45px;
}

.column_zccl .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.column_zccl .title img {
    margin-bottom: 10px;
}

.column_zccl .more {
    width: 130px;
    height: 45px;
    border-radius: 1000px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    margin-top: 45px;
}

.column_zccl .more img {
    height: 30px;
}

.column_zccl .title p {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.main-zccl {
    width: 100%;
    height: 641px;
    background: url(../images/main-zccl-bg.jpg) center no-repeat;
    background-size: cover;
}

.main-zccl .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.zccllist {
    width: 840px;
    height: 514px;
    border-radius: 30px;
    background: rgba(223, 237, 251, 0.9);
    backdrop-filter: blur(10px);
    margin-top: 64px;
    box-sizing: border-box;
    padding: 0 70px;
    display: flex;
    align-items: center;
}

.zccllist ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.zccllist li {
    width: 105px;
    height: 399px;
    border-radius: 100px;
    background: linear-gradient(180deg, #FFFAF6 0%, #F4F8FF 100%);
    box-sizing: border-box;
    border: 1px solid #E4EFFF;
    box-shadow: 2px 2px 0px 0px #216FCF;
    padding: 70px 20px 26px 20px;
    position: relative;
}

.zccllist li::before {
    content: '';
    width: 64px;
    height: 68px;
    display: inline-block;
    background: url(../images/zccl-li-icon.png) center no-repeat;
    position: absolute;
    left: -7px;
    top: -16px;
}

.zccllist li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.zccllist li .title {
    font-size: 22px;
    max-height: 55%;
    font-weight: bold;
    color: #202020;
    /* 文字竖版 */
    writing-mode: vertical-rl;
    text-orientation: mixed;

}

.zccllist li .icon {
    width: 40px;
    height: 40px;
    background: url(../images/zccl-li-more.png) center no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.zccllist li:hover .title {
    color: #114A98;
    font-weight: bold;
}

.zccllist li:hover .icon {
    background: url(../images/zccl-li-more2.png) center no-repeat;
    background-size: cover;
}

/* ---------------------------------------------------------------- */

.nheader {
    background: #114A98;
}

/* ------------------------------------------ */
.nmain-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.subNav {
    width: 300px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

.subNav .name {
    width: 100%;
    height: 105px;
    line-height: 105px;
    background: #114A98;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 30px;
}

.subNav ul {
    box-sizing: border-box;
    padding: 0 30px 60px 30px;
}

.subNav ul li {
    width: 100%;
    padding: 15px 10px 15px 0;
    border-bottom: 1px solid #EDEDED;
    position: relative;
}

.subNav ul li::before {
    content: '';
    width: 6px;
    height: 12px;
    display: inline-block;
    background: url(../images/jt-icon.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.subNav ul li::after {
    content: '';
    width: 0;
    height: 33px;
    display: inline-block;
    border-left: 4px solid #114A98;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.subNav ul li:hover::after,
.subNav ul li.on::after {
    opacity: 1;
}

.subNav ul li a {
    color: #333;
    font-size: 17px;
}

.subNav ul li:hover a,
.subNav ul li.on a {
    color: #114A98;
    font-weight: bold;
}

.subNav ul li:hover::before,
.subNav ul li.on::before {
    background: url(../images/jt-icon2.png) center no-repeat;
}


.crumbs-list {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 17px;
    color: #757575;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    margin: 40px 0 30px 0;
}

.crumbs-list a {
    color: #757575;
}

.crumbs-list span:last-of-type {
    display: none;
}

.crumbs-list a:last-of-type {
    color: #114A98;
}

.ncontent {
    width: calc(100% - 350px);
    min-height: 350px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 35px 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 60px;
}

.textlist {
    box-sizing: border-box;
}

.textlist ul li {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    padding: 0 25px;
    display: flex;
    align-items: center;
}

.textlist ul li .title {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.textlist ul li .date {
    color: #BEBEBE;
}

.textlist ul li .date img {
    position: relative;
    top: -1px;
}

.textlist ul li:hover {
    box-sizing: border-box;
    border: 1px solid #114A98;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.textlist ul li:hover .title {
    color: #114A98;
    font-weight: bold;
}

.back_page {
    width: 108px;
    height: 108px;
    background: #F1F8FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}

.back_page p {
    color: #717171;
    font-size: 16px;
    margin-top: 10px;
}

.detail .title {
    font-size: 32px;
    font-weight: bold;
    color: #292929;
    text-align: center;
}

.detail .dtl {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    margin: 30px 0;
}

.detail .dtl iframe {
    width: 100% !important;
    min-height: 1200px !important;
}

.detail .dtl p,
.detail .dtl>div {
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    color: #292929;
}

.detail .dtl embed,
.detail .dtl p img,
.detail .dtl p video {
    max-width: 100%;
}

#newskeycode250480 {
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #aaa;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    border: none;
    outline-color: #114A98;
    background: #eee;
}

.searchlist {
    width: 100%;
    margin-top: 30px;
}

.searchlist .box {
    width: 100%;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}


.searchlist .box .title {
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
    font-size: 18px;
}

.searchlist .box .desc {
    color: #666;
    line-height: 21px;
    height: 42px;
    margin: 10px 0;
}

.searchlist .box .dete {
    color: #666;
    margin-top: 10px;
}

.searchlist .box:hover {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.searchBox {
    width: 100%;
    padding-bottom: 40px;
}

.subNav ul.nav_0 {
    display: none;
}

.navImg {
    display: none;
}

.navImg_0 {
    display: block;
    box-sizing: border-box;
    padding: 20px;
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    body {
        min-width: auto;
    }

    .container {
        width: 1100px;
    }

    .navgation ul li h3 a {
        font-size: 18px;
    }

    .navgation ul li .sub li a {
        font-size: 16px;
    }

    .main-cgjj {
        height: 550px;
    }

    .cgjj_text .desc {
        font-size: 16px;
        line-height: 30px;
        height: 300px;
    }

    .sbslist ul li .title {
        font-size: 15px;
    }

    .yqlj ul li a {
        font-size: 16px;
    }

    .head h1 img {
        height: 60px;
    }

    .subNav .name {
        font-size: 28px;
    }

    .detail .title {
        font-size: 22px;
    }

    .column .title {
        font-size: 28px;
    }

    .column .title img {
        height: 26px;
    }

    .column .more {
        width: 110px;
        height: 36px;
    }

    .column .more img {
        height: 22px;
    }

}