@charset "utf-8";

@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

.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: #9B0D14;
    color: rgb(255, 255, 255);
    border: .01rem solid #9B0D14;
}

.pagination a:hover {
    background: #9B0D14;
    color: rgb(255, 255, 255);
    border: .01rem solid #9B0D14;
}

.pagination span {
    display: inline-block;
    font-size: .14rem;
}

.ny-banner::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

/* ny-index */

.ny-index {
    background: url(../images/ny-bg.png) no-repeat center bottom;
    background-size: cover;
    padding: 1rem 0;
}
.ny-index .list{
    min-height: 4rem;
}


.dqlm .w15 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.dqlm {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.lm-tit {
    padding: 0 .5rem;
    background: url(../images/lm-tit.png) no-repeat;
    background-size: 100% 100%;
}

.lm-tit h3 {
    line-height: 1rem;
    padding-left: .15rem;
    background: url(../images/lm-line.png) no-repeat left bottom .15rem;
    background-size: 1.57rem;
    font-family: 'sy';
    font-size: .4rem;
    font-weight: bold;
    color: #FFFFFF;
}

.ny-wz {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
    font-size: .16rem;
}

.ny-wz a {
    color: #ffffff;
    font-size: .16rem;
    margin: 0 .03rem;
}

.ny-wz img {
    width: .18rem;
    margin-right: .08rem;
}

.tw-lt ul {
    display: flex;
    flex-wrap: wrap;
}

.tw-lt ul li {
    width: 33.33%;
    margin-bottom: .75rem;
}

.tw-lt .pic {
    padding-top: 68%;
    position: relative;
    z-index: 2;
}

.tw-tx {
    padding-top: .2rem;
    padding-bottom: .25rem;
    position: relative;
    z-index: 2;
}

.tw-tx p {
    font-size: .2rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
}

.tw-lt ul li a {
    display: block;
    margin: 0 .25rem;
    padding: 0 .35rem;
    position: relative;
    transition: all 0.5s;
}

.tw-lt ul li a::before {
    content: '';
    height: 70%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    background: #F1F1F1;
}

.tw-lt ul li a:hover::before {
    background: #9B0D14;
}

.tw-lt ul li a:hover p {
    color: #ffffff;
}


/* xwlb */

.xw-lt ul li {
    margin-bottom: .4rem;
}

.xw-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .25rem .35rem;
    border: 1px solid #F3D7D7;
}

.xw-lt ul li a .pic {
    width: 3rem;
    height: 1.88rem;
    padding-top: 0;
    margin-right: .5rem;
}

.xw-tx {
    flex: 1;
    min-width: 0;
}

.xw-lt ul li a:hover {
    background: url(../images/xw-tbg.jpg) no-repeat;
    background-size: cover;
}

.xw-lt ul li a:hover span::before {
    color: rgba(255, 255, 255, 0.5);
}

.xw-lt ul li a:hover b {
    color: #ffffff;
}

.xw-lt ul li a:hover span {
    color: rgba(255, 255, 255, 0.5);
}

.xw-lt ul li a:hover h3 {
    color: #FFFFFF;
}

.xw-lt ul li a:hover p {
    color: #FFFFFF;
}

.xw-date b {
    font-size: .25rem;
    color: #9B0D14;
}

.xw-date span {
    font-size: .16rem;
    color: rgba(155, 13, 20, 0.6);
}

.xw-date span::before {
    content: '/';
    margin-left: .1rem;
    margin-right: .05rem;
    color: #CDCDCD;
}

.xw-tx h3 {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: .2rem 0;
    line-height: 1;
}

.xw-tx p {
    font-size: .14rem;
    line-height: .28rem;
    height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #898989;
}

/* 简介页 */
.art-main {
    padding: 0rem .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: .16rem !important;
    line-height: .3rem !important;
    margin-bottom: .3rem;
}

.art-main .art-body img {
    display: block;
    margin: 0rem auto;
    max-width: 90% !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);
    padding-left: .2rem;
    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: #9B0D14;
}

.pnext p:hover a {
    color: #9B0D14;
}

/* list */

.list ul li a {
    display: block;
    line-height: .52rem;
}

.list ul li a span {
    float: right;
    font-size: .16rem;
    color: rgb(153, 153, 153);
}

.list ul li a p {
    font-size: .18rem;
    color: rgb(51, 51, 51);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list ul li a {
    border-bottom: .01rem solid rgb(221, 221, 221);
    position: relative;
    padding-left: .18rem;
}

.list ul li a p::before {
    content: "";
    width: .06rem;
    height: .06rem;
    background-color: #9B0D14;
    position: absolute;
    top: 50%;
    left: 0rem;
    transform: translateY(-50%);
    border-radius: 50%;
}

.list ul li a:hover p {
    color: #9B0D14;
}

.list ul li a:hover span {
    color: #9B0D14;
}


/* pxxq */
.pxxq {
    max-width: 100%;
    width: 10rem;
    margin: 0 auto;
}

.pxxq span {
    display: block;
    width: 2.6rem;
    font-size: .2rem;
    color: #333333;
    margin-right: .1rem;
    text-align: right;
    line-height: .6rem;
}

.pxxq span i {
    font-style: normal;
    color: #9B0D14;
}

.pxxq ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .3rem;
}

