.main {
    margin-top: 0 !important;
    background: #fff;
    padding: 20px;
}
.cdzq-nav {
    overflow: hidden;
    width: 85%;
    margin: 30px auto 0;
}
.cdzq-nav li {
    float: left;
    width: 32%;
    height: 66px;
    line-height: 66px;
    /* text-align: center; */
    font-size: 28px;
    font-weight: 700;
    margin-left: 2%;
    /* padding-left: 20px; */
}
.cdzq-nav li:first-child {
    margin-left: 0;
}
.cdzq-nav li a {
    color: #fff;
    display: block;
    border-radius: 10px;
    padding-left: 40px;
}
.cdzq-nav li a img {
    margin-right: 40px;
    width:45px;
    height:45px;
}
.cdzq-nav .item01 a {
    background: #50adb5;
}
.cdzq-nav .item02 a {
    background: #4e7ac3;
}
.cdzq-nav .item03 a {
    background: #4a9fc2;
}
/* zqjc */
.title {
    margin-top: 60px;
    margin-bottom: 40px;
    width: 100%;
    height: 60px;
}
.jqzcimg {
    background: url(../images/cdzq/jqzc.png) no-repeat;
}
.dctbimg {
    background: url(../images/cdzq/dctb.png) no-repeat;
}
.jqzc-list {
    overflow: hidden;
}
.jqzc-list li {
    width: 48%;
    float: left;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}
.jqzc-list li p {
    padding-left: 16px;
    background: url(../images/cdzq/lficon.png) no-repeat 0 5px;
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jqzc-list li span {
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}
.jqzc-list li:nth-child(2n) {
    margin-left: 4%;
}
.zqjc > a,
.zqjcgd {
    display: block;
    width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #255498;
    background: url(../images/cdzq/gdbg.png) no-repeat;
    margin: 20px auto 30px;
    background-size: 100% 100%;
}
.dctb {
    overflow: hidden;
}
.dctb li {
    float: left;
    width: 48%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #e5e5e5;
}
.dctb li a {
    font-size: 18px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 16px;
    background: url(../images/cdzq/dcicon.png) no-repeat 0 5px;
    margin-bottom: 5px;
}
.dctb li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    text-indent: 2em;
}
.dctb li:nth-child(2n) {
    margin-left: 4%;
}
/* hhb */
.hhb-nav {
    width: 600px;
    height: 50px;
    line-height: 50px;
    margin: 40px auto;
}
.hhb-nav li {
    float: left;
    width: 48%;
    font-size: 24px;
    text-align: center;
    border: 1px solid #bfbfbf;
}
.hhb-nav li a {
    color: #000;
}
.hhb-nav li:first-child {
    margin-right: 4%;
}
.hhb-nav .dis {
    background: #255498;
}
.hhb-nav .dis a {
    color: #fff;
}
.hhb-list ul {
    padding: 0 50px 0 220px;
}
.hhb-list ul li {
    padding-left: 30px;
    position: relative;
    border-left: 2px solid #255498;
    padding-bottom: 50px;
}
.hhb-list ul li a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
}
.hhb-list ul li i {
    width: 19px;
    height: 19px;
    background: url(../images/cdzq/kxy.png) no-repeat;
    position: absolute;
    left: -9.5px;
    top: 6px;
}
.hhb-list ul li:first-child i {
    background: url(../images/cdzq/sxy.png) no-repeat;
}
.hhb-list ul li p {
    color: #999;
    text-indent: 2em;
}
.hhb-list ul li span {
    font-size: 24px;
    font-weight: 600;
    color: #255498;
    position: absolute;
    left: -170px;
    top: 0;
}
.hhb-list ul {
    display: none;
}
.hhb-list .dis {
    display: block;
}
/* zqdh */
.dh-title {
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #2f5594;
    margin-top: 35px;
    margin-bottom: 10px;
}
.dh-title span {
    display: block;
    width: 140px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    background: url(../images/cdzq/bg.png) no-repeat;
}
.dh-list {
    overflow: hidden;
}
.dh-list li {
    float: left;
    width: 20%;
    font-size: 16px;
    line-height: 40px;
}
@media screen and (max-width:768px) {
    .main {
        margin-top: 0;
        padding: 10px;
    }
    .cdzq-nav li {
        width: 100%;
        height: 80px;
        line-height: 80px;
        font-size: 24px;
        margin-left: 0;
        margin-bottom: 20px;
        text-align: left;
    }
    .cdzq-nav li a {
        padding-left: 14%;
    }
    .cdzq-nav li img {
        width: 40px;
        margin-right: 20px;
    }
    .jqzc-list li {
        width: 100%;
    }
    .jqzc-list li:nth-child(2n) {
        margin-left: 0;
    }
    .jqzc-list li p {
        width: 72%;
    }
    .zqjc > a {
        width: 100%;
    }
    .dctb li {
        width: 100%;
    }
    .dctb li:nth-child(2n) {
        margin-left: 0;
    }
    .jqzcimg,
    .dctbimg {
        background-position: center center;
        margin: 20px 0;
    }
    .hhb-nav {
        width: 100%;
        margin: 40px auto;
    }
    .hhb-list ul {
        padding: 0;
    }
    .hhb-list ul li {
        padding-left: 20px;
        padding-bottom: 30px;
    }
    .hhb-list ul li i {
        left: -11px;
        top: 4px;
    }
    .hhb-list ul li span {
        font-size: 14px;
        font-weight: normal;
        color: #999;
        position: absolute;
        left: auto;
        top: auto;
        right: 10px;
        bottom: 28px;
    }
    .dh-list li {
        width: 100%;
    }
}