/*内容*/
.nr{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    z-index: 9;
}
.nr .zjwmnr{
    display: flex;
    width: 1550px;
    margin: 0 auto;
}
.nr .zjwmnr .leftnr{
    margin-top: 23px;
}
.nr .zjwmnr .leftnr ul li{
    width: 300px;
    height: 50px;
    padding-top: 15px;
    background-color: aliceblue;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.nr .zjwmnr .leftnr ul li:hover{
    background-color: rgb(150,21,147);
    /*color: aliceblue;*/
}
.nr .zjwmnr .leftnr ul li:hover a{
    color: aliceblue;
}
.nr .zjwmnr .leftnr ul li a{
    color: #3B3B3B;
    font-size: 18px;
    padding-left: 60px;
}
.nr .zjwmnr .leftnr ul li .tb:before{
    content: "";
    display: block;
    border: 1px solid #ccc;
    background-color: rgb(150,21,147);
    position: absolute;
    width: 5px;
    height: 5px;
    left: 27px;
    top: 52%;
    margin-top: -2px;
    transform: rotateZ(45deg);
    z-index: 1;
    border-radius: 5px;
}
.nr .zjwmnr .leftnr ul li .tb:after{
    content: "";
    display: block;
    border: 1px solid rgb(150,21,147);
    position: absolute;
    width: 17px;
    height: 17px;
    left: 21px;
    top: 45%;
    margin-top: -5px;
    transform: rotateZ(45deg);
    border-radius: 10px;
}

/*li的高亮索引*/
.ligl{
    background-color: rgb(150,21,147);
    color: aliceblue;
}
.liwz{
    color: aliceblue;
}

.nr .zjwmnr .rightnr{
    margin-left: 20px;
}
.nr .zjwmnr .rightnr .righttop{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 18px;
    border-bottom: 2px solid #e1e1e1;
}
.nr .zjwmnr .rightnr .righttop .dqdz{
    margin-top: 5px;
}
.nr .zjwmnr .rightnr .righttop .szwz{
    margin-top: 10px;
}
.nr .zjwmnr .rightnr .righttop .dqdz p{
    font-size: 25px;
    color: rgb(150,21,147);
}
.nr .zjwmnr .rightnr .righttop .szwz ul li{
    display: inline-block;
    color: #9b9898;
}



.nr .zjwmnr .leftnr .anxz{
	 background-color: rgb(150,21,147);
}

.nr .zjwmnr .leftnr .anxz a{
	 color: aliceblue;
}


/*内容*/

.nr .zjwmnr .wzbottom{
    margin-top: 20px;
}
.nr .zjwmnr .wzbottom .wzbottom-1{
    display: flex;
    flex-direction: column;
  /*  align-items: center;
    justify-content: center;*/
}
/*.nr .zjwmnr .wzbottom .wzbottom-1 .wznr p{
    margin-top: 30px;
    line-height: 30px;
    color: #3B3B3B;
    text-indent: 2em;
}*/
.nr .zjwmnr .wzbottom .wzbottom-1 .wznr p{
	font-family: Hiragino Sans GB,Microsoft Yahei,\\5FAE\8F6F\96C5\9ED1,SimSun,\\5B8B\4F53,Arial;
	font-size: 18px;
    line-height: 36px;
    text-align: justify;
    letter-spacing: 2px;
    color: #3d3d3d;

}
.nr .zjwmnr .wzbottom .wzbottom-1 .wzend{
    background-color: rgb(245,245,245);
    margin-top: 30px;
}
.nr .zjwmnr .wzbottom .wzbottom-1 .wzend p{
    line-height: 30px;
    padding: 20px;
    color:rgb(155,39,149) ;
    font-weight: bold;
}
.nr .zjwmnr .wzbottom .wzbottom-1 .zzend{
    margin-top: 15px;
    font-family: Hiragino Sans GB,Microsoft Yahei,\\5FAE\8F6F\96C5\9ED1,SimSun,\\5B8B\4F53,Arial;
    letter-spacing: 2px;
    color: #3d3d3d;

}
.nr .zjwmnr .wzbottom .wzbottom-1 .zzend p{
    width: 1200px;
    text-align: right;
    margin-bottom: 10px;
}
.fbsj{
    text-align: center;
    margin-top: 5px;
    color:#858282;
}
.titlesyl{
	text-align: center;
    font-size: 26px;
    line-height: 50px;
     color: #3d3d3d;
}




