﻿body {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    overflow: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.oldType_switch {
    display: none;
}

/*顶部横幅样式*/
.banner img {
    width: 100%;
}

/*  中部版心内容开始  */
.center {
    width: 1200px;
    margin: 40px auto 0;
}

/*行政执法主体公示*/

.zhutiList img {
    width: 100%!important;
}

.zhutiList {
    background-color: #f7fafa;
}

.bd {
    text-align: center;
    margin-top: 20px;
}
.bd li {
    width: 250px;
    height: 60px;
    line-height: 60px;
    background-color: #e9ebeb;
    border-radius: 10px;
    border: solid 0px #a6c6fc;
    font-size: 18px;
    text-align: center;
    margin: 0 20px 20px 0;
    display: inline-block;
}
.bd li:hover {
    background-color: #1457a6;
    font-family: SimHei, serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #fff;
}
.bd ul {
    height: 220px;
    overflow: hidden;
    text-align: center;
}

/*中部四个图标样式开始*/
.qdList {
    height: auto;
    width: 100%;
    padding: 60px 0;
}

.qdList li {
    width: 266px;
    height: 110px;
    background-color: #f7fafa;
    border-radius: 10px;
    border: solid 2px #1457a6;
    float: left;
    margin-left: 27px;
    text-align: center;
    line-height: 110px;
    font-size: 22px;
}

/*事前公开样式开始*/
.sqgk {
    width: 100%;
    overflow: hidden;
    background-color: #f7fafa;;
}

.tit {
    font-size: 25px;
    color: #1457a6;
    font-weight: 700;
    background-image: url(03.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-left: 70px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}



.sqgk li {
    float: left;
    width: 220px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 100px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
}


/*事后公开样式开始*/
.shgk {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
}

.tit2 {
    background-image: url(/picture/0/2201221355039524378.png);
}
.l1 {
    background-image: url(/picture/0/ef22602f65ea472bb8ff09ad50de72a7.jpg);
}
.l2 {
    background-image: url(/picture/0/55e9cfd93def4e588cf882bc85768894.jpg);
}
.l3 {
    background-image: url(/picture/0/c857b7eb97984eafa43de9b798e37e3d.jpg);
}
.l4 {
    background-image: url(8.png);
}
.zhutiList {
    width: 100%;
}
@media screen and (max-width: 1200px) {

    .bd ul {
        height: 210px;
        overflow: hidden;
    }

    .center {
        width: 100%;
    }

    .zhutiList li {
        width: 190px;
        margin: 0 0 10px;
        margin-left: 5px;
    }

    .zhutiList ul {
        overflow: hidden;
    }

    .qdList li {
        margin-left: 70px;
        margin-bottom: 10px;
    }

    .tit {
        font-size: 16px;
        padding-left: 45px;
        height: 30px;
        line-height: 30px;
    }

    .sqgk li{
        margin-left: 70px;
        margin-bottom: 10px;
    }

}