* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
}

input, img, a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.wave {
    /*position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;*/
    display: none;
    z-index: 1000;
    float: left;
}

    .wave.on {
        display: block;
    }

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 115px;
    z-index: 1000;
    /*background-color: rgba(0, 0, 0, .7);*/
}

.sousuo {
    float: left;
    margin-top: 25px;
}

    .sousuo.on {
        display: none;
    }

.search {
    position: fixed;
    /*left: 62%;*/
    top: 50px;
    transform: translate(-50%, -50%);
    width: 13%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #4f616d;
    border-radius: 15px;
    background-color: #fff;
    z-index: 1001;
}

    .search input[type="text"] {
        /*padding-left: 10px;
        width: 95%;
        height: 50px;
        line-height: 50px;*/
        background-color: transparent;
    }

    .search input[type="image"] {
        vertical-align: middle;
    }

    .search input::placeholder {
        color: #fff;
    }

.px1400 {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

.row {
    padding-left: 140px;
    padding-right: 140px;
}

.header {
    /*padding: 0px 140px 5px 140px;*/
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 99;
}

.header-l-r {
    width: 100%;
}

.head-l {
    float: left;
    margin: 10px 0;
    width: 30%;
}

    .head-l a img {
        width: 90%;
    }

.head-r {
    float: left;
}

.web-nav {
    /*margin-top: 10px;*/
}

    .web-nav > ul {
        float: left;
        margin-top: 30px;
    }

        .web-nav > ul > li {
            position: relative;
            float: left;
            margin-right: 3rem;
            /*padding-bottom: 10px;*/
        }

            .web-nav > ul > li > a {
                font-size: 18px;
                color: #333333;
            }

            .web-nav > ul > li > ul {
                position: absolute;
                left: 65%;
                width: 180px;
                margin-left: -100px;
                background-color: #2353a6;
                text-align: center;
                top: 40px;
                padding-top: 10px;
                padding-bottom: 10px;
                box-shadow: 0 0 5px #999;
                display: none;
                z-index: 99;
            }

                .web-nav > ul > li > ul > li {
                    line-height: 45px;
                }

                    .web-nav > ul > li > ul > li > a {
                        font-size: 16px;
                        color: #fff;
                    }

                    .web-nav > ul > li > ul > li:hover {
                        background-color: #5877a2;
                    }

                        .web-nav > ul > li > ul > li:hover a {
                            color: #fff;
                        }

            .web-nav > ul > li > a:before {
                content: "";
                left: 50%;
                right: 50%;
                background: #fff;
                position: absolute;
                bottom: 15px;
                transition: all 0.3s;
            }

            .web-nav > ul > li > a:after {
                content: "";
                background: #fff;
                position: absolute;
                bottom: 0;
                left: 50%;
                transition: all 0.3s;
            }

            .web-nav > ul > li .on > a::before {
                left: 0;
                right: 0;
            }

            .web-nav > ul > li .on > a:after {
                height: 15px;
                bottom: 0;
            }

.ellipsis {
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.banner img {
    width: 100%;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top > img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    /*z-index: 999;*/
}

.date_day {
    text-align: center;
    font-size: 18pt;
    color: #2353a6;
    line-height: 1.5em;
}

.date_yearly {
    text-align: center;
    font-size: 10pt;
    color: #999999;
    line-height: 1.5em;
}

.span_title {
    color: #2353a6;
    font-size: 16pt;
}

.footer {
    clear: both;
    width: 100%;
    height: auto;
    background-color: #123b81;
    padding: 40px 140px;
}

.footer_img {
    margin-bottom: 10px;
}

    .footer_img img {
        width: 70%;
    }

.footer_component {
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    padding-right: 20px;
}

.footer_img_ewm {
    text-align: center;
}

.footer_ewm {
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
    text-align: center;
}

.link {
    padding-top: 80px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
}

    .link > ul {
        text-align: center;
    }

        .link > ul > li {
            display: inline-block;
            padding: 0 50px;
        }

            .link > ul > li > a {
                font-size: 14px;
                color: rgba(255, 255, 255, .6);
            }

            .link > ul > li > span {
                font-size: 14px;
                color: rgba(255, 255, 255, .6);
            }

.link1 {
    padding-top: 20px;
    padding-bottom: 18px;
}

    .link1 > ul {
        text-align: center;
    }

        .link1 > ul > li {
            display: inline-block;
            padding: 0 60px;
        }

            .link1 > ul > li > a {
                font-size: 14px;
                color: rgba(255, 255, 255, .6);
            }

            .link1 > ul > li > span {
                font-size: 14px;
                color: rgba(255, 255, 255, .6);
            }

a.listnews:link {
    color: #666666;
    font-size: 14pt;
    line-height: 3em;
}

a.listnews:visited {
    color: #666666;
    font-size: 14pt;
    line-height: 3em;
}

a.listnews:hover {
    color: #2353a6;
}

a.nextpage:link {
    color: #333333;
}

a.nextpage:visited {
    color: #333333;
}

a.nextpage:hover {
    color: #2353a6;
}

a.FaF2:link {
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei,Arial;
    line-height: 38px;
}

a.FaF2:visited {
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei,Arial;
    line-height: 38px;
}

a.FaF2:hover {
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei,Arial;
    line-height: 38px;
}


a.FaF4:link {
    color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei,Arial;
    line-height: 30px;
}

a.FaF4:visited {
    color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei,Arial;
    line-height: 30px;
}

a.FaF4:hover {
    color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei,Arial;
    line-height: 30px;
}

.ContentTitle {
    font-size: 18pt;
    font-family: Microsoft YaHei,Arial;
    text-align: center;
    /*color: #ee7830;*/
}

.PostTime {
    border-bottom: dashed 1px #d7d6d6;
    line-height: 40px;
    text-align: center;
    color: rgb(89, 89, 89, 0.8);
}

@media (max-width:1200px) {
    .displayWeb {
        display: none;
    }

    .displayPhone {
        display: block;
    }
}

@media (min-width:1200px) {
    .displayWeb {
        display: block;
    }

    .displayPhone {
        display: none;
    }
}

@media (min-width: 1771px) and (max-width: 1873px) {
    .web-nav > ul > li {
        margin-right: 2.5rem;
    }
}

@media (min-width: 1668px) and (max-width: 1771px) {
    .web-nav > ul > li {
        margin-right: 2rem;
    }
}

@media (min-width: 1627px) and (max-width: 1668px) {
    .web-nav > ul > li {
        margin-right: 1.8rem;
    }
}

@media (min-width: 1586px) and (max-width: 1627px) {
    .web-nav > ul > li {
        margin-right: 1.6rem;
    }
}

@media (max-width: 1610px) {
    .search {
        width: 17%;
        top: 40px;
    }
}

@media (min-width: 1545px) and (max-width: 1586px) {
    .web-nav > ul > li {
        margin-right: 1.4rem;
    }
}

@media  (max-width: 1565px) {
    .web-nav > ul {
        margin-top: 20px;
    }

    .sousuo {
        margin-top: 20px;
    }
}

@media (min-width: 1504px) and (max-width: 1545px) {
    .web-nav > ul > li {
        margin-right: 1.2rem;
    }
}

@media (min-width: 1463px) and (max-width: 1504px) {
    .web-nav > ul > li {
        margin-right: 1rem;
    }
}

@media (min-width: 1321px) and (max-width: 1463px) {
    .web-nav > ul > li {
        margin-right: 0.8rem;
    }
}

@media (min-width: 1280px) and (max-width: 1321px) {
    .web-nav > ul > li {
        margin-right: 0.6rem;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .search {
        top: 34px;
    }

    .row {
        padding-left: 90px;
        padding-right: 90px;
    }
}

@media (max-width: 1280px) {
    .search {
        width: 20%;
        top: 25px;
        height: 30px;
        line-height: 30px;
    }

    .footer_component {
        font-size: 12px;
        color: #fff;
        line-height: 38px;
    }

    .footer_ewm {
        font-size: 12px;
    }
}

@media (min-width: 1192px) and (max-width: 1280px) {
            .web-nav > ul > li {
                margin-right: 0.4rem;
            }

                .web-nav > ul > li > a {
                    font-size: 14px;
                }

    .search {
        top: 35px;
    }

        .search input[type="text"] {
            width: 75%;
        }
}

@media (min-width: 1086px) and (max-width: 1192px) {
    .head-l {
        width: 25%;
    }

    .web-nav {
        margin-top: 10px;
    }

        .web-nav > ul {
            margin-top: 5px;
        }

            .web-nav > ul > li {
                margin-right: 15px;
            }

                .web-nav > ul > li > a {
                    font-size: 14px;
                }

    .sousuo {
        margin-top: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1086px) {
    .head-l {
        width: 25%;
    }

    .web-nav {
        margin-top: 10px;
    }

        .web-nav > ul {
            margin-top: 5px;
        }

            .web-nav > ul > li {
                margin-right: 10px;
            }

                .web-nav > ul > li > a {
                    font-size: 12px;
                }

    .sousuo {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .header {
        display: none;
    }

    .wap {
        display: block;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 1111;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    }

    .m-logo a img {
        width: 60%;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

        .m-tlink a {
            font-size: 14px;
            margin-right: 15px;
            margin: 5px 0;
            color: #fff;
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            background: #fff;
            color: #004980;
            line-height: 30px;
            padding: 0 15px;
            border-radius: 5px;
        }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        border: 1px solid #fff;
    }

        .m-search input[type="text"] {
            display: block;
            width: 100%;
            line-height: 25px;
            background: none;
            color: #fff;
        }

            .m-search input[type="text"]::placeholder {
                color: #fff;
            }

        .m-search input[type="image"] {
            position: absolute;
            right: 10px;
            top: 10px;
            height: 15px;
        }

    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #1c4e95;
        overflow-y: scroll;
    }

        .m-nav ul {
            padding: 0 15px;
        }

            .m-nav ul li {
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                position: relative;
            }

                .m-nav ul li > span.on {
                    transform: rotateZ(90deg);
                }

                .m-nav ul li ul {
                    display: none;
                }

                    .m-nav ul li ul li {
                        border: none;
                    }

        .m-nav > ul > li a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            padding: 15px 0;
            position: relative;
            color: #fff;
        }

        .m-nav > ul > li ul li a {
            padding: 10px 0;
        }

        .m-nav > ul > li > span {
            position: absolute;
            width: 20px;
            height: 20px;
            background: url(../images/m-nav_down.png) no-repeat;
            background-size: 10px 18px;
            background-position: center center;
            right: 0;
            top: 15px;
            cursor: pointer;
            display: block;
            color: #fff;
            transition: all 0.3s;
        }

    .mm-nav {
        position: fixed;
        top: 45px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #2353a6;
        overflow-y: scroll;
    }

        .mm-nav ul {
            padding: 0 15px;
        }

            .mm-nav ul li {
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                position: relative;
            }

                .mm-nav ul li > span.on {
                    transform: rotateZ(90deg);
                }

                .mm-nav ul li ul {
                    display: none;
                }

                    .mm-nav ul li ul li {
                        border: none;
                    }

        .mm-nav > ul > li a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            padding: 15px 0;
            position: relative;
            color: #fff;
        }

        .mm-nav > ul > li ul li a {
            padding: 10px 0;
        }

        .mm-nav > ul > li > span {
            position: absolute;
            width: 20px;
            height: 20px;
            background-size: 10px 18px;
            background-position: center center;
            right: 0;
            top: 15px;
            cursor: pointer;
            display: block;
            color: #fff;
            transition: all 0.3s;
        }

    .px1400 {
        max-width: 1024px;
        min-width: 450px;
        margin: 0 auto;
    }

    .row {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width:768px) {
    .header {
        display: none;
    }

    .wap {
        display: block;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        z-index: 999;
    }

    .m-logo a img {
        width: 60%;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

        .m-tlink a {
            font-size: 14px;
            margin-right: 15px;
            margin: 5px 0;
            color: #fff;
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            background: #fff;
            color: #004980;
            line-height: 30px;
            padding: 0 15px;
            border-radius: 5px;
        }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        border: 1px solid #fff;
    }

        .m-search input[type="text"] {
            display: block;
            width: 100%;
            line-height: 25px;
            background: none;
            color: #fff;
        }

            .m-search input[type="text"]::placeholder {
                color: #fff;
            }

        .m-search input[type="image"] {
            position: absolute;
            right: 10px;
            top: 10px;
            height: 15px;
        }

    .mm-nav {
        position: fixed;
        top: 45px;
        left: 100%;
        right: 0;
        bottom: 0;
        background: #2353a6;
        overflow-y: scroll;
    }

        .mm-nav ul {
            padding: 0 15px;
        }

            .mm-nav ul li {
                border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                position: relative;
            }

                .mm-nav ul li > span.on {
                    transform: rotateZ(90deg);
                }

                .mm-nav ul li ul {
                    display: none;
                }

                    .mm-nav ul li ul li {
                        border: none;
                    }

        .mm-nav > ul > li a {
            display: block;
            font-size: 14px;
            line-height: 20px;
            padding: 15px 0;
            position: relative;
            color: #fff;
        }

        .mm-nav > ul > li ul li a {
            padding: 10px 0;
        }

        .mm-nav > ul > li > span {
            position: absolute;
            width: 20px;
            height: 20px;
            background-size: 10px 18px;
            background-position: center center;
            right: 0;
            top: 15px;
            cursor: pointer;
            display: block;
            color: #fff;
            transition: all 0.3s;
        }

    .px1400 {
        max-width: 768px;
        min-width: 320px;
        margin: 0 auto;
    }

    .row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer {
        padding: 30px;
    }

    .footer_ewm {
        font-size: 13px;
    }
}

@media (max-width:580px) {
    .footer_component {
        font-size: 8px;
        line-height: 20px;
    }

    .footer_ewm {
        font-size: 6px;
    }

    .footer_img_ewm img {
        width: 60%;
    }

    a.FaF4:link {
        font-size: 8px;
        line-height: 20px;
    }

    a.FaF4:visited {
        font-size: 8px;
        line-height: 20px;
    }

    a.FaF4:hover {
        font-size: 8px;
        line-height: 20px;
    }
}

@media (max-width:430px) {
    .top {
        top: 15px;
    }

    a.more {
        font-size: 10pt;
    }

    .footer {
        padding: 20px;
    }

    a.FaF4:link {
        line-height: 18px;
    }

    a.FaF4:visited {
        line-height: 18px;
    }

    a.FaF4:hover {
        line-height: 18px;
    }

    .date_day {
        font-size: 16pt;
        padding-top: 10px;
    }

    .date_yearly {
        font-size: 8pt;
    }

    .span_title {
        font-size: 14pt;
    }

    .ellipsis {
        padding-left: 0;
        -webkit-line-clamp: 2;
    }

    a.listnews:link {
        font-size: 14pt;
        line-height: 2em;
    }

    a.listnews:visited {
        font-size: 14pt;
        line-height: 2em;
    }

    .footer_img_ewm {
        padding-top: 5px;
    }
}

@media (max-width:380px) {
    .top {
        top: 10px;
    }

    .index_title {
        font-size: 10pt;
    }

    .xczl {
        font-size: 10pt;
    }

    .index_xxgk_yearly {
        font-size: 8pt;
    }

    .footer {
        padding: 10px;
    }

    a.FaF4:link {
        font-size: 7px;
        line-height: 17px;
    }

    a.FaF4:visited {
        font-size: 7px;
        line-height: 17px;
    }

    a.FaF4:hover {
        font-size: 7px;
        line-height: 17px;
    }

    .date_day {
        font-size: 14pt;
    }

    .span_title {
        font-size: 12pt;
    }

    a.listnews:link {
        font-size: 12pt;
        line-height: 2em;
    }

    a.listnews:visited {
        font-size: 12pt;
        line-height: 2em;
    }
}

@media (max-width:330px) {
    .date_yearly {
        font-size: 6pt;
    }
}