@charset "utf-8";

/* 分页 */

.ny-banner {
    position: relative;
    z-index: 1;
}

.ny-banner>img {
    display: block;
    width: 100%;
}

/* dqwz */
.ny-bread {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: .3rem;
    z-index: 9;
}

.ny-bread .w14 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ny-bread h3 {
    font-size: .42rem;
    font-weight: bold;
    color: #FFFFFF;
}

.dqwz,
.dqwz span,
.dqwz a {
    font-size: .18rem;
    color: #FFFFFF;
}

.dqwz img {
    width: .18rem;
    margin-right: .1rem;
}


/* ny-nav */
.ny-index {
    position: relative;
    padding-bottom: .5rem;
  overflow-x:hidden;
}

.ny-nav {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(117, 117, 117, 0.1);
    margin-bottom: .4rem;
    z-index: 99;
}

.ny-nav a {
    display: block;
}

.ny-nav h3 {
    display: none;
}

.ny-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.ny-nav ul li {
    position: relative;
}

.ny-nav ul li>a {
    padding: 0 .34rem;
    line-height: .72rem;
    color: #333333;
    font-size: .18rem;
}

.ny-nav ul li>a:hover {
    color: #7C0101;
}

.ny-nav ul li.active>a {
    background: #7C0101;
    color: #ffffff;
}

.sj-nav {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    padding: .2rem 0;

    visibility: hidden;
    top: 150%;
    transition: all 0.5s;
    opacity: 0;
    z-index: 99;
}

.ny-nav ul li:hover .sj-nav {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.sj-nav a {
    color: #9E9E9E;
    font-size: .14rem;
    line-height: .42rem;
    white-space: nowrap;
    text-align: center;
}

.sj-nav a:hover {
    color: #94080B;
}


/* ny-c */


/* list */
.list{
  min-height:450px;
}
.list ul li {
    margin-bottom: .35rem;
    position: relative;
}

.list ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: url(../images/list-tbg.jpg) no-repeat;
    background-size: cover;
    transition: all 0.5s;
}

.list ul li:hover:before {
    width: 100%;
}

.list ul li:hover span,
.list ul li:hover b {
    color: #ffffff;
}

.list ul li:hover p,
.list ul li:hover h3 {
    color: #ffffff;
}

.list ul li:hover .lt-date {
    border-color: #fff;
}

.list ul li a {
    padding: .35rem .3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.lt-date {
    text-align: center;
    padding-right: .2rem;
    margin-right: .2rem;
    border-right: 1px solid #743038;
}

.lt-date b {
    font-size: .36rem;
    line-height: 1;
    display: block;
    margin-bottom: .1rem;
}

.lt-date span {
    display: block;
    font-size: .18rem;
    color: #666666;
}

.lt-tx {
    flex: 1;
    min-width: 0;
}

.lt-tx h3 {
    font-size: .22rem;
    line-height: .4rem;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .1rem;
}

.lt-tx p {
    font-size: .16rem;
    line-height: .3rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* pt-lt */
.pt-lt ul li {
    margin-bottom: .4rem;
}

.pt-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FAFAFA;
    padding: .2rem;
    position: relative;
}

.pt-lt ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: url(../images/pt-tbg.jpg) no-repeat;
    background-size: cover;
    transition: all 0.5s;
}

.pt-lt ul li a:hover::before {
    width: 100%;
}

.pt-lt ul li a:hover span {
    color: #ffffff;
    background: url(../images/pt-date1.png) no-repeat left .02rem;
    background-size: .16rem;
}

.pt-lt ul li a:hover h3 {
    color: #ffffff;
}

.pt-lt ul li a:hover p {
    color: #ffffff;
}

.pt-lt ul li a .pic {
    width: 2.8rem;
    height: 1.8rem;
    padding-top: 0;
    position: relative;
}

.pt-tx {
    padding-left: .4rem;
    padding-right: .3rem;
    flex: 1;
    min-width: 0;
    position: relative;
}

.pt-tx h3 {
    font-size: .22rem;
    line-height: .4rem;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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: #666666;
    margin-top: .1rem;
    margin-bottom: .2rem;
}

.pt-tx span {
    font-family: Consolas;
    font-size: .18rem;
    color: #9E9E9E;
    display: block;
    padding-left: .2rem;
    background: url(../images/pt-date2.png) no-repeat left .02rem;
    background-size: .16rem;
}


/* nry */
.nry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.nry-l {
    width: 64%;
}

.nry-r {
    width: 28.3%;
}

.nry-tit h3 {
    font-size: .24rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    margin-bottom: .3rem;
}

.nry-tit {
    margin-bottom: .3rem;
}

.nry-tit p {
    background: rgba(0, 0, 0, 0.04);
    text-align: center;
}

