@charset "UTF-8";
.head{
    opacity: 1;
    position: static;
    transform: none;
    padding-bottom: 0;
    background: none;
}
.d2{
    padding-top: 0.16rem;
    padding-bottom: 0.19rem;
    background: #fff;
}
.nav>ul>li>a{
    color: #111111;
}
.nav>ul>li.on>a{
    color: #6510AD;
}
.banner{
    position: relative;
}
.banner img{
    display: block;
    width: 100%;
}
.banner span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

    background-image: url("/images/ny-main.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.Main {
    position: relative;
    background: url("/images/1915.png") no-repeat top 0.26rem center;
    background-size: contain;
}
/*.Main:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 100%;
    height: 1.5rem;
    background-image: url("/images/ny-main.png");
    background-repeat: no-repeat;
    background-position: center center;
   !* background-size: contain;*!
}*/
.ny-nav h4{
    position: relative;
    font-size: 0.36rem;
    color: #111;
    line-height: 1;
    text-align: center;
   transform: translateY(-0.18rem);
}
.ny-nav>div{
    font-size: 0;
    text-align: center;
    margin-top: 0.32rem;
    height: 0.24rem;
}
.ny-nav>div>a{
    display: inline-block;
    font-size: 0.24rem;
    color: #111111;
    line-height: 1;
    padding: 0 0.29rem;
    transition: all .3s;
}
.ny-nav>div>a:hover{
    color: #892883;
    font-weight: 600;
}
.ny-nav>div>a.active{
    color: #892883;
    font-weight: 600;
}
/* ·ÖÒ³ */
.banner img {
    display: block;
    width: 100%;
}
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.68rem;
    margin-bottom: 0.93rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #801979;
    color: #fff;
    border: 1px solid #801979;
}

