@charset "utf-8";

/* 分页 */

.banner {
    position: relative;
    z-index: 1;
    padding-right: 6%;
}

.banner img {
    display: block;
    width: 100%;
    border-top-right-radius: 2rem;
}



.pagination {
    text-align: center;
    font-size: 0;
    padding-top: .5rem;
}


.pagination a {
    display: inline-block;
    border: .01rem solid #dcdcdc;
    padding: 0 .12rem;
    height: .35rem;
    font-size: .14rem;
    line-height: .35rem;
    text-align: center;
    color: #666;
    margin: 0 .07rem;
}

.pagination a.active {
    background: #2e68b1;
    color: #fff;
    border: .01rem solid #2e68b1;
}

.pagination a:hover {
    background: #2e68b1;
    color: #fff;
    border: .01rem solid #2e68b1;
}

.pagination span {
    display: inline-block;
    font-size: .14rem;
}



.nymain {
    position: relative;
    /* margin-top: -0.9rem; */
    z-index: 9;
}


.nymain .leftNav {
    float: left;
    width: 3.5rem;
    position: relative;
    margin-right: .5rem;
    box-shadow: 0rem 0rem .15rem 0rem rgba(0, 0, 0, 0.15);
    margin-bottom: .2rem;
    margin-top: .7rem;
}

.nymain .leftNav>h2 {
    line-height: .9rem;
    color: #fff;
    background: linear-gradient(106deg, #791CB5 0%, #2C21E4 125%);
    font-size: .28rem;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.nymain .leftNav>h2 b {
    display: inline-block;
    padding: 0 .2rem;
    z-index: 9;
    position: relative;
}


.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: .1rem;
    margin-top: -0.05rem;
}

.nymain .leftNav p {
    margin-left: .2rem;
    font-size: .26rem;
    font-weight: 600;
    color: #fff;
    padding: .2rem 0;
}

.nymain .leftNav>ul {
    background: #f1fbff;
    position: relative;
}


.nymain .leftNav>ul>li {
    position: relative;
    padding: 0 .2rem;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
    margin-top: 0;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: .18rem;
    color: #242323;
    line-height: .5rem;
    position: relative;

}

.nymain .leftNav>ul>li>a {
    border-top: .01rem solid #fff;
    line-height: .7rem;
    border-left: .03rem solid transparent;
}


.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .25rem;
    height: .25rem;
    right: .3rem;
    top: .24rem;
    line-height: .5rem;
    background: url(../images/imgchar16-9-more.png) no-repeat center center;
    background-size: .2rem;
    cursor: pointer;

}

/* 
.nymain .leftNav>ul>li.on>span {

    transform: rotate(90deg);

} */


.nymain .leftNav>ul>li.on>a {
    color: #791CB5 !important;
    font-weight: 600;
    background-position: .1rem center;
}

.nymain .leftNav>ul>li.active {
    border-left: .04rem solid #791CB5;
}

.nymain .leftNav>ul>li.active>a {
    background-position: .2rem center;
    font-size: .18rem;
}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    color: #791CB5;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-bottom: .13rem;
    padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li a {
    font-size: .16rem;
    line-height: .32rem;
    position: relative;
    padding-left: .45rem;
}


.ny-right {
    overflow: hidden;
    padding-bottom: .7rem;
    padding-top: .7rem;
    min-height:600px;
}


.position {
    margin-bottom: .2rem;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: .55rem;
    /* overflow: hidden; */
    padding: 0 .15rem;
}

.position h3 {
    position: absolute;
    font-size: .28rem;
    font-weight: normal;
    color: #1b1b1b;
    text-align: left;
    bottom: -0.02rem;
    left: 0;
    padding: 0 .2rem;
    z-index: 9;
}

.position h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .05rem;
    height: .27rem;
    background: #e8b350;
}


.position span {
    color: #717171;
    font-size: .16rem;
    vertical-align: middle;
}

.position img {
    vertical-align: -0.01rem;
    margin-right: .05rem;
}

.position a {
    font-size: .16rem;
    color: #717171;
    margin: 0 .05rem;
    vertical-align: middle;
    display: inline-block;
}

.position a:hover {
    color: #791CB5;
}


/* img-list */

.pic-lt ul li {
    width: 32%;
    margin-bottom: .4rem;
}
.pic-lt ul i{
    display: block;
    width: 32%;
    height: 0;
}
.pic-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pic-lt ul li a .txt {
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    text-align: center;
    height: .9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: solid 1px #dddddd;
    padding:0 .1rem;
}

