@charset "utf-8";

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


.ny-banner {
    position: relative;
    z-index: 1;
}

.ny-banner img {
    display: block;
    width: 100%;
}

.pagination {
    text-align: center;
    font-size: 0rem;
    padding-top: .5rem;
}

.pagination a {
    display: inline-block;
    border: .01rem solid rgb(220, 220, 220);
    padding: 0rem .12rem;
    height: .35rem;
    font-size: .14rem;
    line-height: .35rem;
    text-align: center;
    color: rgb(102, 102, 102);
    margin: 0rem .07rem;
}

.pagination a.active {
    background: #134c91;
    color: rgb(255, 255, 255);
    border: .01rem solid #134c91;
}

.pagination a:hover {
    background: #134c91;
    color: rgb(255, 255, 255);
    border: .01rem solid #134c91;
}

.pagination span {
    display: inline-block;
    font-size: .14rem;
}

.nymain {
    padding-bottom: .5rem;
    background: url(/images/ny-botbg.png) no-repeat bottom center;
    background-size: 100% auto;
}

.nymain .leftNav {
    width: 2.9rem;
    position: relative;
    z-index: 10;
    margin-right: .4rem;
    margin-top: -1.16rem;
}

.nymain .leftNav>h2 {
    background: rgba(23, 85, 160, .9);
    position: relative;
    padding-left: .4rem;
    padding-top: .35rem;
    padding-bottom: .15rem;
    border-radius: 0 .6rem 0 0;
}



.nymain .leftNav>h2 b {
    color: #ffffff;
    font-size: .34rem;
    font-weight: normal;
    line-height: 1;
    display: block;
    z-index: 9;
    position: relative;
}

.nymain .leftNav>h2 em {
    font-size: .18rem;
    font-weight: bold;
    color: #FFFFFF;
    font-family: 'sy';
    opacity: .2;
    display: block;
    margin-top: .05rem;
}


.nymain .leftNav>ul {
    background: url(/images/ny-navbg.jpg) no-repeat left bottom #fff;
    position: relative;
    min-height: 4rem;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.2);
}

.nymain .leftNav {
    position: relative;
}

.nymain .leftNav::after {
    content: '';
    background: rgba(23, 85, 160, .9);
    width: .1rem;
    height: 100%;
    position: absolute;
    left: -0.1rem;
    top: 0;
}

.nymain .leftNav>ul>li {
    position: relative;
    padding-right: .4rem;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
    margin-top: 0rem;
}



.nymain .leftNav ul li a {
    display: block;
    font-size: .2rem;
    color: #282828;
    line-height: .5rem;
    position: relative;
}

.nymain .leftNav>ul>li:first-child>a {
    border-top: none;
}

.nymain .leftNav>ul>li>a {
    border-top: .01rem dashed rgb(221, 221, 221);
    line-height: .3rem;
    padding: .15rem .25rem;
    padding-left: .4rem;
    transition: all 0.5s;
}

.nymain .leftNav>ul>li:hover>a,
.nymain .leftNav>ul>li.active>a {
    padding-left: .6rem;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .25rem;
    height: .25rem;
    left: .3rem;
    top: .2rem;
    line-height: .5rem;
    background: url("/images/sub_left_down.png") center center no-repeat;
    cursor: pointer;
    background-size: .1rem;
    display: none;
}

.nymain .leftNav>ul>li.active>span,
.nymain .leftNav>ul>li:hover>span {
    display: block;
}

.nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
}

.nymain .leftNav>ul>li.on>a {
    color: #134c91;
    font-weight: 600;
    background-position: .1rem center;
}

.nymain .leftNav>ul>li.active>a {
    background-position: .2rem center;
    font-size: .2rem;
    background: linear-gradient(270deg, rgba(251, 253, 255, 0.9915) 29%, #CBE8FF 100%);
}

.nymain .leftNav ul li a:hover {
    color: #134c91;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-bottom: .13rem;
    padding-right: 0rem;
}

.nymain .leftNav>ul>li>ul>li a {
    font-size: .16rem;
    line-height: .32rem;
    position: relative;
    padding-left: .45rem;
}

.nymain>.wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.ny-right {
    padding-bottom: .7rem;
    flex: 1;
    min-width: 0;
}

.ny-rcom {
    font-size: .24rem;
    color: #134c91;
    margin-bottom: .15rem;
    font-weight: normal;
}

.position {
    margin-bottom: .2rem;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0rem;
    line-height: .55rem;
    padding: 0rem .15rem;
}

.position h3 {
    position: absolute;
    font-size: .22rem;
    color: rgb(51, 51, 51);
    text-align: left;
    bottom: -0.02rem;
    left: 0rem;
    z-index: 9;
    font-weight: 600;
}

.position span {
    color: rgb(113, 113, 113);
    font-size: .16rem;
    vertical-align: middle;
}

.position img {
    vertical-align: 0;
    margin-right: .1rem;
    width: .17rem;
}

.position a {
    font-size: .16rem;
    color: rgb(113, 113, 113);
    margin: 0rem .05rem;
    vertical-align: middle;
    display: inline-block;
}

.position a:hover {
    color: #134c91;
}

.ny-wz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(151, 151, 151, .5);
    padding: .2rem 0;
    margin-bottom: .4rem;
}

