﻿.navgation {
    height: 45px;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.search {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #004386;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search a {
    width: 9px;
    height: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navgation ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navgation ul .nli {
    position: relative;
    text-align: center;
    padding: 0 20px;
}


.navgation ul .nli.on h3 a,
.navgation ul .nli:hover h3 a {
    font-weight: bold;
}

.navgation ul li h3 {
    height: 45px;
    line-height: 45px;
}

.navgation ul li h3 a {
    font-size: 20px;
    color: #fff;
}

.navgation ul li .sub {
    width: 220px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    flex-direction: column;
    background: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: 4px solid #0C4D9C;
    border-radius: 10px;
    overflow: hidden;
}

.navgation ul li .sub li {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 5px;
    border-bottom: 0.5px solid #D8D8D8;
}

.navgation ul li .sub li a {
    color: #2E2E2E;
    font-size: 16px;
}

.navgation ul li:hover .sub {
    opacity: 1;
    visibility: visible;
}

.navgation ul li .sub li:hover {
    background: #ECF4FF;
    /* box-shadow: inset 0px 0px 2px 0px rgba(0, 75, 144, 0.52); */
}

.navgation ul li .sub li:hover a {
    font-weight: bold;
    color: #0C4D9C;
}

.head-link a {
    color: rgba(255, 255, 255, 0.58);
}

.head-link span {
    color: rgba(255, 255, 255, 0.58);
    display: inline-block;
    margin: 0 10px;
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a,
.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    cursor: pointer;
}

.banlist .swiper-prev:hover {
    background: url(../images/ban-prev-on.png) center no-repeat #fff;
}

.banlist .swiper-next:hover {

    background: url(../images/ban-next-on.png) center no-repeat #fff;
}

.banlist .swiper-prev {
    background: url(../images/ban-prev.png) center no-repeat rgba(20, 50, 112, 0.7);
}

.banlist .swiper-next {
    left: auto;
    right: 40px;
    background: url(../images/ban-next.png) center no-repeat rgba(20, 50, 112, 0.7);
}

.footer {
    width: 100%;
    height: 152px;
    background: #1849AC;
}

.footer .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banq p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.898);
    line-height: 30px;
}

.banq p a {
    color: rgba(255, 255, 255, 0.898);
}

.yqlj .box {
    width: 253px;
    height: 37px;
    background: rgba(255, 255, 255, 0.14);
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
}

.yqlj .box h3 {
    height: 37px;
    line-height: 37px;
    color: #fff;
    position: relative;
}

.yqlj .box h3:after {
    content: '';
    width: 12px;
    height: 7px;
    display: inline-block;
    background: url(../images/sjx-icon.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 16px;
}

.yqlj .box ul {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    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%);
    display: none;
}

.yqlj .box ul li {
    width: 100%;
    padding: 5px 0;
}

.yqlj .box ul li a {
    color: #333;
    font-size: 16px;
}

.yqlj .box ul li:hover a {
    color: #0C4D9C;
}

.yqlj .box:hover ul {
    display: block;
}


.main-sbs {
    width: 100%;
    background: url(../images/main-sbs-bg.jpg) center top no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}

.main-sbs .col-name {
    width: 213px;
    height: 58px;
    line-height: 58px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
    background: #0C4D9C;
    margin: 0 auto;
}

.main-sbs .col-name a {
    color: #fff;
}

.sbslist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
}

.sbslist ul li {
    width: calc((100% - 170px) / 5);
    height: 190px;
    margin-bottom: 30px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E4EDFF 100%);
    box-sizing: border-box;
    border: 1px solid;
    border-image: linear-gradient(180deg, #1849AC 0%, rgba(24, 73, 172, 0) 100%) 1;
}

.sbslist ul li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sbslist ul li p {
    font-size: 20px;
    color: #3D3D3D;
    margin-top: 10px;
}

.sbslist ul li .icon .img2 {
    display: none;
}

