.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;
}
.info-wrap{
    border: solid 1px #d7d7d7;
    border-top: none;
    padding: 18px 70px;
}
.info-wrap .tit{
    font-size: 32px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.info-wrap .date{
    font-size: 16px;
    color: #999;
    padding: 20px 0px;
    border-bottom: solid 1px #dcdcdc;
    text-align: center;
}
.info-wrap .con{
    padding-top: 30px;
}
.info-wrap .con{
    line-height: 32px;
    text-indent: 2em;
    font-size: 16px;
}
@media (max-width: 1100px){
    .main-section{
        margin-top:10px;
    }
    .main-section .dqwz-wrap{
        background:#004C9F;
    }
    .info-wrap{
        padding:10px;
    }
    .info-wrap .tit{
        font-size:18px;
    }
    .info-wrap .date{
        font-size:14px;
    }
    .info-wrap #vsb_content p span{
        font-size:16px!important;
    }
    .info-wrap #vsb_content p img{
        display:block!important;
        width:100%!important;
        height:auto!important;
        margin:0!important;
    }
}