@charset "utf-8";

.ny-banner {
    position: relative;
}

.ny-banner>img {
    display: block;
    width: 100%;
}

.ny-lm {
    position: absolute;
    top: 50%;
    left: 1.6rem;
    transform: translateY(-50%);
}

.ny-lm h3 {
    color: #ffffff;
    font-size: .8rem;
    line-height: 1;
    margin-bottom: .1rem;
}

.ny-lm p {
    color: #ffffff;
    font-size: .24rem;
    line-height: 1;
    opacity: 0.8;
}

.ny-nav {
    position: absolute;
    left: 0;
    bottom: 0;
}

.ny-wz {
    position: absolute;
    right: 1.6rem;
    bottom: .1rem;
}

.ny-wz span,
.ny-wz a {
    font-size: .18rem;
    color: #FFFFFF;
}

.ny-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
    background: url(../images/ny-nav.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 1.5rem;
    padding-right: 0.5rem;
}

.ny-nav h3 {
    color: #ffffff;
    font-size: .24rem;
    padding-right: .5rem;
    background: url(../images/ico-jt.png) no-repeat right .2rem center;
    background-size: .08rem;
}

.ny-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ny-nav>ul>li>a {
    line-height: .6rem;
    padding: 0 .3rem;
    display: block;
    font-size: .18rem;
    font-weight: 350;
    color: #FFFFFF;
    position: relative;
    opacity: 0.9;
}

.ny-nav>ul>li {
    position: relative;
}
.ny-nav>ul>li:hover .ny-sj{ 
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.ny-sj {
    position: absolute;
    left: 50%;
    top: 150%;
    min-width: 1.5rem;
    transform: translateX(-50%);
    z-index: 9;
    background: #ffffff;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: .1rem 0;
    visibility: visible;
    opacity: 0;
    transition: all 0.3s;
}

.ny-sj::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #FFF;
    border-left: .1rem solid transparent;
}

.ny-sj>a:hover {
    color: #ffffff;
    background: #003998;
}

.ny-sj>a {
    display: block;
    font-size: .16rem;
    color: #333333;
    padding: .1rem;
    transition: all 0.3s;
}

.ny-nav>ul>li.on a {
    opacity: 1;
}

.ny-nav ul li.on a {
    opacity: 1;
}

.ny-nav ul li a::after {
    content: '';
    height: .16rem;
    border-right: .01rem solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.ny-nav ul li:last-child a::after {
    display: none;
}

/* xyjs */
.lm-tit {
    position: relative;
    margin-bottom: .5rem;
}

.lm-tit h3 {
    font-size: .36rem;
    font-weight: bold;
    color: #05397F;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.lm-tit p {
    line-height: 1;
    font-size: .56rem;
    font-weight: bold;
    font-style: italic;
    color: #F2F5F9;
    position: absolute;
    left: 0;
    top: -0.3rem;
    left: -0.1rem;
}

.js-p {
    position: relative;
    background: url(../images/js-zm.png) no-repeat right center;
    background-size: auto 100%;
    margin-bottom: .8rem;
}

.js-p img {
    margin: 0 auto;
    display: block;
    max-width: 85%;
    width: 14.4rem;
}


.js-tx p {
    font-size: .2rem;
    font-weight: 350;
    line-height: .32rem;
    text-align: justify;
    color: #343D46;
    margin-bottom: .2rem;
    text-indent: 2em;
}

.ld-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ld-lt ul li {
    width: 47%;
    margin-bottom: .6rem;
}

.ld-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .15rem;
    padding-right: .4rem;
    background: url(../images/ld-tbg1.png) no-repeat;
    background-size: 100% 100%;
    border: .01rem solid #C6D4E7;
}

.ld-lt ul li a .pic {
    width: 2.2rem;
    padding-top: 2.73rem;
}

.ld-tx {
    flex: 1;
    min-width: 0;
}

.ld-tx h3 {
    font-size: 20px;
    color: #004098;
    padding: 0 .4rem;
    line-height: .56rem;
    background: linear-gradient(90deg, #F3F4F7 0%, rgba(242, 246, 247, 0) 100%);
    margin-bottom: .2rem;
    font-weight: 600;
}

.ld-tx p {
    font-size: .16rem;
    font-weight: 350;
    color: #707070;
    position: relative;
    margin-left: .4rem;
    margin-top: .1rem;
    padding-left: .1rem;
}

.ld-tx p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: .05rem;
    height: .05rem;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #003998 0%, #0A7BEE 100%);
    border-radius: 50%;
}

.ld-more {
    text-align: right;
    margin-top: .6rem;
}

.ld-more span {
    display: inline-block;
    padding: .09rem .24rem .09rem .5rem;
    background: url(../images/more1.png) no-repeat left center;
    background-size: 100%;
    z-index: 2;
    color: #02409F;
    font-size: .14rem;
}

.ld-lt ul li a:hover {
    background: url(../images/ld-tbg2.png) no-repeat;
    background-size: 100% 100%;
}

