.clearfix::after{
    display: block;
    content: '';
    visibility: hidden;
    clear: both;    
}
.main .container{
    padding:20px;
    box-sizing:border-box;
    background: #fff;
    padding-top: 0;
    margin-top: 20px;
}
.wzdt_main{
    background: #fff;
}
.pos{
    margin-top: 20px;
    /* padding-top: 20px; */
    /* background-position-y: 22px; */
    background: url(../images/public/dqwz.png)no-repeat 5px 0px;
}
.nr{
    margin-top: 30px 0;
    height: 353px;
height: 320px;
}
.left1 ,.mid,.right1{
    float: left;
}
.left1{
    height: 100%;
    width: 275px;
    font-size: 28px;
    line-height: 35px;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}
.left1 a,.right1 .li01 a{
    color:#004a9c;
    font-weight: bold;
    text-align: center;
}
.li01 a,.left1 a{
    display: table-cell;
    vertical-align: middle;
}
.li01 ,.left1{
    display: table;
    vertical-align: middle;
    text-align: center;
}
.right1{
    width: 883px;
    float: right;
    overflow: hidden;
}
.right1 li{
    /* padding: 10px 0; */
}
.right1 .li02 a{
    display: inline-block;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    border-right: 1px solid #333;
    margin-top: 15px;
    padding: 0 10px;
}
.li01{
    height: 100%;
    width: 190px;
    float: left;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}
.li02{
    width: 685px;
    float:right;
}
.right1 li::after{
    display: block;
    content: '';
    visibility: hidden;
    clear: both;    
}
.right1 li{
    /* border-bottom: 1px solid #ccc; */
    box-sizing: border-box;
    height: 51px;
}
.nr{
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.right1 li.hei{
    height: 83px;
}
.right1 li:last-child{
    border:none;
}
@media(max-width:767px){
    .wzdt_main .nr .right1{
        width:100%;
    }
    .wzdt_main .nr .left1{
        width:100%;
    }
    .right1 li .li01{
        width:100%;
        border-right: unset;
    }
    .right1 li{
        height:30px;
    }
      .right1 li.hei{
        height:70px;
    }
    .right1 li .li02{
        width:100%;
        border-right: unset;
    }
}