.jczw {
    background: url(../images/bg.png) no-repeat;
}

.jczw>.container>a:first-child {
    margin: 0px;
    display: block;
}

.jczw_title{
    margin: 140px auto 170px;
    text-align:center;
}

.jczw_tlt {
    border-bottom: #0670ca 3px solid;
}

.jczw_tlt p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 50px;
    border-radius: 10px 10px 0 0;
    background: url(../../../ztzlres/jczwgkbzh/images/tlt_bg.png) no-repeat;
    width: 400px;
    text-align: center;
    margin-top: 300px;

}

.jczw_list {
    overflow: hidden;
    padding-bottom: 150px;
    min-height: 400px;
}

.jczw_list li {
    float: left;
    margin: 20px 1% 0;
    width: 23%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 20px;
    background: #ffffff;
    display: block;
    background: #ffffff;
    display: block;
    border: #a5a2a2 1px solid;
}

.footer {
    margin-top: 0;
}

@media (max-width:768px) {
    .jczw>.container>a:first-child {
        margin: 0px;
        width: 60%;
    }

    .jczw_tlt p {
        margin-top: 15px;
        font-size: 16px;
        line-height: 45px;
        width: 90%;
        margin: 0;
    }

    .jczw_title{
        width:90%;
        margin: 30px auto;
    }

    .jczw_list {
        padding-bottom: 20px;
    }

    .jczw_list li {
        width: 98%;
        line-height: 45px;
        height: 45px;
        margin: 15px 1% 0;
        font-size: 16px;
    }
} 