.ld-lt ul li a:hover p {
    color: #ffffff;
}

.ld-lt ul li a:hover p::before {
    background: #ffffff;
}

.ld-lt ul li a:hover .ld-more span {
    background: url(../images/ld-more.png) no-repeat left center;
    background-size: 100%;
    color: #ffffff;
}

/* xw */
.xw-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .4rem;
    padding: .2rem .48rem .2rem 0;
    background: url(../images/xw-tbg1.png) no-repeat right center;
    background-size: 98% 100%;
    position: relative;
}

.xw-lt ul li a:hover {
    background: url(../images/xw-tbg2.png) no-repeat right center;
    background-size: 98% 100%;
}

.xw-lt ul li a .pic {
    width: 2.45rem;
    padding-top: 1.65rem;
}

.xw-lt ul li a h3 {
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: .15rem;
    margin-bottom: .15rem;
    position: relative;
}

.xw-lt ul li a:hover h3 {
    color: #ffffff;
}

.xw-lt ul li a:hover p {
    color: #ffffff;
}

.xw-lt ul li a:hover b {
    color: #ffffff;
}

.xw-lt ul li a:hover span {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
}

.xw-lt ul li a h3::after {
    content: '';
    width: .38rem;
    height: .02rem;
    background: #1758BE;
    position: absolute;
    left: 0;
    bottom: 0;
}

.xw-lt ul li a p {
    font-size: .16rem;
    line-height: .28rem;
    height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #898989;
}

.xw-tx {
    flex: 1;
    min-width: 0;
    padding: 0 .3rem;
    border-right: .01rem solid #BFD4F4;
}

.xw-date {
    text-align: center;
    margin-left: .4rem;
}

.xw-date b {
    display: block;
    color: #05397F;
    font-size: .36rem;
    margin-bottom: .1rem;
}

.xw-date span {
    font-size: .16rem;
    line-height: .32rem;
    color: #000000;
    text-align: center;
    width: .96rem;
    text-align: center;
    display: block;
    border: .01rem solid #086EDD;
}

/* tzgg */
.tzgg ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: url(../images/tz-tbg1.png) no-repeat right center;
    background-size: 100% 100%;
    padding: .4rem;
    margin-bottom: .4rem;
}

.tzgg ul li a:hover {
    background: url(../images/tz-tbg2.png) no-repeat right center;
    background-size: 100% 100%;
}

.tzgg ul li a:hover h3 {
    color: #ffffff;
}

.tzgg ul li a:hover p {
    color: #ffffff;
}

.tzgg ul li a:hover span {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
}

.tzgg ul li a:hover b {
    color: #ffffff;
}

.tz-d {
    text-align: center;
    margin-right: .4rem;
    padding-right: .4rem;
    border-right: .01rem solid #BFD4F4;
}

.tzgg ul li a:hover .tz-d {
    border-right: .01rem solid rgba(255, 255, 255, 0.5);
}

.tz-d b {
    display: block;
    color: #05397F;
    font-size: .36rem;
    margin-bottom: .1rem;
}

.tz-d span {
    font-size: .16rem;
    line-height: .32rem;
    color: #000000;
    text-align: center;
    width: .96rem;
    text-align: center;
    display: block;
    border: .01rem solid #086EDD;
}

.tz-tx h3 {
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: .15rem;
    margin-bottom: .15rem;
    position: relative;
}

.tzgg ul li a h3::after {
    content: '';
    width: .38rem;
    height: .02rem;
    background: #1758BE;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tz-tx {
    flex: 1;
    min-width: 0;
}

.tz-tx p {
    font-size: .16rem;
    line-height: .28rem;
    height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #898989;
}

.kypt ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -0.3rem;
}

.kypt ul li {
    width: 33.33%;
    margin-bottom: .6rem;
}

.kypt ul li a {
    display: block;
    margin: 0 .3rem;
    transition: all 0.3s;
}

.kypt ul li a .pic {
    padding-top: 65%;
}