.nry-tit p span {
    font-size: .16rem;
    line-height: .4rem;
    color: #9E9E9E;
    display: inline-block;
    margin: 0 .2rem;
}

.nry-tx p {
    font-size: .18rem;
    line-height: .36rem;
    color: #333333;
    text-indent: 2em;
    margin-bottom: .3rem;
}

.nry-tx p img {
    max-width: 85%;
    margin: 0 auto;
    display: block;
   height:auto!important;
}


.nry-file {
    display: flex;
    flex-wrap: wrap;
    padding: .24rem .4rem;
    background: linear-gradient(180deg, #F6F6F6 0%, rgba(246, 246, 246, 0) 100%);
    margin-bottom: .25rem;
}

.nry-file b {
    font-size: .18rem;
    font-weight: bold;
    line-height: .48rem;
    color: #333333;
    margin-right: .2rem;
}

.nry-lk {
    flex: 1;
    min-width: 0;
}

.nry-lk a {
    padding-left: .33rem;
    display: block;
    background: url(../images/nry-lk.png) no-repeat left center;
    background-size: .16rem;
    line-height: .48rem;
}

.nry-lk a:hover {
    color: #7C0101;
}

.nry-page {
    padding-left: .3rem;
}

.nry-page a {
    font-size: .18rem;
    line-height: .48rem;
    color: #333333;
    display: block;
}

.nry-page a:hover {
    color: #7C0000;
}

.nry-ban {
    background: #FFFFFF;
    box-shadow: 0rem .04rem .1rem 0rem rgba(187, 187, 187, 0.2);
    padding: .2rem .24rem .34rem .24rem;
    margin-bottom: .44rem;
}

.nry-ban .pic {
    padding-top: 64%;
}

.nry-ban 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: #333333;
    margin-top: .1rem;
}

.nry-rtit {
    font-weight: normal;
    display: flex;
    align-items: center;
    font-size: .2rem;
    color: #222222;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    border-bottom: 1px solid #D8D8D8;
}

.nry-rtit img {
    width: .24rem;
    margin-right: .12rem;
}

.nry-ban>ul {
    padding-bottom: .3rem;
}

.nry-ban .slick-dots li {
    width: .12rem;
    height: .12rem;
    background: #E5E5E5;
    border-radius: 50%;
    margin: 0 .1rem;
}

.nry-ban .slick-dots li.slick-active {
    background: #7C0101;
}

.nry-gz {
    background: #FFFFFF;
    box-shadow: 0rem .04rem .1rem 0rem rgba(187, 187, 187, 0.2);
    padding: .2rem .24rem .34rem .24rem;
}

.nry-gz ul li a {
    display: flex;
    margin-bottom: .2rem;
}

.nry-gz ul li a:hover {
    color: #7C0101;
}

