@charset "utf-8";

/* CSS Document */

body {
    font-family: "Î¢ÈíÑÅºÚ";
    background-color: #f9f9f9;
}

a {
    font-family: "Î¢ÈíÑÅºÚ";
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

a * {
    transition: all .3s;
    -webkit-transition: all .3s;
}

@media screen and (min-width: 992px) {
    .layui-container {
        width: 1230px;
    }
}

.top {
    background: url(/ZT/css/fzzf/../../images/fzzf/top.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 295px;
    overflow: hidden;
}

.top img {
    display: block;
    margin: 136px auto auto 3px;
}

.content_box {
    background-color: #FFF;
    overflow: hidden;
    box-sizing: border-box;
    margin: 50px 0 20px;
    padding: 46px 20px;
}

.content_box h1 {
    display: block;
    line-height: 50px;
    padding-left: 22px;
    box-sizing: border-box;
    font-size: 24px;
    color: #565656;
    font-weight: bold;
    background-color: #f9f9f9;
    margin-bottom: 30px;
}

.content_box h1 a {
    display: inline-block;
    color: #565656;
}

.dept {
    font-size: 0;
    margin-bottom: 30px;
}

.dept a {
    font-size: 16px;
    display: inline-block;
    width: calc(100%/7);
    padding-left: 20px;
    overflow: hidden;
    line-height: 40px;
    box-sizing: border-box;
}

.dept a:hover {
    color: #2f5db8;
}

.jiezhen {
    font-size: 0;
    margin-bottom: 30px;
}

.jiezhen a {
    font-size: 16px;
    display: inline-block;
    width: 105px;
    overflow: hidden;
    line-height: 40px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.jiezhen a:nth-of-type(11)::after {
    display: none;
}

.jiezhen a:last-of-type::after {
    display: none;
}

.jiezhen a::after {
    content: '';
    width: 1px;
    height: 18px;
    border-right: 1px #000 solid;
    position: absolute;
    top: 11px;
    right: 0;
}

.jiezhen a:hover {
    color: #2f5db8;
}

@media screen and (max-width: 768px) {
    .layui-container {
        padding: 0 10px;
    }
    .top {
        background: url(/ZT/css/fzzf/../../images/fzzf/top.jpg);
        height: 200px;
        overflow: hidden;
        background-position: 14% 30%;
        background-size: cover;
    }
    .top img {
        width: 100%;
        margin: 82px auto 0;
    }
    .content_box {
        margin-top: 10px;
        padding: 10px;
    }
    .content_box h1 {
        padding-left: 10px;
        margin-bottom: 15px;
    }
    .dept a {
        width: 49%;
        margin-right: 2%;
    }
    .dept a:nth-of-type(2n) {
        margin-right: 0;
    }
    .jiezhen a {
        width: 33%;
    }
    .jiezhen a:nth-of-type(11)::after {
        display: inline-block;
    }
    .jiezhen a:last-of-type::after {
        display: inline-block;
    }
}