@charset "UTF-8";

.head {
    transition: all 1s;
}



.banner {
    position: relative;
}

.banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/ny-banner-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 2;
    top: 0;
}

.banner img {
    display: block;
    width: 100%;
}



.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #9c0c15;
    color: #fff;
    border: 1px solid #9c0c15;
}

.pagination a:hover {
    background: #9c0c15;
    color: #fff;
    border: 1px solid #9c0c15;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

#nymain {
    background: url(../images/block-bj.jpg) no-repeat;
    background-size: 1920px auto;
    background-position: center bottom;
}

.nymain {
    position: relative;
    padding-bottom: 1.1rem;
    z-index: 3;
    background: url(../images/nymain-bj2.png) no-repeat;
    background-position: center bottom;
}

.nymain>div {
    display: flex;
}

.nymain::before {}

.nymain .leftNav {
    float: left;
    width: 2.8rem;
    position: relative;
    margin-right: .5rem;
    /* background: #fff; */
    margin-top: -1.17rem;
}

.nymain .leftNav>h2 {
    line-height: 1.17rem;
    color: #fffafc;
    font-size: .36rem;
    text-align: center;
    background: #9c0c15;
    position: relative;
       overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
padding-left: 15px;
}

.nymain .leftNav>h2::after {}




.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav>ul {
    background-position: right bottom;
    position: relative;
    background: #F1F6F9;
    padding: 0.1rem .3rem .3rem .3rem;
    background-color: #ffffff;
    box-shadow: 0rem 0.01rem 0.27rem 0rem rgba(0, 0, 0, 0.09);
}

.nymain .leftNav>ul::before {
    content: "";
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 70px;
    top: 0;
    /* background: #fff; */
}

.nymain .leftNav>ul::after {}

.nymain .leftNav>ul>li {
    position: relative;
    border-top: 1px dashed rgba(51, 51, 51, .2);
    padding: .1rem 0;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: .2rem;
    padding-left: .15rem;
    line-height: .48rem;
    color: #333333;
    padding-right: .3rem;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .3rem;
    height: .3rem;
    right: 0;
    top: .19rem;
    background: url(../images/sub_left_down4.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
}



.nymain .leftNav>ul>li.on>a {
    color: #9c0c13;
    font-weight: 600;
}



.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
    color: #9c0c13;
    font-weight: 600;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active {}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    background-position: 31px center;
    color: #9c0c13;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: .18rem;
    line-height: .34rem;
    /* border-top: 1px solid #eeeeee; */
    /* padding-left: 65px; */
    color: #666666;
    border: none;
    position: relative;
}
.nymain .leftNav>ul>li>ul>li>a::before{
    content:"";
    position: absolute;
    left: 0;
    top: .14rem;
    width: .05rem;
    height: .05rem;
    background: #9c0c13;
    border-radius: 50%;
}
.nymain .leftNav>ul>li>ul>li:nth-child(1)>a {
    border: none;
}

.ny-right {
    flex: 1;
    min-width: 0;
   position: relative;
    z-index: 9;
}

.ny-right.noleft {
    margin-left: -3.3rem;
}

.ny-rcom {
    font-size: 24px;
    color: #9c0c15;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    margin-bottom: .4rem;
    margin-top: -.76rem;
    position: relative;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: .76rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.position>h3::after {
    content: "";
    height: 1px;
    background: #eee;
    z-index: 1;
    display: block;
    flex: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.2rem;
}

.position h3 {
    font-size: .3rem;
    line-height: .3rem;
    font-weight: normal;
    color: #333333;
    text-align: left;
    bottom: 0;
    left: 0;
    font-weight: 600;
    z-index: 9;
    position: relative;
    border-left: .05rem solid #920d14;
    padding-left: .15rem;
    margin-right: .05rem;
    display: flex;
    align-items: center;
    margin-left: .05rem;
    margin-top: .4rem;
    padding-right: 3.5rem;
}

.position svg {
    margin-right: .1rem;
}

.position span {
    color: #fff;
    font-size: .16rem;
    vertical-align: middle;
    z-index: 9;
    position: relative;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    display: none;
    z-index: 9;
    position: relative;
}

.position a {
    font-size: .16rem;
    padding: 0 .1rem;
    vertical-align: middle;
    color: #fff;
    z-index: 9;
    position: relative;
}

.position a:hover {
    color: #9c0c15;
}





.ind_art_box {
    padding: 30px 0;
}

.ind_art h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    text-indent: 0;
    color: rgba(0, 0, 0, .85);
}

