@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 24px;
}

.content_box h1 {
    background-color: #2f5db8;
    line-height: 50px;
    padding-left: 47px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}

.content_box .box {
    border: 1px #f3d88c solid;
    border-top: 0;
    margin-top: -3px;
    box-sizing: border-box;
    padding: 2px 30px 42px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 17px;
}

.content_box .box h2,
.content_box .box .h1_jump {
    border-bottom: 1px #f3d88c solid;
    font-size: 18px;
    font-weight: bold;
    color: #2f5db8;
    display: inline-block;
    line-height: 40px;
    position: relative;
    text-indent: 17px;
    padding-right: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    cursor: pointer;
}

.content_box .box .h1_jump {
    padding-left: 0;
    margin-bottom: -10px;
}

.content_box .box h2::before,
.content_box .box .h1_jump::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #2f5db8;
    width: 4px;
    height: 18px;
}

.content_box .box a {
    display: block;
    line-height: 48px;
    padding-left: 17px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    border-bottom: 1px #f3d88c solid;
}

.content_box .box a:hover {
    color: #2f5db8;
}

.pic {
    margin-top: 10px;
}

.pic img {
    width: 100%;
}

.pic img:hover {
    opacity: 0.9;
}

@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: 15px;
    }
    .content_box .box {
        padding: 2px 10px 15px;
    }
    .content_box .box a {
        line-height: 24px;
        padding: 10px 0px;
    }
    .content_box .box .h1_jump {
        padding: 0;
    }
}