.ny-wz>h3 {
    font-size: .34rem;
    font-weight: 500;
    color: #666666;
}

.ny-bread span,
.ny-bread a {
    font-size: .18rem;
    color: #666666;
}

.ny-bread {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ny-bread img {
    width: .26rem;
    margin-right: .1rem;
}

.ny-bread a:hover {
    color: #1755A0;
}


/* 内容页 */
.art-main {
    padding: 0rem .2rem;
}

.art-main .art-tit h3 {
    text-align: center;
    color: rgb(27, 27, 27);
    font-size: .22rem;
    margin-top: .36rem;
    color: #1755A0;
    font-weight: normal;
}

.art-main .art-tit h4 {
    text-align: center;
    color: rgb(51, 51, 51);
    font-weight: normal;
    font-size: .18rem;
    margin-top: .3rem;
}

.art-main .art-body {
    padding-top: .3rem;
}

.art-main .art-body p {
    color: rgb(51, 51, 51);
    text-indent: 2em;
    font-size: .2rem;
    line-height: .34rem;
    margin-bottom: .2rem;
}

.art-main .art-body img {
    display: block;
    margin: 0rem auto;
    max-width: 80% !important;
}

.art-main .cont-tit p {
    font-size: 0rem;
    text-align: center;
    padding-top: .1rem;
    padding-bottom: .1rem;
    line-height: .2rem;
    background: rgb(245, 245, 245);
    margin-top: .2rem;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: .16rem;
    margin-right: .05rem;
}

.art-main .cont-tit p .liulan {
    margin-left: .5rem;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: .14rem;
    color: rgb(119, 119, 119);
    padding: 0rem .1rem;
}

.art-main .cont-tit p span:first-child {
    border-left: none;
}

.art-info {
    border-top: .01rem solid rgb(225, 225, 225);
    padding: .3rem 0;
    margin-top: .5rem;
}

.pnext p {
    text-indent: initial;
    font-size: .18rem;
    line-height: .36rem;
    color: rgb(51, 51, 51);
    padding-left: .2rem;
    background-position: left .15rem;
    transition: all 0.3s ease 0s;
    padding-left: .24rem;

}

.pnext p.prev {
    background: url(/images/nry-jt1.png) no-repeat left .15rem;
    background-size: .18rem;
}

.pnext p.next {
    background: url(/images/nry-jt2.png) no-repeat left .15rem;
    background-size: .18rem;
}

.pnext p:hover {
    text-decoration: underline;
}

.pnext p a {
    font-size: .18rem;
    display: inline;
    color: rgb(51, 51, 51);
}

.pnext p:hover {
    color: #134c91;
}

.pnext p:hover a {
    color: #134c91;
}

/* 内容页end */

/* pt-lt */
.pt-lt ul li {
    margin-bottom: .4rem;
    background: #FFFFFF;
    border-radius: 0 .5rem 0 0;
    overflow: hidden;
    box-shadow: 0rem .02rem .11rem 0rem rgba(208, 205, 205, 0.5);
}

.pt-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-left: .11rem solid #1755A0;
}

.pt-lt .pic {
    width: 4.65rem;
    height: 2.62rem;
    padding-top: 0;

}

.pt-tx {
    flex: 1;
    min-width: 0;
    padding: .7rem .5rem 0 .4rem;
}