.ind_art h4 {
    font-weight: 900;
    line-height: 1.5;
    margin: 2em 0;
    color: rgba(0, 0, 0, 0.65);
}

.ind_art p.noIndent {
    text-indent: 0
}

.ind_art_main p {
    color: rgba(0, 0, 0, .6);
    line-height: 2.5em;
    text-indent: 2em;
}

.ind_art .c img {
    display: block;
    width: 300px;
    margin: 0 auto;
}


.ind_art p.noTitle {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
}





.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: .38rem 0;
}

.timg-list ul li a h3 {
    font-size: .18rem;
    color: #333333;
    line-height: .24rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    clear: both;
}

.timg-list ul li a>div {
    align-items: center;
    display: flex;
}

.timg-list-img {
    float: left;
    width: 2.75rem;
    margin-right: .4rem;
}

.timg-list ul li a .pic {
    padding-top: 65%;
}

.timg-list ul li a:hover h3 {}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover span b {
    color: #fff;
}

.timg-linfo {
    flex: 1;
    min-width: 0;
}

.timg-linfo p {
    font-size: .16rem;
    line-height: .24rem;
    max-height: .48rem;
    color: #888888;
    height: .56rem;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.timg-linfo div {
    overflow: hidden;
}

.timg-linfo span {
    display: block;
    color: #005BAB;
    font-size: .14rem;
    background-position: left center;
    line-height: .26rem;
    float: left;
    margin: .1rem 0;
    padding-left: .2rem;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
}

.timg-linfo span b {
    font-size: 24px;
    font-weight: 600;
    color: #9c0c15;
    margin-right: 5px;
    display: inline-block;
    vertical-align: baseline;
}

.timg-list ul li a:hover {}

.timg-list ul li a:hover h3 {
    color: #9c0c15;
}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover p {
    color: #9c0c15;
}


/* 图片列表 */

.img-lists ul {
    overflow: hidden;
    margin: 0 -.1rem;
}

.img-lists ul li {
    float: left;
    width: 33.33%;
    margin-top: .35rem;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li a {
    display: block;
    padding: .15rem .25rem 0 .25rem;
    margin: 0 .1rem;
}

.img-lists ul li a .pic {
    padding-top: 65%;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    font-size: 0;
    padding: .2rem 0 .3rem 0;
    background-position: left center;
    border-bottom: 1px solid rgba(153, 153, 153, .2);
}

.img-lists ul li a>div.info span {
    display: block;
    padding-left: 20px;
    background: url(../images/icon-time-r.png) no-repeat;
    background-position: left center;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #9c0c13;
}

.img-lists ul li a>div.info p {
    color: #333333;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
    margin-top: .1rem;
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}





.art-main .art-tit h3 {
    text-align: center;
    color: #000;
    font-weight: normal;
    font-size: .28rem;
    font-weight: normal;
    font-weight: 600;
    margin: .3rem 0;
}

.art-main .art-tit h4 {
    text-align: center;
    color: #666666;
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #333333;
    text-indent: 2em;
    font-size: .16rem;
    line-height: .3rem;
}
.art-main .art-body table p {
    color: #333333;
    text-indent: 0em;
    font-size: .16rem;
    line-height: .3rem;
    margin-bottom: 0;
}

.art-main .art-body table{
    margin:0 auto !important;
       max-width: 100%;
   
}
.art-main .art-body table td{vertical-align: middle;}
.art-main .art-body img {
    max-width: 100% !important;
    display: block;
    margin: .3rem auto;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    line-height: .26rem;
    background: bottom;
    background: #f4f4f4;
    padding: .2rem .15rem;
    color: #4e4e4e;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: .16rem;
    margin: 0 10px;
    color: #4e4e4e;
}

.art-info {
    border-top: 1px dashed #eaeaea;
    margin-top: 25px;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: .16rem;
    line-height: .36rem;
    color: #333333;
}

.pnext p a {
    color: #333333;
}

.pnext p:hover {
    color: #9c0c15;
}

.pnext p:hover a {
    color: #9c0c15;
}



.szdw {
    margin-top: 8px;
}

.szdw ul {
    font-size: 0;
}

.szdw ul li {
    box-sizing: border-box;
    display: inline-block;
    padding-top: 67px;
    font-size: 0;
    width: 49%;
    margin-left: 2%;
}

.szdw ul li:nth-child(2n + 1) {
    margin-left: 0;
}

.szdw ul li .z {
    display: block;
}

.szdw ul li:hover .zi1 {
    border-bottom: 2px solid #084295;
    box-shadow: 10px 0 10px #eee;
}

.szdw .aaa {
    float: left;
    width: 180px;
}

.szdw .zi1 {
    overflow: hidden;
    padding-left: 25px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    transition: all 0.5s;
}

.szdw .pic {
    padding-top: 127%;
}

.szdw .zi1 h4 {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.szdw .zi1 p {
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #666;
    margin-top: 20px;
    margin-bottom: 35px;
    /* border-bottom: 1px solid #ccc; */
}

.szdw .zi1 a {
    display: block;
}

.szdw .zi1 span {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #1b4fa2;
    padding-top: 12px;
    border-top: 1px solid #ccc;
}


.col-main {
    float: left;
    width: 75%;
    padding-top: 50px
}

.col-side {
    float: right;
    width: 23.34%;
    padding-top: 60px
}

.m-txt5 {
    overflow: hidden;
    padding: 10px 0 39px
}

.m-txt5 .pics {
    float: left;
    width: 262px;
    margin-right: 30px
}

.m-txt5 .pics .pic {
    padding-top: 134%;
}

.m-txt5 .pics img {
    display: block;
    width: 100%
}

.m-txt5 .txt {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.75;
    color: #333
}

.m-txt5 p {
    font-size: 16px;
}

.m-txt5 .m-tit3 {
    margin-bottom: 34px;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.m-tit3 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.p-list2 {
    padding: 4px 0 12px
}

.p-list2 li {
    padding-bottom: 29px;
    margin-bottom: 28px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    line-height: 30px
}

.p-list2 .col-r, .p-list2 .date {
    float: right;
    font-size: 16px;
    color: #666
}

.p-list2 .date {
    margin-left: 40px
}

.p-list2 a {
    color: inherit;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p-list2 .col-r a:hover, .p-list2 a:hover, .p-list2 em {
    color: #204ba0
}

.p-list2 .col-r a {
    color: #666;
    margin-left: 30px
}

.pages {
    text-align: center;
    clear: both;
    margin-bottom: 80px;
    font-size: 14px;
    color: #666;
    line-height: 30px
}

.pages .p-flip, .pages ul {
    display: inline-block;
    vertical-align: top
}

.pages .p-flip {
    margin-left: 12px
}

.pages .inp {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-align: center;
    margin: 0 8px
}

.pages ul li {
    float: left;
    margin: 0 3px
}

.pages ul a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center
}

.pages ul a:hover {
    color: #204ba0
}

.pages ul li.on a {
    background-color: #204ba0;
    color: #fff
}

.pages .p-first a {
    background-image: url(../images/img45.svg)
}

.pages .p-last a {
    background-image: url(../images/img46.svg)
}

.pages .p-next, .pages .p-prev {
    display: inline-block;
    vertical-align: top;
    color: #333
}

.pages .p-next a, .pages .p-prev a {
    color: inherit;
    width: auto;
    margin: 0 5px
}

.pages .p-next a:hover, .pages .p-prev a:hover {
    color: #204ba0
}

.m-txt6 {
    background: #f3f9ff;
    font-size: 14px;
    color: #333;
    line-height: 2
}

.m-txt6 .tit {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 62px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 23px
}

.m-txt6 .tit img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
    height: 26px
}

.m-txt6 .more {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #204ba0
}

.m-txt6 .more:hover {
    background: #4070cf
}

.m-txt6 .con {
    padding: 12px 20px 17px
}

.m-txt6 p {
    overflow: hidden;
    margin-bottom: 7px
}

.m-txt6 p em {
    display: block;
    float: left;
    width: 56px;
    margin-right: 5px
}

.m-txt6 p span {
    display: block;
    overflow: hidden
}






/*文字 列表 */
.project {
    margin-top: .35rem;
}

.project h3 {
    font-size: .2rem;
    font-weight: 600;
}

.i-list {
    padding: 17px 0;
}

.i-list li {
    position: relative;
}

.i-list li a {
    display: flex;
    color: #111111;
    padding-left: .3rem;
    position: relative;
    line-height: .74rem;
    border-bottom: 1px dashed #CBCBCB;
}

.i-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .09rem;
    height: .09rem;
    border-radius: 50%;
    opacity: 1;
    background: #9c0c15;
}

.i-list li a p {
    font-size: .18rem;
    font-weight: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.i-list li a span {
    font-size: .14rem;
    font-weight: 500;
    color: #005BAB;
    padding-left: 20px;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
    margin-left: .1rem;
}

.i-list li:hover a p {
    color: #9c0c15;
    font-weight: 600;
}

.jgsz-box {
    margin-top: .65rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.jgsz-box:nth-child(1) {
    margin-top: 0;
}

.jgsz-box h3 {
    background: rgba(0, 96, 175, .1);
    text-align: center;
    font-size: .24rem;
    font-weight: bold;
    line-height: .77rem;
    text-align: center;
    color: #9c0c15;
}

.jgsz-box ul {
    display: flex;
    flex-wrap: wrap;
    padding: .15rem .2rem .3rem .2rem;
}

.jgsz-box ul li {
    min-width: 25%;
}

.jgsz-box ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .18rem;
    line-height: .62rem;
    color: #474747;
    padding: 0 .1rem;
}

.jgsz-box ul li a:hover {
    font-weight: 600;
    color: #9c0c15;
    text-decoration: underline;
}


.notice-list ul li a {
    display: flex;
    align-items: center;
    height: 1.63rem;
    border-bottom: dashed 0.01rem #dadada;
}

.notice-list ul li a .date {
    width: 1.4rem;
    text-align: center;
    border-right: 1px solid rgba(156, 12, 21, .1);
}

.notice-list ul li a .date b {
    display: block;
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 0.48rem;
    color: #9c0c13;
}

.notice-list ul li a .date span {
    display: block;
    font-size: 0.16rem;
    line-height: .2rem;
    font-weight: normal;
    color: #9c0c13;
}

.notice-list ul li a .info {
    flex: 1;
    min-width: 0;
    padding-left: .5rem;
    padding-right: .5rem;
}

.notice-list ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-list ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.56rem;
    margin-top: .05rem;
}

.notice-list ul li a:hover {
    background-color: #ffffff;
    box-shadow: 0rem 0.07rem 0.25rem 0.02rem rgba(156, 12, 19, 0.11);
    border-color: #fff;
}

.notice-list ul li a:hover .info h3 {
    color: #9c0c13;
    font-weight: 600;
}

.notice-list ul li a:hover .info p {
    color: #9c0c13;
}







.icons-group ul {
    display: flex;
    flex-wrap: wrap;
}

.icons-group ul li {
    width: 16.666%;
}

.icons-group ul li a {
    display: block;
    border-top: dashed 0.01rem #b5b5b5;
    padding: .6rem 0;
}


.icons-group ul li a .icon {
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: dashed 0.01rem rgba(156, 12, 19, .5);
    border-radius: 50%;
    position: relative;
    transition: all 0.3s;
    margin: 0 auto;
}

.icons-group ul li a .icon::after {
    content: "";
    position: absolute;
    width: 0.34rem;
    height: 0.34rem;
    background-color: #9c0c13;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transition: all 0.3s;
}

.icons-group ul li a .icon img {
    display: none;
}

.icons-group ul li a .icon img:nth-child(1) {
    display: block;
}

.icons-group ul li a .info {
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .15rem;
}

.icons-group ul li a p {
    text-align: center;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
    padding: 0 .1rem;
}



.icons-group ul li a:hover .pics {
    border-color: #9c0c13;
}

.icons-group ul li a:hover .pics::before {
    opacity: 1;
}

.icons-group ul li a:hover .pics::after {
    opacity: 1;
}

.xnzplist ul li {
    display: flex;
    align-items: flex-start;
}

.xnzplist ul li > span {
    width: 0.94rem;
    height: 0.94rem;
    background-color: #9c0c13;
    border-radius: 50%;
    text-align: center;
    line-height: .8rem;
    font-size: 0.32rem;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(156, 12, 19, 0.15);
    border: .07rem solid #fff;
    margin-top: .2rem;
}

.xnzp-tit {
    background: rgba(144, 42, 42, .1);
    border-radius: 0rem 0rem 0.1rem 0.1rem;
    padding: .25rem 7% .2rem 7%;
    position: relative;
}
.xnzp-tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0.08rem;
    background: url(../images/xnzp-tit.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.xnzp-tit::after{
    content: "";
    position: absolute;
    border-width: .1rem .1rem 0 .1rem;
    border-style: solid;
    border-color: #dab96a transparent transparent transparent;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 2;
}
.xnzp-tit h3{
    text-align: center;
    color: #fff;
    font-size: 0.3rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.3rem;
    position: relative;
    z-index: 9;
}

.xnzp-tit p{
    font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.24rem;
	color: #ffffff;
    position: relative;
    margin-top: .2rem;
    z-index: 9;
}
.xnzplist ul {
    position: relative;
}
.xnzplist ul::before{
    content: "";
    position: absolute;
    left: .32rem;
    top: 0.5rem;
    bottom: 0.2rem;
    width: 0.31rem;
    background: #ffffff url(../images/xnzp-lbj.png) repeat-y;
	box-shadow: 0rem 0rem 0.3rem 0rem 
		rgba(156, 12, 19, 0.15);
	border-radius: 0.16rem;
    z-index: 1;
}
.xnzplist ul li{
    margin-top: .55rem;
    z-index: 9;
    position: relative;
}
.xnzplist ul li > div {
    flex: 1;
    min-width: 0;
    margin-left: .4rem;
    padding: .45rem .2rem .3rem .5rem;
    box-shadow: 0.01rem 0.01rem 0.1rem 0.04rem 
		rgba(0, 0, 0, 0.05);
    position: relative;
    border-top: .03rem solid #902a2a;
    background:#fff url(../images/xnzp-box-bj.png) no-repeat;
    background-position: center bottom;
}
.xnzplist ul li div::before{
    content: "";
    position: absolute;
    right: 100%;
    width: 0.3rem;
    height: 0.3rem;
    background: #fff;
    box-shadow: 0.01rem 0.01rem 0.1rem 0.04rem 
    rgba(0, 0, 0, 0.05);
    transform: translateX(50%)  rotateZ(45deg);
    transform-origin: center center;
    top: .5rem;
}
.xnzplist ul li div::after{
    content: "";
    position: absolute;
    width: 0.3rem;
    left: 0;
    height: 0.6rem;
    background: #fff;
    z-index: 9;
    top: 0.4rem;
}
.xnzplist ul li div b{
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/xnzp-b.png) no-repeat;
    background-position: left center;
    border-radius: 0rem 0rem 0rem 0.47rem;
    font-size: 0.14rem;
    font-weight: 600;
    line-height: 0.23rem;
    color: #ffffff;
    width: 5.04rem;
    text-align: right;
    padding-right: .1rem;
    padding-left: .2rem;
    min-height: .48rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.xnzplist ul li div h3{
    font-size: 0.22rem;
	font-weight: 600;
	line-height: 0.4rem;
	letter-spacing: 0rem;
	color: #9c0c13;

}
.xnzplist ul li div dl{
    margin-top: .15rem;
}
.xnzplist ul li div dl dd{
    font-size: 0.18rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.4rem;
	letter-spacing: 0rem;
	color: #333333;
}

.xnzplist ul li div dl *{
    font-size: 0.18rem   !important;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.4rem  !important;
	letter-spacing: 0rem;
	color: #333333;
        text-indent: 0 !important;
}



@media screen and (min-width:1025) {

    .img-lists ul li:hover {
        /* box-shadow: 0 0 10px rgba(51, 51, 51, 0.16); */
    }

    .img-lists ul li:hover a {
        background-color: #9c0c15;
    }

    .img-lists ul li:hover .info p {
        color: #fff;
    }

    .img-lists ul li:hover .info span {
        color: #fff;
        background: url(../images/icon-time-r-w.png) no-repeat;
        background-position: left center;
    }

    .img-lists ul li:hover .info p {

        font-weight: 600;
    }

}





/*内页新增搜索框  2024年4月1日14:12:19 */

.position .ny-search{
    float: right;
    position: relative;
    padding: 0 .28rem 0 .1rem;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3.35rem;
    border-radius: .2rem;
    border: solid 1px #902a2a;
    z-index: 9;
}

.position .ny-search::after{
 content:"";
 position:absolute;
 right:0;
 top:0;
 bottom:0;
 border-radius:.2rem;
 width:.82rem;
 background-color: #902a2a;
 z-index: 1;
}
.ny-search input[type="text"] {
    outline: none;
    line-height: .38rem;
    color: #333;
    position: relative;
    height: .38rem;
    right: 0;
    top: 0;
    opacity: 1;
    transition: all 0.3s;
    border: none;
    vertical-align: middle;
    padding: 0 .1rem;
    background: none;
    flex: 1;
    min-width: 0;
    font-size: .18rem;
}

.ny-search input[type="text"]::placeholder {
    color: #999;
}

.ny-search input[type="image"] {
    height: 16px;
    vertical-align: middle;
    height: .23rem;
    position: relative;
    z-index: 9;
}


@media screen and (max-width: 1024px){
    .position .ny-search{
    position: relative;
    /* float: none; */
    margin: .1rem 0 .2rem 0;
    width: 100%;
}
}