* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #333333;
}

ul,
li {
    list-style: none;
}

.sflink {
    text-decoration: none;
    transition: all .3s;
}

.sflink:hover {
    transform: scale(1.06);
    transform-origin: center left;
}

.xz_banner {
    position: relative;
}

body {
    background-color: #f2f2f2;
}

.xz_banner .logo {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    padding-top: 20px;
    position: absolute;
}

.xz_tit {
    border-bottom: 1px solid #317dd1;
}

.xz_tit a {
    padding: 9px 90px 8px 30px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background-size: auto 100%;
    line-height: 45px;
    background: #317dd1 url(images/zmzq_tit.jpg) no-repeat right -2px top;
}

.sec1 {
    margin: 0 auto;
    margin-top: 10px;
}
.ww1200{
    max-width: 1160px;
    background-color: rgb(255, 255, 255);
    margin: 0px auto;
    padding: 20px;
}
.sec1_list {
    background-repeat: no-repeat;
    background-position: center left;
    width: 100%;
}

.sec1_list::after {
    clear: both;
    content: '';
}

.sec1_list a {
    color: #20242A;
}

.sec1_list>a {
    float: left;
    line-height: 50px;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}

.sec1_list>a::before {
    content: '·';
    font-size: 42px;
    color: #bcc6ce;
    position: absolute;
    top: 0;
    left: 0
}

.sec1_list .sec1_list_ul {
    display: none;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}

.sec1_list_ul li {
    margin: 20px 3px;
    height: 50px;
    display: inline-block;
    width: 150px;
    text-align: center;
    border: #e4e4e4 1px solid;
    line-height: 50px;
    background-color: #f2f2f2;
}

.sec1_list_ul li.active {
    background-color: #e6f0fa;
}

.sec1_list_ul li.active a {
    color: #1b89de;
}

.sec1_list:hover .sec1_list_ul {
    display: block;
}

.sec1_list_ul li a {
    color: #20242A;
    font-size: 14px;
}

.clear {
    clear: both;
}

.time {
    float: right;
    color: #383838;
    line-height: 50px;
    font-size: 16px;
}

.grow2 {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transform-origin: center left;
}

.grow2:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    transform-origin: center left;
    color: #1b89de;
}

.w1200 {
    width: 1160px;
    margin: 0 auto;
    /* overflow: hidden;
    padding: 20px;
    background-color: #fff; */
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.article_content_ocation {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 0px;
    /* margin-top: 16px; */
    background: url(http://www.weihai.gov.cn/picture/2301/1905231133377058872.png) no-repeat 30px;
    padding-left: 52px;
}

.article_content_ocation a {
    color: #20242A;
}