.pt-tx h3 {
    font-size: .2rem;
    font-weight: 500;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.pt-tx p {
    font-size: .16rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #282828;
    margin: .25rem 0;
}

.pt-more {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pt-line {
    flex: 1;
    min-width: 0;
}

.pt-line span {
    font-size: .16rem;
    color: #1755A0;
}

.pt-line {
    background: url(/images/pt-line1.png) no-repeat right center;
    background-size: 100%;
    margin: 0 .1rem;
}

.pt-lt ul li:hover {
    background: url(/images/pt-tbg.jpg) no-repeat;
    background-size: cover;
}

.pt-lt ul li:hover a {
    border-color: transparent;
}

.pt-lt ul li:hover span,
.pt-lt ul li:hover p,
.pt-lt ul li:hover h3 {
    color: #ffffff;
}

.pt-lt ul li:hover .pt-line {
    background: url(/images/pt-line2.png) no-repeat right center;
    background-size: 100%;
}

.fy img {
    max-width: 85%;
    margin: 0 auto;
    display: block;
    margin-top: .5rem;
}

/* tx-lt */
.tx-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tx-lt ul li {
    padding: .5rem .6rem .3rem .5rem;
    background: #FFFFFF;
    box-shadow: 0rem .02rem .11rem 0rem rgba(208, 205, 205, 0.5);
    position: relative;
    margin-bottom: .3rem;
    border-radius: 0 .5rem 0 0;
}

.tl-xq {
    text-align: right;
    padding-right: .3rem;
    background: url(/images/tx-jt1.png) no-repeat right center;
    background-size: .2rem;
}

.tx-lt ul li::after {
    content: '';
    width: .11rem;
    height: 100%;
    background: #1755A0;
    position: absolute;
    left: 0;
    top: 0;
}
.tx-lt ul li a {
    display: block;
    border-radius: 0 .5rem 0 0;
}



.tl-tx {
    flex: 1;
    min-width: 0;
}

.tl-date {
    margin-right: .6rem;
}

.tl-date b {
    font-size: .34rem;
    line-height: .48rem;
    color: #1755A0;
    display: block;
    position: relative;
}

.tl-date b::after {
    content: '';
    width: .42rem;
    height: .01rem;
    background-color: #134c91;
    position: absolute;
    top: 50%;
    left: .48rem;
    transform: translateY(-50%);
}

.tl-date span {
    font-size: .16rem;
    color: #1755A0;
    display: block;
}

.tl-tx h3 {
    font-size: .2rem;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .15rem;
}

.tl-tx p {
    font-size: .16rem;
    line-height: .24rem;
    height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #282828;
    max-width: 7rem;
}


.tx-lt ul li:hover::after {
    display: none;
}

.tx-lt ul li:hover {
    background: url(/images/tl-tbg.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0rem .02rem .2rem 0rem rgba(23, 85, 160, .5);
}

.tx-lt ul li:hover span,
.tx-lt ul li:hover b,
.tx-lt ul li:hover p,
.tx-lt ul li:hover h3 {
    color: #ffffff;
}


.tx-lt ul li:hover .tl-xq {
    background: url(/images/tx-jt2.png) no-repeat right center;
    background-size: .2rem;
    color: #ffffff;
}

/* 领导页 */

.leader ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .25rem 0;
    border-bottom: 1px solid rgba(151, 151, 151, .2);
}

.leader ul li b {
    width: 55%;
    font-size: .24rem;
    line-height: .3rem;
    padding-left: .2rem;
    color: #1755A0;
    position: relative;
}

.leader ul li b::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: .04rem;
    height: .3rem;
    background: #1755A0;
}

.leader ul li span {
    flex: 1;
    min-width: 0;
    font-size: .24rem;
    color: #333333;
}

/* 组织机构 */
.zzjg>div {
    margin-bottom: .5rem;
}

.zz-tit {
    font-size: .3rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: .82rem;
    padding: 0 .35rem;

    border-radius: .35rem 0rem 0rem 0rem;
    background: linear-gradient(90deg, #1755A0 2%, #FFFFFF 81%);
    position: relative;
    margin-bottom: .5rem;
}

.zz-tit::after {
    content: '';
    width: 2.1rem;
    height: 1.06rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/images/zz-titbg.png) no-repeat;
    background-size: 100% 100%;
}

.zzjg ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.12rem;
    margin-right: -0.12rem;
}

.zzjg ul li {
    width: 33.33%;
    padding: 0 .12rem;
    margin-bottom: .27rem;
}

