﻿@media (max-width: 768px) {
    body {
        padding: 0px;
        margin: 0px;
        font-family: 'Microsoft YaHei';
        background: #FFF;
    }

    header {
        width: 100%;
        background: url(../image/rumor/header_bg1.png);
        background-size: cover;
        height: 150px;
        position: relative;
    }

    .header_box {
        width: auto;
        margin: 0 auto;
        height: 150px;
        padding-top: 30px;
        position: relative;
    }

    .logo {
        width: 100px;
        float: left;
        margin-top: 0px;
        margin-left: 5px;
    }

    .tltle {
        /* width: calc(100% - 125px); */
        /* float: left; */
        font-size: 14px;
        color: #fff;
        /* height: 150px; */
        line-height: 20px;
        text-align: left;
        padding-left: 20px;
        box-sizing: border-box;
        font-weight: 600;
        box-sizing: border-box;
        /* padding-top: 45px; */
        letter-spacing: 5px;
        text-shadow: -5px 2px 5px rgb(0 0 0 / 30%);
        /* -webkit-box-reflect: below -30px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.5, transparent), to(rgba(3,3,3,.2))); */
    }

    .nav {
        /* position: absolute; */
        height: 20px;
        /* width: calc(100% - 120px); */
        bottom: 5px;
        margin: 0 auto;
        /* display: flex; */
        /* flex-direction: row; */
        /* flex-wrap: nowrap; */
        padding: 0px;
        /* margin-left: 120px; */
    }

        .nav li {
            text-decoration: none;
            list-style: none;
            flex-grow: 1;
            text-align: center;
            line-height: 20px;
            cursor: pointer;
            position: relative;
            padding:0;
        }

    /*        .nav li::before {
            content: ' ';
            height: 15px;
            width: 1px;
            background: rgba(255,255,255,.9);
            position: absolute;
            right: -1px;
            top: 17px;
        }

        .nav li:last-child::before {
            content: '';
            height: 0px;
            width: 0px;
        }*/

    .nav_item {
        margin-top: 10px;
        box-sizing: border-box;
        height: 30px;
        line-height: 30px;
        color: rgba(255,255,255,.95);
        margin: 0 auto;
        font-size: 12px;
        font-family: 'Microsoft YaHei';
        font-weight: 500;
        display: inline-block;
        width: auto;
        padding: 0px 10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .nav li:hover .nav_item {
        border-bottom: 2px solid #fff;
        color: rgba(255,255,255,1);
    }

    .nav_item > a {
        color: #fff;
    }

    .main_box_bg1 {
        width: 100%;
        overflow: hidden;
        background: #fff;
        position: relative;
    }

    .main_box_bg2 {
        width: 100%;
        overflow: hidden;
        background: #F3F5FE;
    }

    .main_box {
        width: auto;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
    }

    .main_box1 {
        width: auto;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .headlines_box {
        padding:0;
        width: 100%;
        float: left;
        height: 330px;
        background: #F4F7FF;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .headlines_title {
        width: 100%;
        height: 30px;
        background: #207DE5;
        border-radius: 8px 8px 0px 0px;
    }

    .headlines_titletext {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        float: left;
        height: 30px;
        line-height: 30px;
        margin-left: 15px;
        cursor: pointer;
    }

    .headlines_more {
        color: #fff;
        font-size: 16px;
        float: right;
        height: 50px;
        line-height: 50px;
        margin-left: 15px;
        width: 55px;
        position: relative;
        margin-right: 15px;
        letter-spacing: 2px;
        cursor: pointer;
    }

        .headlines_more img {
            position: absolute;
            top: 16px;
            right: 0px;
            width: 18px;
            height: 18px;
        }

    .headlines_itembox {
        width: auto;
        padding: 0px 20px;
        box-sizing: border-box;
        height: 330px;
    }

    .headlines_itemtop {
        width: 100%;
        height: 50px;
        margin-top: 18px;
        /*    border-bottom: 1px solid #B3BADA;
*/ box-sizing: border-box;
        cursor: pointer;
        position: relative;
        margin-bottom: 10px;
    }

    .headlines_itemtopbox div:last-child {
        border-bottom: 0px !important;
    }

    .headlines_itemtop img {
        width: 80px;
        height: 50px;
        float: left;
        border-radius: 5px;
        position: relative;
    }

    .headlines_itemtop:nth-child(1) :before {
        content: '1';
        position: absolute;
        background: #DC3636;
        left: 0px;
        top: 0px;
        width: 18px;
        height: 18px;
        z-index: 999;
        color: #fff;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        border-radius: 5px 0px 5px 0px;
        font-weight: bold;
    }

    .headlines_itemtoptitle {
        max-width: calc(100% - 100px);
        float: left;
        font-weight: 700;
        color: #242424;
        font-size: 12px;
        margin-left: 10px;
        border-bottom: 1px solid transparent;
        height: 25px;
        letter-spacing: 1px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 5px;
    }

    .headlines_itemtop:hover .headlines_itemtoptitle {
        color: #0A2FA5;
        border-bottom: 1px solid #0A2FA5;
    }

    .headlines_itemtoptime {
        width: calc(100% - 210px);
        float: left;
        color: #6B6D6D;
        font-size: 16px;
        margin-left: 15px;
        height: 35px;
        line-height: 35px;
    }

    .headlines_itemtopcontent {
        width: calc(100% - 140px);
        float: left;
        color: #222424;
        font-size: 12px;
        margin-left: 15px;
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        letter-spacing: 1px;
        margin-top: 5px;
    }

    .headlines_item {
        width: 100%;
        height: 30px;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        float: left;
    }

    .headlines_itemnum {
        width: 14px;
        float: left;
        height: 100%;
        line-height: 30px;
        text-align: center;
        font-size: 12px;
    }

    .headlines_item:nth-child(2) .headlines_itemnum {
        color: #EC6011;
    }

    .headlines_item:nth-child(3) .headlines_itemnum {
        color: #EE9C12;
    }

    .headlines_itemtitle {
        max-width: calc(100% - 30px);
        float: left;
        color: #242424;
        font-size: 12px;
        margin-left: 15px;
        border-bottom: 1px solid transparent;
        height: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 30px;
    }

    .shortcut_box {
        width: 100%;
        /* margin-left: 20px; */
        float: left;
        height: 280px;
        position: relative;
        margin-bottom: 20px;
    }

    .shortcut_item {
        width: calc(50% - 10px);
        height: 154px;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
        float: left;
    }

        .shortcut_item:nth-child(odd) {
            margin-right: 10px;
        }

        .shortcut_item:nth-child(even) {
            margin-left: 10px;
        }

    .shortcut_item_full {
        width: 100%;
        height: 100px;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
        float: left;
    }

    .shortcut_title {
        position: absolute;
        width: 100%;
        height: 55px;
        line-height: 55px;
        font-size: 12px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        bottom: 0px;
    }

    .shortcut_full_title {
        position: absolute;
        width: auto;
        height: 80px;
        line-height: 80px;
        font-size: 36px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        bottom: 10px;
        right: 5px;
        text-shadow: 0px 0px 7px #0067c2;
    }

    .shortcut_title1 {
        width: 100%;
        height: 50px;
        padding-left: 125px;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px;
        padding-top: 30px;
        box-sizing: border-box;
    }

    .shortcut_title2 {
        width: 100%;
        height: 50px;
        padding-left: 125px;
        font-size: 28px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        margin-top: 5px;
    }

    .shortcut1 {
        background: url(../image/rumor/btn1.png) no-repeat center top;
        background-size: 100%;
    }

    .shortcut1_img {
        position: absolute;
        background: #fff url(../image/rumor/btn1_img.png) no-repeat center center;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .shortcut2 {
        background: url(../image/rumor/btn2.png) no-repeat center top;
        background-size: 100%;
    }

    .shortcut2_img {
        position: absolute;
        background: #fff url(../image/rumor/btn2_img.png) no-repeat center top;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .shortcut3 {
        background: url(../image/rumor/btn3.png) no-repeat center center;
        background-size: 100%;
    }

    .shortcut3_img {
        position: absolute;
        background: #fff url(../image/rumor/btn3_img.png) no-repeat center center;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .shortcut4 {
        background: url(../image/rumor/btn4.png) no-repeat center center;
    }

    .shortcut4_img {
        position: absolute;
        background: #fff url(../image/rumor/btn4_img.png) no-repeat center center;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .jxw2 {
        position: absolute;
        width: 144px;
        height: 177px;
        bottom: -10px;
        right: 255px;
        z-index: 5;
    }

    .special_box {
        margin: 0 auto;
        width: 100%;
        height: 36px;
        background: url(../image/rumor/special.png) no-repeat;
        max-width: 1200px;
        position: relative;
        /* margin-bottom: 40px; */
        /* float: left; */
        background-size: 100%;
    }

    .special_jxw {
        display: none;
        position: absolute;
        content: ' ';
        background: url(../image/rumor/jxw4.png);
        width: 139px;
        height: 128px;
        left: -50px;
        bottom: -20px;
        z-index: 99;
    }

    .special_title {
        width: 29%;
        height: 36px;
        text-align: center;
        font-size: 12px;
        color: #1F7DE5;
        float: left;
        line-height: 36px;
        padding-left: 5px;
        box-sizing: border-box;
    }

    .special_content_box {
        width: 71%;
        position: relative;
        float: left;
        overflow: hidden;
        height: 36px;
    }

    .special_ul {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        left: 0px;
        top: 0px;
        overflow: hidden;
    }

        .special_ul li {
            width: 100%;
            height: 36px;
            font-size: 12px;
            color: #FFF;
            line-height: 36px;
            /*padding-left: 20px;*/
            float: left;
            box-sizing: border-box;
            cursor: pointer;
            text-align: center;
        }

    .new_module {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 40px;
    }

        .new_module:first-child {
            margin-top: 40px;
        }
    /*    .new_module:last-child {
        margin-bottom: 40px;
    }*/
    .news_box {
        width: 50%;
        overflow: hidden;
        float: left;
        box-sizing: border-box;
        min-height: 370px;
    }

    .news_interbox {
        width: 100%;
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
        float: left;
    }

    .news_interbox_left {
        width: calc(50% - 15px);
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
        margin-right: 15px;
        float: left;
    }

    .news_interbox_right {
        width: calc(50% - 15px);
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
        margin-left: 15px;
        float: left;
    }

    .news_interbox_1 {
        width: calc(70% - 15px);
        background: #fff;
        box-sizing: border-box;
        overflow: hidden;
        margin-right: 15px;
        float: left;
        padding-left: 25px;
        box-sizing: border-box;
    }

    .news_interbox_2 {
        width: calc(30% - 5px);
        background: #fff;
        box-sizing: border-box;
        overflow: hidden;
        margin-left: 5px;
        float: left;
        padding: 0px 25px 0px 10px;
    }
    /*    .news_interbox_2 > .news_interbox_titlebox{
        margin:0px -10px;
    }*/

    .news_interbox_titlebox {
        width: 100%;
        height: 55px;
        position: relative;
    }

    .pyjz_interbox_titlebox {
        width: 100%;
        height: 30px;
        position: relative;
        background: #1E7EE4 url(../image/rumor/pyjzbg.png) no-repeat center center/100% 100%;
        border-radius: 5px 5px 0px 0px;
        line-height: 30px;
        color: #FFF;
        font-size: 12px;
        padding-left: 20px;
        box-sizing: border-box;
        font-weight: 700;
    }

    .pyjz_tab {
        width: calc(100% - 40px);
        height: 55px;
        background: #9BD0F8;
        float: left;
        margin: -20px 20px 20px 20px;
    }

    .pyjz_tab_item {
        width: 25%;
        text-align: center;
        line-height: 55px;
        float: left;
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        position: relative;
    }

        .pyjz_tab_item:hover {
            background: #fff;
            color: #1E7EE4;
        }

    .pyjz_tab_item_leftradius {
        position: absolute;
        width: 18px;
        height: 37px;
        background: #9BD0F8;
        left: 0px;
        top: 0px;
        display: none;
    }

        .pyjz_tab_item_leftradius:after {
            position: absolute;
            content: " ";
            width: 18px;
            height: 18px;
            bottom: -18px;
            left: 0px;
            border-bottom-right-radius: 18px;
            background: #9BD0F8;
        }

    .pyjz_tab_item_rightradius {
        position: absolute;
        width: 18px;
        height: 37px;
        background: #9BD0F8;
        right: 0px;
        top: 0px;
        display: none;
    }

        .pyjz_tab_item_rightradius:after {
            position: absolute;
            content: " ";
            width: 18px;
            height: 18px;
            bottom: -18px;
            left: 0px;
            border-bottom-left-radius: 18px;
            background: #9BD0F8;
        }

    .pyjz_tab_item:hover > .pyjz_tab_item_leftradius, .pyjz_tab_item:hover > .pyjz_tab_item_rightradius {
        display: block;
    }

    .pyjz_tab_item_active {
        background: #FFF;
        color: #1E7EE4;
    }

        .pyjz_tab_item_active > .pyjz_tab_item_leftradius, .pyjz_tab_item_active > .pyjz_tab_item_rightradius {
            display: block;
        }
    .pyjz_default {
        width: calc(100% - 28px);
        height: 200px;
        margin-left: 8px;
    }

    .pyjz_default_div {
        width: 800px;
        height: 200px;
        /* padding-top: 70px; */
        margin: 0 auto;
    }

    .pyjz_default_div_img {
        width: auto;
        height: 100%;
        float: left;
    }

    .pyjz_default_img {
        height: 100px;
        float: right;
    }

    .pyjz_default_content {
        width: 400px;
        height: 100%;
        float: left;
        line-height: 200px;
        padding-left: 30px;
        box-sizing: border-box;
        color: #808080;
        font-size: 14px;
        font-weight: 700;
    }
    .news_interbox_title {
        height: 35px;
        line-height: 20px;
        font-size: 20px;
        font-weight: 700;
        float: left;
        color: #1E7EE4;
        position: relative;
        width: 50%;
        cursor: pointer;
    }

        .news_interbox_title::before {
            content: ' ';
            position: absolute;
            height: 7px;
            width: 99px;
            background: url(../image/rumor/titleline.png) no-repeat;
            left: 0px;
            top: 32px;
        }

    .news_interbox_titlebox::before {
        content: ' ';
        position: absolute;
        height: 1px;
        width: calc(100% - 99px);
        background: #B3BADA;
        left: 99px;
        top: 35px;
    }

    .news_interbox_more {
        color: #1E7EE4;
        font-size: 16px;
        float: right;
        height: 35px;
        line-height: 35px;
        margin-left: 15px;
        width: 55px;
        position: relative;
        margin-right: 5px;
        letter-spacing: 2px;
        cursor: pointer;
    }

        .news_interbox_more img {
            position: absolute;
            top: 8px;
            right: 0px;
            width: 18px;
            height: 18px;
        }

    .news_item_box {
        width: 100%;
        overflow: hidden;
        min-height: 270px;
    }

    .news_item {
        height: 45px;
        line-height: 45px;
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        overflow: hidden;
        font-size: 16px;
        padding-left: 15px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }

        .news_item:hover .news_item_title {
            color: #1E7EE4;
        }

        .news_item::before {
            content: ' ';
            position: absolute;
            height: 6px;
            width: 6px;
            border-radius: 3px;
            background: #CBCBCB;
            top: 20px;
            left: 0px;
        }

        .news_item:hover:before {
            background: #1E7EE4;
        }


    .news_item_title {
        float: left;
        width: calc(100% - 100px);
        font-size: 18px;
        color: #242424;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news_item_time {
        float: right;
        width: 100px;
        text-align: right;
        color: #3C3C3C;
        font-size: 16px;
    }

    .news_box_full {
        width: 100%;
        overflow: hidden;
        float: left;
        box-sizing: border-box;
        min-height: 170px;
    }

    .news_item_box_left {
        width: 50%;
        float: left;
        overflow: hidden;
        min-height: 270px;
        padding-right: 30px;
        box-sizing: border-box;
    }

    .news_item_box_right {
        width: 50%;
        float: left;
        overflow: hidden;
        min-height: 270px;
        padding-left: 30px;
        box-sizing: border-box;
    }


    .news_tipitem {
        height: 52px;
        line-height: 52px;
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        overflow: hidden;
        font-size: 16px;
        padding-left: 54px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }

    .news_tip1 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj1.png) no-repeat;
        color: #EA6552;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip2 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj2.png) no-repeat;
        color: #F1276F;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip3 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj3.png) no-repeat;
        color: #5784D1;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip4 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj4.png) no-repeat;
        color: #7162E3;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip5 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj5.png) no-repeat;
        color: #29B4BC;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip6 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj6.png) no-repeat;
        color: #47BB66;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tipitem_title {
        float: left;
        width: calc(100% - 100px);
        font-size: 18px;
        color: #242424;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news_tipitem_time {
        float: right;
        width: 100px;
        text-align: right;
        color: #3C3C3C;
        font-size: 16px;
    }


    .news_item_big {
        height: 85px;
        line-height: 45px;
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        overflow: hidden;
        font-size: 16px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 8px;
    }

    .news_tipitem:hover .news_tipitem_title {
        color: #0931A1;
    }

    .news_item_big_title {
        float: left;
        font-size: 18px;
        padding-left: 90px;
        font-weight: 700;
        line-height: 35px;
        color: #242424;
    }

    .news_item_big_content {
        float: left;
        font-size: 18px;
        padding-left: 90px;
        line-height: 35px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: calc(100% - 100px);
        color: #3C3C3C;
    }

    .news_item_big_time_box {
        position: absolute;
        width: 78px;
        height: 72px;
        position: absolute;
        border-radius: 3px;
        border: 2px solid #4979F3;
        box-sizing: border-box;
    }

    .news_item_big_date {
        width: 100%;
        height: 38px;
        text-align: center;
        color: #FFF;
        font-size: 22px;
        font-weight: 700;
        background: #4979F3;
    }

    .news_item_big_month {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #4979F3;
        font-size: 16px;
    }

    .picnews_box {
        width: calc(50% - 15px);
        height: 360px;
        float: left;
        cursor: pointer;
    }

        .picnews_box:nth-child(2n) {
            margin-right: 15px;
        }

        .picnews_box:nth-child(2n-1) {
            margin-left: 15px;
        }

        .picnews_box img {
            width: 100%;
            height: 225px;
            border-radius: 5px;
        }

    .picnews_title {
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 1px;
        border-bottom: 1px solid transparent;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .picnews_box:hover .picnews_title {
        color: #0A2FA5;
        border-bottom: 1px solid #0A2FA5;
    }

    .picnews_content {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1px;
        border-bottom: 1px solid transparent;
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .picnews2 {
        width: 100%;
        height: 220px;
        border-radius: 5px;
        margin-bottom: 10px;
        cursor: pointer;
    }

        .picnews2:hover {
            transition: transform .3s ease-out;
            -o-transition: transform .3s ease-out;
            -webkit-transition: transform .3s ease-out;
            -moz-transition: transform .3s ease-out;
            transform: scale(1.05);
            -ms-transform: scale(1.05);
            -webkit-transform: scale(1.05);
        }

    .footer {
        width: 100%;
        background: #EDF1FE;
        height: 100px;
    }

    .linkbox {
        width: auto;
        min-height: 200px;
        overflow: hidden;
        float: left;
        padding-left: 12px;
        box-sizing: border-box;
        display: none;
    }

    .linkbox_avtive {
        display: block;
    }

    .linkbox > div {
        width: calc(16.6666666666% - 19.8px);
        cursor: pointer;
    }

    .linkTitleItem {
        height: 100px;
        background: #6CB3E7;
        border-radius: 5px;
        margin: 0px 9px 20px 9px;
        float: left;
        color: #fff;
        text-align: center;
        padding-top: 33px;
        box-sizing: border-box;
        font-size: 24px;
    }

        .linkTitleItem:hover {
            background: #207DE5;
        }

    .linkItem {
        margin: 0px 9px 20px 9px;
        height: 110px;
        background: #FFF;
        border-radius: 5px;
        border: 1px solid #6CB3E7;
        float: left;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .linkbox > .gzhlinkItem {
        width: calc(12.5% - 19.8px);
        cursor: pointer;
    }

    .gzhlinkItem {
        margin: 0px 9px 40px 9px;
        width: 135px;
        height: 135px;
        float: left;
    }

        .gzhlinkItem:hover .gzhlinkItemimg {
            display: none;
        }

        .gzhlinkItem:hover .gzhlinkItemqr {
            display: block;
        }

    .gzhlinkItemimg {
        width: 135px;
        height: 135px;
        float: left;
    }

    .gzhlinkItemqr {
        width: 135px;
        height: 135px;
        float: left;
        display: none;
    }

    .gzhlinktitle {
        width: 135px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }

    .first_box {
        /*width: 1250px;*/
        max-width: 1250px;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        margin-top: 95px;
        padding-bottom: 30px;
        margin-top: 10px;
    }

    .local {
        margin-top: 0px;
        padding: 10px;
        line-height: 20px;
        font-size: 12px;
    }

    .breadcrumbNavigation:hover {
        color: #2F63E6 !important;
    }

    .firstTitle {
        height: 25px;
        position: relative;
        /*    background: url(../image/common/bg2.png) bottom no-repeat;
*/
    }

        .firstTitle span {
            height: 25px;
            line-height: 25px;
            width: 150px;
            padding-left: 15px;
            display: block;
            color: #FFF;
            font-size: 12px;
            font-weight: bold;
            cursor: pointer;
            background: linear-gradient(to right,#2F63E6, rgba(255,255,255,0) 70%,rgba(255,255,255,0));
            border-radius: 5px;
            position: relative;
            z-index: 5;
        }

        .firstTitle:after {
            content: ' ';
            width: calc(100% - 5px);
            height: 1px;
            background: #D3D8DE;
            position: absolute;
            bottom: 0px;
            right: 0px;
        }

    .menu {
        cursor: pointer;
        border: 1px solid #ddd;
        background-color: white;
        text-align: center;
        font-size: 12px;
        height: 26px;
        line-height: 26px;
        border-radius: 5px;
        margin: 10px;
        font-weight: bold;
    }

        .menu:hover {
            background: #2F63E6;
            color: white;
            border-radius: 5px;
        }


    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        background-clip: padding-box;
        width: 206px;
        font-size: 16px;
    }

        .dropdown-menu li {
            color: black !important;
        }

    .dropdown {
        position: relative;
    }

    .open > .nav_item > .dropdown-menu {
        display: block;
    }

    .dropdown-menu > li {
        width: 206px;
        line-height: 50px;
    }

        .dropdown-menu > li:hover {
            background-color: #068BE8 !important;
            background-image: none;
            color: white !important;
        }

    .newslink {
        max-width: 200px;
        color: #333;
        cursor: pointer;
        padding-left: 10px;
        font-weight: 400;
        /*    background: url("/Content/Image/square.jpg") left center no-repeat;
*/
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .newslink:before {
            content: ' ';
            position: absolute;
            height: 4px;
            width: 4px;
            border-radius: 3px;
            background: #2F63E6;
            top: 6px;
            left: 5px;
        }
        /*    .newslink:hover:before {
        background: #2F63E6;
    }*/
        .newslink:hover {
            color: #2F63E6;
            cursor: pointer;
        }

    .newsTime {
        font-size: 14px;
        color: #3C3C3C;
        text-align: right;
    }

    .search_div {
        height: 38px;
        width: 100%;
        padding: 0px;
    }

    .searchinput {
        border: 1px solid #bababa;
        height: 28px;
        font-size: 12px;
        border-radius: 3px;
        float: left;
        width: calc(100% - 100px);
        padding-left: 14px;
        box-sizing: border-box;
        margin-left: 13px;
    }

    .searchbtn {
        width: 60px;
        height: 28px;
        background: #2F63E6;
        border: 0;
        /* padding: 0px 40px; */
        color: #ffffff;
        font-size: 12px;
        border-radius: 3px;
        float: right;
    }

    .IsTopShow {
        color: red !important;
    }

    .newsListContent {
        overflow: hidden;
        min-height: 500px;
        margin-top: 15px;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .secondMenu {
        background: #f5f7fc;
        margin-top: 15px;
        border-radius: 5px;
    }

    .portalBarSpan {
        color: #666666
    }

    .header_box .nav_item a {
        color: #fff;
    }

    .header_box .nav_item li:hover a {
        color: #FFF !important;
    }

    .innerContain_nbg {
        background: #FFF;
        overflow: hidden;
        margin-bottom: 100px;
    }

    .local {
        padding: 0px 0px 15px 0px;
        line-height: 20px;
    }

    .newsBoard {
        box-shadow: 0px 0px 10px rgb(19 45 154 / 30%);
        background: #FFF;
        border-radius: 5px;
        height: auto;
        padding: 30px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .portalTitle {
        text-align: center;
        color: #2F63E6;
        font-size: 30px;
        font-weight: bold;
        padding: 20px 20px 0px;
    }

    .portalBar {
        height: 45px;
        line-height: 45px;
        /*    background: #f3faff;
*/ text-align: center;
        box-sizing: border-box;
    }

    .portalContent {
        clear: both;
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
    }
        .portalContent img {
            width: 100%;
            height: auto;
        }
    .reporttip_box {
        background: #FFF;
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid rgb(19 45 154 / 30%);
        box-sizing: border-box;
    }

    .reporttip_box {
        background: #FFF;
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid rgb(19 45 154 / 30%);
        box-sizing: border-box;
    }

    .first_box {
        /*width: 1250px;*/
        max-width: 1250px;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        margin-top: 60px;
        padding-bottom: 30px;
        margin-top: 10px;
    }

    .want-report {
        margin: 10px auto;
        min-width: auto;
    }



        .want-report .want-report-title h3 {
            font-size: 14px;
            color: rgba(68, 129, 235, 0.9);
            text-transform: uppercase;
            text-align: center;
            font-weight: 700;
            position: relative;
            padding-bottom: 4px;
            letter-spacing: 2px;
        }

            .want-report .want-report-title h3::after {
                content: '';
                position: absolute;
                display: block;
                width: 80px;
                height: 3px;
                background: #18d26e;
                bottom: 0;
                left: calc(50% - 40px);
            }

        .want-report .article-body {
            color: #323232;
            font-size: 12px;
            line-height: 20px;
            margin-top: 10px;
            min-height: 180px;
        }

            .want-report .article-body p {
                text-indent: 2em;
                margin-top: 0;
                margin-bottom: 1rem;
            }

        .want-report .text-center-div {
            margin-top: 30px;
            text-align: center;
            width: 100%;
        }

    .layui-btn {
        background-color: rgba(68, 129, 235, 0.9);
    }

    .jb-form {
        min-width: auto;
        padding: 10px;
        margin-bottom: 30px;
    }

    .report-partial {
        color: #005cbf;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
        width: max-content;
        border-bottom: 2px solid #005cbf;
        margin-bottom: 30px;
    }

        .report-partial i {
            font-size: 22px;
            margin-right: 2px;
        }

    .layui-form-label {
        width: 120px;
        font-weight: bold;
        text-align: left;
        font-size: 12px;
    }

    .layui-input-block {
        margin-left: 120px;
    }

    .mnav {
        color: #00c;
        text-decoration: underline;
    }

    .hideformitem {
        display: none;
    }

    .success-page {
        text-align: center;
        min-width: auto;
    }

    .innerContain_nbg {
        background: #FFF;
        overflow: hidden;
        margin-bottom: 100px;
    }

    .local {
        padding: 0px 0px 15px 0px;
        line-height: 20px;
    }

    .newsBoard {
        box-shadow: 0px 0px 10px rgb(19 45 154 / 30%);
        background: #FFF;
        border-radius: 5px;
        height: auto;
        padding: 30px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .portalTitle {
        text-align: center;
        color: #2F63E6;
        font-size: 30px;
        font-weight: bold;
        padding: 20px 20px 0px;
    }

    .portalBar {
        height: 45px;
        line-height: 45px;
        /*    background: #f3faff;
*/ text-align: center;
        box-sizing: border-box;
    }

    .portalContent {
        clear: both;
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
    }
        .portalContent img {
            width: 100%;
            height: auto;
        }
    .reporttip_box {
        background: #FFF;
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid rgb(19 45 154 / 30%);
        box-sizing: border-box;
    }

    .filter {
        border: 1px solid #c3e3fa;
        border-radius: 5px;
        font-size: 14px;
        box-shadow: 0px 3px 5px #f1f1f1;
        -moz-box-shadow: 0px 3px 5px #f1f1f1;
        -webkit-box-shadow: 0px 3px 5px #f1f1f1;
        margin: 20px 0;
    }

        .filter ul {
            margin-bottom: 0;
        }

        .filter li {
            height: 46px;
            line-height: 46px;
            border-bottom: 1px solid #c3e3fa;
        }

            .filter li:nth-child(2n+1) i {
                background: #d4f1ff;
            }

            .filter li i {
                float: left;
                width: 96px;
                text-align: center;
                font-style: normal;
                background: #c3e3fa;
            }

            .filter li span.on {
                color: #3773db;
                font-weight: bold;
            }

            .filter li span {
                float: left;
                margin: 0 15px;
                cursor: pointer;
            }

            .filter li .filterDate {
                float: left;
                background: #f1f1f1;
                height: 35px;
                line-height: 35px;
                vertical-align: middle;
                padding: 0 15px;
                border-radius: 5px;
                margin-top: 5px;
            }

                .filter li .filterDate input {
                    border: 1px solid #e6e6e6;
                    height: 35px;
                    float: left;
                    transition: all .3s;
                    padding-left: 15px;
                    border-radius: 3px;
                    line-height: 30px;
                    min-width: 190px;
                }

                .filter li .filterDate * {
                    vertical-align: middle;
                }

    .slideBox .num {
        position: relative;
        /*width: 712px;*/
        /*height: 360px;*/
        overflow: hidden;
        font: 12px/1.5 Verdana, Geneva, sans-serif;
        text-align: left;
    }

    .slideBox .pic li {
        width: 100%;
        /*height: 350px;*/
        position: relative;
    }

    .slideBox .pic .pic_imgbox {
        display: block;
        width: 100%;
        height: 100%;
    }

    .slideBox .pic li h4 {
        position: absolute;
        width: 100%;
        bottom: 20px;
        z-index: 2;
        text-align: center;
    }

        .slideBox .pic li h4 a {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            margin-top: 10px;
        }

    .slideBox .pic img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .slideBox .txt-bg {
        /* position: absolute;
        bottom: 10px;
        z-index: 1;
        height: 70px;
        width: 100%;
        background: linear-gradient(to top, rgba(0,0,0,.8),rgba(0,0,0,0));*/
        /*        filter: alpha(opacity=40);
        opacity: 0.4;*/
        /*        overflow: hidden;*/
    }

    .slideBox .num {
        position: absolute;
        z-index: 3;
        bottom: -6px;
        left: 60%;
        width: 280px;
        margin-left: 0;
    }

        .slideBox .num li {
            float: left;
            position: relative;
            width: 20px;
            height: 2px;
            overflow: hidden;
            text-align: center;
            margin-right: 3px;
            cursor: pointer;
            background: #fff;
        }

            .slideBox .num li.on {
                background: #2A3C54;
            }

    .slideBox .prev,
    .slideBox .next {
        width: 45px;
        height: 79px;
        position: absolute;
        top: 50%;
        margin-top: -19px;
        z-index: 999;
    }

    .slideBox .prev {
        background: url(../Content/newImage/btn_left_while.png)no-repeat;
        left: 10px;
    }

    .slideBox .next {
        background: url(../Content/newImage/btn_right_while.png)no-repeat;
        right: -20px;
    }
}
@media (min-width: 768px) {
    body {
        padding: 0px;
        margin: 0px;
        font-family: 'Microsoft YaHei';
        background: #FFF;
    }

    header {
        width: 100%;
        background: url(../image/rumor/header_bg1.png);
        background-size: cover;
        height: 250px;
        position: relative;
    }

    .header_box {
        width: 1200px;
        margin: 0 auto;
        height: 250px;
        padding-top: 30px;
        position: relative;
    }

    .logo {
        width: 220px;
        float: left;
        margin-top: 0px;
        margin-left: 5px;
    }

    .tltle {
        width: calc(100% - 225px);
        float: left;
        font-size: 62px;
        color: #fff;
        height: 150px;
        line-height: 100px;
        text-align: left;
        padding-left: 120px;
        box-sizing: border-box;
        font-weight: 600;
        box-sizing: border-box;
        padding-top: 45px;
        letter-spacing: 5px;
        text-shadow: -5px 2px 5px rgba(0,0,0,.3);
        /*    -webkit-box-reflect: below -30px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.5, transparent), to(rgba(3,3,3,.2)));
*/
    }

    .nav {
        position: absolute;
        height: 50px;
        width: calc(100% - 150px);
        bottom: 5px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0px;
        margin-left: 150px;
    }

        .nav li {
            text-decoration: none;
            list-style: none;
            flex-grow: 1;
            text-align: center;
            line-height: 50px;
            cursor: pointer;
            position: relative;
            padding: 0;
        }

    /*        .nav li::before {
            content: ' ';
            height: 15px;
            width: 1px;
            background: rgba(255,255,255,.9);
            position: absolute;
            right: -1px;
            top: 17px;
        }

        .nav li:last-child::before {
            content: '';
            height: 0px;
            width: 0px;
        }*/

    .nav_item {
        margin-top: 10px;
        box-sizing: border-box;
        height: 33px;
        line-height: 30px;
        color: rgba(255,255,255,.95);
        margin: 0 auto;
        font-size: 19px;
        font-family: 'Microsoft YaHei';
        font-weight: 500;
        display: inline-block;
        width: auto;
        padding: 0px 10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .nav li:hover .nav_item {
        border-bottom: 2px solid #fff;
        color: rgba(255,255,255,1);
    }

    .nav_item > a {
        color: #fff;
    }

    .main_box_bg1 {
        width: 100%;
        overflow: hidden;
        background: #fff;
        position: relative;
    }

    .main_box_bg2 {
        width: 100%;
        overflow: hidden;
        background: #F3F5FE;
    }

    .main_box {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
    }

    .main_box1 {
        width: 1250px;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .headlines_box {
        padding: 0;
        width: 50%;
        float: left;
        height: 430px;
        background: #F4F7FF;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .headlines_title {
        width: 100%;
        height: 50px;
        background: #207DE5;
        border-radius: 8px 8px 0px 0px;
    }

    .headlines_titletext {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        float: left;
        height: 50px;
        line-height: 50px;
        margin-left: 15px;
        cursor: pointer;
    }

    .headlines_more {
        color: #fff;
        font-size: 16px;
        float: right;
        height: 50px;
        line-height: 50px;
        margin-left: 15px;
        width: 55px;
        position: relative;
        margin-right: 15px;
        letter-spacing: 2px;
        cursor: pointer;
    }

        .headlines_more img {
            position: absolute;
            top: 16px;
            right: 0px;
            width: 18px;
            height: 18px;
        }

    .headlines_itembox {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
        height: 430px;
    }

    .headlines_itemtop {
        width: 100%;
        height: 90px;
        margin-top: 18px;
        /*    border-bottom: 1px solid #B3BADA;
*/ box-sizing: border-box;
        cursor: pointer;
        position: relative;
        margin-bottom: 10px;
    }

    .headlines_itemtopbox div:last-child {
        border-bottom: 0px !important;
    }

    .headlines_itemtop img {
        width: 160px;
        height: 90px;
        float: left;
        border-radius: 5px;
        position: relative;
    }

    .headlines_itemtop:nth-child(1) :before {
        content: '1';
        position: absolute;
        background: #DC3636;
        left: 0px;
        top: 0px;
        width: 18px;
        height: 18px;
        z-index: 999;
        color: #fff;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        border-radius: 5px 0px 5px 0px;
        font-weight: bold;
    }

    .headlines_itemtoptitle {
        max-width: calc(100% - 175px);
        float: left;
        font-weight: 700;
        color: #242424;
        font-size: 18px;
        margin-left: 15px;
        border-bottom: 1px solid transparent;
        height: 25px;
        letter-spacing: 1px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 5px;
    }

    .headlines_itemtop:hover .headlines_itemtoptitle {
        color: #0A2FA5;
        border-bottom: 1px solid #0A2FA5;
    }

    .headlines_itemtoptime {
        width: calc(100% - 210px);
        float: left;
        color: #6B6D6D;
        font-size: 16px;
        margin-left: 15px;
        height: 35px;
        line-height: 35px;
    }

    .headlines_itemtopcontent {
        width: calc(100% - 175px);
        float: left;
        color: #222424;
        font-size: 16px;
        margin-left: 15px;
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        letter-spacing: 1px;
        margin-top: 5px;
    }

    .headlines_item {
        width: 100%;
        height: 36px;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        float: left;
    }

    .headlines_itemnum {
        width: 14px;
        float: left;
        height: 100%;
        line-height: 36px;
        text-align: center;
        font-size: 17px;
    }

    .headlines_item:nth-child(2) .headlines_itemnum {
        color: #EC6011;
    }

    .headlines_item:nth-child(3) .headlines_itemnum {
        color: #EE9C12;
    }

    .headlines_itemtitle {
        max-width: calc(100% - 30px);
        float: left;
        color: #242424;
        font-size: 17px;
        margin-left: 15px;
        border-bottom: 1px solid transparent;
        height: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 36px;
    }

    .shortcut_box {
        width: calc(50% - 20px);
        margin-left: 20px;
        float: left;
        height: 430px;
        position: relative;
        margin-bottom: 20px;
    }

    .shortcut_item {
        width: calc(50% - 10px);
        height: 240px;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
        float: left;
    }

        .shortcut_item:nth-child(odd) {
            margin-right: 10px;
        }

        .shortcut_item:nth-child(even) {
            margin-left: 10px;
        }

    .shortcut_item_full {
        width: 100%;
        height: 168px;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
        float: left;
    }

    .shortcut_title {
        position: absolute;
        width: 100%;
        height: 55px;
        line-height: 55px;
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        bottom: 0px;
    }

    .shortcut_full_title {
        position: absolute;
        width: 365px;
        height: 80px;
        line-height: 80px;
        font-size: 48px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        bottom: 20px;
        right: 5px;
        text-shadow: 0px 0px 7px #0067c2;
    }

    .shortcut_title1 {
        width: 100%;
        height: 50px;
        padding-left: 125px;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px;
        padding-top: 30px;
        box-sizing: border-box;
    }

    .shortcut_title2 {
        width: 100%;
        height: 50px;
        padding-left: 125px;
        font-size: 28px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        margin-top: 5px;
    }

    .shortcut1 {
        background: url(../image/rumor/btn1.png) no-repeat center top;
    }

    .shortcut1_img {
        position: absolute;
        background: #fff url(../image/rumor/btn1_img.png) no-repeat center center;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .shortcut2 {
        background: url(../image/rumor/btn2.png) no-repeat center top;
    }

    .shortcut2_img {
        position: absolute;
        background: #fff url(../image/rumor/btn2_img.png) no-repeat center top;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .shortcut3 {
        background: url(../image/rumor/btn3.png) no-repeat center center;
    }

    .shortcut3_img {
        position: absolute;
        background: #fff url(../image/rumor/btn3_img.png) no-repeat center center;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .shortcut4 {
        background: url(../image/rumor/btn4.png) no-repeat center center;
    }

    .shortcut4_img {
        position: absolute;
        background: #fff url(../image/rumor/btn4_img.png) no-repeat center center;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .jxw2 {
        position: absolute;
        width: 144px;
        height: 177px;
        bottom: -10px;
        right: 255px;
        z-index: 5;
    }

    .special_box {
        margin: 0 auto;
        width: 100%;
        height: 118px;
        background: url(../image/rumor/special.png);
        max-width: 1200px;
        position: relative;
        margin-bottom: 40px;
        /*    float: left;
    
    
    */
    }

    .special_jxw {
        position: absolute;
        content: ' ';
        background: url(../image/rumor/jxw4.png);
        width: 139px;
        height: 128px;
        left: -50px;
        bottom: -20px;
        z-index: 99;
    }

    .special_title {
        width: 29%;
        height: 118px;
        text-align: center;
        font-size: 30px;
        color: #1F7DE5;
        float: left;
        line-height: 113px;
        padding-left: 5px;
        box-sizing: border-box;
    }

    .special_content_box {
        width: 71%;
        position: relative;
        float: left;
        overflow: hidden;
        height: 118px;
    }

    .special_ul {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        left: 0px;
        top: 0px;
        overflow: hidden;
    }

        .special_ul li {
            width: 100%;
            height: 118px;
            font-size: 24px;
            color: #FFF;
            line-height: 118px;
            /*padding-left: 20px;*/
            float: left;
            box-sizing: border-box;
            cursor: pointer;
            text-align: center;
        }

    .new_module {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 40px;
    }

        .new_module:first-child {
            margin-top: 40px;
        }
    /*    .new_module:last-child {
        margin-bottom: 40px;
    }*/
    .news_box {
        width: 50%;
        overflow: hidden;
        float: left;
        box-sizing: border-box;
        min-height: 370px;
    }

    .news_interbox {
        width: 100%;
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
        float: left;
    }

    .news_interbox_left {
        width: calc(50% - 15px);
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
        margin-right: 15px;
        float: left;
    }

    .news_interbox_right {
        width: calc(50% - 15px);
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
        margin-left: 15px;
        float: left;
    }

    .news_interbox_1 {
        width: calc(70% - 15px);
        background: #fff;
        box-sizing: border-box;
        overflow: hidden;
        margin-right: 15px;
        float: left;
        padding-left: 25px;
        box-sizing: border-box;
    }

    .news_interbox_2 {
        width: calc(30% - 5px);
        background: #fff;
        box-sizing: border-box;
        overflow: hidden;
        margin-left: 5px;
        float: left;
        padding: 0px 25px 0px 10px;
    }
    /*    .news_interbox_2 > .news_interbox_titlebox{
        margin:0px -10px;
    }*/

    .news_interbox_titlebox {
        width: 100%;
        height: 55px;
        position: relative;
    }

    .pyjz_interbox_titlebox {
        width: 100%;
        height: 55px;
        position: relative;
        background: #1E7EE4 url(../image/rumor/pyjzbg.png) no-repeat center center/100% 100%;
        border-radius: 5px 5px 0px 0px;
        line-height: 55px;
        color: #FFF;
        font-size: 24px;
        padding-left: 20px;
        box-sizing: border-box;
        font-weight: 700;
    }

    .pyjz_tab {
        width: calc(100% - 40px);
        height: 55px;
        background: #9BD0F8;
        float: left;
        margin: -20px 20px 20px 20px;
    }

    .pyjz_tab_item {
        width: 25%;
        text-align: center;
        line-height: 55px;
        float: left;
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        position: relative;
    }

        .pyjz_tab_item:hover {
            background: #fff;
            color: #1E7EE4;
        }

    .pyjz_tab_item_leftradius {
        position: absolute;
        width: 18px;
        height: 37px;
        background: #9BD0F8;
        left: 0px;
        top: 0px;
        display: none;
    }

        .pyjz_tab_item_leftradius:after {
            position: absolute;
            content: " ";
            width: 18px;
            height: 18px;
            bottom: -18px;
            left: 0px;
            border-bottom-right-radius: 18px;
            background: #9BD0F8;
        }

    .pyjz_tab_item_rightradius {
        position: absolute;
        width: 18px;
        height: 37px;
        background: #9BD0F8;
        right: 0px;
        top: 0px;
        display: none;
    }

        .pyjz_tab_item_rightradius:after {
            position: absolute;
            content: " ";
            width: 18px;
            height: 18px;
            bottom: -18px;
            left: 0px;
            border-bottom-left-radius: 18px;
            background: #9BD0F8;
        }

    .pyjz_tab_item:hover > .pyjz_tab_item_leftradius, .pyjz_tab_item:hover > .pyjz_tab_item_rightradius {
        display: block;
    }

    .pyjz_tab_item_active {
        background: #FFF;
        color: #1E7EE4;
    }

        .pyjz_tab_item_active > .pyjz_tab_item_leftradius, .pyjz_tab_item_active > .pyjz_tab_item_rightradius {
            display: block;
        }
    .pyjz_default {
        width: calc(100% - 28px);
        height: 260px;
        margin-left: 8px;
    }

    .pyjz_default_div {
        width: 800px;
        height: 200px;
        padding-top: 70px;
        margin: 0 auto;
    }

    .pyjz_default_div_img {
        width: 400px;
        height: 100%;
        float: left;
    }

    .pyjz_default_img {
        height: 200px;
        float: right;
    }

    .pyjz_default_content {
        width: 400px;
        height: 100%;
        float: left;
        line-height: 200px;
        padding-left: 30px;
        box-sizing: border-box;
        color: #808080;
        font-size: 24px;
        font-weight: 700;
    }
    .news_interbox_title {
        height: 35px;
        line-height: 20px;
        font-size: 20px;
        font-weight: 700;
        float: left;
        color: #1E7EE4;
        position: relative;
        width: 50%;
        cursor: pointer;
    }

        .news_interbox_title::before {
            content: ' ';
            position: absolute;
            height: 7px;
            width: 99px;
            background: url(../image/rumor/titleline.png) no-repeat;
            left: 0px;
            top: 32px;
        }

    .news_interbox_titlebox::before {
        content: ' ';
        position: absolute;
        height: 1px;
        width: calc(100% - 99px);
        background: #B3BADA;
        left: 99px;
        top: 35px;
    }

    .news_interbox_more {
        color: #1E7EE4;
        font-size: 16px;
        float: right;
        height: 35px;
        line-height: 35px;
        margin-left: 15px;
        width: 55px;
        position: relative;
        margin-right: 5px;
        letter-spacing: 2px;
        cursor: pointer;
    }

        .news_interbox_more img {
            position: absolute;
            top: 8px;
            right: 0px;
            width: 18px;
            height: 18px;
        }

    .news_item_box {
        width: 100%;
        overflow: hidden;
        min-height: 270px;
    }

    .news_item {
        height: 45px;
        line-height: 45px;
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        overflow: hidden;
        font-size: 16px;
        padding-left: 15px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }

        .news_item:hover .news_item_title {
            color: #1E7EE4;
        }

        .news_item::before {
            content: ' ';
            position: absolute;
            height: 6px;
            width: 6px;
            border-radius: 3px;
            background: #CBCBCB;
            top: 20px;
            left: 0px;
        }

        .news_item:hover:before {
            background: #1E7EE4;
        }


    .news_item_title {
        float: left;
        width: calc(100% - 100px);
        font-size: 18px;
        color: #242424;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news_item_time {
        float: right;
        width: 100px;
        text-align: right;
        color: #3C3C3C;
        font-size: 16px;
    }

    .news_box_full {
        width: 100%;
        overflow: hidden;
        float: left;
        box-sizing: border-box;
        min-height: 370px;
    }

    .news_item_box_left {
        width: 50%;
        float: left;
        overflow: hidden;
        min-height: 270px;
        padding-right: 30px;
        box-sizing: border-box;
    }

    .news_item_box_right {
        width: 50%;
        float: left;
        overflow: hidden;
        min-height: 270px;
        padding-left: 30px;
        box-sizing: border-box;
    }


    .news_tipitem {
        height: 52px;
        line-height: 52px;
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        overflow: hidden;
        font-size: 16px;
        padding-left: 54px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }

    .news_tip1 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj1.png) no-repeat;
        color: #EA6552;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip2 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj2.png) no-repeat;
        color: #F1276F;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip3 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj3.png) no-repeat;
        color: #5784D1;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip4 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj4.png) no-repeat;
        color: #7162E3;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip5 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj5.png) no-repeat;
        color: #29B4BC;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip6 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj6.png) no-repeat;
        color: #47BB66;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tipitem_title {
        float: left;
        width: calc(100% - 100px);
        font-size: 18px;
        color: #242424;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news_tipitem_time {
        float: right;
        width: 100px;
        text-align: right;
        color: #3C3C3C;
        font-size: 16px;
    }


    .news_item_big {
        height: 85px;
        line-height: 45px;
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        overflow: hidden;
        font-size: 16px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 8px;
    }

    .news_tipitem:hover .news_tipitem_title {
        color: #0931A1;
    }

    .news_item_big_title {
        float: left;
        font-size: 18px;
        padding-left: 90px;
        font-weight: 700;
        line-height: 35px;
        color: #242424;
    }

    .news_item_big_content {
        float: left;
        font-size: 18px;
        padding-left: 90px;
        line-height: 35px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: calc(100% - 100px);
        color: #3C3C3C;
    }

    .news_item_big_time_box {
        position: absolute;
        width: 78px;
        height: 72px;
        position: absolute;
        border-radius: 3px;
        border: 2px solid #4979F3;
        box-sizing: border-box;
    }

    .news_item_big_date {
        width: 100%;
        height: 38px;
        text-align: center;
        color: #FFF;
        font-size: 22px;
        font-weight: 700;
        background: #4979F3;
    }

    .news_item_big_month {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #4979F3;
        font-size: 16px;
    }

    .picnews_box {
        width: calc(50% - 15px);
        height: 360px;
        float: left;
        cursor: pointer;
    }

        .picnews_box:nth-child(2n) {
            margin-right: 15px;
        }

        .picnews_box:nth-child(2n-1) {
            margin-left: 15px;
        }

        .picnews_box img {
            width: 100%;
            height: 225px;
            border-radius: 5px;
        }

    .picnews_title {
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 1px;
        border-bottom: 1px solid transparent;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .picnews_box:hover .picnews_title {
        color: #0A2FA5;
        border-bottom: 1px solid #0A2FA5;
    }

    .picnews_content {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1px;
        border-bottom: 1px solid transparent;
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .picnews2 {
        width: 100%;
        height: 220px;
        border-radius: 5px;
        margin-bottom: 10px;
        cursor: pointer;
    }

        .picnews2:hover {
            transition: transform .3s ease-out;
            -o-transition: transform .3s ease-out;
            -webkit-transition: transform .3s ease-out;
            -moz-transition: transform .3s ease-out;
            transform: scale(1.05);
            -ms-transform: scale(1.05);
            -webkit-transform: scale(1.05);
        }

    .footer {
        width: 100%;
        background: #EDF1FE;
        height: 100px;
    }

    .linkbox {
        width: 100%;
        min-height: 350px;
        overflow: hidden;
        float: left;
        padding-left: 12px;
        box-sizing: border-box;
        display: none;
    }

    .linkbox_avtive {
        display: block;
    }

    .linkbox > div {
        width: calc(16.6666666666% - 19.8px);
        cursor: pointer;
    }
    .linkbox > .gzhlinkItem {
        width: calc(12.5% - 19.8px);
        cursor: pointer;
    }

    .linkTitleItem {
        height: 100px;
        background: #6CB3E7;
        border-radius: 5px;
        margin: 0px 9px 20px 9px;
        float: left;
        color: #fff;
        text-align: center;
        padding-top: 33px;
        box-sizing: border-box;
        font-size: 24px;
    }

        .linkTitleItem:hover {
            background: #207DE5;
        }

    .linkItem {
        margin: 0px 9px 20px 9px;
        height: 110px;
        background: #FFF;
        border-radius: 5px;
        border: 1px solid #6CB3E7;
        float: left;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .gzhlinkItem {
        margin: 0px 9px 40px 9px;
        width: 135px;
        height: 135px;
        float: left;
    }

        .gzhlinkItem:hover .gzhlinkItemimg {
            display: none;
        }

        .gzhlinkItem:hover .gzhlinkItemqr {
            display: block;
        }

    .gzhlinkItemimg {
        width: 135px;
        height: 135px;
        float: left;
    }

    .gzhlinkItemqr {
        width: 135px;
        height: 135px;
        float: left;
        display: none;
    }

    .gzhlinktitle {
        width: 135px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }
    .first_box {
        /*width: 1250px;*/
        max-width: 1250px;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        margin-top: 95px;
        padding-bottom: 30px;
        margin-top: 60px;
    }

    .local {
        padding: 0px 0px 15px 0px;
        line-height: 20px;
    }

    .breadcrumbNavigation:hover {
        color: #2F63E6 !important;
    }

    .firstTitle {
        height: 45px;
        position: relative;
        /*    background: url(../image/common/bg2.png) bottom no-repeat;
*/
    }

        .firstTitle span {
            height: 45px;
            line-height: 45px;
            width: 300px;
            padding-left: 15px;
            display: block;
            color: #FFF;
            font-size: 20px;
            font-weight: bold;
            cursor: pointer;
            background: linear-gradient(to right,#2F63E6, rgba(255,255,255,0) 70%,rgba(255,255,255,0));
            border-radius: 5px;
            position: relative;
            z-index: 5;
        }

        .firstTitle:after {
            content: ' ';
            width: calc(100% - 5px);
            height: 1px;
            background: #D3D8DE;
            position: absolute;
            bottom: 0px;
            right: 0px;
        }

    .menu {
        cursor: pointer;
        /* border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;*/
        border: 1px solid #ddd;
        background-color: white;
        text-align: center;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        border-radius: 5px;
        margin: 18px 10px;
        font-weight: bold;
    }

        .menu:hover {
            background: #2F63E6;
            color: white;
            border-radius: 5px;
        }


    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        background-clip: padding-box;
        width: 206px;
        font-size: 16px;
    }

        .dropdown-menu li {
            color: black !important;
        }

    .dropdown {
        position: relative;
    }

    .open > .nav_item > .dropdown-menu {
        display: block;
    }

    .dropdown-menu > li {
        width: 206px;
        line-height: 50px;
    }

        .dropdown-menu > li:hover {
            background-color: #068BE8 !important;
            background-image: none;
            color: white !important;
        }

    .newslink {
        max-width: 760px;
        color: #333;
        cursor: pointer;
        padding-left: 20px;
        font-weight: 400;
        /*    background: url("/Content/Image/square.jpg") left center no-repeat;
*/
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .newslink:before {
            content: ' ';
            position: absolute;
            height: 4px;
            width: 4px;
            border-radius: 3px;
            background: #2F63E6;
            top: 10px;
            left: 5px;
        }
        /*    .newslink:hover:before {
        background: #2F63E6;
    }*/
        .newslink:hover {
            color: #2F63E6;
            cursor: pointer;
        }

    .newsTime {
        font-size: 14px;
        color: #3C3C3C;
        text-align: right;
    }

    .search_div {
        height: 38px;
        width: 100%;
        padding: 0px;
    }

    .searchinput {
        border: 1px solid #bababa;
        height: 38px;
        font-size: 14px;
        border-radius: 3px;
        float: left;
        width: calc(100% - 160px);
        padding-left: 14px;
        box-sizing: border-box;
    }

    .searchbtn {
        width: 120px;
        height: 38px;
        background: #2F63E6;
        border: 0;
        padding: 0px 40px;
        color: #ffffff;
        font-size: 16px;
        border-radius: 3px;
        float: right;
    }

    .IsTopShow {
        color: red !important;
    }

    .newsListContent {
        overflow: hidden;
        min-height: 500px;
        margin-top: 15px;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .secondMenu {
        background: #f5f7fc;
        margin-top: 15px;
        border-radius: 5px;
    }

    .portalBarSpan {
        color: #666666
    }

    .header_box .nav_item a {
        color: #fff;
    }

    .header_box .nav_item li:hover a {
        color: #FFF !important;
    }

    .innerContain_nbg {
        background: #FFF;
        overflow: hidden;
        margin-bottom: 100px;
    }

    .local {
        padding: 0px 0px 15px 0px;
        line-height: 20px;
    }

    .newsBoard {
        box-shadow: 0px 0px 10px rgb(19 45 154 / 30%);
        background: #FFF;
        border-radius: 5px;
        height: auto;
        padding: 30px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .portalTitle {
        text-align: center;
        color: #2F63E6;
        font-size: 30px;
        font-weight: bold;
        padding: 20px 20px 0px;
    }

    .portalBar {
        height: 45px;
        line-height: 45px;
        /*    background: #f3faff;
*/ text-align: center;
        box-sizing: border-box;
    }

    .portalContent {
        clear: both;
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
    }
        .portalContent img {
            width: 100%;
            height: auto;
        }
    .reporttip_box {
        background: #FFF;
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid rgb(19 45 154 / 30%);
        box-sizing: border-box;
    }

    .reporttip_box {
        background: #FFF;
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid rgb(19 45 154 / 30%);
        box-sizing: border-box;
    }

    .first_box {
        /*width: 1250px;*/
        max-width: 1250px;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        margin-top: 60px;
        padding-bottom: 30px;
        margin-top: 60px;
    }

    .want-report {
        margin: 60px auto;
        min-width: 1200px;
    }



        .want-report .want-report-title h3 {
            font-size: 20px;
            color: rgba(68, 129, 235, 0.9);
            text-transform: uppercase;
            text-align: center;
            font-weight: 700;
            position: relative;
            padding-bottom: 15px;
            letter-spacing: 3px;
        }

            .want-report .want-report-title h3::after {
                content: '';
                position: absolute;
                display: block;
                width: 80px;
                height: 3px;
                background: #18d26e;
                bottom: 0;
                left: calc(50% - 40px);
            }

        .want-report .article-body {
            color: #323232;
            font-size: 16px;
            line-height: 40px;
            margin-top: 40px;
            min-height: 180px;
        }

            .want-report .article-body p {
                text-indent: 2em;
                margin-top: 0;
                margin-bottom: 1rem;
            }

        .want-report .text-center-div {
            margin-top: 30px;
            text-align: center;
            width: 100%;
        }

    .layui-btn {
        background-color: rgba(68, 129, 235, 0.9);
    }

    .jb-form {
        min-width: 1200px;
        padding: 60px;
    }

    .report-partial {
        color: #005cbf;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
        width: max-content;
        border-bottom: 2px solid #005cbf;
        margin-bottom: 30px;
    }

        .report-partial i {
            font-size: 22px;
            margin-right: 2px;
        }

    .layui-form-label {
        width: 150px;
        font-weight: bold;
        text-align: left;
    }

    .layui-input-block {
        margin-left: 150px;
    }

    .mnav {
        color: #00c;
        text-decoration: underline;
    }

    .hideformitem {
        display: none;
    }

    .success-page {
        text-align: center;
        min-width: 1200px;
    }

    .innerContain_nbg {
        background: #FFF;
        overflow: hidden;
        margin-bottom: 100px;
    }

    .local {
        padding: 0px 0px 15px 0px;
        line-height: 20px;
    }

    .newsBoard {
        box-shadow: 0px 0px 10px rgb(19 45 154 / 30%);
        background: #FFF;
        border-radius: 5px;
        height: auto;
        padding: 30px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .portalTitle {
        text-align: center;
        color: #2F63E6;
        font-size: 30px;
        font-weight: bold;
        padding: 20px 20px 0px;
    }

    .portalBar {
        height: 45px;
        line-height: 45px;
        /*    background: #f3faff;
*/ text-align: center;
        box-sizing: border-box;
    }

    .portalContent {
        clear: both;
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
    }
        .portalContent img {
            width: 100%;
            height: auto;
        }
    .reporttip_box {
        background: #FFF;
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid rgb(19 45 154 / 30%);
        box-sizing: border-box;
    }

    .filter {
        border: 1px solid #c3e3fa;
        border-radius: 5px;
        font-size: 14px;
        box-shadow: 0px 3px 5px #f1f1f1;
        -moz-box-shadow: 0px 3px 5px #f1f1f1;
        -webkit-box-shadow: 0px 3px 5px #f1f1f1;
        margin: 20px 0;
    }

        .filter ul {
            margin-bottom: 0;
        }

        .filter li {
            height: 46px;
            line-height: 46px;
            border-bottom: 1px solid #c3e3fa;
        }

            .filter li:nth-child(2n+1) i {
                background: #d4f1ff;
            }

            .filter li i {
                float: left;
                width: 96px;
                text-align: center;
                font-style: normal;
                background: #c3e3fa;
            }

            .filter li span.on {
                color: #3773db;
                font-weight: bold;
            }

            .filter li span {
                float: left;
                margin: 0 15px;
                cursor: pointer;
            }

            .filter li .filterDate {
                float: left;
                background: #f1f1f1;
                height: 35px;
                line-height: 35px;
                vertical-align: middle;
                padding: 0 15px;
                border-radius: 5px;
                margin-top: 5px;
            }

                .filter li .filterDate input {
                    border: 1px solid #e6e6e6;
                    height: 35px;
                    float: left;
                    transition: all .3s;
                    padding-left: 15px;
                    border-radius: 3px;
                    line-height: 30px;
                    min-width: 190px;
                }

                .filter li .filterDate * {
                    vertical-align: middle;
                }
    .slideBox .num {
        position: relative;
        /*width: 712px;*/
        /*height: 360px;*/
        overflow: hidden;
        font: 12px/1.5 Verdana, Geneva, sans-serif;
        text-align: left;
    }

    .slideBox .pic li {
        width: 100%;
        /*height: 350px;*/
        position: relative;
    }

    .slideBox .pic .pic_imgbox {
        display: block;
        width: 100%;
        height: 100%;
    }

    .slideBox .pic li h4 {
        position: absolute;
        width: 100%;
        bottom: 20px;
        z-index: 2;
        text-align: center;
    }

        .slideBox .pic li h4 a {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            margin-top: 10px;
        }

    .slideBox .pic img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .slideBox .txt-bg {
        /* position: absolute;
        bottom: 10px;
        z-index: 1;
        height: 70px;
        width: 100%;
        background: linear-gradient(to top, rgba(0,0,0,.8),rgba(0,0,0,0));*/
        /*        filter: alpha(opacity=40);
        opacity: 0.4;*/
        /*        overflow: hidden;*/
    }

    .slideBox .num {
        position: absolute;
        z-index: 3;
        bottom: 10px;
        left: 50%;
        width: 280px;
        margin-left: -140px;
    }

        .slideBox .num li {
            float: left;
            position: relative;
            width: 52px;
            height: 4px;
            overflow: hidden;
            text-align: center;
            margin: 0 2px;
            cursor: pointer;
            background: #fff;
        }

            .slideBox .num li.on {
                background: #2A3C54;
            }

    .slideBox .prev,
    .slideBox .next {
        width: 45px;
        height: 79px;
        position: absolute;
        top: 50%;
        margin-top: -14px;
        z-index: 999;
    }

    .slideBox .prev {
        background: url(../Content/newImage/btn_left_while.png)no-repeat;
        left: 28px;
    }

    .slideBox .next {
        background: url(../Content/newImage/btn_right_while.png)no-repeat;
        right: 7px;
    }
}
@media (min-width: 992px) {
    body {
        padding: 0px;
        margin: 0px;
        font-family: 'Microsoft YaHei';
        background: #FFF;
    }

    header {
        width: 100%;
        background: url(../image/rumor/header_bg1.png);
        background-size: cover;
        height: 250px;
        position: relative;
    }

    .header_box {
        width: 1200px;
        margin: 0 auto;
        height: 250px;
        padding-top: 30px;
        position: relative;
    }

    .logo {
        width: 220px;
        float: left;
        margin-top: 0px;
        margin-left: 5px;
    }

    .tltle {
        width: calc(100% - 225px);
        float: left;
        font-size: 62px;
        color: #fff;
        height: 150px;
        line-height: 100px;
        text-align: left;
        padding-left: 120px;
        box-sizing: border-box;
        font-weight: 600;
        box-sizing: border-box;
        padding-top: 45px;
        letter-spacing: 5px;
        text-shadow: -5px 2px 5px rgba(0,0,0,.3);
        /*    -webkit-box-reflect: below -30px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.5, transparent), to(rgba(3,3,3,.2)));
*/
    }

    .nav {
        position: absolute;
        height: 50px;
        width: calc(100% - 150px);
        bottom: 5px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0px;
        margin-left: 150px;
    }

        .nav li {
            text-decoration: none;
            list-style: none;
            flex-grow: 1;
            text-align: center;
            line-height: 50px;
            cursor: pointer;
            position: relative;
            padding: 0;
        }

    /*        .nav li::before {
            content: ' ';
            height: 15px;
            width: 1px;
            background: rgba(255,255,255,.9);
            position: absolute;
            right: -1px;
            top: 17px;
        }

        .nav li:last-child::before {
            content: '';
            height: 0px;
            width: 0px;
        }*/

    .nav_item {
        margin-top: 10px;
        box-sizing: border-box;
        height: 33px;
        line-height: 30px;
        color: rgba(255,255,255,.95);
        margin: 0 auto;
        font-size: 19px;
        font-family: 'Microsoft YaHei';
        font-weight: 500;
        display: inline-block;
        width: auto;
        padding: 0px 10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .nav li:hover .nav_item {
        border-bottom: 2px solid #fff;
        color: rgba(255,255,255,1);
    }

    .nav_item > a {
        color: #fff;
    }

    .main_box_bg1 {
        width: 100%;
        overflow: hidden;
        background: #fff;
        position: relative;
    }

    .main_box_bg2 {
        width: 100%;
        overflow: hidden;
        background: #F3F5FE;
    }

    .main_box {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
    }

    .main_box1 {
        width: 1250px;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .headlines_box {
        padding: 0;
        width: 50%;
        float: left;
        height: 430px;
        background: #F4F7FF;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .headlines_title {
        width: 100%;
        height: 50px;
        background: #207DE5;
        border-radius: 8px 8px 0px 0px;
    }

    .headlines_titletext {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        float: left;
        height: 50px;
        line-height: 50px;
        margin-left: 15px;
        cursor: pointer;
    }

    .headlines_more {
        color: #fff;
        font-size: 16px;
        float: right;
        height: 50px;
        line-height: 50px;
        margin-left: 15px;
        width: 55px;
        position: relative;
        margin-right: 15px;
        letter-spacing: 2px;
        cursor: pointer;
    }

        .headlines_more img {
            position: absolute;
            top: 16px;
            right: 0px;
            width: 18px;
            height: 18px;
        }

    .headlines_itembox {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
        height: 430px;
    }

    .headlines_itemtop {
        width: 100%;
        height: 90px;
        margin-top: 18px;
        /*    border-bottom: 1px solid #B3BADA;
*/ box-sizing: border-box;
        cursor: pointer;
        position: relative;
        margin-bottom: 10px;
    }

    .headlines_itemtopbox div:last-child {
        border-bottom: 0px !important;
    }

    .headlines_itemtop img {
        width: 160px;
        height: 90px;
        float: left;
        border-radius: 5px;
        position: relative;
    }

    .headlines_itemtop:nth-child(1) :before {
        content: '1';
        position: absolute;
        background: #DC3636;
        left: 0px;
        top: 0px;
        width: 18px;
        height: 18px;
        z-index: 999;
        color: #fff;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        border-radius: 5px 0px 5px 0px;
        font-weight: bold;
    }

    .headlines_itemtoptitle {
        max-width: calc(100% - 175px);
        float: left;
        font-weight: 700;
        color: #242424;
        font-size: 18px;
        margin-left: 15px;
        border-bottom: 1px solid transparent;
        height: 25px;
        letter-spacing: 1px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 5px;
    }

    .headlines_itemtop:hover .headlines_itemtoptitle {
        color: #0A2FA5;
        border-bottom: 1px solid #0A2FA5;
    }

    .headlines_itemtoptime {
        width: calc(100% - 210px);
        float: left;
        color: #6B6D6D;
        font-size: 16px;
        margin-left: 15px;
        height: 35px;
        line-height: 35px;
    }

    .headlines_itemtopcontent {
        width: calc(100% - 175px);
        float: left;
        color: #222424;
        font-size: 16px;
        margin-left: 15px;
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        letter-spacing: 1px;
        margin-top: 5px;
    }

    .headlines_item {
        width: 100%;
        height: 36px;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        float: left;
    }

    .headlines_itemnum {
        width: 14px;
        float: left;
        height: 100%;
        line-height: 36px;
        text-align: center;
        font-size: 17px;
    }

    .headlines_item:nth-child(2) .headlines_itemnum {
        color: #EC6011;
    }

    .headlines_item:nth-child(3) .headlines_itemnum {
        color: #EE9C12;
    }

    .headlines_itemtitle {
        max-width: calc(100% - 30px);
        float: left;
        color: #242424;
        font-size: 17px;
        margin-left: 15px;
        border-bottom: 1px solid transparent;
        height: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 36px;
    }

    .shortcut_box {
        width: calc(50% - 20px);
        margin-left: 20px;
        float: left;
        height: 430px;
        position: relative;
        margin-bottom: 20px;
    }

    .shortcut_item {
        width: calc(50% - 10px);
        height: 240px;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
        float: left;
    }

        .shortcut_item:nth-child(odd) {
            margin-right: 10px;
        }

        .shortcut_item:nth-child(even) {
            margin-left: 10px;
        }

    .shortcut_item_full {
        width: 100%;
        height: 168px;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
        float: left;
    }

    .shortcut_title {
        position: absolute;
        width: 100%;
        height: 55px;
        line-height: 55px;
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        bottom: 0px;
    }

    .shortcut_full_title {
        position: absolute;
        width: 365px;
        height: 80px;
        line-height: 80px;
        font-size: 48px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        bottom: 20px;
        right: 5px;
        text-shadow: 0px 0px 7px #0067c2;
    }

    .shortcut_title1 {
        width: 100%;
        height: 50px;
        padding-left: 125px;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px;
        padding-top: 30px;
        box-sizing: border-box;
    }

    .shortcut_title2 {
        width: 100%;
        height: 50px;
        padding-left: 125px;
        font-size: 28px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        margin-top: 5px;
    }

    .shortcut1 {
        background: url(../image/rumor/btn1.png) no-repeat center top;
    }

    .shortcut1_img {
        position: absolute;
        background: #fff url(../image/rumor/btn1_img.png) no-repeat center center;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .shortcut2 {
        background: url(../image/rumor/btn2.png) no-repeat center top;
    }

    .shortcut2_img {
        position: absolute;
        background: #fff url(../image/rumor/btn2_img.png) no-repeat center top;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .shortcut3 {
        background: url(../image/rumor/btn3.png) no-repeat center center;
    }

    .shortcut3_img {
        position: absolute;
        background: #fff url(../image/rumor/btn3_img.png) no-repeat center center;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .shortcut4 {
        background: url(../image/rumor/btn4.png) no-repeat center center;
    }

    .shortcut4_img {
        position: absolute;
        background: #fff url(../image/rumor/btn4_img.png) no-repeat center center;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .jxw2 {
        position: absolute;
        width: 144px;
        height: 177px;
        bottom: -10px;
        right: 255px;
        z-index: 5;
    }

    .special_box {
        margin: 0 auto;
        width: 100%;
        height: 118px;
        background: url(../image/rumor/special.png);
        max-width: 1200px;
        position: relative;
        margin-bottom: 40px;
        /*    float: left;
    
    
    */
    }

    .special_jxw {
        position: absolute;
        content: ' ';
        background: url(../image/rumor/jxw4.png);
        width: 139px;
        height: 128px;
        left: -50px;
        bottom: -20px;
        z-index: 99;
    }

    .special_title {
        width: 29%;
        height: 118px;
        text-align: center;
        font-size: 30px;
        color: #1F7DE5;
        float: left;
        line-height: 113px;
        padding-left: 5px;
        box-sizing: border-box;
    }

    .special_content_box {
        width: 71%;
        position: relative;
        float: left;
        overflow: hidden;
        height: 118px;
    }

    .special_ul {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        left: 0px;
        top: 0px;
        overflow: hidden;
    }

        .special_ul li {
            width: 100%;
            height: 118px;
            font-size: 24px;
            color: #FFF;
            line-height: 118px;
            /*padding-left: 20px;*/
            float: left;
            box-sizing: border-box;
            cursor: pointer;
            text-align: center;
        }

    .new_module {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 40px;
    }

        .new_module:first-child {
            margin-top: 40px;
        }
    /*    .new_module:last-child {
        margin-bottom: 40px;
    }*/
    .news_box {
        width: 50%;
        overflow: hidden;
        float: left;
        box-sizing: border-box;
        min-height: 370px;
    }

    .news_interbox {
        width: 100%;
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
        float: left;
    }

    .news_interbox_left {
        width: calc(50% - 15px);
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
        margin-right: 15px;
        float: left;
    }

    .news_interbox_right {
        width: calc(50% - 15px);
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
        margin-left: 15px;
        float: left;
    }

    .news_interbox_1 {
        width: calc(70% - 15px);
        background: #fff;
        box-sizing: border-box;
        overflow: hidden;
        margin-right: 15px;
        float: left;
        padding-left: 25px;
        box-sizing: border-box;
    }

    .news_interbox_2 {
        width: calc(30% - 5px);
        background: #fff;
        box-sizing: border-box;
        overflow: hidden;
        margin-left: 5px;
        float: left;
        padding: 0px 25px 0px 10px;
    }
    /*    .news_interbox_2 > .news_interbox_titlebox{
        margin:0px -10px;
    }*/

    .news_interbox_titlebox {
        width: 100%;
        height: 55px;
        position: relative;
    }

    .pyjz_interbox_titlebox {
        width: 100%;
        height: 55px;
        position: relative;
        background: #1E7EE4 url(../image/rumor/pyjzbg.png) no-repeat center center/100% 100%;
        border-radius: 5px 5px 0px 0px;
        line-height: 55px;
        color: #FFF;
        font-size: 24px;
        padding-left: 20px;
        box-sizing: border-box;
        font-weight: 700;
    }

    .pyjz_tab {
        width: calc(100% - 40px);
        height: 55px;
        background: #9BD0F8;
        float: left;
        margin: -20px 20px 20px 20px;
    }

    .pyjz_tab_item {
        width: 25%;
        text-align: center;
        line-height: 55px;
        float: left;
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        position: relative;
    }

        .pyjz_tab_item:hover {
            background: #fff;
            color: #1E7EE4;
        }

    .pyjz_tab_item_leftradius {
        position: absolute;
        width: 18px;
        height: 37px;
        background: #9BD0F8;
        left: 0px;
        top: 0px;
        display: none;
    }

        .pyjz_tab_item_leftradius:after {
            position: absolute;
            content: " ";
            width: 18px;
            height: 18px;
            bottom: -18px;
            left: 0px;
            border-bottom-right-radius: 18px;
            background: #9BD0F8;
        }

    .pyjz_tab_item_rightradius {
        position: absolute;
        width: 18px;
        height: 37px;
        background: #9BD0F8;
        right: 0px;
        top: 0px;
        display: none;
    }

        .pyjz_tab_item_rightradius:after {
            position: absolute;
            content: " ";
            width: 18px;
            height: 18px;
            bottom: -18px;
            left: 0px;
            border-bottom-left-radius: 18px;
            background: #9BD0F8;
        }

    .pyjz_tab_item:hover > .pyjz_tab_item_leftradius, .pyjz_tab_item:hover > .pyjz_tab_item_rightradius {
        display: block;
    }

    .pyjz_tab_item_active {
        background: #FFF;
        color: #1E7EE4;
    }

        .pyjz_tab_item_active > .pyjz_tab_item_leftradius, .pyjz_tab_item_active > .pyjz_tab_item_rightradius {
            display: block;
        }
    .pyjz_default {
        width: calc(100% - 28px);
        height: 260px;
        margin-left: 8px;
    }

    .pyjz_default_div {
        width: 800px;
        height: 200px;
        padding-top: 70px;
        margin: 0 auto;
    }

    .pyjz_default_div_img {
        width: 400px;
        height: 100%;
        float: left;
    }

    .pyjz_default_img {
        height: 200px;
        float: right;
    }

    .pyjz_default_content {
        width: 400px;
        height: 100%;
        float: left;
        line-height: 200px;
        padding-left: 30px;
        box-sizing: border-box;
        color: #808080;
        font-size: 24px;
        font-weight: 700;
    }
    .news_interbox_title {
        height: 35px;
        line-height: 20px;
        font-size: 20px;
        font-weight: 700;
        float: left;
        color: #1E7EE4;
        position: relative;
        width: 50%;
        cursor: pointer;
    }

        .news_interbox_title::before {
            content: ' ';
            position: absolute;
            height: 7px;
            width: 99px;
            background: url(../image/rumor/titleline.png) no-repeat;
            left: 0px;
            top: 32px;
        }

    .news_interbox_titlebox::before {
        content: ' ';
        position: absolute;
        height: 1px;
        width: calc(100% - 99px);
        background: #B3BADA;
        left: 99px;
        top: 35px;
    }

    .news_interbox_more {
        color: #1E7EE4;
        font-size: 16px;
        float: right;
        height: 35px;
        line-height: 35px;
        margin-left: 15px;
        width: 55px;
        position: relative;
        margin-right: 5px;
        letter-spacing: 2px;
        cursor: pointer;
    }

        .news_interbox_more img {
            position: absolute;
            top: 8px;
            right: 0px;
            width: 18px;
            height: 18px;
        }

    .news_item_box {
        width: 100%;
        overflow: hidden;
        min-height: 270px;
    }

    .news_item {
        height: 45px;
        line-height: 45px;
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        overflow: hidden;
        font-size: 16px;
        padding-left: 15px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }

        .news_item:hover .news_item_title {
            color: #1E7EE4;
        }

        .news_item::before {
            content: ' ';
            position: absolute;
            height: 6px;
            width: 6px;
            border-radius: 3px;
            background: #CBCBCB;
            top: 20px;
            left: 0px;
        }

        .news_item:hover:before {
            background: #1E7EE4;
        }


    .news_item_title {
        float: left;
        width: calc(100% - 100px);
        font-size: 18px;
        color: #242424;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news_item_time {
        float: right;
        width: 100px;
        text-align: right;
        color: #3C3C3C;
        font-size: 16px;
    }

    .news_box_full {
        width: 100%;
        overflow: hidden;
        float: left;
        box-sizing: border-box;
        min-height: 370px;
    }

    .news_item_box_left {
        width: 50%;
        float: left;
        overflow: hidden;
        min-height: 270px;
        padding-right: 30px;
        box-sizing: border-box;
    }

    .news_item_box_right {
        width: 50%;
        float: left;
        overflow: hidden;
        min-height: 270px;
        padding-left: 30px;
        box-sizing: border-box;
    }


    .news_tipitem {
        height: 52px;
        line-height: 52px;
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        overflow: hidden;
        font-size: 16px;
        padding-left: 54px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }

    .news_tip1 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj1.png) no-repeat;
        color: #EA6552;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip2 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj2.png) no-repeat;
        color: #F1276F;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip3 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj3.png) no-repeat;
        color: #5784D1;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip4 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj4.png) no-repeat;
        color: #7162E3;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip5 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj5.png) no-repeat;
        color: #29B4BC;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip6 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj6.png) no-repeat;
        color: #47BB66;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tipitem_title {
        float: left;
        width: calc(100% - 100px);
        font-size: 18px;
        color: #242424;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news_tipitem_time {
        float: right;
        width: 100px;
        text-align: right;
        color: #3C3C3C;
        font-size: 16px;
    }


    .news_item_big {
        height: 85px;
        line-height: 45px;
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        overflow: hidden;
        font-size: 16px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 8px;
    }

    .news_tipitem:hover .news_tipitem_title {
        color: #0931A1;
    }

    .news_item_big_title {
        float: left;
        font-size: 18px;
        padding-left: 90px;
        font-weight: 700;
        line-height: 35px;
        color: #242424;
    }

    .news_item_big_content {
        float: left;
        font-size: 18px;
        padding-left: 90px;
        line-height: 35px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: calc(100% - 100px);
        color: #3C3C3C;
    }

    .news_item_big_time_box {
        position: absolute;
        width: 78px;
        height: 72px;
        position: absolute;
        border-radius: 3px;
        border: 2px solid #4979F3;
        box-sizing: border-box;
    }

    .news_item_big_date {
        width: 100%;
        height: 38px;
        text-align: center;
        color: #FFF;
        font-size: 22px;
        font-weight: 700;
        background: #4979F3;
    }

    .news_item_big_month {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #4979F3;
        font-size: 16px;
    }

    .picnews_box {
        width: calc(50% - 15px);
        height: 360px;
        float: left;
        cursor: pointer;
    }

        .picnews_box:nth-child(2n) {
            margin-right: 15px;
        }

        .picnews_box:nth-child(2n-1) {
            margin-left: 15px;
        }

        .picnews_box img {
            width: 100%;
            height: 225px;
            border-radius: 5px;
        }

    .picnews_title {
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 1px;
        border-bottom: 1px solid transparent;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .picnews_box:hover .picnews_title {
        color: #0A2FA5;
        border-bottom: 1px solid #0A2FA5;
    }

    .picnews_content {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1px;
        border-bottom: 1px solid transparent;
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .picnews2 {
        width: 100%;
        height: 220px;
        border-radius: 5px;
        margin-bottom: 10px;
        cursor: pointer;
    }

        .picnews2:hover {
            transition: transform .3s ease-out;
            -o-transition: transform .3s ease-out;
            -webkit-transition: transform .3s ease-out;
            -moz-transition: transform .3s ease-out;
            transform: scale(1.05);
            -ms-transform: scale(1.05);
            -webkit-transform: scale(1.05);
        }

    .footer {
        width: 100%;
        background: #EDF1FE;
        height: 100px;
    }

    .linkbox {
        width: 100%;
        min-height: 350px;
        overflow: hidden;
        float: left;
        padding-left: 12px;
        box-sizing: border-box;
        display: none;
    }

    .linkbox_avtive {
        display: block;
    }

    .linkbox > div {
        width: calc(16.6666666666% - 19.8px);
        cursor: pointer;
    }
    .linkbox > .gzhlinkItem {
        width: calc(12.5% - 19.8px);
        cursor: pointer;
    }

    .linkTitleItem {
        height: 100px;
        background: #6CB3E7;
        border-radius: 5px;
        margin: 0px 9px 20px 9px;
        float: left;
        color: #fff;
        text-align: center;
        padding-top: 33px;
        box-sizing: border-box;
        font-size: 24px;
    }

        .linkTitleItem:hover {
            background: #207DE5;
        }

    .linkItem {
        margin: 0px 9px 20px 9px;
        height: 110px;
        background: #FFF;
        border-radius: 5px;
        border: 1px solid #6CB3E7;
        float: left;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .gzhlinkItem {
        margin: 0px 9px 40px 9px;
        width: 135px;
        height: 135px;
        float: left;
    }

        .gzhlinkItem:hover .gzhlinkItemimg {
            display: none;
        }

        .gzhlinkItem:hover .gzhlinkItemqr {
            display: block;
        }

    .gzhlinkItemimg {
        width: 135px;
        height: 135px;
        float: left;
    }

    .gzhlinkItemqr {
        width: 135px;
        height: 135px;
        float: left;
        display: none;
    }

    .gzhlinktitle {
        width: 135px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }
    .first_box {
        /*width: 1250px;*/
        max-width: 1250px;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        margin-top: 95px;
        padding-bottom: 30px;
        margin-top: 60px;
    }

    .local {
        padding: 0px 0px 15px 0px;
        line-height: 20px;
    }

    .breadcrumbNavigation:hover {
        color: #2F63E6 !important;
    }

    .firstTitle {
        height: 45px;
        position: relative;
        /*    background: url(../image/common/bg2.png) bottom no-repeat;
*/
    }

        .firstTitle span {
            height: 45px;
            line-height: 45px;
            width: 300px;
            padding-left: 15px;
            display: block;
            color: #FFF;
            font-size: 20px;
            font-weight: bold;
            cursor: pointer;
            background: linear-gradient(to right,#2F63E6, rgba(255,255,255,0) 70%,rgba(255,255,255,0));
            border-radius: 5px;
            position: relative;
            z-index: 5;
        }

        .firstTitle:after {
            content: ' ';
            width: calc(100% - 5px);
            height: 1px;
            background: #D3D8DE;
            position: absolute;
            bottom: 0px;
            right: 0px;
        }

    .menu {
        cursor: pointer;
        /* border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;*/
        border: 1px solid #ddd;
        background-color: white;
        text-align: center;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        border-radius: 5px;
        margin: 18px 10px;
        font-weight: bold;
    }

        .menu:hover {
            background: #2F63E6;
            color: white;
            border-radius: 5px;
        }


    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        background-clip: padding-box;
        width: 206px;
        font-size: 16px;
    }

        .dropdown-menu li {
            color: black !important;
        }

    .dropdown {
        position: relative;
    }

    .open > .nav_item > .dropdown-menu {
        display: block;
    }

    .dropdown-menu > li {
        width: 206px;
        line-height: 50px;
    }

        .dropdown-menu > li:hover {
            background-color: #068BE8 !important;
            background-image: none;
            color: white !important;
        }

    .newslink {
        max-width: 760px;
        color: #333;
        cursor: pointer;
        padding-left: 20px;
        font-weight: 400;
        /*    background: url("/Content/Image/square.jpg") left center no-repeat;
*/
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .newslink:before {
            content: ' ';
            position: absolute;
            height: 4px;
            width: 4px;
            border-radius: 3px;
            background: #2F63E6;
            top: 10px;
            left: 5px;
        }
        /*    .newslink:hover:before {
        background: #2F63E6;
    }*/
        .newslink:hover {
            color: #2F63E6;
            cursor: pointer;
        }

    .newsTime {
        font-size: 14px;
        color: #3C3C3C;
        text-align: right;
    }

    .search_div {
        height: 38px;
        width: 100%;
        padding: 0px;
    }

    .searchinput {
        border: 1px solid #bababa;
        height: 38px;
        font-size: 14px;
        border-radius: 3px;
        float: left;
        width: calc(100% - 160px);
        padding-left: 14px;
        box-sizing: border-box;
    }

    .searchbtn {
        width: 120px;
        height: 38px;
        background: #2F63E6;
        border: 0;
        padding: 0px 40px;
        color: #ffffff;
        font-size: 16px;
        border-radius: 3px;
        float: right;
    }

    .IsTopShow {
        color: red !important;
    }

    .newsListContent {
        overflow: hidden;
        min-height: 500px;
        margin-top: 15px;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .secondMenu {
        background: #f5f7fc;
        margin-top: 15px;
        border-radius: 5px;
    }

    .portalBarSpan {
        color: #666666
    }

    .header_box .nav_item a {
        color: #fff;
    }

    .header_box .nav_item li:hover a {
        color: #FFF !important;
    }

    .innerContain_nbg {
        background: #FFF;
        overflow: hidden;
        margin-bottom: 100px;
    }

    .local {
        padding: 0px 0px 15px 0px;
        line-height: 20px;
    }

    .newsBoard {
        box-shadow: 0px 0px 10px rgb(19 45 154 / 30%);
        background: #FFF;
        border-radius: 5px;
        height: auto;
        padding: 30px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .portalTitle {
        text-align: center;
        color: #2F63E6;
        font-size: 30px;
        font-weight: bold;
        padding: 20px 20px 0px;
    }

    .portalBar {
        height: 45px;
        line-height: 45px;
        /*    background: #f3faff;
*/ text-align: center;
        box-sizing: border-box;
    }

    .portalContent {
        clear: both;
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
    }
        .portalContent img {
            width: 100%;
            height: auto;
        }
    .reporttip_box {
        background: #FFF;
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid rgb(19 45 154 / 30%);
        box-sizing: border-box;
    }

    .reporttip_box {
        background: #FFF;
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid rgb(19 45 154 / 30%);
        box-sizing: border-box;
    }

    .first_box {
        /*width: 1250px;*/
        max-width: 1250px;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        margin-top: 60px;
        padding-bottom: 30px;
        margin-top: 60px;
    }

    .want-report {
        margin: 60px auto;
        min-width: 1200px;
    }



        .want-report .want-report-title h3 {
            font-size: 20px;
            color: rgba(68, 129, 235, 0.9);
            text-transform: uppercase;
            text-align: center;
            font-weight: 700;
            position: relative;
            padding-bottom: 15px;
            letter-spacing: 3px;
        }

            .want-report .want-report-title h3::after {
                content: '';
                position: absolute;
                display: block;
                width: 80px;
                height: 3px;
                background: #18d26e;
                bottom: 0;
                left: calc(50% - 40px);
            }

        .want-report .article-body {
            color: #323232;
            font-size: 16px;
            line-height: 40px;
            margin-top: 40px;
            min-height: 180px;
        }

            .want-report .article-body p {
                text-indent: 2em;
                margin-top: 0;
                margin-bottom: 1rem;
            }

        .want-report .text-center-div {
            margin-top: 30px;
            text-align: center;
            width: 100%;
        }

    .layui-btn {
        background-color: rgba(68, 129, 235, 0.9);
    }

    .jb-form {
        min-width: 1200px;
        padding: 60px;
    }

    .report-partial {
        color: #005cbf;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
        width: max-content;
        border-bottom: 2px solid #005cbf;
        margin-bottom: 30px;
    }

        .report-partial i {
            font-size: 22px;
            margin-right: 2px;
        }

    .layui-form-label {
        width: 150px;
        font-weight: bold;
        text-align: left;
    }

    .layui-input-block {
        margin-left: 150px;
    }

    .mnav {
        color: #00c;
        text-decoration: underline;
    }

    .hideformitem {
        display: none;
    }

    .success-page {
        text-align: center;
        min-width: 1200px;
    }

    .innerContain_nbg {
        background: #FFF;
        overflow: hidden;
        margin-bottom: 100px;
    }

    .local {
        padding: 0px 0px 15px 0px;
        line-height: 20px;
    }

    .newsBoard {
        box-shadow: 0px 0px 10px rgb(19 45 154 / 30%);
        background: #FFF;
        border-radius: 5px;
        height: auto;
        padding: 30px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .portalTitle {
        text-align: center;
        color: #2F63E6;
        font-size: 30px;
        font-weight: bold;
        padding: 20px 20px 0px;
    }

    .portalBar {
        height: 45px;
        line-height: 45px;
        /*    background: #f3faff;
*/ text-align: center;
        box-sizing: border-box;
    }

    .portalContent {
        clear: both;
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
    }
        .portalContent img {
            width: 100%;
            height: auto;
        }
    .reporttip_box {
        background: #FFF;
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid rgb(19 45 154 / 30%);
        box-sizing: border-box;
    }

    .filter {
        border: 1px solid #c3e3fa;
        border-radius: 5px;
        font-size: 14px;
        box-shadow: 0px 3px 5px #f1f1f1;
        -moz-box-shadow: 0px 3px 5px #f1f1f1;
        -webkit-box-shadow: 0px 3px 5px #f1f1f1;
        margin: 20px 0;
    }

        .filter ul {
            margin-bottom: 0;
        }

        .filter li {
            height: 46px;
            line-height: 46px;
            border-bottom: 1px solid #c3e3fa;
        }

            .filter li:nth-child(2n+1) i {
                background: #d4f1ff;
            }

            .filter li i {
                float: left;
                width: 96px;
                text-align: center;
                font-style: normal;
                background: #c3e3fa;
            }

            .filter li span.on {
                color: #3773db;
                font-weight: bold;
            }

            .filter li span {
                float: left;
                margin: 0 15px;
                cursor: pointer;
            }

            .filter li .filterDate {
                float: left;
                background: #f1f1f1;
                height: 35px;
                line-height: 35px;
                vertical-align: middle;
                padding: 0 15px;
                border-radius: 5px;
                margin-top: 5px;
            }

                .filter li .filterDate input {
                    border: 1px solid #e6e6e6;
                    height: 35px;
                    float: left;
                    transition: all .3s;
                    padding-left: 15px;
                    border-radius: 3px;
                    line-height: 30px;
                    min-width: 190px;
                }

                .filter li .filterDate * {
                    vertical-align: middle;
                }
    .slideBox .num {
        position: relative;
        /*width: 712px;*/
        /*height: 360px;*/
        overflow: hidden;
        font: 12px/1.5 Verdana, Geneva, sans-serif;
        text-align: left;
    }

    .slideBox .pic li {
        width: 100%;
        /*height: 350px;*/
        position: relative;
    }

    .slideBox .pic .pic_imgbox {
        display: block;
        width: 100%;
        height: 100%;
    }

    .slideBox .pic li h4 {
        position: absolute;
        width: 100%;
        bottom: 20px;
        z-index: 2;
        text-align: center;
    }

        .slideBox .pic li h4 a {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            margin-top: 10px;
        }

    .slideBox .pic img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .slideBox .txt-bg {
        /* position: absolute;
        bottom: 10px;
        z-index: 1;
        height: 70px;
        width: 100%;
        background: linear-gradient(to top, rgba(0,0,0,.8),rgba(0,0,0,0));*/
        /*        filter: alpha(opacity=40);
        opacity: 0.4;*/
        /*        overflow: hidden;*/
    }

    .slideBox .num {
        position: absolute;
        z-index: 3;
        bottom: 10px;
        left: 50%;
        width: 280px;
        margin-left: -140px;
    }

        .slideBox .num li {
            float: left;
            position: relative;
            width: 52px;
            height: 4px;
            overflow: hidden;
            text-align: center;
            margin: 0 2px;
            cursor: pointer;
            background: #fff;
        }

            .slideBox .num li.on {
                background: #2A3C54;
            }

    .slideBox .prev,
    .slideBox .next {
        width: 45px;
        height: 79px;
        position: absolute;
        top: 50%;
        margin-top: -14px;
        z-index: 999;
    }

    .slideBox .prev {
        background: url(../Content/newImage/btn_left_while.png)no-repeat;
        left: 28px;
    }

    .slideBox .next {
        background: url(../Content/newImage/btn_right_while.png)no-repeat;
        right: 7px;
    }
}
@media (min-width: 1200px) {
    body {
        padding: 0px;
        margin: 0px;
        font-family: 'Microsoft YaHei';
        background: #FFF;
    }

    header {
        width: 100%;
        background: url(../image/rumor/header_bg1.png);
        background-size: cover;
        height: 250px;
        position: relative;
    }

    .header_box {
        width: 1200px;
        margin: 0 auto;
        height: 250px;
        padding-top: 30px;
        position: relative;
    }

    .logo {
        width: 220px;
        float: left;
        margin-top: 0px;
        margin-left: 5px;
    }

    .tltle {
        width: calc(100% - 225px);
        float: left;
        font-size: 62px;
        color: #fff;
        height: 150px;
        line-height: 100px;
        text-align: left;
        padding-left: 120px;
        box-sizing: border-box;
        font-weight: 600;
        box-sizing: border-box;
        padding-top: 45px;
        letter-spacing: 5px;
        text-shadow: -5px 2px 5px rgba(0,0,0,.3);
        /*    -webkit-box-reflect: below -30px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.5, transparent), to(rgba(3,3,3,.2)));
*/
    }

    .nav {
        position: absolute;
        height: 50px;
        width: calc(100% - 150px);
        bottom: 5px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0px;
        margin-left: 150px;
    }

        .nav li {
            text-decoration: none;
            list-style: none;
            flex-grow: 1;
            text-align: center;
            line-height: 50px;
            cursor: pointer;
            position: relative;
            padding: 0;
        }

    /*        .nav li::before {
            content: ' ';
            height: 15px;
            width: 1px;
            background: rgba(255,255,255,.9);
            position: absolute;
            right: -1px;
            top: 17px;
        }

        .nav li:last-child::before {
            content: '';
            height: 0px;
            width: 0px;
        }*/

    .nav_item {
        margin-top: 10px;
        box-sizing: border-box;
        height: 33px;
        line-height: 30px;
        color: rgba(255,255,255,.95);
        margin: 0 auto;
        font-size: 19px;
        font-family: 'Microsoft YaHei';
        font-weight: 500;
        display: inline-block;
        width: auto;
        padding: 0px 10px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .nav li:hover .nav_item {
        border-bottom: 2px solid #fff;
        color: rgba(255,255,255,1);
    }

    .nav_item > a {
        color: #fff;
    }

    .main_box_bg1 {
        width: 100%;
        overflow: hidden;
        background: #fff;
        position: relative;
    }

    .main_box_bg2 {
        width: 100%;
        overflow: hidden;
        background: #F3F5FE;
    }

    .main_box {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
    }

    .main_box1 {
        width: 1250px;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .headlines_box {
        padding: 0;
        width: 50%;
        float: left;
        height: 430px;
        background: #F4F7FF;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .headlines_title {
        width: 100%;
        height: 50px;
        background: #207DE5;
        border-radius: 8px 8px 0px 0px;
    }

    .headlines_titletext {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        float: left;
        height: 50px;
        line-height: 50px;
        margin-left: 15px;
        cursor: pointer;
    }

    .headlines_more {
        color: #fff;
        font-size: 16px;
        float: right;
        height: 50px;
        line-height: 50px;
        margin-left: 15px;
        width: 55px;
        position: relative;
        margin-right: 15px;
        letter-spacing: 2px;
        cursor: pointer;
    }

        .headlines_more img {
            position: absolute;
            top: 16px;
            right: 0px;
            width: 18px;
            height: 18px;
        }

    .headlines_itembox {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
        height: 430px;
    }

    .headlines_itemtop {
        width: 100%;
        height: 90px;
        margin-top: 18px;
        /*    border-bottom: 1px solid #B3BADA;
*/ box-sizing: border-box;
        cursor: pointer;
        position: relative;
        margin-bottom: 10px;
    }

    .headlines_itemtopbox div:last-child {
        border-bottom: 0px !important;
    }

    .headlines_itemtop img {
        width: 160px;
        height: 90px;
        float: left;
        border-radius: 5px;
        position: relative;
    }

    .headlines_itemtop:nth-child(1) :before {
        content: '1';
        position: absolute;
        background: #DC3636;
        left: 0px;
        top: 0px;
        width: 18px;
        height: 18px;
        z-index: 999;
        color: #fff;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        border-radius: 5px 0px 5px 0px;
        font-weight: bold;
    }

    .headlines_itemtoptitle {
        max-width: calc(100% - 175px);
        float: left;
        font-weight: 700;
        color: #242424;
        font-size: 18px;
        margin-left: 15px;
        border-bottom: 1px solid transparent;
        height: 25px;
        letter-spacing: 1px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 5px;
    }

    .headlines_itemtop:hover .headlines_itemtoptitle {
        color: #0A2FA5;
        border-bottom: 1px solid #0A2FA5;
    }

    .headlines_itemtoptime {
        width: calc(100% - 210px);
        float: left;
        color: #6B6D6D;
        font-size: 16px;
        margin-left: 15px;
        height: 35px;
        line-height: 35px;
    }

    .headlines_itemtopcontent {
        width: calc(100% - 175px);
        float: left;
        color: #222424;
        font-size: 16px;
        margin-left: 15px;
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        letter-spacing: 1px;
        margin-top: 5px;
    }

    .headlines_item {
        width: 100%;
        height: 36px;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        float: left;
    }

    .headlines_itemnum {
        width: 14px;
        float: left;
        height: 100%;
        line-height: 36px;
        text-align: center;
        font-size: 17px;
    }

    .headlines_item:nth-child(2) .headlines_itemnum {
        color: #EC6011;
    }

    .headlines_item:nth-child(3) .headlines_itemnum {
        color: #EE9C12;
    }

    .headlines_itemtitle {
        max-width: calc(100% - 30px);
        float: left;
        color: #242424;
        font-size: 17px;
        margin-left: 15px;
        border-bottom: 1px solid transparent;
        height: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 36px;
    }

    .shortcut_box {
        width: calc(50% - 20px);
        margin-left: 20px;
        float: left;
        height: 430px;
        position: relative;
        margin-bottom: 20px;
    }

    .shortcut_item {
        width: calc(50% - 10px);
        height: 240px;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
        float: left;
    }

        .shortcut_item:nth-child(odd) {
            margin-right: 10px;
        }

        .shortcut_item:nth-child(even) {
            margin-left: 10px;
        }

    .shortcut_item_full {
        width: 100%;
        height: 168px;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
        float: left;
    }

    .shortcut_title {
        position: absolute;
        width: 100%;
        height: 55px;
        line-height: 55px;
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        bottom: 0px;
    }

    .shortcut_full_title {
        position: absolute;
        width: 365px;
        height: 80px;
        line-height: 80px;
        font-size: 48px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: center;
        bottom: 20px;
        right: 5px;
        text-shadow: 0px 0px 7px #0067c2;
    }

    .shortcut_title1 {
        width: 100%;
        height: 50px;
        padding-left: 125px;
        font-size: 18px;
        color: #fff;
        letter-spacing: 1px;
        padding-top: 30px;
        box-sizing: border-box;
    }

    .shortcut_title2 {
        width: 100%;
        height: 50px;
        padding-left: 125px;
        font-size: 28px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        margin-top: 5px;
    }

    .shortcut1 {
        background: url(../image/rumor/btn1.png) no-repeat center top;
    }

    .shortcut1_img {
        position: absolute;
        background: #fff url(../image/rumor/btn1_img.png) no-repeat center center;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .shortcut2 {
        background: url(../image/rumor/btn2.png) no-repeat center top;
    }

    .shortcut2_img {
        position: absolute;
        background: #fff url(../image/rumor/btn2_img.png) no-repeat center top;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .shortcut3 {
        background: url(../image/rumor/btn3.png) no-repeat center center;
    }

    .shortcut3_img {
        position: absolute;
        background: #fff url(../image/rumor/btn3_img.png) no-repeat center center;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .shortcut4 {
        background: url(../image/rumor/btn4.png) no-repeat center center;
    }

    .shortcut4_img {
        position: absolute;
        background: #fff url(../image/rumor/btn4_img.png) no-repeat center center;
        height: 84px;
        width: 84px;
        border-radius: 50%;
        top: 11px;
        left: 20px;
    }

    .jxw2 {
        position: absolute;
        width: 144px;
        height: 177px;
        bottom: -10px;
        right: 255px;
        z-index: 5;
    }

    .special_box {
        margin: 0 auto;
        width: 100%;
        height: 118px;
        background: url(../image/rumor/special.png);
        max-width: 1200px;
        position: relative;
        margin-bottom: 40px;
        /*    float: left;
    
    
    */
    }

    .special_jxw {
        position: absolute;
        content: ' ';
        background: url(../image/rumor/jxw4.png);
        width: 139px;
        height: 128px;
        left: -50px;
        bottom: -20px;
        z-index: 99;
    }

    .special_title {
        width: 29%;
        height: 118px;
        text-align: center;
        font-size: 30px;
        color: #1F7DE5;
        float: left;
        line-height: 113px;
        padding-left: 5px;
        box-sizing: border-box;
    }

    .special_content_box {
        width: 71%;
        position: relative;
        float: left;
        overflow: hidden;
        height: 118px;
    }

    .special_ul {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        left: 0px;
        top: 0px;
        overflow: hidden;
    }

        .special_ul li {
            width: 100%;
            height: 118px;
            font-size: 24px;
            color: #FFF;
            line-height: 118px;
            /*padding-left: 20px;*/
            float: left;
            box-sizing: border-box;
            cursor: pointer;
            text-align:center;
        }

    .new_module {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 40px;
    }

        .new_module:first-child {
            margin-top: 40px;
        }
    /*    .new_module:last-child {
        margin-bottom: 40px;
    }*/
    .news_box {
        width: 50%;
        overflow: hidden;
        float: left;
        box-sizing: border-box;
        min-height: 370px;
    }

    .news_interbox {
        width: 100%;
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
        float: left;
    }

    .news_interbox_left {
        width: calc(50% - 15px);
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
        margin-right: 15px;
        float: left;
    }

    .news_interbox_right {
        width: calc(50% - 15px);
        background: #fff;
        padding: 20px;
        box-sizing: border-box;
        overflow: hidden;
        border-radius: 10px;
        margin-left: 15px;
        float: left;
    }

    .news_interbox_1 {
        width: calc(70% - 15px);
        background: #fff;
        box-sizing: border-box;
        overflow: hidden;
        margin-right: 15px;
        float: left;
        padding-left: 25px;
        box-sizing: border-box;
    }

    .news_interbox_2 {
        width: calc(30% - 5px);
        background: #fff;
        box-sizing: border-box;
        overflow: hidden;
        margin-left: 5px;
        float: left;
        padding: 0px 25px 0px 10px;
    }
    /*    .news_interbox_2 > .news_interbox_titlebox{
        margin:0px -10px;
    }*/

    .news_interbox_titlebox {
        width: 100%;
        height: 55px;
        position: relative;
    }

    .pyjz_interbox_titlebox {
        width: 100%;
        height: 55px;
        position: relative;
        background: #1E7EE4 url(../image/rumor/pyjzbg.png) no-repeat center center/100% 100%;
        border-radius: 5px 5px 0px 0px;
        line-height: 55px;
        color: #FFF;
        font-size: 24px;
        padding-left: 20px;
        box-sizing: border-box;
        font-weight: 700;
    }

    .pyjz_tab {
        width: calc(100% - 40px);
        height: 55px;
        background: #9BD0F8;
        float: left;
        margin: -20px 20px 20px 20px;
    }

    .pyjz_tab_item {
        width: 25%;
        text-align: center;
        line-height: 55px;
        float: left;
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        position: relative;
    }

        .pyjz_tab_item:hover {
            background: #fff;
            color: #1E7EE4;
        }

    .pyjz_tab_item_leftradius {
        position: absolute;
        width: 18px;
        height: 37px;
        background: #9BD0F8;
        left: 0px;
        top: 0px;
        display: none;
    }

        .pyjz_tab_item_leftradius:after {
            position: absolute;
            content: " ";
            width: 18px;
            height: 18px;
            bottom: -18px;
            left: 0px;
            border-bottom-right-radius: 18px;
            background: #9BD0F8;
        }

    .pyjz_tab_item_rightradius {
        position: absolute;
        width: 18px;
        height: 37px;
        background: #9BD0F8;
        right: 0px;
        top: 0px;
        display: none;
    }

        .pyjz_tab_item_rightradius:after {
            position: absolute;
            content: " ";
            width: 18px;
            height: 18px;
            bottom: -18px;
            left: 0px;
            border-bottom-left-radius: 18px;
            background: #9BD0F8;
        }

    .pyjz_tab_item:hover > .pyjz_tab_item_leftradius, .pyjz_tab_item:hover > .pyjz_tab_item_rightradius {
        display: block;
    }

    .pyjz_tab_item_active {
        background: #FFF;
        color: #1E7EE4;
    }

        .pyjz_tab_item_active > .pyjz_tab_item_leftradius, .pyjz_tab_item_active > .pyjz_tab_item_rightradius {
            display: block;
        }

    .pyjz_default {
        width: calc(100% - 28px);
        height: 260px;
        margin-left: 8px;
    }
    .pyjz_default_div {
        width: 800px;
        height: 200px;
        padding-top: 70px;
        margin: 0 auto;
    }
    .pyjz_default_div_img {
        width: 400px;
        height: 100%;
        float: left;
    }
    .pyjz_default_img {
        height: 200px;
        float: right;
    }
    .pyjz_default_content {
        width: 400px;
        height: 100%;
        float: left;
        line-height: 200px;
        padding-left: 30px;
        box-sizing: border-box;
        color: #808080;
        font-size: 24px;
        font-weight: 700;
    }

    .news_interbox_title {
        height: 35px;
        line-height: 20px;
        font-size: 20px;
        font-weight: 700;
        float: left;
        color: #1E7EE4;
        position: relative;
        width: 50%;
        cursor: pointer;
    }

        .news_interbox_title::before {
            content: ' ';
            position: absolute;
            height: 7px;
            width: 99px;
            background: url(../image/rumor/titleline.png) no-repeat;
            left: 0px;
            top: 32px;
        }

    .news_interbox_titlebox::before {
        content: ' ';
        position: absolute;
        height: 1px;
        width: calc(100% - 99px);
        background: #B3BADA;
        left: 99px;
        top: 35px;
    }

    .news_interbox_more {
        color: #1E7EE4;
        font-size: 16px;
        float: right;
        height: 35px;
        line-height: 35px;
        margin-left: 15px;
        width: 55px;
        position: relative;
        margin-right: 5px;
        letter-spacing: 2px;
        cursor: pointer;
    }

        .news_interbox_more img {
            position: absolute;
            top: 8px;
            right: 0px;
            width: 18px;
            height: 18px;
        }

    .news_item_box {
        width: 100%;
        overflow: hidden;
        min-height: 270px;
    }

    .news_item {
        height: 45px;
        line-height: 45px;
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        overflow: hidden;
        font-size: 16px;
        padding-left: 15px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }

        .news_item:hover .news_item_title {
            color: #1E7EE4;
        }

        .news_item::before {
            content: ' ';
            position: absolute;
            height: 6px;
            width: 6px;
            border-radius: 3px;
            background: #CBCBCB;
            top: 20px;
            left: 0px;
        }

        .news_item:hover:before {
            background: #1E7EE4;
        }


    .news_item_title {
        float: left;
        width: calc(100% - 100px);
        font-size: 18px;
        color: #242424;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news_item_time {
        float: right;
        width: 100px;
        text-align: right;
        color: #3C3C3C;
        font-size: 16px;
    }

    .news_box_full {
        width: 100%;
        overflow: hidden;
        float: left;
        box-sizing: border-box;
        min-height: 370px;
    }

    .news_item_box_left {
        width: 50%;
        float: left;
        overflow: hidden;
        min-height: 270px;
        padding-right: 30px;
        box-sizing: border-box;
    }

    .news_item_box_right {
        width: 50%;
        float: left;
        overflow: hidden;
        min-height: 270px;
        padding-left: 30px;
        box-sizing: border-box;
    }


    .news_tipitem {
        height: 52px;
        line-height: 52px;
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        overflow: hidden;
        font-size: 16px;
        padding-left: 54px;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }

    .news_tip1 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj1.png) no-repeat;
        color: #EA6552;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip2 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj2.png) no-repeat;
        color: #F1276F;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip3 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj3.png) no-repeat;
        color: #5784D1;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip4 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj4.png) no-repeat;
        color: #7162E3;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip5 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj5.png) no-repeat;
        color: #29B4BC;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tip6 {
        width: 50px;
        height: 50px;
        line-height: 22px;
        text-align: left;
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../image/rumor/fdj6.png) no-repeat;
        color: #47BB66;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 7px;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .news_tipitem_title {
        float: left;
        width: calc(100% - 100px);
        font-size: 18px;
        color: #242424;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news_tipitem_time {
        float: right;
        width: 100px;
        text-align: right;
        color: #3C3C3C;
        font-size: 16px;
    }


    .news_item_big {
        height: 85px;
        line-height: 45px;
        width: 100%;
        border-bottom: 1px solid #D3D3D3;
        overflow: hidden;
        font-size: 16px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 8px;
    }

    .news_tipitem:hover .news_tipitem_title {
        color: #0931A1;
    }

    .news_item_big_title {
        float: left;
        font-size: 18px;
        padding-left: 90px;
        font-weight: 700;
        line-height: 35px;
        color: #242424;
    }

    .news_item_big_content {
        float: left;
        font-size: 18px;
        padding-left: 90px;
        line-height: 35px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: calc(100% - 100px);
        color: #3C3C3C;
    }

    .news_item_big_time_box {
        position: absolute;
        width: 78px;
        height: 72px;
        position: absolute;
        border-radius: 3px;
        border: 2px solid #4979F3;
        box-sizing: border-box;
    }

    .news_item_big_date {
        width: 100%;
        height: 38px;
        text-align: center;
        color: #FFF;
        font-size: 22px;
        font-weight: 700;
        background: #4979F3;
    }

    .news_item_big_month {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #4979F3;
        font-size: 16px;
    }

    .picnews_box {
        width: calc(50% - 15px);
        height: 360px;
        float: left;
        cursor: pointer;
    }

        .picnews_box:nth-child(2n) {
            margin-right: 15px;
        }

        .picnews_box:nth-child(2n-1) {
            margin-left: 15px;
        }

        .picnews_box img {
            width: 100%;
            height: 225px;
            border-radius: 5px;
        }

    .picnews_title {
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 1px;
        border-bottom: 1px solid transparent;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .picnews_box:hover .picnews_title {
        color: #0A2FA5;
        border-bottom: 1px solid #0A2FA5;
    }

    .picnews_content {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1px;
        border-bottom: 1px solid transparent;
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .picnews2 {
        width: 100%;
        height: 220px;
        border-radius: 5px;
        margin-bottom: 10px;
        cursor: pointer;
    }

        .picnews2:hover {
            transition: transform .3s ease-out;
            -o-transition: transform .3s ease-out;
            -webkit-transition: transform .3s ease-out;
            -moz-transition: transform .3s ease-out;
            transform: scale(1.05);
            -ms-transform: scale(1.05);
            -webkit-transform: scale(1.05);
        }

    .footer {
        width: 100%;
        background: #EDF1FE;
        height: 100px;
    }

    .linkbox {
        width: 100%;
        min-height: 350px;
        overflow: hidden;
        float: left;
        padding-left: 12px;
        box-sizing: border-box;
        display: none;
    }

    .linkbox_avtive {
        display: block;
    }

    .linkbox > div {
        width: calc(16.6666666666% - 19.8px);
        cursor: pointer;
    }
    .linkbox > .gzhlinkItem {
        width: calc(12.5% - 19.8px);
        cursor: pointer;
    }

    .linkTitleItem {
        height: 100px;
        background: #6CB3E7;
        border-radius: 5px;
        margin: 0px 9px 20px 9px;
        float: left;
        color: #fff;
        text-align: center;
        padding-top: 33px;
        box-sizing: border-box;
        font-size: 24px;
    }

        .linkTitleItem:hover {
            background: #207DE5;
        }

    .linkItem {
        margin: 0px 9px 20px 9px;
        height: 110px;
        background: #FFF;
        border-radius: 5px;
        border: 1px solid #6CB3E7;
        float: left;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .gzhlinkItem {
        margin: 0px 9px 40px 9px;
        width: 135px;
        height: 135px;
        float: left;
    }
        .gzhlinkItem:hover .gzhlinkItemimg{
            display:none;
        }
        .gzhlinkItem:hover .gzhlinkItemqr {
            display: block;
        }
    .gzhlinkItemimg {
        width: 135px;
        height: 135px;
        float: left;
    }

    .gzhlinkItemqr {
        width: 135px;
        height: 135px;
        float: left;
        display: none;
    }

    .gzhlinktitle {
        width: 135px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }
    .first_box {
        /*width: 1250px;*/
        max-width: 1250px;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        margin-top: 95px;
        padding-bottom: 30px;
        margin-top: 60px;
    }

    .local {
        padding: 0px 0px 15px 0px;
        line-height: 20px;
    }

    .breadcrumbNavigation:hover {
        color: #2F63E6 !important;
    }

    .firstTitle {
        height: 45px;
        position: relative;
        /*    background: url(../image/common/bg2.png) bottom no-repeat;
*/
    }

        .firstTitle span {
            height: 45px;
            line-height: 45px;
            width: 300px;
            padding-left: 15px;
            display: block;
            color: #FFF;
            font-size: 20px;
            font-weight: bold;
            cursor: pointer;
            background: linear-gradient(to right,#2F63E6, rgba(255,255,255,0) 70%,rgba(255,255,255,0));
            border-radius: 5px;
            position: relative;
            z-index: 5;
        }

        .firstTitle:after {
            content: ' ';
            width: calc(100% - 5px);
            height: 1px;
            background: #D3D8DE;
            position: absolute;
            bottom: 0px;
            right: 0px;
        }

    .menu {
        cursor: pointer;
        /* border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;*/
        border: 1px solid #ddd;
        background-color: white;
        text-align: center;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        border-radius: 5px;
        margin: 18px 10px;
        font-weight: bold;
    }

        .menu:hover {
            background: #2F63E6;
            color: white;
            border-radius: 5px;
        }


    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        background-clip: padding-box;
        width: 206px;
        font-size: 16px;
    }

        .dropdown-menu li {
            color: black !important;
        }

    .dropdown {
        position: relative;
    }

    .open > .nav_item > .dropdown-menu {
        display: block;
    }

    .dropdown-menu > li {
        width: 206px;
        line-height: 50px;
    }

        .dropdown-menu > li:hover {
            background-color: #068BE8 !important;
            background-image: none;
            color: white !important;
        }

    .newslink {
        max-width: 760px;
        color: #333;
        cursor: pointer;
        padding-left: 20px;
        font-weight: 400;
        /*    background: url("/Content/Image/square.jpg") left center no-repeat;
*/
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .newslink:before {
            content: ' ';
            position: absolute;
            height: 4px;
            width: 4px;
            border-radius: 3px;
            background: #2F63E6;
            top: 10px;
            left: 5px;
        }
        /*    .newslink:hover:before {
        background: #2F63E6;
    }*/
        .newslink:hover {
            color: #2F63E6;
            cursor: pointer;
        }

    .newsTime {
        font-size: 14px;
        color: #3C3C3C;
        text-align: right;
    }

    .search_div {
        height: 38px;
        width: 100%;
        padding: 0px;
    }

    .searchinput {
        border: 1px solid #bababa;
        height: 38px;
        font-size: 14px;
        border-radius: 3px;
        float: left;
        width: calc(100% - 160px);
        padding-left: 14px;
        box-sizing: border-box;
    }

    .searchbtn {
        width: 120px;
        height: 38px;
        background: #2F63E6;
        border: 0;
        padding: 0px 40px;
        color: #ffffff;
        font-size: 16px;
        border-radius: 3px;
        float: right;
    }

    .IsTopShow {
        color: red !important;
    }

    .newsListContent {
        overflow: hidden;
        min-height: 500px;
        margin-top: 15px;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .secondMenu {
        background: #f5f7fc;
        margin-top: 15px;
        border-radius: 5px;
    }

    .portalBarSpan {
        color: #666666
    }

    .header_box .nav_item a {
        color: #fff;
    }

    .header_box .nav_item li:hover a {
        color: #FFF !important;
    }

    .innerContain_nbg {
        background: #FFF;
        overflow: hidden;
        margin-bottom: 100px;
    }

    .local {
        padding: 0px 0px 15px 0px;
        line-height: 20px;
    }

    .newsBoard {
        box-shadow: 0px 0px 10px rgb(19 45 154 / 30%);
        background: #FFF;
        border-radius: 5px;
        height: auto;
        padding: 30px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .portalTitle {
        text-align: center;
        color: #2F63E6;
        font-size: 30px;
        font-weight: bold;
        padding: 20px 20px 0px;
    }

    .portalBar {
        height: 45px;
        line-height: 45px;
        /*    background: #f3faff;
*/ text-align: center;
        box-sizing: border-box;
    }

    .portalContent {
        clear: both;
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
    }
        .portalContent img {
            width: 100%;
            height: auto;
        }
    .reporttip_box {
        background: #FFF;
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid rgb(19 45 154 / 30%);
        box-sizing: border-box;
    }

    .reporttip_box {
        background: #FFF;
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid rgb(19 45 154 / 30%);
        box-sizing: border-box;
    }

    .first_box {
        /*width: 1250px;*/
        max-width: 1250px;
        overflow: hidden;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 20px;
        margin-top: 60px;
        padding-bottom: 30px;
        margin-top: 60px;
    }

    .want-report {
        margin: 60px auto;
        min-width: 1200px;
    }



        .want-report .want-report-title h3 {
            font-size: 20px;
            color: rgba(68, 129, 235, 0.9);
            text-transform: uppercase;
            text-align: center;
            font-weight: 700;
            position: relative;
            padding-bottom: 15px;
            letter-spacing: 3px;
        }

            .want-report .want-report-title h3::after {
                content: '';
                position: absolute;
                display: block;
                width: 80px;
                height: 3px;
                background: #18d26e;
                bottom: 0;
                left: calc(50% - 40px);
            }

        .want-report .article-body {
            color: #323232;
            font-size: 16px;
            line-height: 40px;
            margin-top: 40px;
            min-height: 180px;
        }

            .want-report .article-body p {
                text-indent: 2em;
                margin-top: 0;
                margin-bottom: 1rem;
            }

        .want-report .text-center-div {
            margin-top: 30px;
            text-align: center;
            width: 100%;
        }

    .layui-btn {
        background-color: rgba(68, 129, 235, 0.9);
    }

    .jb-form {
        min-width: 1200px;
        padding: 60px;
    }

    .report-partial {
        color: #005cbf;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
        width: max-content;
        border-bottom: 2px solid #005cbf;
        margin-bottom: 30px;
    }

        .report-partial i {
            font-size: 22px;
            margin-right: 2px;
        }

    .layui-form-label {
        width: 150px;
        font-weight: bold;
        text-align: left;
    }

    .layui-input-block {
        margin-left: 150px;
    }

    .mnav {
        color: #00c;
        text-decoration: underline;
    }

    .hideformitem {
        display: none;
    }

    .success-page {
        text-align: center;
        min-width: 1200px;
    }

    .innerContain_nbg {
        background: #FFF;
        overflow: hidden;
        margin-bottom: 100px;
    }

    .local {
        padding: 0px 0px 15px 0px;
        line-height: 20px;
    }

    .newsBoard {
        box-shadow: 0px 0px 10px rgb(19 45 154 / 30%);
        background: #FFF;
        border-radius: 5px;
        height: auto;
        padding: 30px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .portalTitle {
        text-align: center;
        color: #2F63E6;
        font-size: 30px;
        font-weight: bold;
        padding: 20px 20px 0px;
    }

    .portalBar {
        height: 45px;
        line-height: 45px;
        /*    background: #f3faff;
*/ text-align: center;
        box-sizing: border-box;
    }

    .portalContent {
        clear: both;
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
    }
        .portalContent img {
            width: 100%;
            height: auto;
        }
    .reporttip_box {
        background: #FFF;
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid rgb(19 45 154 / 30%);
        box-sizing: border-box;
    }

    .filter {
        border: 1px solid #c3e3fa;
        border-radius: 5px;
        font-size: 14px;
        box-shadow: 0px 3px 5px #f1f1f1;
        -moz-box-shadow: 0px 3px 5px #f1f1f1;
        -webkit-box-shadow: 0px 3px 5px #f1f1f1;
        margin: 20px 0;
    }

        .filter ul {
            margin-bottom: 0;
        }

        .filter li {
            height: 46px;
            line-height: 46px;
            border-bottom: 1px solid #c3e3fa;
        }

            .filter li:nth-child(2n+1) i {
                background: #d4f1ff;
            }

            .filter li i {
                float: left;
                width: 96px;
                text-align: center;
                font-style: normal;
                background: #c3e3fa;
            }

            .filter li span.on {
                color: #3773db;
                font-weight: bold;
            }

            .filter li span {
                float: left;
                margin: 0 15px;
                cursor: pointer;
            }

            .filter li .filterDate {
                float: left;
                background: #f1f1f1;
                height: 35px;
                line-height: 35px;
                vertical-align: middle;
                padding: 0 15px;
                border-radius: 5px;
                margin-top: 5px;
            }

                .filter li .filterDate input {
                    border: 1px solid #e6e6e6;
                    height: 35px;
                    float: left;
                    transition: all .3s;
                    padding-left: 15px;
                    border-radius: 3px;
                    line-height: 30px;
                    min-width: 190px;
                }

                .filter li .filterDate * {
                    vertical-align: middle;
                }

    .slideBox .num {
        position: relative;
        /*width: 712px;*/
        /*height: 360px;*/
        overflow: hidden;
        font: 12px/1.5 Verdana, Geneva, sans-serif;
        text-align: left;
    }

    .slideBox .pic li {
        width: 100%;
        /*height: 350px;*/
        position: relative;
    }

    .slideBox .pic .pic_imgbox {
        display: block;
        width: 100%;
        height: 100%;
    }

    .slideBox .pic li h4 {
        position: absolute;
        width: 100%;
        bottom: 20px;
        z-index: 2;
        text-align: center;
    }

        .slideBox .pic li h4 a {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            margin-top: 10px;
        }

    .slideBox .pic img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .slideBox .txt-bg {
        /* position: absolute;
        bottom: 10px;
        z-index: 1;
        height: 70px;
        width: 100%;
        background: linear-gradient(to top, rgba(0,0,0,.8),rgba(0,0,0,0));*/
        /*        filter: alpha(opacity=40);
        opacity: 0.4;*/
        /*        overflow: hidden;*/
    }

    .slideBox .num {
        position: absolute;
        z-index: 3;
        bottom: 10px;
        left: 50%;
        width: 280px;
        margin-left: -140px;
    }

        .slideBox .num li {
            float: left;
            position: relative;
            width: 52px;
            height: 4px;
            overflow: hidden;
            text-align: center;
            margin: 0 2px;
            cursor: pointer;
            background: #fff;
        }

            .slideBox .num li.on {
                background: #2A3C54;
            }

    .slideBox .prev,
    .slideBox .next {
        width: 45px;
        height: 79px;
        position: absolute;
        top: 50%;
        margin-top: -14px;
        z-index: 999;
    }

    .slideBox .prev {
        background: url(../Content/newImage/btn_left_while.png)no-repeat;
        left: 28px;
    }

    .slideBox .next {
        background: url(../Content/newImage/btn_right_while.png)no-repeat;
        right: 7px;
    }
}
