.xz-title{
    margin: 38px auto;
    width: 60%;
}
.xz-title li{
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    position: relative;
}
.xz-title li a{
    display: block;
    color: #000;
}
.xz-title li a::after{
    content:'';
    position: absolute;
    width: 1px;
    height: 26px;
    top: 50%;
    left: 92%;
    transform: translateY(-50%);
    background-color: #C8CFD2;
}
.xz-title li:nth-child(2n) a::after{
    left: 107%;
}
.xz-title li:nth-child(3n) a::after{
    width: 0;
}
.xz-title li a.on,.xz-title li a:hover{
    color: #0069DF;
    font-weight: bold;
}
.xz-con{
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.xz-con ul{
    display: none;
}
.xz-button li{
    float: left;
    width: 25%;
}
.xz-button li a{
    display: block;
    width: 96%;
    padding: 17px 25px;
    color: #000;
    margin: 15px auto;
    text-align: center;
    background: url('../images/yuan-icon.png') center no-repeat;
}
.xz-button li a:hover{
    color: #fff;
    background: url('../images/yuan-icon-on.png') center no-repeat;
}
.xz-list li{
    line-height: 40px;
    text-align: left;
    background: url('../images/xz-list-icon.png') left center no-repeat;
}
.xz-list li a{
    display: block;
    padding-left: 30px;
    text-align: left;
    color: #000;
}
.xz-list li a:hover{

}

/*-------------适应手机-------------*/
@media (max-width: 768px) {
    .main{
        padding: 0 10px;
        overflow: hidden;
    }
    .xz-title{
        margin: 38px auto;
        width: 100%;
    }
    .xz-button li {
        width: 100%;
    }
    .xz-title li {
        width: auto;
        font-size: 20px;
    }
    .xz-title li a{
        padding: 0 7px;
    }
    .xz-title li a::after {
        left: 100%;
    }
    .xz-title li:nth-child(2n) a::after{
        left: 100%;
    }
    .xz-list li{
        background-position: left 12px;
    }
}