.nry-gz ul li a b {
    font-weight: normal;
    font-size: .18rem;
    width: .28rem;
    height: .28rem;
    line-height: .28rem;
    color: #999999;
    margin-right: .2rem;
    border-radius: .04rem;
    opacity: 1;
    text-align: center;
    background: linear-gradient(270deg, rgba(238, 238, 238, 0) 0%, #E2E2E2 100%);
}

.nry-gz ul li:nth-child(1) a b {
    color: #B01717;
    background: linear-gradient(270deg, rgba(255, 226, 226, 0) 0%, #FADBDB 100%);
}

.nry-gz ul li:nth-child(2) a b {
    color: #E52728;
    background: linear-gradient(270deg, rgba(255, 226, 226, 0) 0%, #FADBDB 100%);
}

.nry-gz ul li:nth-child(3) a b {
    color: #ED531F;
    background: linear-gradient(270deg, rgba(255, 226, 226, 0) 0%, #FADBDB 100%);
}

.nry-gz ul li a p {
    flex: 1;
    min-width: 0;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
}

.nry-gz ul li a:hover p {
    color: #B01717;
}

.zzjg h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: .18rem;
    border-bottom: 1px solid #94080B;
    margin-bottom: .64rem;
}

.zzjg h3 img {
    max-width: .4rem;
    margin-right: .12rem;
}

.zzjg h3 b {
    font-size: .3rem;
    line-height: .3rem;
    color: #94080B;
}

.zzjg-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.zzjg-lt ul li {
    width: 28.5%;
    margin-bottom: .4rem;
    position: relative;
}

.zzjg-lt ul i {
    width: 28.5%;
}

.zzjg-lt ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .6rem;
    background: #F7F7F7;
    border-left: .02rem solid #94080B;
    padding: 0 .25rem;

    font-size: .18rem;
    color: #333333;
    transition: all 0.5s;
}

.zzjg-lt ul li::before {
    content: '';
    width: 0;
    height: 0;
    background: url(../images/jg-lg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: -0.2rem;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.zzjg-lt ul li:hover::before {
    width: 1.1rem;
    height: 1.1rem;
}

.zzjg-lt ul li:hover a {
    padding-left: 1.13rem;
    color: #94080B;
}


/* jjy */

.jj1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jj-lg::before {
    content: '';
    width: 200%;
    height: 100%;
    background: #FFF4F4;
    right: 0;
    top: 0;
    position: absolute;
}

.jj-lg {
    text-align: center;
    margin-bottom: .25rem;
    position: relative;
    margin-bottom: .25rem;
}

.jj-lg img {
    width: 4.09rem;
    max-width: 85%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.jj1-l {
    flex: 1;
    min-width: 0;
}

.jj1-r {
    width: 47%;
}

.jj1-r img {
    display: block;
    width: 100%;
}

.jj-tx p {
    font-size: .18rem;
    line-height: .42rem;
    color: #333333;
    text-indent: 2em;
    margin-bottom: .45rem;
}

.jj1 .jj-tx {
    padding-right: .5rem;
}

.jj2 img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
}

.jj2 {
    padding-top: .6rem;
    padding-bottom: .8rem;
}

.jj3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .4rem;
}

.jj3-l {
    width: 42.5%;
}

.jj3-l img {
    display: block;
    width: 100%;
}

.jj3-r {
    flex: 1;
    min-width: 0;
}

.jj3 .jj-tx {
    padding-left: .5rem;
    padding-top: .3rem;
    margin-bottom: .6rem;
}

.jj3-num {
    padding: .25rem 0;
    position: relative;

}

.jj3-num::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: url(../images/jj-tbg.jpg) no-repeat;
    background-size: cover;
}

.jj3-num ul {
    padding-left: .5rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.jj3-num ul li {
    width: 2.2rem;
    height: 2.2rem;
    text-align: center;
    position: relative;
    padding-top: .6rem;
}

.jj3-num ul li:hover::before {
    animation: rotate 10s linear infinite;
    opacity: 1;
}

/* 定义旋转动画 */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jj3-num ul li::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/jjy-q.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.jj3-num ul li h3 b {
    font-size: .5rem;
    color: #ffffff;
    font-family: impact;
    letter-spacing: .02rem;
}

.jj3-num ul li h3 span {
    font-size: .24rem;
    color: #ffffff;
}

.jj3-num ul li p {
    font-size: .2rem;
    line-height: .42rem;
    color: #FFFFFF;
}

.jj5-r {
    width: 55%;
    display: flex;
    align-items: flex-end;
}

.j5-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: .3rem;
}

.j5-top .jj-tx {
    flex: 1;
    min-width: 0;
    padding-right: .5rem;
}


.j5-top .jj-tx p {
    margin-bottom: 0;
}

.jj5-r img:first-child {
    width: 60%;
    display: block;
    margin-right: -5%;
    position: relative;

}

.jj5-r img:nth-child(2) {
    width: 45%;
    display: block;
    margin-bottom: .2rem;
}

.jj5-bot .jj-tx p {
    text-indent: 2em;
}

.jj-top {
    background: url(../images/jjy-bg1.png) no-repeat center bottom;
    background-size: 100%;
}



.jj5-tx {
    padding: .4rem 0;
    position: relative;
}

.jj5-tx::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 200%;
    height: 150%;
    background: linear-gradient(90deg, #7C0000 2%, #9F0D0D 100%);
}

.jj5-tx p {
    font-size: .18rem;
    line-height: .42rem;
    color: #FFFFFF;
    text-indent: 2em;
    position: relative;
}

.jj5-p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .7rem;
    position: relative;
}

.jj5-p img {
    width: 47%;
    display: block;
}

/* ld */
.leader ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.leader ul li {
    margin-bottom: .4rem;
}

.leader .pic {
    width: 2.6rem;
    height: 1.9rem;
    padding-top: 0;
}

.ld-tx {
    padding: 0 .4rem;
    padding-top: .1rem;
    flex: 1;
    min-width: 0;
}

.ld-tx h3 {
    margin-top: .7rem;
}

.ld-tx h3 b {
    font-size: .2rem;
    font-weight: bold;
    color: #333333;
    margin-right: .2rem;
}

.ld-tx h3 span {
    font-size: .14rem;
    color: #9F0D0D;
    border-radius: .15rem;
    background: #FFF6F6;
    display: inline-block;
    padding: 0 .14rem;
    line-height: .26rem;
}

.ld-tx p {
    font-size: .14rem;
    line-height: .34rem;
    height: .68rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666666;
  display:none;
}

.leader ul li a:hover b {
    color: #7C0101;
}


/* xyfg */

.xyfg ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xyfg ul li {
    width: 49%;
    margin-bottom: .6rem;
}

.xyfg ul li a {
    display: block;
    position: relative;
}

.xyfg ul li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    line-height: .6rem;
    padding: 0 .3rem;

    font-size: .24rem;
    color: #FFFFFF;
}

