*{
    margin: 0;
    padding: 0;
    list-style: none;
}
.wz_bg{
    width: 100%;
    background: url('../images/wztl_bg.png') no-repeat center;
    background-size: 100% 100%;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    padding: 3% 0 1% 0;
}
.wz_list1 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}
.wz_list1 ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fef9da;
    border-radius: 10px;
    border: 1px solid #3e130f;
    width: 42%;
    margin-bottom: 2%;
}
.wz_list1 ul li img{
    margin-left: -6%;
}
.wz_list1 ul li a{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #300300;
    font-weight: bold;
}
.wz_list2{
    width:18%;
}
.wz_list1{
    width: 42%;
    margin-top:13px;
}
.wz_list2 ul li{
    border-radius: 30px;
    border: 1px solid #3e130f;
}
.wz_list2 ul li:nth-child(1){
    background-color: #ff7400;
height:30px;
}
.wz_list2 ul li:nth-child(2){
    background-color: #ffa200;
    margin: 2% 0;
height:30px;
}
.wz_list2 ul li:nth-child(3){
    background-color: #7a483b;
height:30px;
}
.wz_list2 ul li a{
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
}


.wz_nh{
    margin-bottom: -1%;
    width：14%;
}
.wz_code img{
    display: inline-block;
    vertical-align: middle;
}
.code_tit{
    display: inline-block;
    width: 20%;
    font-size: 16px;
    color: #fff;
}
.wz_code a{
    background-color: #ffa200;
    vertical-align: middle;
    line-height: 1.3;
    text-align: center;
    margin-left: -3%;
    border: 1px solid #3e130f;
    width: 14%;
}
#wz_list2_1{
line-height:27px;
}
@media only all and (max-width: 1080px){
    .wz_nh{
        display: none;
    }
    .wz_bg{display: block;padding-bottom: 14%;padding-top: 7%;}
    .wz_list2{
        width: 98%;
        
    }
    .wz_list1{
        margin-bottom: 1%;
        width: 70%;
    }
    .wz_list1 ul li{
        width: 40%;
        margin:2%;
    }
    .wz_list1 ul li a{
        font-size: 14px;
    }
    .wz_code {
        text-align: center;
        margin: 2% 0;
        margin-top: -34%;
        margin-left: 64%;
    }
    .wz_list1 ul li img{
        display: none;
    }
    .wz_list1 ul{
        justify-content: left;
    }
    .wz_list2 ul li:nth-child(2),  .wz_list2 ul li:nth-child(3){
        display: none;
    }
    
}