*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
}
.toptp {
    width: 100%;
    background: url("/mbimgs/tit-bg.jpg") no-repeat ;
    box-sizing: border-box;
}
.toptp .imgs .img1{
   width: 12rem;
    margin: 1rem 0rem 0.5rem 1rem;
}
.toptp .imgs .img2{
    width: 20rem;
    margin: 0rem 0rem 1rem 1rem;
}
.nr .nr1,.nr .nr2{
    width: 100%;
}
/*rgb(114,17,112)*/
.nr .nr1 .news{
    display: flex;
    margin: 0.5rem 1rem;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
.nr .nr1 .news p{
    font-weight: bold;
    font-size: 1.2rem;
    padding-bottom: 0.3rem;
    border-bottom: 5px solid rgb(114,17,112);
}
.nr .nr1 .news h5{
    padding-top: 0.5rem;
}
.nr .nr1 .news h5 a{
    color: #3B3B3B;
    font-size: 1rem;
}
.nr .nr1 .ztnr{
    margin: 1rem 1.5rem 1rem 1.5rem;
}
.nr .nr1 .ztnr li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.nr .nr1 .ztnr li a,.nr .nr1 .ztnr li span{
    color: #3B3B3B;
    font-size: 1rem;
}
.nr .nr1 .ztnr li div{
    width: 68%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nr .nr2 .news{
    display: flex;
    margin: 0.5rem 1rem;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}
.nr .nr2 .news p{
    font-weight: bold;
    font-size: 1.2rem;
    padding-bottom: 0.3rem;
    border-bottom: 5px solid rgb(114,17,112);
}
.nr .nr2 .news h5{
    padding-top: 0.5rem;
}
.nr .nr2 .news h5 a{
    color: #3B3B3B;
    font-size: 1rem;
}
.nr .nr2 .ztnr2{
    overflow: hidden;
    margin: 1rem 1.5rem 1rem 1.5rem;
    display: flex;
}
.nr .nr2 .ztnr2 ul{
    margin-left: 0.5rem;
}
.nr .nr2 .ztnr2 img{
    width: 10rem;
}
.nr .nr2 .ztnr2 ul li{
    width: 47%;
    line-height: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nr .nr2 .ztnr2 ul li a{
    color: #3B3B3B;
    font-size: 1rem;
}

.nr .nr2 .ztnr3{
    overflow: hidden;
    margin: 1rem 1.5rem 1rem 1.5rem;
    display: flex;
}
.nr .nr2 .ztnr3 ul{
    margin-left: 0.5rem;
}
.nr .nr2 .ztnr3 img{
    width: 10rem;
}
.nr .nr2 .ztnr3 ul li{
    line-height: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
   
}
.nr .nr2 .ztnr3 ul li a{
    color: #3B3B3B;
    font-size: 1rem;
}

.wb{
    padding: 1rem 0rem;
    display: flex;
    justify-content: space-evenly;
    background-color: rgb(114,17,112);
}
.wb .wbleft p{
    font-size: 0.9rem;
    color: aliceblue;
    font-weight: bolder;
}
.wb .wbleft ul{
    margin-top: 1rem;
}
.wb .wbleft ul li{
    font-size: 0.5rem;
    line-height: 1.5rem;
    color: aliceblue;
}
.wb .wbright>p{
    color: aliceblue;
    font-size: 0.5rem;
    text-align: center;
    padding: 0.5rem 0;
    background-color: rgb(150,21,147);
}
.wb .wbright ul{
    display: flex;
    background-color: aliceblue;
}
.wb .wbright ul p{
    color: #3B3B3B;
    font-size: 0.5rem;
    text-align: center;
}
.wb .wbright img{
    width: 5rem;
}
#banner {
    width: 100%;
    margin:  auto;
    position: absolute; /*相对定位,相对于.btn按钮*/
    text-align: center;
}
.pic image {
    display: block; /*默认有图片不显示*/
    width: 50%;
    height: 50%;
    position: relative; /*相对定位.对应的是.pic这个div*/
    top: 0px;
    left: 0px;
}
.pic a {
    display: none;

}
.pic div{
	position: absolute;
    top: 0;
    text-align: center;
    /* margin: auto; */
    width: 100%;
    color:#ffffff;
    height: 2rem;
    line-height: 2rem;
    background:#000000;
    opacity:0.6;
}
.pic { /*专门显现图片区*/
    position: relative; /*相对定位.对应.pic img*/
  /*  border: 1px solid red;*/
}
.btn {
    width: 300px;
    height: 5%;
    position: absolute;
    bottom: 30px;
    left: 2px;
}
.btn ul li {
    background-color: #000000;
    color: #ffffff;
    list-style-type: none;
    width: 2rem;
    height: 1rem;
    float: left;
    border-radius: 0.2rem;
    text-align: center;
    line-height: 1rem;
    cursor: pointer;
    margin-left: 0.3rem;
    font-size: 0.5rem;
}
.btn ul li.one {
    background-color: #ff9966;
}