﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    min-width: 1200px;
    font-size: 16px;
}

a {
    color: #666;
    text-decoration: none;
    border: none;
}

    a:hover {
        color: #222;
    }

img {
    border: none;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        visibility: hidden;
        clear: both;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.lzh-top {
    position: relative;
    z-index: 1;
    height: 240px;
    overflow: hidden;
}

.lzh-top__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.lzh-top__text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 1220px;
    height: 100px;
    margin-top: -70px;
    margin-left: -610px;
}

.lzh-container {
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: -55px auto 0 auto;
}

.nav-menu {
    font-size: 0;
    text-align: center;
    border-radius: 10px;
    background-color: #1063c1;
}

    .nav-menu > a {
        position: relative;
        display: inline-block;
        padding: 15px 25px;
        font-size: 17px;
        font-weight: 400;
        text-decoration: none;
        color: #fff;
    }

    .nav-menu a:after {
        content: " ";
        position: absolute;
        top: 30%;
        right: -1px;
        width: 1px;
        height: 40%;
        background-color: #3e82cd;
    }

    .nav-menu > a:hover, .nav-menu > a.active {
        background-color: #3e82cd;
    }

        .nav-menu a:hover:after, .nav-menu > a.active:after {
            right: 0;
        }

    .nav-menu a.noborder:after {
        background-color: transparent;
    }

.lzh-breadcrumb > a {
    color: #337ab7;
}

    .lzh-breadcrumb > a:hover {
        color: #23527c;
    }

.news-content-title {
    margin: 30px 0;
    line-height: 1.5;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.news-content-main {
    margin-top: 30px;
    line-height: 32px;
}

    .news-content-main img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .news-content-main p {
        text-indent: 2em;
    }

.lzh-vcode-wrapper {
    display: inline-block;
    width: 138px;
    height: 39px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    outline: none;
    cursor: pointer;
}

.lzh-pager {
    height: 30px;
    padding: 10px 0;
    line-height: 30px;
    text-align: center;
    font-size: 0;
}

    .lzh-pager > a, .lzh-pager > span {
        margin-right: 5px;
        padding: 5px 10px;
        font-size: 14px;
        border: 1px solid #eee;
    }

    .lzh-pager > span {
        color: #fff;
        border-color: #1e9eff;
        background-color: #1e9eff;
    }

        .lzh-pager > span.disabled {
            color: #ccc;
            border-color: #eee;
            background-color: #fff;
        }

.footer-divider {
    margin-bottom: 0 !important;
    border: 2px solid #2f5d9b !important;
}

.footer-content {
    padding: 25px 0;
    text-align: center;
    background-color: #f7f5f6;
}