.pic-lt ul li a .txt p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pic-lt .pic {
    padding-top: 64%;
}

.tl-date {
    background: linear-gradient(106deg, #791CB5 0%, #2C21E4 125%), #345FE1;
    margin-right: .3rem;
    text-align: center;
    padding: .22rem .3rem;
    position: relative;
}

.tl-date b {
    display: block;

    font-size: .5rem;
    line-height: 1;
    color: #ffffff;
    margin-bottom: .14rem;
}

.tl-date span {
    display: block;

    font-size: .18rem;
    line-height: 1;
    color: #ffffff;
}

.tx-lt ul li {
    margin-bottom: .2rem;
}

.tx-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .2rem 0;
    position: relative;
}

.tl-tx {
    min-width: 0;
    flex: 1;
    position: relative;
    padding-right: 1.8rem;
    background: url(../images/tl-jt.png) no-repeat right .4rem center;
    background-size: .28rem;
    transition: all 0.5s;
}


.tl-tx h3 {
    font-size: .2rem;
    line-height: .26rem;
    color: #000000;
    margin-bottom: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}


.tl-tx p {
    font-size: .16rem;
    line-height: .26rem;
    height: .52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666666;
}


.tx-lt ul li a:hover .tl-date {
    box-shadow: 0px 6px 10px 0px rgba(38, 38, 38, 0.2);
}


.tx-lt ul li a:hover h3 {
    color: #791CB5;
}

.tx-lt ul li a:hover .tl-tx {
    background: url(../images/tl-jt.png) no-repeat right .3rem center;
    background-size: .28rem;
}

.tx-lt {
    padding-left: .1rem;
}

.nry-tit {
    background: #f1fbff;
    padding: .45rem;
    border-top: .03rem solid ;
    border-image: linear-gradient(123deg, #791CB5 0%, #2C21E4 127%) 1;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: .5rem;
}

.nry-tit h3 {
    text-align: center;
    font-size: .36rem;
    line-height: .48rem;
    color: #333;
    font-weight: 600;
}

.nry-tit p {
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    text-align: center;
    margin-top: .2rem;
}


.nry-tx p {
    font-size: .18rem;
    line-height: .32rem;
    color: #333333;
    margin-bottom: .1rem;
    text-indent: 2em;
}

.nry-tx p img {
    margin: 0 auto;
    max-width: 85%;
}

.nry-page a {
    font-size: .2rem;
    line-height: .34rem;
    color: #333333;
    display: block;
}
.nry-page a:hover {
    color: #791CB5;
}
.nry-page {
    position: relative;
    padding-top: .6rem;
    margin-top: .6rem;
    border-top: solid 1px rgba(46, 164, 177, 0.4);
    padding-right: 2rem;
}

.back-lt {
    line-height: .4rem;
    background-color: #2e68b1;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1.6rem;
    text-align: center;
}

.back-lt a {
    font-size: .14rem;
    color: #ffffff;
    
}

.back-lt a img {
    width: .16rem;
    margin-left: .08rem;
}

/* 图文列表 */
.pt-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .3rem;
    background-color: #f1faff;
}

.pt-lt ul li a .pic {
    width: 4rem;
    height: 2.25rem;
    padding-top: 0;
}

.pt-tx {
    min-width: 0;
    flex: 1;
    padding: .2rem .4rem;
}

.pt-tx h3 {
    position: relative;
}