.pagination a:hover {
    background: #801979;
    color: #fff;
    border: 1px solid #801979;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}

.pic-list ul{
    overflow: hidden;
}
.pic-list ul>li{
    float: left;
    width: 4.28rem;
    margin-top: 0.39rem;
}
.pic-list ul>li:nth-child(3n+2){
    margin-left: 0.58rem;
    margin-right: 0.58rem;
}
.pic-list ul>li a{
    display: block;
    overflow: hidden;
}
.pic-list ul>li .pic{
    padding-top: 70.09%;
}
.pic-list ul>li p{
    font-size: 0.2rem;
    color: #111111;
    line-height: 0.32rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.64rem;
    margin-top: 0.17rem;
    text-align: center;
}
.pic-list{
    margin-top: 0.75rem;
}
.pic-list ul>li:hover p{
    color: #892883;
}
.pic-list .pho{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 3rem;
}
.pic-list .pho img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
/*txt-list*/

.txt-list ul{
    overflow: hidden;
}
.txt-list li>a{
    display: block;
    overflow: hidden;
}
.txt-list li .date{
    float: left;
    width: 1.13rem;
    background: #f2e8f1;
    padding: 0.24rem 0 0.20rem;
    transition: all .3s;
}
.txt-list li .date span{
    display: block;
    font-size: 0.18rem;
    color: #999;
    line-height: 1;
    text-align: center;
}
.txt-list li .date span:first-child{
    font-size: 0.4rem;
    color: #80197a;
    padding-bottom: 0.14rem;
}
.txt-list li .txt-list-info{
    overflow: hidden;
    padding-left: 0.26rem;
}
.txt-list li .txt-list-info h4{
    font-size: 0.24rem;
    color: #222;
    line-height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.txt-list li .txt-list-info p{
    font-size: 0.16rem;
    color: #999;
    line-height: 0.28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.56rem;
    margin-top: 0.05rem;
}
.txt-list li{
    margin-top: 0.44rem;
}
.txt-list li:hover h4
{
    color:#892883 ;
}
.txt-list li:hover .date{
    background: #892883;
}
.txt-list li:hover .date span{
    color: #fff;
}
.txt-list{
    margin-top: 0.65rem;
}

/*txt-pic*/

.txt-pic li a{
    display: block;
    overflow: hidden;
}
.txt-pic li .pho{
    float: left;
    width: 3.77rem;
    overflow: hidden;
}
.txt-pic li .pho img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.txt-pic li .txt-pic-info{
    overflow: hidden;
    padding-left: 0.4rem;
}
.txt-pic li .txt-pic-info h4{
    font-size: 0.24rem;
    color: #222;
    line-height: 0.33rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.66rem;

}
.txt-pic li .txt-pic-info p{
    font-size: 0.16rem;
    color: #999;
    line-height: 0.26rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.78rem;
    margin-top: 0.23rem;

}
.txt-pic li .txt-pic-info span{
    display: block;
    font-size: 0.16rem;
    color: #666;
    line-height: 0.18rem;
    padding-left: 0.3rem;
    background-image: url("/images/text-pic-tm.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin-top: 0.42rem;
}
.txt-pic li{
    margin-top: 0.77rem;
}
.txt-pic li:hover h4{
    color: #892883;
}
.txt-pic li:hover .pho img{
    transform: scale(1.05);
}
.txt-pic{
    margin-top: 1.2rem;
}

.xxgk-list li{
    line-height: 0.8rem;
    height: 0.8rem;
    padding-left: 1.5rem;
    border-top: 1px solid #eee;
}
.xxgk-list li:first-child{
    border: none;
}
.xxgk-list li a{
    display: block;
    overflow: hidden;
    font-size: 0;
}
.xxgk-list li h4{
    font-size: 0.24rem;
    color: #222;
}
.xxgk-list li h4 p{
    display:inline-block;
    width: 80px;
    text-align: justify;
    height: 0.82rem;
    float: left;
}
.xxgk-list li h4 p:after{
    content:'';
    display:inline-block;
    width:100%;
}

.xxgk-list li h4 span{
    display: inline-block;
    font-size: 0.18rem;
    color: #111;
    margin-left: 0.5rem;
}
.xxgk-list {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
    padding: 0.42rem  0.68rem 2.51rem;
    background: url("/images/xxgk.png") no-repeat center center;
    background-size: cover;
}

/*xy-list*/
.setL{
    float: left;
    width: 6.7rem;
}
.setL>div h4,
.setR>div h4{
    font-size: 0.26rem;
    color: #111111;
    line-height: 0.77rem;
    padding-left: 0.44rem;
    background: #fff9ff;
}
.setL>div ul,
.setR>div ul{
    overflow: hidden;
    padding: 0.22rem 0.4rem 0.39rem;
    border-top: 1px solid #eee;
    background: #fff;
}
.setL>div ul>li,
.setR>div ul>li{
    float: left;
    /* margin-left: 0.68rem; */
    min-width: 25%;
    /* text-align: center; */
    padding-right: 20px;
}
.setL>div ul>li:first-child,
.setR>div ul>li:first-child{
    margin-left: 0;
}
.setL>div ul>li.marginnone,
.setR>div ul>li.marginnone{
    margin-left:0px;
}
.setL>div ul>li>a,
.setR>div ul>li>a{
    display: block;
    font-size: 0.18rem;
    color: #111;
    line-height: 0.5rem;
}

.setL>div>div, .setR>div>div{
    border-top: 4px solid #801979;
    margin-top: 0.48rem;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
}
.setR{
    float: left;
    width: 6.7rem;
    margin-left: 0.6rem;
}
.setL>div ul>li:hover>a, .setR>div ul>li:hover>a{
    color: #801979;
}
.xy-list{
    margin-top: 0.78rem;
    padding-bottom: 0.52rem;
}

/*context*/
.con_title{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    padding: 20px 0px;
}

.context p{
    font-size: 16px!important;
    color: #111111;
    line-height: 0.33rem;
    text-indent: 2em;
    margin-top: 0.26rem;
}
.context img{
    /* display: block; */
    width: 60%;
    /* align-content: center; */
}
.context p video{
    margin: 0 auto;
    display:block;
    max-width:100%;
    height:auto;
}
.context ul{
    overflow: hidden;
}
.context ul>li{
    float: left;
    width: 6.65rem;
    margin-left: 0.22rem;
}
.context ul>li:first-child{
    margin-left: 0;
}
.context{
    margin-top: 0.78rem;
    margin-bottom: 0.6rem;
    padding: 0 0.24rem;
}

.con_txt p img{
    max-width: 55%!important;
    margin:0 auto;
    width: auto;
}
.con_txt table p img{
    max-width: 100%!important;
    margin: auto!important;
}
.con_fj ul>li{
    width:100%;
}
.con_txt table{
    margin: 10px auto;
    width: 90%!important;
}
.con_txt table p{
    text-indent:0em;
}

/*zyjj-list*/
.zyjj-list li{
    position: relative;
    line-height: 0.8rem;
    border-left:9px solid #801979;
    margin-top: 0.33rem;
    transition: all .3s;
    box-shadow: 0 0 4px 2px rgb(0 ,0 ,0, .1);
}
.zyjj-list li a{
    display: block;
    font-size: 0.22rem;
    color: #111;
    padding-left: 0.5rem;
    padding-right: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zyjj-list li span{
    position: absolute;
    top: 0;
    right: 0.4rem;
    font-size: 0.16rem;
    color: #801979;
    cursor: pointer;
    z-index: 9;
}
.zyjj-list li span.up{
    display: none;
}
.zyjj-list li div{
    padding: 0.39rem 0.56rem 0.6rem;
    background: #fff;
    display: none;
}
.zyjj-list li div h4,.zyjj-list li div p{
    font-size: 0.16rem;
    color: #111;
    line-height: 0.3rem;
}
.zyjj-list li div p{
    margin-top: 0.22rem;
}
.zyjj-list li:first-child{
    margin-top: 0;
}
.zyjj-list{
    margin-top: 1.26rem;
    margin-bottom: 0.75rem;
}
.zyjj-list li.on{
    background: #f8eff7;
}
.zyjj-list li.on span.down{
    display: none;
}
.zyjj-list li.on span.up{
    display: block;
}
@media screen and (max-width: 1024px){
    .Main:before{
        background-size: contain;
        background-position: bottom center;
    }
    .con_txt p img{
        width: auto;
        max-width:65%;
    }
}
@media screen and (max-width: 850px){
    .ny-nav>div{
        display: none;
    }
    .ny-nav h4{
        transform: none;
        text-align: left;
        font-size: 0.38rem;
        line-height: 1.8;
        padding-left: 0.29rem;
        margin-top: 0.25rem;
    }
    .ny-nav h4:after{
        content: "";
        position: absolute;
       right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0.2rem;
        height: 0.2rem;
        padding-left: 0.1rem;
        background: url('/images/sub_left_down2.png') no-repeat;
        background-position: right center;
        background-size: contain;
    }
    .ny-nav>div>a{
        font-size: 0.32rem;
        line-height: 1.5;
    }
    .ny-nav>div{
        height: auto;
        text-align: left;
        margin-top: 0;
    }
    .pic-list ul>li{
        width: 49%;
    }
    .pic-list ul>li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }
    .pic-list ul>li:nth-child(2n) {
        margin-left: 2%;
    }
    .pic-list{
        margin-top: 0;
    }
    .pic-list ul>li p{
        font-size: 0.3rem;
        line-height: 1.75;
        height: auto;
    }
    .pagination{
        padding-top: 0.45rem;
        margin-bottom: 0.45rem;
    }
    .txt-list{
        margin-top: 0;
    }
    .txt-list li .txt-list-info h4{
        font-size: 0.32rem;
        line-height: 1.75;
        height: auto;
    }
    .txt-list li .txt-list-info p{
        font-size: 0.27rem;
        line-height: 1.5;
        height: auto;
    }
    .txt-list li .date span:first-child{
        font-size: 0.52rem;
    }
    .txt-list li .date span{
        font-size: 0.28rem;
    }
    .txt-list li .date{
        width: 1.63rem;
    }
    .txt-pic{
        margin-top: 0;
    }
    .txt-pic li .txt-pic-info h4{
        font-size: 0.3rem;
        line-height: 1.75;
        height: auto;
    }
    .txt-pic li .txt-pic-info p{
        font-size: 0.28rem;
        line-height: 1.5;
        height: auto;
    }
    .txt-pic li .pho{
        float: none;
        width: auto;
    }
    .txt-pic li .txt-pic-info{
        padding-left: 0;
        margin-top: 0.25rem;
    }
    .txt-pic li .txt-pic-info span{
        line-height: 1;
        font-size: 0.24rem;
    }
    .txt-pic li{
        margin-top: 0.45rem;
    }
    .xxgk-list{
        margin-top: 0.25rem;
        margin-bottom: 0.35rem;
        background-size: cover;
        /* border-left: 0.2rem solid #801979; */
        /* border-right: 0.2rem solid #801979; */
        padding: 0.49rem;
        box-sizing: border-box;
    }
    .xxgk-list li{
        padding-left: 0.8rem;
        height: auto;
    }
    .xxgk-list li h4{
        font-size: 0.34rem;
    }
    .xxgk-list li h4 span{
        font-size: 0.28rem;
        float: left;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        *white-space: nowrap;
    }
    .setR,.setL{
        float: none;
        width: auto;
        margin-left: 0;
    }
    .setL>div h4, .setR>div h4{
        font-size: 0.34rem;
    }
    .setL>div ul>li>a, .setR>div ul>li>a{
        font-size: 0.26rem;
    }
    .setL>div ul, .setR>div ul{
        /* display: flex; */
        /* justify-content: space-around; */
    }
    .setL>div ul>li, .setR>div ul>li{
        margin-left: 0;
    }
    .xy-list{
        margin-top: 0;
    }
    .context p{
        font-size: 0.28rem;
        line-height: 1.5;
    }
    .context{
        margin-top: 0;
    }
    .context ul>li{
        width: 48%;
        margin-left: 4%;
    }
    .context ul>li:first-child{
        margin-left: 0;
    }
    .zyjj-list{
        margin-top: 0.25rem;
        margin-bottom: 0.45rem;
    }
    .zyjj-list li a{
        font-size: 0.29rem;
        padding-right: 1.3rem;
        padding-left: 0.35rem;
    }
    .zyjj-list li div h4, .zyjj-list li div p{
        font-size: 0.28rem;
        line-height: 1.5;
    }
    .zyjj-list li{
        line-height: 1rem;
    }
    .con_txt p img{
        width: auto;
        max-width: 75%!important;
    }
}

@media screen and (max-width: 550px){
    .pic-list ul>li{
        float: none;
        width: auto;
    }
    .pic-list ul>li:nth-child(2n) {
        margin-left: 0;
    }
    .xxgk-list li{
        padding-left: 0;
        text-align: center;
    }
    .zyjj-list li{
        border: 5px solid #801979;
    }
   .con_txt p img{
       width:100%;
       max-width: 100%!important;
   }
   .xxgk-list li h4 p{
       
float: none;
       
display: block;
   }
   .xxgk-list li h4 span{
       
margin-left: 0px;
       
float: none;
       
text-align: left;
   }
}



/*jxjg-list*/

.jxjg-list h4{
    font-size: 0.26rem;
    color: #801979;
    line-height: 1;
    font-weight: 600;
}
.jxjg-list ul>li>a{
    display: block;
    font-size: 0.18rem;
    color: #111111;
    line-height: 0.43rem;
}
.jxjg-list ul{
    margin-top: 0.42rem;
}

.jxjg-list>div{
    max-width: 12.1rem;
    padding: 0.36rem 0.1rem 1.18rem 0.75rem;
    background-color: #fff;
    background-image: url("/images/jxjg-bg.png");
    background-position: bottom 0.3rem right 0.2rem;
    background-size: 5.27rem 4.40rem;
    background-repeat: no-repeat;
    margin: 0 auto;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}
.jxjg-list ul>li:hover>a{
    color: #801979;
    text-decoration: underline;
}
.jxjg-list{
    margin-top: 1.26rem;
    margin-bottom: 1rem;
    background: #801979;
}
@media screen and (max-width: 850px){
    .jxjg-list>div{
        max-width: none;
        width: 90%;
        padding-left: 0.35rem;
        padding-top: 0.25rem;
    }
}
@media screen and (max-width: 800px){
    .jxjg-list{
        margin-top: 0.35rem;
        margin-bottom: 0.45rem;
    }
   /* .jxjg-list>div{
        width: 90%;
        padding-left: 0.35rem;
        padding-top: 0.25rem;
    }*/
    .jxjg-list h4{
        font-size: 0.34rem;
        line-height: 0.48rem;
    }
    .jxjg-list ul>li>a{
        font-size: 0.26rem;
        line-height: 0.62rem;
    }
    .jxjg-list ul{
        margin-top: 0.3rem;
    }
}