.right-content {
    float: right;
    width: 852px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
}
.qzf-common-box{
    width: 100%;
    height: auto;
}
.qzf-common-title{
    height: 40px;
    line-height: 40px;
    /* border-bottom: 1px solid #ccc; */
    margin-top: 10px;
    box-sizing: border-box;
}
.qzf-common-title span{
    height: 40px;
    /* padding: 0 22px; */
    background: #2d66a5;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    /* float: left; */
    width: 270px;
    text-align: center;
}
.qzf-content1,.qzf-content2{
    /* box-sizing: border-box; */
    width: 100%;
    height: auto;
    /* padding: 15px; */
    padding-bottom: 20px;
}
.qzf-content1 li{
    box-sizing: border-box;
    height: 40px;
    float: left;
    line-height: 40px;
    padding-left: 10px;
    width: 100%;
    background: rgb(242, 242, 242);
    font-size: 14px;
}
.qzf-content2 li{
    /* box-sizing: border-box; */
    width: 33.33%;
    height: 40px;
    float: left;
    line-height: 40px;
    padding-left: 10px;
    border-right: solid 1px #cacaca;
    font-size: 14px;
}
.qzf-content2 li a,.qzf-content1 li a{
    display: block;
}
.qzf-content2 li:nth-of-type(3n),
.qzf-content2 li:nth-of-type(3n){
    border-right: none;
}
.qzf-content1 li:nth-last-child(1),
.qzf-content2 li:nth-last-child(1){
    border-right: none;
}
@media screen and (max-width:1200px){
    .right-content{
        width: 100%;
        padding: 0.2rem 0.3rem;
        border: none;
        box-sizing: border-box;
    }
    .qzf-common-title span {
    width: 3rem;
    height: 0.7rem;
    font-size: 0.28rem;
    line-height: 0.7rem;
    /* margin: 0.2rem auto; */
    /* margin-bottom: 1rem; */
    }
    .qzf-common-title{
        text-align: center;
    }
    .qzf-content1 li {
        height: 0.8rem;
        line-height: 0.8rem;
        padding-left: 0.2rem;
        font-size: 0.32rem;
    }
    .qzf-content2 li {
        box-sizing: border-box;
        width: 50%;
        height: 0.8rem;
        float: left;
        line-height: 0.8rem;
        padding-left: 0.2rem;
        border-right: none;
        font-size: 0.32rem;
    
    }
    .qzf-content1,.qzf-content2{
        padding-bottom: 0.2rem;
    }
    /* .qzf-content2 li:nth-of-type(odd){
        background-color: rgb(242, 242, 242) !important;
    }
    .qzf-content2 li:nth-of-type(even){
        background-color: #fff !important;
    } */
}