.main-section{
    margin: 32px auto;
}
.main-section .dqwz-wrap{
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: url(../img/listt.png) no-repeat;
    background-size: 100% auto;
    color: #fff;
    padding-left: 20px;
    font-size: 14px;
}
.list-wrap{
    border: solid 1px #d7d7d7;
    border-top: none;
    padding: 10px;
}
.list-wrap ul li{
    line-height:43px;
    height:43px;
    overflow:hidden;
    margin:0px;
    font-size:16px;
    background: url(../img/zcwj_li_bg.png) 3px 21px no-repeat;
    padding-left:16px;
    color:#313131;
}
.list-wrap ul li .tit{
    width:70%;
}
.list-wrap ul li .tit:hover{
    color: #035AA9;
}
@media (max-width: 1100px){
    .main-section{
        margin-top:10px;
    }
    .main-section .dqwz-wrap{
        background:#004C9F;
    }
    .list-wrap ul li .tit{
        width:60%;
    }
}