.kypt ul li a p {
    font-size: .2rem;
    line-height: .68rem;
    text-align: center;
    color: #000000;
    background: url(../images/ky-tbg1.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.4rem;
}

.kypt ul li a:hover {
    filter: drop-shadow(0 0 .1rem rgba(0, 0, 0, 0.3));
    transform: translateY(-0.1rem);
}

.kypt ul li a:hover p {
    background: url(../images/ky-tbg2.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    
}

.ml-lt>h3 {
    padding: .2rem 0;
    padding-left: .15rem;
    background: url(../images/ml-tit.png) no-repeat left center;
    background-size: .05rem;
    border-bottom: .01rem dashed #D8D8D8;
    margin-bottom: .2rem;
}

.ml-lt ul {
    display: flex;
    flex-wrap: wrap;
}

.ml-lt {
    background: url(../images/ml-tbg.png) no-repeat right .5rem top #fff;
    background-size: 2.72rem;
    border: .01rem solid #CEDBE8;
    padding: .2rem .4rem;
    margin-bottom: .4rem;
}

.ml-lt ul li {
    width: 20%;
}

.ml-lt ul li a {
    font-size: .16rem;
    font-weight: 350;
    color: #707070;
    position: relative;
    margin-top: .1rem;
    padding-left: .1rem;
    margin-bottom: .1rem;
    display: block;
}


.ml-lt ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: .05rem;
    height: .05rem;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #003998 0%, #0A7BEE 100%);
    border-radius: 50%;
}

.ml-lt ul li a:hover {
    color: #003998;
}

/* ysfc */
.ysfc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ysfc ul li a {
    display: block;
    position: relative;
    margin: 0 .7rem;
    width: 5.2rem;
    max-width: 100%;
}

.ysfc ul li a .pic {
    width: 2.8rem;
    height: 3.48rem;
    padding-top: 0;
    margin: 0 auto;
}

.ys-tx {
    margin-top: -0.6rem;
    position: relative;
    z-index: 2;
}

.ys-tx h3 {
    width: 2.26rem;
    line-height: .6rem;
    padding-left: .5rem;
    background: url(../images/sz-tbg1.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: .2rem;
}

.ys-ifo {
    background: linear-gradient(180deg, #C1D5FF 0%, rgba(255, 255, 255, 0) 100%);
    padding: .2rem .4rem;
    min-height: 1.46rem;
}

.ys-ifo p {
    font-size: .18rem;
    color: #143883;
    margin-bottom: .3rem;
}

.ys-more {
    text-align: right;
}

.ys-more span {
    display: inline-block;
    font-size: .18rem;
    font-weight: 500;
    color: #02409F;
    font-style: italic;
    padding: .09rem .24rem .09rem .5rem;
    background: url(../images/more1.png) no-repeat left center;
    background-size: 100%;
    z-index: 2;
}


.art-main {
    padding: 0rem .2rem;
}

.art-main .art-tit {
    margin-bottom: .2rem;
}

.art-main .art-tit h3 {
    text-align: center;
    color: rgb(27, 27, 27);
    font-size: .22rem;
    margin-top: .3rem;
    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: .18rem;
    line-height: .3rem;
    margin-bottom: .05rem;
}

.art-main .art-body img {
    display: block;
    margin: 0rem auto;
    max-width: 100% !important;
    height: auto !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);
    background-position: left .15rem;
    transition: all 0.3s ease 0s;
}

.pnext p:hover {
    text-decoration: underline;
}

.pnext p a {
    font-size: .18rem;
    display: inline;
    color: rgb(51, 51, 51);
}

.pnext p:hover {
    color: #1551B0;
}

.pnext p:hover a {
    color: #1551B0;
}







































.ny-index {
    padding: 1rem 0;
    min-height: 50vh;
    background: url(../images/ny-bg1.png) no-repeat center bottom;
    background-size: 100%;
}

@media screen and (max-width: 1024px) {
    .xw-lt ul li a {
        padding: .1rem;
    }




    .xw-date {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fff;
        padding: .1rem 0;
        margin: 0;
    }

    .xw-tx {
        padding: 0 .1rem;
        padding-right: 0;
        margin: 0;
        border-color: transparent;
    }

    .xw-date b {
        font-size: .24rem;
        margin-bottom: 0;
    }

    .xw-date span {
        border-color: transparent;
        font-size: .14rem;
        line-height: .2rem;
        width: .8rem;
    }

    .ny-nav {
        display: none;
    }

    .ny-wz {
        right: .1rem;
    }

    .ny-lm {
        display: none;
    }

    .ny-index {
        padding: .3rem 0;
    }

    .lm-tit h3 {
        font-size: .24rem;
    }

    .lm-tit p {
        font-size: .3rem;
    }

    .js-p {
        margin-bottom: .3rem;
    }

    .kypt ul li {
        width: 50%;
        margin-bottom: .3rem;
    }

    .ml-lt {
        padding: .1rem .2rem;
    }

    .ml-lt ul li {
        width: 33.33%;
    }

}

@media screen and (max-width: 768px) {
    .ld-lt ul li {
        width: 100%;
        margin-bottom: .2rem;
    }
}

@media screen and (max-width: 480px) {
    .ml-lt ul li {
        width: 50%;
    }

    .ysfc ul li a {
        width: 100%;
        margin: .2rem 0;
    }

    .kypt ul li {
        width: 100%;
        margin-bottom: .1rem;
    }

    .tzgg ul li a {
        margin-bottom: .2rem;
        padding: .1rem;
    }

    .ld-lt ul li a .pic {
        margin: 0 auto;
    }

    .tz-d {
        margin-right: .2rem;
        padding-right: .2rem;
    }

    .ld-lt ul li a {
        background-size: 0;
    }

    .ld-tx {
        flex: auto;
        width: 100%;
    }

    .ld-tx h3 {
        text-align: center;
    }

    .ld-lt ul li a {
        padding: .2rem 0;
        padding-right: .1rem;
    }
}