body {
    background-color: #f5f7fb;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
._hide {
    display: none !important;
}
.wzy_banner {
    width: 100%;
    height: 200px;
    background: url(banner.png) center center no-repeat;
    background-size: 100% 100%;
}

/*文章正文*/
.wzzw_box {
    width: 1200px;
    margin: -96px auto 30px;
    padding: 0 30px;
    background-color: #ffffff;
}
.wzzw_tit {
    width: 1140px;
    height: 90px;
    margin: 0 auto;
    font-size: 28px;
    color: #2b2f32;
    text-align: left;
    line-height: 84px;
    font-weight: 400;
    padding-left: 50px;
    padding-top: 6px;
    border-bottom: 1px solid #dddddd;
    background: url(lxwm_icon.svg) 0 34px no-repeat;
}
.wzzw_content {
    width: 1140px;
    min-height: 420px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 55px;
}
.wzzw_content * {
    font-size: 18px;
    color: #000000 !important;
    line-height: 36px;
    padding: 0;
}
.wzzw_content p {
    margin: 16px 0 0 0 !important;
}
.dzdh_box {
    width: 100%;
}
.dzdh_box li {
    float: left;
    width: 360px;
    height: 215px;
    margin-right: 30px;
    padding: 106px 30px 0 30px;
}
.dzdh_box li:nth-child(3n) {
    margin-right: 0;
}
.dzdh_box li.dz_item {
    background: url(dz_icon.png) center 40px no-repeat #f5f7fb;
}
.dzdh_box li.yb_item {
    background: url(yb_icon.png) center 40px no-repeat #f5f7fb;
}
.dzdh_box li.rx_item {
    background: url(rx_icon.png) center 40px no-repeat #f5f7fb;
}
.dzdh_box li span {
    display: block;
    width: 100%;
    height: 28px;
    color: #333333;
    line-height: 28px;
    text-align: center;
}
.dzdh_box li span:first-child {
    font-size: 22px;
}
.dzdh_box li span:last-child {
    margin-top: 16px;
    font-size: 18px;
}
.jsrx_box {
    width: 100%;
}
.jsrx_box h6 {
    height: 72px;
    font-size: 22px;
    color: #333333;
    font-weight: 400;
    line-height: 72px;
    margin-top: 8px;
}
.wzzw_content table {
    max-width:100%;
    border-collapse: collapse;
}
.wzzw_content table tr td {
    border:1px solid #333;
    text-align: center;
    padding: 10px !important;
    word-break: break-all;
}
.wzzw_content table tr td * {
    color: #000000 !important;
    font-weight: 400 !important;
}
.wzzw_content table tr td a {
    color: #4393f5 !important;
}
@media screen and (max-width: 768px) {
    .wzzw_box {
        width: 100%;
    }
    .wzzw_tit {
        width: 100%;
    }
    .wzzw_content {
        width: 100%;
    }
    .dzdh_box li {
        float: none;
        width: 100%;
        margin-top: 0.2rem;
    }
    .dzdh_box li span:first-child {
        font-size: 5vw;
    }
    .dzdh_box li span:last-child {
        margin-top: 16px;
        font-size: 4vw;
    }
    .jsrx_box > table {
        width: 100% !important;
    }
    .wzzw_content table tr td {
        padding: 0.1rem !important;
    }
    .jsrx_box > table tr td span {
        font-size: 4vw;
    }
    .wzzw_content table tr td a {
        font-size: 4vw;
    }
}