@charset "utf-8";

/*css reset start*/

* {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
}

html {
    font-size: 15px;
    background: #fafafa;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", Helvetica, "黑体", 'SimSun', Arial, Tahoma;
    color: #333333;
    background: #f8f8f8;
    /* font-size:0.14rem;实际相当于14px */
    /* background: url() */
}

a,
a:visited {
    color: #333333;
    display: inline-block;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

button,
select,
input,
textarea,
option,
optgroup {
    font-family: inherit;
    font-size: 100%;
    outline: none;
    /*把默认样式去掉*/
    appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    /*把默认样式去掉 end*/
    margin: 0px;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.syjg {
    background: url(bg.png) no-repeat center top;
}

.logo {
    margin: 50px 0 430px;
}

.mL {
    background: url(ml.png) no-repeat center top;
}

.mL a {
    height: 120px;
}


/* 政策法规 */

.zcfg {
    margin-top: 50px;
}

.zcfg .bt-cont,
.xzcf .bt-cont {
    background: url(zcfg.png) no-repeat center;
    text-align: center;
}

.zcfg .bt-cont a,
.xzcf .bt-cont a {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #3f8cfb;
}

.zcfg .zc-cont {
    margin-top: 20px;
    height: 320px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 12px #99999933;
}

.zcfg .zc-cont li {
    width: 565px;
    height: 52px;
    float: left;
}

.zcfg .zc-cont li:nth-child(11),
.zcfg .zc-cont li:nth-child(12)， .xzhg ul li:nth-child(8),
.xzhg ul li:nth-child(6) {
    border: none;
}

.zcfg .zc-cont li a p {
    width: 438px;
    float: left;
}

.zcfg .zc-cont li a span {
    float: right;
    font-size: 18px;
    line-height: 52px;
    font-weight: 400;
    color: #999999;
}

.zcfg .zc-cont li,
.xzhg ul li {
    border-bottom: 1px solid #eee;
    background: url(icon.png) no-repeat left;
    margin-left: 20px
}

.zcfg .zc-cont li a,
.xzhg ul li a {
    font-size: 18px;
    line-height: 52px;
    color: #333;
    font-weight: 400;
}

.zcfg .zc-cont li a,
.xzhg ul li a {
    margin-left: 24px;
}


/* 行政审批&监督检查 */

.xzhg {
    margin-top: 60px;
}

.xzhg ul {
    float: left;
    width: 585px;
}

.xzhg ul p {
    background: url(left.png) no-repeat right;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #3f8cfb;
    margin-bottom: 20px;
    padding-left: 20px;
}

.xzhg ul:nth-child(2) {
    margin-left: 30px;
}


/* 行政处罚 */

.xzcf {
    margin-top: 30px;
}

.xzcf ul {
    margin-top: 20px;
}

.xzcf ul li {
    float: left;
    width: 285px;
    height: 90px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.xzcf ul li:nth-child(4) {
    margin: 0;
}