/* zt */
.zt-lt{
  min-height:450px;
}
.zt-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.zt-lt ul li {
    width: 32%;
    margin-bottom: .3rem;
}

.zt-lt ul i {
    width: 32%;
}

.zt-lt ul li a .pic {
    padding-top: 26.67%;
}
















@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1024px) {
    .ny-bread {
        padding-bottom: .1rem;
    }

    .ny-bread h3 {
        font-size: .3rem;
    }

    .ny-nav {
        margin: .2rem 0;
    }

    .ny-nav h3 {
        font-size: .26rem;
        background-color: #7C0101;
        color: #ffffff;
        line-height: .6rem;
        padding: 0 .3rem;
        margin-bottom: .1rem;
        position: relative;
        display: block;
    }

    .ny-bread h3 {
        display: none;
    }

    .ny-nav h3 span {
        position: absolute;
        top: 50%;
        right: .2rem;
        transform: translateY(-50%);
        width: .3rem;
        height: 100%;
        background: url(../images/cd.png) no-repeat center center;
        background-size: 100%;
    }

    .ny-nav ul li {
        width: 100%;
        position: relative;
    }

    .ny-nav ul {
        display: none;
    }

    .sj-nav {
        visibility: visible !important;
        opacity: 1 !important;
        position: static;
        box-shadow: none;
        text-align: left;
        padding: .1rem 0;
        display: none;
        transition: none;
    }

    .sj-nav a {
        text-align: left;
        padding-left: .5rem;
        font-size: .16rem;
    }

    .ny-nav ul li>a {
        line-height: .5rem;
    }

    .ny-nav ul li.active>a {
        color: #94080B;
        background-color: transparent;
    }

    .ny-nav ul li>span {
        position: absolute;
        top: .2rem;
        right: .2rem;
        width: .2rem;
        height: .2rem;
        background: url(../images/arrow_down.png) no-repeat center center;
        background-size: 100%;
    }

    .jj1-r {
        width: 100%;
    }

    .jj1-l {
        flex: auto;
        width: 100%;
    }

    .jj3-l {
        width: 100%;
        margin-bottom: .2rem;
    }

    .jj3-r {
        flex: auto;
        width: 100%;
    }

    .jj-tx {
        padding: 0 !important;
    }

    .jj3-num ul li {
        width: 1.5rem;
        height: 1.5rem;
        padding-top: .4rem;
    }

    .jj3-num ul li h3 b {
        font-size: .3rem;
    }

    .jj3-num::before {
        width: 100%;
    }

    .jj3-num ul {
        padding: 0 .2rem;
        justify-content: space-around;
    }

    .jj-tx p {
        margin-bottom: .25rem;
    }

    .jj3 .jj-tx {
        margin-bottom: .2rem;
    }

    .jj5-r {
        width: 100%;
    }

    .j5-top .jj-tx {
        flex: auto;
        width: 100%;
        margin-bottom: .2rem;
    }

    .jj5-tx p {
        font-size: .2rem;
    }

    .jj5-tx::before {
        height: 110%;
    }

    .jj2 {
        padding: .3rem 0;
    }

    .jj5-p {
        margin-bottom: .3rem;
    }
}

@media screen and (max-width: 768px) {

    .zt-lt ul li {
        width: 48%;
        margin-bottom: .2rem;
    }

    .list ul li a {
        padding: .2rem;
    }

    .list ul li {
        margin-bottom: .2rem;
    }


    .nry>div {
        width: 100%;
    }

    .nry-l {
        margin-bottom: .3rem;
    }

    .zzjg-lt ul li {
        width: 48%;
    }

    .zzjg-lt ul i {
        width: 48%;
    }
}

@media screen and (max-width: 640px) {
    .ny-banner>img {
        min-height: 3rem;
        object-fit: cover;
    }


    .pt-lt ul li a .pic {
        width: 100%;
        padding-top: 64%;
        height: auto;
        margin-bottom: .2rem;
    }

    .pt-tx {
        padding: 0;
        flex: auto;
        width: 100%;
    }
}


@media screen and (max-width: 480px) {
    .zzjg-lt ul li {
        width: 100%;
        margin-bottom: .2rem;
    }

    .zzjg h3 {
        margin-bottom: .2rem;
    }

    .zzjg-lt ul li:hover:before {
        width: .5rem;
        height: .5rem;
    }

    .zzjg-lt ul li:hover a {
        border-color: transparent;
    }

    .zzjg h3 b {
        font-size: .26rem;
    }

    .leader .pic {
        width: 100%;
        padding-top: 54%;
    }

    .ld-tx {
        padding: .2rem 0;
        flex: auto;
        width: 100%;
    }
.ld-tx h3{
  margin-top:0px;
}
    .leader ul li {
        margin-bottom: .3rem;
    }
}