/* å†…é¡µæ ·å¼ */
/* åº•éƒ¨å¸¦åœ†è§’çš„é¢åŒ…å±‘ç™½è‰²åŒºåŸŸ */
.ny-bread-bar {
    margin-top: -0.35rem;
    margin-bottom: 0.8rem;
}

.ny-bread-bar .wp {
    position: relative;
    height: 0.7rem;
}

.inner {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding: 0 0.8rem 0 0;
    font-size: 0.16rem;
    color: #999;
    position: relative;
    z-index: 1;
}

.inner a {
    color: #666;
    transition: color 0.3s;
}

.inner a:hover {
    color: #005BAC;
}

.inner img {
    width: 0.17rem;
    margin-right: 0.08rem;
    vertical-align: middle;
}

.inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2rem;
    width: calc(100% + 2rem);
    height: 100%;
    background: #fff;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0.5rem 0.5rem 0;
    z-index: -1;
}


.ny-banner {
    position: relative;
    width: 100%;
    height: 5.5rem;
    background: url(../images/ziban.jpg) no-repeat center center;
    background-size: cover;
}

.ny-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 54.5%;
    background: linear-gradient(180deg, rgba(4, 55, 150, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.ny-banner .tit {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}

.ny-banner .tit h2 {
    font-size: 0.44rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
    text-shadow: 0 0.04rem 0.04rem rgba(0, 0, 0, 0.3);
    margin-left: 2.6rem;
}

.ny-banner .tit p {
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    text-transform: uppercase;
}

.ny-banner .tit p::before {
    content: '';
    display: inline-block;
    width: 2.38rem;
    height: 0.03rem;
    background: url(../images/ban-p.png) no-repeat right center;
    margin-right: 0.22rem;
}

.ny-banner .tit2 .inner {
    margin-left: 2.6rem;
    display: inline-flex;
    color: #fff;
}

.ny-banner .tit2 .inner a {
    color: #fff;
}

.ny-banner .tit2 .inner::before {
    content: none;
}


.nymain {
    padding-bottom: 1rem;
    min-height: 5rem;
    padding-top: 1px;
    background: url(../images/nymain.png) no-repeat center bottom;
    background-size: 100% auto;
}

.leftNav {
    float: left;
    width: 2.94rem;
    position: relative;
    margin-top: -1.08rem;
}

.leftNav::before {
    content: '';
    position: absolute;
    top: 1.08rem;
    left: 0;
    right: 0;
    bottom: 0.54rem;
    background: #005BAC;
    z-index: -1;
}

.leftNav>h2 {
    line-height: 1.08rem;
    color: #fff;
    background: url(../images/left-tbg.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 0.36rem;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}

.leftNav>ul {
    background: #FCFEFF;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.3);
    margin-left: 0.15rem;
    padding-left: 0.28rem;
    padding-right: 0.32rem;
    padding-bottom: 0.5rem;
}

.leftNav>ul>li {
    position: relative;
}

.leftNav>ul>li>a {
    position: relative;
    padding: 0.25rem 0.2rem;
    border-top: 1px dashed rgba(0, 91, 172, 0.2);
}

.leftNav>ul>li::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #005BAC;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}

.leftNav>ul>li::after {
    /* content: ''; */
    position: absolute;
    bottom: -0.03rem;
    right: 0;
    width: 0.06rem;
    height: 0.06rem;
    background: #005BAC;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}

.leftNav>ul>li.active::before,
.leftNav>ul>li.active::after {
    opacity: 1;
    visibility: visible;
}

.leftNav>ul>li:first-child>a {
    border-top: 0;
}

.leftNav ul li a {
    display: block;
    font-size: 0.22rem;
    line-height: 0.3rem;
}

.leftNav>ul>li.on>a {
    color: #005BAC;
}

.leftNav>ul>li.on>a::after,
.leftNav>ul>li.active>a::after,
.leftNav>ul>li:hover>a::after {
    display: block;
}


.leftNav>ul>li>span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.3rem;
    height: 0.8rem;
    background: url(../images/left-sj.png) no-repeat center;
    background-size: 0.09rem auto;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s;
}

.leftNav>ul>li.on>span {
    transform: rotate(90deg);
}

.leftNav>ul>li:hover>a {
    color: #005BAC;
    font-weight: bold;
}

.leftNav>ul>li.active>a {
    color: #005BAC;
    font-weight: bold;
}

.leftNav ul li.active ul {
    display: block;
}

.leftNav ul li a:hover {
    background-position: 0.31rem center;
    color: #005BAC;
}

.leftNav>ul>li>ul {
    display: none;
    padding-bottom: 0.1rem;
    padding-right: 0.1rem;
    padding-left: 0.28rem;
    margin-top: -0.1rem;
}

.leftNav>ul>li>ul>li>a {
    font-size: 0.15rem;
    line-height: 0.3rem;
    color: #333;
    border-bottom: none;
    margin: 0 0 0.05rem 0;
}

.leftNav>ul>li>ul>li.active>a {
    color: #005BAC;
    font-weight: bold;
}

.ny-right {
    float: right;
    width: calc(100% - 3.44rem);
    margin-top: 0.4rem;
}

.position {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.position h3 {
    font-size: 0.24rem;
    font-weight: bold;
    color: #414141;
    line-height: 0.3rem;
    text-align: left;
}

.position .x {
    flex: 1;
    min-width: 0;
    border-top: 1px solid #005BAC;
    margin: 0 0.3rem;
    position: relative;
}

.position .x::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 1px;
    height: 6px;
    background: #005BAC;
}

.position span {
    color: #333;
    font-size: 0.16rem;
    vertical-align: middle;
}

.position .weizhi {
    display: flex;
    align-items: center;
}

.position img {
    height: 0.16rem;
    vertical-align: middle;
    margin-right: 0.1rem;
}

.position a {
    font-size: 0.16rem;
    color: #333;
    margin: 0 0.05rem;
    vertical-align: middle;
}

.position a:hover {
    color: #005BAC;
}

/* ================= å›¾æ–‡åˆ—è¡¨ (å·¥ä½œåŠ¨æ€) ================= */
.news-list li {}

.news-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    border-bottom: 1px solid #D6D5D5;
    transition: all 0.3s;
}

.news-list li:hover a {
    border-bottom-color: #005BAC;
}

.news-list li .pic {
    width: 3.48rem;
    height: 2.42rem;
    padding-top: 0;
    margin-right: 0.44rem;
}

.news-list li .txt {
    flex: 1;
    min-width: 0;
}

.news-list li .txt h3 {
    font-size: 0.22rem;
    color: #000;
    margin-bottom: 0.2rem;
    font-weight: normal;
    transition: all 0.3s;
}

.news-list li:hover .txt h3 {
    color: #005BAC;
    font-weight: bold;
}

.news-list li .txt .date {
    font-family: Arial;
    font-size: 0.16rem;
    color: #005BAC;
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
}

.news-list li .txt .date img {
    width: 0.17rem;
    margin-right: 0.08rem;
}

.news-list li .txt p {
    font-size: 0.16rem;
    color: #999;
    line-height: 0.24rem;
}

.news-list li:hover .txt p {
    color: #639CCD;
}

.news-list li .txt .arr {
    background: url(../images/arr.png) no-repeat center center;
    background-size: 100% 100%;
    width: 0.23rem;
    height: 0.17rem;
    margin-top: 0.24rem;
    transition: all 0.3s;
}

.news-list li:hover .txt .arr {
    transform: translateX(5px);
}

/* ================= çº¯æ–‡æœ¬åˆ—è¡¨ (ç§‘ç ”æˆæžœ) ================= */
.text-list {}

.text-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.23rem 0;
    border-bottom: 1px dashed #CBCBCB;
    transition: all 0.3s;
}

.text-list li:first-child {
    /* border-top: 1px dashed #CBCBCB; */
}

.text-list li:hover {
    border-bottom-color: #005BAC;
    padding-left: 10px;
    padding-right: 10px;
}

.text-list li a {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #333;
    display: block;
    width: 85%;
    position: relative;
    padding-left: 0.2rem;
}

.text-list li a::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    font-size: 0.2rem;
    line-height: 1.4;
}