.sbslist ul li:hover {
    background: linear-gradient(180deg, #1858D9 0%, #1849AC 100%);
    box-sizing: border-box;
    border: 1px solid;
    border-image: linear-gradient(180deg, #1849AC 0%, rgba(24, 73, 172, 0) 100%) 1;
}

.sbslist ul li:hover .icon .img1 {
    display: none;
}

.sbslist ul li:hover .icon .img2 {
    display: block;
}

.sbslist ul li:hover p {
    color: #fff;
}

.sbslist ul li .icon {
    width: 48px;
    position: relative;
}

.sbslist ul li .icon::before {
    content: '';
    width: 31px;
    height: 31px;
    display: inline-block;
    background: rgba(24, 73, 172, 0.15);
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
}

.sbslist ul li:hover .icon::before {
    background: rgba(255, 255, 255, .15);
}

.cgbg_zccl {
    width: 100%;
    height: 560px;
    background: url(../images/main-cgbg-bg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}

.cgbg_zccl::before {
    content: '';
    width: 30%;
    height: 155px;
    background: #1849AC;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.cgbg_zccl .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.column .title {
    font-size: 30px;
    font-weight: bold;
    color: #1849AC;
    padding-bottom: 5px;
    border-bottom: 3px solid #1849AC;
}

.column .more {
    color: rgba(24, 73, 172, 0.8);
}

.column .more img {
    margin-left: 6px;
}

.cgbg {
    padding-top: 60px;
}

.cgbg,
.zccl {
    width: calc((100% - 40px) / 2);
}

.cgbglist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cgbglist ul li {
    width: calc((100% - 25px) / 2);
    height: 165px;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cgbglist ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    border: 0.5px solid #FFFFFF;
}

.cgbglist ul li .icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #fff;
}

.cgbglist ul li p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}

.cgbglist ul li:hover .icon img {
    animation: jello 1s linear;
}

.zccllist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zccllist ul li:first-of-type {
    width: 100%;
}

.zccllist ul li {
    width: calc((100% - 22px) / 2);
    height: 85px;
    background: linear-gradient(180deg, #FFFFFF 43%, #E5EBFF 100%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 26px;
    box-sizing: border-box;
    padding: 0 30px;
}

.zccllist ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zccllist ul li .title {
    width: calc(100% - 30px);
    font-size: 20px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.zccllist ul li .icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(../images/zccl-li-icon.png);
    background-size: 100% 100%;
}

.zccllist ul li:hover .title {
    color: #1849AC;
}

.main {
    width: 100%;
    background: url(../images/mainBg.jpg) center bottom no-repeat;
    background-size: cover;
}

.cgsp_cgjj {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 80px 0 90px 75px;
    position: relative;
}

.cgsp_cgjj::before {
    content: '';
    width: 320px;
    height: 100%;
    background: #1849AC;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.cgsp {
    width: 587px;
    position: relative;
    z-index: 11;
}

.cgsp .column .title {
    color: #fff;
    border-bottom: 3px solid #fff;
}

.cgjj {
    width: calc(100% - 587px - 40px);
    position: relative;
    z-index: 11;
}

.cgsp_text {
    width: 100%;
    position: relative;
}

.cgsp_text .img {
    box-sizing: border-box;
    border: 1px solid #eee;
}

.cgsp_text .img img {
    width: 100%;
    height: 373px;
    object-fit: cover;
}

.cgsp_text .videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 11;
}

.cgjj_text {
    width: 100%;
    height: 373px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #D5E4FF 100%);
    box-sizing: border-box;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(24, 73, 172, 0) 0%, #1849AC 100%) 1;
    padding: 32px 42px 35px 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cgjj_text .desc {
    font-size: 16px;
    line-height: 35px;
    height: 265px;
    color: #3D3D3D;
    text-align: justify;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.cgjj_text .desc p {
    margin-bottom: 10px;
}

.cgjj_text .more {
    width: 123px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #1849AC;
}

.cgjj_text .more a {
    color: #fff;
}


.header {
    width: 100%;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.head-link {
    position: absolute;
    right: 0;
    top: 15px;
}

.column-zccl {
    width: 100%;
    height: 155px;
    background: #1849AC;
    box-sizing: border-box;
    padding-left: 43px;
}

.column-zccl .title {
    color: #fff;
}

.column-zccl .more {
    color: #fff;
    position: relative;
    z-index: 9;
}

/* ------------------------------------------ */
.nydt {
    display: none;
}

.nydt img {
    width: 100%;
}


.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 25%;
    z-index: 1002;
    border: solid 1px #3B8BB9;
}

.img_content video {
    width: 800px;
    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;
}

.nmain {
    width: 100%;
    background: url(../images/nmain-bg.png) top center no-repeat;
    background-size: 100% auto;
}


.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;
    background: #fff;
}

.subNav .name {
    width: 100%;
    height: 105px;
    line-height: 105px;
    background: #114A98;
    background: #ECF4FF;
    color: #114A98;
    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: 0 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: 400px;
    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 {
    margin-bottom: 10px;
}

.detail .dtl p,
.detail .dtl>div {
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    color: #292929;
}

#newskeycode250380 {
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #aaa;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    border: none;
    outline-color: #A9060A;
    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;
}

.searchText {
    margin-top: 30px;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #1849AC !important;
    background-color: #1849AC !important;
}

#newskeycode250398 {
    width: 100%;
    height: 45px;
    border: none;
    background: #F4F4F4;
    outline: unset;
    box-sizing: border-box;
    padding-left: 20px;
}

.navImg {
    display: none;
}

.navImg_0 {
    display: block;
    border-top: 3px solid #1849AC;
    box-sizing: border-box;
    padding: 20px;
}

.navImg img {
    width: 100%;
}

.subNav ul.nav_0 {
    display: none;
}