.px-r {
    flex: 1;
    min-width: 0;
}

.px-r input {
    width: 100%;
    height: .6rem;
    border-radius: .06rem;
    background: #FFFFFF;
    border: .01rem solid #D9D9D9;
    padding: 0 .1rem;
    color: #333333;
    font-size: .2rem;
}


.px-r textarea {
    border-radius: .06rem;
    width: 100%;
    height: 1.5rem;
    padding: .1rem;
    color: #333333;
    font-size: .2rem;
    background: #FFFFFF;
    border: .01rem solid #D9D9D9;
    resize: none;
}

.px-btn {
    width: 1.7rem;
    margin: 0 auto;
    margin-top: .6rem;
    display: block;
    border-radius: .05rem;
    line-height: .6rem;
    font-size: .2rem;
    color: #FFFFFF;
    cursor: pointer;
    background: #9B0D14;
}

/* zscx */
.zscx {
    border-radius: .06rem;
    box-shadow: 0rem .12rem .21rem 0rem rgba(223, 170, 170, 0.3);
    padding: .6rem 1rem 1rem 1rem;
    width: 10rem;
    margin: 0 auto;
    max-width: 100%;
}

.zscx h3 {
    font-size: .36rem;
    color: #333333;
    text-align: center;
    margin-bottom: .2rem;
}

.zscx .pxxq span {
    width: 1.2rem;
}

#yzm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: .2rem;
}

#yzm img {
    width: 2.7rem;
    display: block;
}

#yzm button {
    margin: 0;
    width: 2.67rem;
}

.zs-wrap {
    border-radius: .06rem;
    background: #FFFFFF;
    box-shadow: 0rem .12rem .21rem 0rem rgba(223, 170, 170, 0.3);
    width: 8.44rem;
    max-width: 100%;
    margin: 0 auto;
    padding: .7rem 0;
}

.zs-box {
    max-width: 100%;
    width: 6.1rem;
    height: 8.66rem;
    margin: 0 auto;
    background: url(../images/zs-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 1rem;
}


.zs-tit {
    text-align: center;
    font-size: .36rem;
    font-weight: bold;
    color: #E21B15;
    font-weight: 600;
}

.zs-tit img {
    width: 2.22rem;
}

.zs-tit h3 {
    font-weight: 600;
}

.zx-tx h3 {
    margin-top: .6rem;
    margin-bottom: .3rem;

    font-size: .24rem;
    color: #333333;
    font-weight: 600;
    text-align: center;
}

.zx-tx p {
    font-size: .24rem;
    line-height: .54rem;
    color: #333333;
    text-indent: 2em;
    text-align: justify;
}




























@media screen and (max-width: 1024px) {
    .ny-index {
        padding-top: .3rem;
        padding-bottom: .5rem;
    }

    .tw-lt ul li {
        margin-bottom: .3rem;
    }

    .tw-lt ul li a {
        margin: 0 .1rem;
    }

    .xw-lt ul li a {
        padding: 0;
        padding-right: .3rem;
    }

    .lm-tit {
        display: none;
    }

    .dqlm {
        bottom: .2rem;
    }
}

@media screen and (min-width: 745px) and (max-width: 1024px) {
    .ny-index .list{
        min-height: 8rem;
    }
}

@media screen and (width: 768px) {
    .ny-index .list{
        min-height: 6rem;
    }
}



@media screen and (max-width: 768px) {

    .pagination {
        padding-top: .5rem;
    }

    .pagination a {
        padding: 0rem .05rem;
        height: .2rem;
        line-height: .2rem;
        font-size: .12rem;
        margin: 0rem .03rem;
    }

    .tw-lt ul li {
        width: 50%;
    }

    .pxxq ul li {
        margin-bottom: 0;
    }

    .pxxq span {
        width: 100%;
        text-align: left;
    }

    .px-r {
        flex: auto;
        width: 100%;
    }

    .px-r input {
        height: .5rem;
    }

    .zscx {
        padding: .5rem;
    }

    #yzm img {
        width: 2rem;
    }

    #yzm {
        margin-top: .3rem;
    }

    #yzm button {
        width: 2rem;
    }
}

@media screen and (max-width: 640px) {

    .xw-lt ul li a .pic {
        width: 100%;
        padding-top: 64%;
        height: auto;
        margin: 0;
    }

    .xw-lt ul li a {
        padding: 0;
    }

    .xw-tx {
        flex: auto;
        width: 100%;
        padding: .2rem;
    }
}

@media screen and (max-width: 480px) {
    .zx-tx p {
        font-size: .2rem;
        line-height: .45rem;
    }

    .zs-box {
        padding: .8rem .6rem;
        height: 7.5rem;
    }

    .tw-lt ul li {
        width: 100%;
    }

    #yzm img {
        width: 1rem;
        margin-right: .3rem;
    }

    #yzm button {
        width: 1rem;
        line-height: .4rem;
    }

    #yzm {
        justify-content: flex-start;
    }

    .zscx {
        padding: .3rem;
    }
}
@media screen and (min-width: 390px) and (max-width: 430px) {
    .ny-index .list{
        min-height: 6rem;
    }
}
@media screen and (width: 344px) {
    .ny-index .list{
        min-height: 6rem;
    }
}