.text-list li:hover a::before {
    color: #005BAC;
}

.text-list li:hover a {
    color: #005BAC;
}

.text-list li .date {
    font-family: Arial;
    font-size: 0.16rem;
    color: #005BAC;
}

.text-list li.hot a {
    color: #005BAC;
    font-weight: bold;
}

/* ================= äººå‘˜å±•ç¤º (éƒ¨é—¨é¢†å¯¼) ================= */
.team-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.team-list .item {
    width: 48%;
    margin-bottom: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 64, 152, 0.2);
    transition: all 0.3s;
    overflow: hidden;
}

.team-list .item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.12rem;
    position: relative;
    z-index: 1;
}

.team-list .item a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2rem;
    background: linear-gradient(248deg, transparent 1rem, #DDEAF4 0);
    z-index: -1;
    transition: all 0.3s;
}

.team-list .item:hover a::before {
    background: linear-gradient(248deg, transparent 1rem, #005BAC 0);
}

.team-list .item:hover {
    box-shadow: 0 15px 30px rgba(0, 61, 146, 0.1);
    transform: translateY(-5px);
}

.team-list .item .pic {
    width: 1.82rem;
    height: 2.25rem;
    padding-top: 0;
    background-color: #eee;
}

.team-list .item .pic img {
    width: auto;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.team-list .item:hover .pic img {
    transform: scale(1.05);
}

.team-list .item .txt {
    flex: 1;
    min-width: 0;
    padding: 0 0.2rem 0 0.3rem;
}

.team-list .item .txt h3 {
    font-size: 0.22rem;
    line-height: 0.3rem;
    padding: 0.13rem 0;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.team-list .item .txt h3::before {
    content: '';
    position: absolute;
    left: -0.3rem;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, #005BAC 1%, rgba(242, 246, 247, 0) 100%);
    z-index: -1;
}

.team-list .item .txt h3 span {
    font-size: 0.16rem;
    color: #fff;
    font-weight: normal;
    margin-left: 0.2rem;
}

.team-list .item .txt .info {
    margin-top: 0.18rem;
}

.team-list .item .txt .info p {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.25rem;
}

.team-list .item .txt .contact {
    margin-top: 0.23rem;
    padding-top: 0.12rem;
    border-top: 1px dashed #D8D8D8;
}

.team-list .item .txt .contact p {
    font-size: 0.16rem;
    color: #666;
    display: flex;
    align-items: center;
}

.team-list .item .txt .contact p img {
    width: 0.19rem;
    margin-right: 0.1rem;
}

/* ================= æ–‡ç« è¯¦æƒ… (æ­£æ–‡) ================= */
.article-box {}

.article-tit {
    text-align: center;
    margin-bottom: 0.37rem;
}

.article-tit h2 {
    font-size: 0.26rem;
    color: #2F2F2F;
    font-weight: bold;
    margin-bottom: 0.37rem;
    line-height: 1.5;
}

.article-tit .info {
    font-size: 0.18rem;
    color: #999;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 0.26rem;
    padding: 0.12rem;
    background: rgba(238, 238, 238, 0.5);
}

.article-tit .info span {
    margin: 0 0.15rem;
}

.article-con {
    font-size: 0.16rem;
    color: #444;
    line-height: 2;
}

.article-con p {
    margin-bottom: 0.34rem;
    text-indent: 2em;
    text-align: justify;
    font-family: "å¾®è½¯é›…é»‘" !important;
    font-size: 0.18rem !important;
    line-height: 0.32rem !important;
}

.article-con img,
.art-main .art-body video {
    margin: 0.3rem auto;
    display: block;
    max-width: 100% !important;
    height: auto !important;
}

.art-main .art-body iframe {
    max-width: 100% !important;
    display: block;
    margin: 0.1rem auto !important;
}

.art-main .art-body table {
    max-width: 100%;
    margin: 0 auto !important;
    border-collapse: collapse;
    float: none;
}

.art-main .art-body table td {
    padding: 5px 10px;
    line-height: 30px;
    border: 1px #ddd solid;
}

.art-main .art-body table td p {
    text-indent: 0em !important;
    margin-bottom: 0px !important;
}

.article-nav {
    margin-top: 0.6rem;
    padding-top: 0.3rem;
    border-top: 1px solid rgba(155, 13, 20, 0.2);
    font-size: 0.18rem;
    line-height: 2;
}

.article-nav p {
    margin-bottom: 0.1rem;
    color: #005BAC;
    font-weight: bold;
}

.article-nav a {
    color: #666;
    font-weight: normal;
    transition: all 0.3s;
}

.article-nav a:hover {
    color: #005BAC;
    text-decoration: underline;
}

/* ================= åˆ†é¡µ ================= */
.pages {
    text-align: center;
    margin-top: 0.6rem;
}

.pages a,
.pages span {
    display: inline-block;
    padding: 0 0.15rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
    margin: 0 0.05rem;
    border-radius: 4px;
    font-size: 0.14rem;
    transition: all 0.3s;
}

.pages a:hover,
.pages span.on {
    background: #005BAC;
    color: #fff;
    border-color: #005BAC;
}

/* ================= å›¾ç‰‡åˆ—è¡¨ ================= */
.pic-list {
    margin-top: 0.4rem;
}

.pic-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.19rem;
}

.pic-list ul li {
    width: 33.33%;
    margin-bottom: 0.58rem;
}

.pic-list .item {
    display: block;
    margin: 0 0.19rem;
    overflow: hidden;
    transition: all 0.3s;
}

.pic-list .item:hover {
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.pic-list .item .pic {
    padding-top: 58.37%;
}

.pic-list .item .txt {
    padding: 0.35rem 0.1rem;
    text-align: center;
    font-size: 0.22rem;
    line-height: 0.3rem;
    letter-spacing: 0.06em;
    color: #333;
    border-bottom: 1px solid #D8D8D8;
    transition: all 0.3s;
}

.pic-list .item:hover .txt {
    color: #005BAC;
}

/* ================= å“åº”å¼ ================= */
@media screen and (max-width: 1024px) {
    .ny-banner {
        height: 3.5rem;
    }

    .ny-banner .tit h2 {
        font-size: 0.26rem;
        margin-left: 1.1rem;
    }

    .ny-banner::after {
        content: none;
    }

    .inner::before {
        left: -10px;
        width: calc(100% + 10px);
    }

    .ny-banner .tit p {
        font-size: 0.15rem;
    }

    .ny-banner .tit p::before {
        content: '';
        display: inline-block;
        width: 1rem;
        height: 0.02rem;
        margin-right: 0.1rem;
    }

    .ny-banner .tit2 .inner {
        margin-left: 1.1rem;
    }

    .leftNav::before {
        content: none;
    }

    .leftNav .leftNav-tit {
        display: block;
    }

    .leftNav .leftNav-tit::before {
        content: none;
    }

    .leftNav>h2 {
        display: block;
        height: inherit;
        line-height: 0.56rem;
        font-size: 0.22rem;
        text-align: left;
        padding-left: 0.15rem;
        background: #1350AB;
    }

    .leftNav .leftNav-tit>h2>i {
        color: #fff;
    }

    .leftNav>h2 span {
        float: right;
        width: 0.5rem;
        height: 0.56rem;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        background-size: 0.14rem 0.14rem;
        cursor: pointer;
    }

    .leftNav>ul {
        margin-top: 0;
        border-radius: 0;
        padding-right: 0;
    }

    .leftNav>ul>li {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .leftNav>ul>li::before {
        display: none !important;
    }

    .leftNav>ul>li>ul {
        position: static;
        display: none;
        transform: none;
        width: auto;
        margin: 0 0.2rem;
        background: none;
        box-shadow: none;
        transition: none;
        visibility: visible;
        opacity: 1;
        padding-left: 0;
        padding-right: 0;
    }

    .leftNav>ul>li:hover>ul {
        transform: none;
        visibility: visible;
        opacity: 1;
    }

    .leftNav>ul>li>ul>li>a {
        text-align: left;
    }

    .leftNav>ul>li>span {
        display: block;
        height: 0.56rem;
        transition: all 0.5s;
    }

    .leftNav>ul>li.on>span {
        transform: rotate(90deg);
    }

    .leftNav>ul>li>a::after {
        top: 50%;
        width: auto;
        height: 0.36rem;
        border-top: none;
        border-left: 0.04rem solid #1350AB;
        transform: translateY(-50%) scaleY(0);
    }

    .leftNav>ul>li:hover>a::after,
    .leftNav>ul>li.on>a::after {
        transform: translateY(-50%) scaleY(1);
    }

    .leftNav {
        float: none;
        width: 100%;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .leftNav ul li a {
        line-height: 0.56rem;
        margin: 0;
        padding: 0 0.2rem;
        color: #333;
        font-size: 0.18rem;
    }

    .leftNav>ul {
        display: none;
        padding-bottom: 0;
        margin-left: 0;
        padding-left: 0.15rem;
        padding-right: 0.15rem;
    }

    .leftNav>ul>li:hover>a,
    .leftNav>ul>li.on>a {
        color: #1350AB;
    }

    .ny-bread-bar {
        margin-top: 0.2rem;
        margin-bottom: 0.3rem;
    }

    .ny-bread-bar .wp {
        height: auto;
    }

    .inner {
        padding: 0.2rem 0.2rem 0.2rem 0;
    }

    .ny-banner .tit {
        top: 50%;
    }

    .ny-right {
        float: none;
        width: 100%;
        margin-top: 0;
    }

    .position h3,
    .position .x {
        display: none;
    }

    .news-list li a {
        padding: 0.2rem 0;
    }

    .news-list li .pic {
        width: 2.48rem;
        height: 1.72rem;
        margin-right: 0.2rem;
    }

    .news-list li .txt h3 {
        font-size: 0.18rem;
        margin-bottom: 0.1rem;
    }

    .text-list li {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.2rem 0;
    }

    .text-list li a {
        width: 100%;
        margin-bottom: 0.1rem;
    }

    .text-list li .date {
        padding-left: 0.2rem;
    }

    .team-list {
        margin-top: 0;
    }

    .team-list .item {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .ny-nav .wp {
        flex-direction: column;
        height: auto;
        padding: 0.2rem 0;
    }

    .ny-nav .tabs {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .ny-nav .tabs a {
        line-height: 0.5rem;
        padding: 0 0.15rem;
    }

    .article-box {
        padding: 0.2rem;
    }

    .article-tit h1 {
        font-size: 0.24rem;
    }

    .article-tit .info span {
        margin: 0 0.1rem;
        margin-bottom: 0.1rem;
    }

    .pic-list {
        margin-top: 0;
    }

    .pic-list ul {
        margin: 0 -0.1rem;
    }

    .pic-list ul li {
        margin-bottom: 0.2rem;
    }

    .pic-list .item {
        margin: 0 0.1rem;
    }

    .pic-list .item .txt {
        padding: 0.15rem 0.1rem;
        font-size: 0.18rem;
        line-height: 0.26rem;
    }
}

@media screen and (max-width: 480px) {
    .ny-banner {
        height: 2rem;
    }

    .ny-banner .tit h2 {
        line-height: 1;
        margin-left: 0.5rem;
    }

    .ny-banner .tit p::before {
        width: 0.4rem;
    }

    .ny-banner .tit2 .inner {
        margin-left: 0.5rem;
        padding: 0;
    }

    .ny-banner .tit2 .inner a {

        font-size: .13rem;
    }

    .news-list li a {
        flex-direction: column;
    }

    .news-list li .pic {
        width: 100%;
        height: auto;
        margin-bottom: 0.15rem;
        padding-top: 69.54%;
        margin-right: 0;
    }

    .news-list li .txt {
        flex: none;
        width: 100%;
    }

    .news-list li .txt .arr {
        position: static;
        margin-top: 0.15rem;
        display: block;
    }

    .pic-list ul li {
        width: 50%;
    }

    .team-list .item .pic {
        width: 100%;
        height: auto;
        padding-top: 123.62%;
    }

    .team-list .item a::before {
        content: none;
    }

    .team-list .item .txt {
        flex: none;
        width: 100%;
        padding: 0;
    }

    .team-list .item .txt h3 {
        padding-left: 0.15rem;
    }

    .team-list .item .txt h3::before {
        left: 0;
    }
}