.zzjg ul li a {
    display: block;
    color: #282828;
    font-size: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .1rem;
    line-height: .94rem;
    background: url(/images/zz-tbg1.png) no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.zzjg ul li a::after {
    content: '';
    width: 100%;
    height: .06rem;
    background-color: #1755A0;
    position: absolute;
    left: 0;
    top: 0;
}

.zzjg ul li a:hover {
    background: url(/images/zz-tbg2.png) no-repeat;
    background-size: cover;
    color: #ffffff;
}

/* xyjj */
.xj-tx {
    font-size: .2rem;
    line-height: .36rem;
    text-align: justify;
    color: #666666;
    margin-bottom: .5rem;
    text-indent: 2em;
}

.xj-p {
    width: 43%;
}

.xj-p img {
    width: 100%;
    display: block;
}

.xj-tp .xj-p {
    float: right;
    margin-left: .9rem;
    position: relative;
    margin-bottom: .3rem;
}

.xj-pt {
    margin-top: .3rem;
    margin-bottom: .5rem;
}

.xj-pt .xj-p {
    float: left;
    margin-right: .9rem;
    margin-bottom: .3rem;
    position: relative;
}

.xj-tp .xj-p::before {
    content: '';
    width: 80%;
    height: 50%;
    background: #D8D8D8;
    position: absolute;
    left: -0.28rem;
    bottom: -0.28rem;
    z-index: -1;
}

.xj-pt .xj-p::before {
    content: '';
    width: 80%;
    height: 50%;
    background: #D8D8D8;
    position: absolute;
    right: -0.28rem;
    bottom: -0.28rem;
    z-index: -1;
}

.xj-tit {
    font-size: .3rem;
    color: #1755A0;
    margin-bottom: .2rem;
}


.xj-data {
    width: 6.24rem;
    margin-left: .65rem;
    float: right;
}

.xj-data ul {
    display: flex;
    flex-wrap: wrap;
}

.xj-data ul li {
    width: 25%;
    padding: .25rem 0;
    border-bottom: 1px solid #979797;
}


.xj-data ul li h3 b {
    color: #282828;
    font-size: .3rem;
    font-weight: normal;
}

.xj-data ul li h3 span {
    font-size: .18rem;
    color: #282828;
    font-weight: normal;
}

.xj-data ul li p {
    font-size: .18rem;
    color: #282828;
}


.xj-tx img {
    max-width: 100%;
    width: 100%;
    display: block;
}

























@media screen and (max-width: 1200px) {
    .nymain {
        padding: .3rem 0;
    }

    .ny-wz>h3 {
        display: none;
    }

    .nymain .leftNav>h2 b {
        line-height: .6rem;
    }

    .nymain .leftNav>h2 {
        padding: 0 .2rem;
        border-radius: 0;
    }

    .nymain .leftNav>h2 em {
        display: none;
    }

    .nymain .leftNav>h2 span {
        width: .25rem;
        height: .25rem;
        background: url("/images/cdppg.png") center center / .3rem no-repeat;
        position: absolute;
        right: .2rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 99;
        transition: all 0.3s ease 0s;
    }

    .nymain .leftNav::after {
        display: none;
    }

    .nymain .leftNav {
        width: 100%;
        margin: 0;
    }

    .ny-right {
        flex: auto;
        width: 100%;
    }

    .nymain .leftNav>ul {
        min-height: auto;
        display: none;
    }

}

@media screen and (max-width: 1024px) {
    .tl-tx p {
        max-width: none;
        margin-bottom: .2rem;
    }

    .tx-lt ul li {
        padding: .3rem;
    }
.leader ul li{
        margin-left:5px;
    }
}

@media screen and (max-width: 768px) {
    .pt-lt .pic {
        padding-top: 56%;
        height: auto;
        width: 100%;
        order: -1;
    }

    .pt-tx {
        flex: auto;
        width: 100%;
        padding: .2rem;
    }

    .zzjg ul li {
        width: 50%;
    }

    .zzjg ul li a {
        line-height: .8rem;
    }

    .zzjg ul li a::after {
        height: .03rem;
    }

    .xj-p {
        margin: 0 !important;
        margin-bottom: .3rem !important;
        float: none;
        width: 100%;
    }

    .xj-p::before {
        display: none;
    }

    .xj-tx {
        margin-bottom: .3rem;
    }

    .xj-data {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .xj-pt {
        margin: 0;
    }

    .xj-tit {
        font-size: .26rem;
        margin-bottom: .1rem;
    }
}

@media screen and (max-width: 640px) {
    .xj-data ul li {
        width: 33.33%;
        padding: .15rem 0;
    }

    .xj-data ul li h3 b {
        font-size: .2rem;
    }

    .xj-data ul li h3 span {
        font-size: .16rem;
    }

}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 400px) {
    .zzjg ul li {
        width: 100%;
    }
}