* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;

}
.navShow{
        margin-top:30px;
        width:1200px;
        padding-bottom:10px;
    }
    .navShow a{
            color:#000;
    }
    .navShow a:hover{
            color:#0046bf;
    }
.w {
  width: 1200px;
  margin: 0 auto;
}
.midBox{
    width: 1200px;
    /* height: 1200px; */
    /*border: 1px solid gray;*/
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

.listBox{
    width: 100%;
    /* height: 1200px; */
    /*border: 1px solid gray;*/
    margin-top: 30px;
    border: 1px solid #E8EAED;
}
.point {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0053B0;
    padding-top: 3px;
    margin-top: 10px;
    margin-right: 20px;
}

.listBox ul{
    margin-top: 5px;
}
.listBox li{
    display: flex;
    flex-direction: row;
    position: relative;
    margin-left: 36px;
    width:90%;
    /* height: 60px; */

}
.listBox li>span:last-child{
    position: absolute;
    right: 36px;
}
.listBox li:nth-child(5n){
    border-bottom:1px dashed gray;
}

.pageChange{
    width: 80%;
    height: 60px;
    /* background-color: skyblue; */
    margin: 0 auto;
    margin-top: 60px;
}
#minibanner {text-align: center;background: radial-gradient(circle,#1a36d5,#070c27);padding: 30px 60PX;margin-bottom: 0.5em; 
    }
#minibanner a{color: #fff;
    position: relative;   
    font-size: 40px;
    font-weight: 400;
    display:block;
    line-height:60px; 
    
}
