@charset "utf-8";
@import url(/government/css/animate.css);

/* CSS Document */

body {
    font-family: "Î¢ÈíÑÅºÚ" !important;
    background: url(/government/css/../images/basic_zwgk.jpg);
    background-position: 0 48px;
    background-repeat: no-repeat;
    font-size: 0 !important;
    background-size: 100%;
}

a {
    font-family: "Î¢ÈíÑÅºÚ";
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.big_title {
    display: block;
    text-align: center;
    margin: 110px auto 100px;
}

.top_con {
    display: none;
}

.box {
    background-color: #f6f6f6;
    padding: 12px 22px 27px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 22px;
}

.box h1 {
    display: block;
    text-align: center;
    height: 106px;
    line-height: 106px;
}

.box h1 span {
    display: inline-block;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    padding: 0 54px;
    vertical-align: middle;
}

.box h1 hr {
    display: inline-block;
    margin: 0;
    width: 375px;
    height: 2px;
    background-color: #bdbdbd;
}

.box>div {
    background-color: #FFF;
}

.box>div ul {
    padding-bottom: 25px;
    overflow: hidden;
}

.box>div ul li {
    width: 18.4%;
    display: inline-block;
    margin-right: 2%;
    text-align: center;
    padding-top: 40px;
    vertical-align: middle;
}

.box>div ul li:nth-child(5n) {
    margin-right: 0;
}

.box>div ul li span {
    display: block;
    font-size: 16px;
    margin-top: 15px;
}

.box>div ul li div {
    font-size: 14px;
    color: #a1a1a1;
    text-align: center;
}

.box>div ul li div a {
    font-size: 14px;
    color: #a1a1a1;
    margin-top: 10px;
    display: inline-block;
    margin-right: 8px;
}

.box>div ul li div a:last-of-type {
    margin-left: 8px;
    margin-right: 0;
}

.box>div ul li div a:hover {
    color: #2f5db8;
}

.box.box2 {
    margin-bottom: 45px;
}

.box.box2 h1 hr {
    width: 290px;
}

.box.box2>div {
    padding: 34px 25px;
    box-sizing: border-box;
    overflow: hidden;
}

.jz_index {
    background-color: #f6f6f6;
    height: 68px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.jz_index span {
    font-size: 16px;
    display: block;
    margin-top: 12px;
}

.jz_index div {
    font-size: 14px;
    display: block;
    margin: 5px 0 10px;
    text-align: center;
}

.jz_index div a:first-of-type {
    margin-right: 8px;
    color: #a1a1a1;
}

.jz_index div a:first-of-type:hover {
    color: #2f5db8;
}

.jz_index div a:last-of-type {
    margin-left: 8px;
    margin-right: 0;
    color: #a1a1a1;
}

.jz_index div a:hover {
    color: #2f5db8;
}

@media screen and (max-width:768px) {
    .layui-container {
        padding: 0 10px;
    }
    body {
        background-position: 0 0;
    }
    .big_title {
        margin: 30px auto 25px;
    }
    .big_title img {
        width: 90%;
    }
    .box {
        padding: 10px;
    }
    .box h1 {
        height: 60px;
        line-height: 55px;
    }
    .box h1 span {
        font-size: 1.125rem;
        padding: 0 15px;
    }
    .box h1 hr {
        width: calc((100% - 138px)/2);
    }
    .box>div ul li {
        width: 49%;
        margin-right: 2%;
        padding-top: 30px;
    }
    .box>div ul li:nth-child(2n) {
        margin-right: 0;
    }
    .box>div ul li:nth-child(5N) {
        margin-right: inherit;
    }
    .box>div ul li img {
        width: 20%;
    }
    .box.box2 h1 hr {
        width: calc((100% - 228px)/2);
    }
    .box.box2>div {
        padding: 10px;
    }
    .box.box2 .layui-col-space24 {
        margin: -5px;
    }
    .box.box2 .layui-col-space24>* {
        padding: 5px;
    }
}