.pt-tx h3::before {
    content: '';
    position: absolute;
    left: -0.4rem;
    top: 0;
    width: .04rem;
    height: .52rem;
    background: linear-gradient(106deg, #791CB5 0%, #2C21E4 125%), #345FE1;
}

.pt-tx h3 span {
    display: block;
    font-size: .16rem;
    color: #666666;
}

.pt-tx h3 b {
    display: block;

    font-size: .22rem;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;

    margin: .15rem 0;
}

.pt-tx p {
    font-size: .16rem;
    line-height: .26rem;
    height: .78rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #666666;
}

.pt-lt ul li a:hover b {
    color: #791CB5;
}


/* 图文列表 end */
































@media screen and (max-width: 1200px) {
    .banner {
        padding-right: 0;
    }
    .banner img {
        border-radius: 0;
    }
    .nymain .leftNav>h2 {
        font-size: 24px;
        line-height: 80px;
    }

    .nymain .leftNav {
        margin-right: 30px;
        width: 220px;
    }

    .nymain .leftNav>ul>li.active>a {
        background-position: 10px center;
        font-size: 18px;
    }

    .nymain .leftNav ul li a {
        font-size: 16px;
        background-position: 10px center;
        line-height: 55px;
    }

    .nymain .leftNav>ul>li>span {
        top: 18px;
        right: 5px;
    }


    .nymain .leftNav>ul>li>ul>li a::before {
        left: 15px;
    }


    .position span {
        font-size: 14px;
    }

    .position a {
        font-size: 14px;
    }


}

@media screen and (max-width: 1024px) {
    .tl-date {
        padding: .15rem;
    }

    .tl-date b {
        font-size: .3rem;
    }

    .tl-tx {
        padding-right: 1rem;
    }

    .ny-right {
        padding-top: 0;
    }

    .pnext p a,
    .pnext p {
        font-size: 14px;
        line-height: 28px;
    }

    .nymain .leftNav>h2 {
        line-height: 40px;
        font-size: 16px;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
    }

    .nymain .leftNav>h2 b {
        padding-left: 0;
    }

    .nymain .leftNav>h2 span {
        float: right;
        width: 25px;
        height: 25px;
        background: url(../images/close1.png) no-repeat center center;
        background-size: 15px;
        background-position: center center;
        margin-right: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        transition: all 0.3s;
    }

    .nymain .leftNav>h2 span.on {
        transform: translateY(-50%) rotate(0);
    }


    .nymain {
        padding: 0;
        margin: 0;
    }

    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin-right: 0;
        margin-top: 15px;
    }

    .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0;
    }


    .position {
        padding: 10px 0;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .position>div {
        text-align: left;
        line-height: 30px;
    }

    .position h3 {
        left: 0;
        width: auto;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
        position: relative;
        left: 0;
        margin-bottom: 10px;
        font-weight: 600;
        display: none;
    }

    .position h3::after {
        width: 37px;
        height: 37px;
        right: -10px;
        bottom: -15px;
    }

    .pagination {
        padding-top: 50px;
    }

    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }

    .nymain .leftNav ul {
        display: none;
    }

    .nymain .leftNav ul li a {
        line-height: 50px;
    }

    .nymain .leftNav>ul>li>span {
        top: 20px;
    }


    .position {
        padding: 0;
    }
    .nry-tit h3 {
        font-size: .3rem;
    }
    .nry-tit {
        padding: .2rem;
    }
}

@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {

    .pt-lt ul li a .pic {
        padding-top: 56.25%;
        width: 100%;
        margin-bottom: .2rem;
    }

    .pt-tx {
        flex: auto;
        width: 100%;
    }
}


@media screen and (max-width: 480px) {
    .pic-lt ul li {
        width: 48%;
    }
    .nry-page {
        padding-right: 0;
        margin-top: .2rem;
        padding-top: .2rem;
    }
    .back-lt {
        position: static;
        transform: none;
        margin-top: .2rem;
    }
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #701cba !important;
    color: #fff;
    background-color: #701cba !important;
}
.pb_sys_common{
    line-height: 40px !important;
}






.nry-tx img{height:auto !important;max-width:100%;margin: 5px 0px;}
.nry-tx p{text-indent:2em;line-height: 28px;}
.nry-tx video{
height:auto !important;
max-width:100%;
}
.nry-tx .vsbcontent_img{text-align: center;}
.nry-tx .table{
overflow-x: auto;
    text-align: center;
    margin: 0 auto;
    width: auto;
}
.nry-tx .table table{
    margin: 0 auto;
    width: auto;
    max-width: 895px;
}

.nry-tx .table p{
text-indent:0px;
}


.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    padding: 9px 15px !important;
    height: 32px !important;
}


.nry .info{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .5rem;
    border-top: 1px  solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: .2rem 0;
}
.nry .info p{
    width: 33.3333%;
    font-size: .18rem;
    line-height: 28px;
}
@media screen and (max-width: 1024px) {

	.nry .info p{
		width:50%;
	}
}

.nry-tx table p{
margin-bottom:0;
text-indent:0;
}
.nry-tx table{
    border-collapse: collapse;

}
.table1 tr td {
    border:1px solid #808080;
}
.table1 tr:first-child{
    background: #ededed;
}
.table1 tr:first-child td p{font-weight:700;padding: 8px 0;}
.table1 tr:nth-child(2n-1) {background: #f1f1f1;}


.nry-tx a{
    display: inline;
    word-break: break-all;
}