@media screen and (min-width: 800px) {
    .g_fullScreenImgs {
        margin-top: 50px;
    }

    .g_fullScreenImgs .m_fullImgsWrap {
        overflow: hidden;
        zoom: 1;
        position: relative;
        margin-bottom: 45px;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon {
        width: 960px;
        height: 510px;
        margin: auto;
        position: relative;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon img {
        width: 950px;
        height: 500px;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs {
        overflow: visible;
        position: absolute;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul {
        width: 960px;
        height: 510px;
        zoom: 1;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul:after {
        content: "";
        display: block;
        clear: both;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li {
        background: #fff;
        padding: 5px;
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 950px;
        height: 500px;
        overflow: hidden;
        left: 1920px;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li a {
        display: inline-block;
        position: relative;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li .m_imgTitle {
        position: absolute;
        color: #FFFFFF;
        bottom: 5px;
        left: 0;
        width: 950px;
        background: rgba(0, 0, 0, 0.5);
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
        margin-left: 5px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        font-size: 18px;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs ul li .m_imgTitle a {
        color: #FFFFFF;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd {
        height: 510px;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev,
    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next {
        width: 50px;
        height: 50px;
        line-height: 70px;
        display: block;
        filter: alpha(opacity=70);
        opacity: .7;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        margin-left: 5px;
        z-index: 3;
        background: #000;
        text-align: center;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev img,
    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next img {
        width: 18px;
        height: 30px;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev:hover {
        background-color: #303030;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev:hover img {
        display: inline;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next {
        margin: -25px 5px 0 0;
        right: 0;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next:hover {
        background-color: #303030;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next:hover img {
        display: inline;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-left,
    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-right {
        padding: 5px;
        z-index: 4;
        position: absolute;
        top: 0;
        left: 0;
        width: 950px;
        height: 500px;
        left: -960px;
        filter: alpha(opacity=50);
        opacity: .5;
        background: #fff;
        overflow: hidden;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .mask-right {
        left: 960px;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .disabled {
        background-color: #eee;
    }

    .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .active {
        z-index: 2;
        left: 0;
    }

    .g_headerLine h1 {
        font-weight: bold;
        font-size: 32px;
        margin-bottom: 5px;
    }

    .g_headerLine h1 a {
        color: #000000;
    }

    .g_headerLine .u_zy {
        font-size: 14px;
        text-indent: 2em;
        line-height: 28px;
        color: #666666;
    }

    .g_headerLine .u_zy a {
        color: #b08a59;
    }

    .g_importantNews .slideBox {
        width: 660px;
        height: 406px;
        overflow: hidden;
        position: relative;
    }

    .g_importantNews .slideBox .hd {
        overflow: hidden;
        position: absolute;
        right: 30px;
        bottom: 15px;
        z-index: 1;
    }

    .g_importantNews .slideBox .hd ul {
        overflow: hidden;
        zoom: 1;
        list-style: none;
    }

    .g_importantNews .slideBox .hd ul li {
        float: left;
        margin-right: 5px;
        width: 10px;
        height: 10px;
        background: #d6b128;
        border-radius: 50%;
        cursor: pointer;
        position: relative;
    }

    .g_importantNews .slideBox .hd ul li.on {
        background: #ffffff;
        width: 20px;
        border-radius: 10px;
    }

    .g_importantNews .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

    .g_importantNews .slideBox .bd li {
        zoom: 1;
        vertical-align: middle;
        position: relative;
    }

    .g_importantNews .slideBox .bd img {
        width: 660px;
        height: 406px;
        display: block;
    }

    .g_importantNews .m_ulList {
        margin-top: 30px;
    }

    .g_importantNews .m_ulList li {
        font-size: 18px;
        color: #000000;
        margin-bottom: 20px;
    }

    .g_importantNews .m_ulList li a {
        color: #000000;
        padding-left: 10px;
    }

    .g_importantNews .m_ulList li span {
        color: #033e8f;
        font-size: 20px;
        font-weight: bold;
    }

    @media only screen and (max-width: 750px) {
        .web_w {
            width: 95%;
            margin-left: auto;
            margin-right: auto;
        }

        .g-mobile .g_importantNews .slideBox {
            width: 100%;
            height: auto;
        }

        .g-mobile .g_importantNews .slideBox .bd img {
            width: 100%;
            height: auto;
        }
    }
    @media only screen and (max-width: 750px) {
        .g-mobile .g_pub_header_box,
        .g-mobile .g_pub_footer_box {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 100% !important;
        }

        .g-mobile .m_head_nav,
        .g-mobile .m_foot_nav {
            display: none;
        }

        .g-mobile .g_pub_footer {
            height: auto !important;
            zoom: 1 !important;
        }

        .g-mobile .g_pub_footer:after {
            content: "" !important;
            display: block !important;
            clear: both !important;
        }

        .g-mobile .g_pub_footer .u_logo.foot {
            width: 100%;
            margin-left: 0;
        }
    }
    body {
        font-family: "Microsoft YaHei";
    }

    .u_webHeader {
        display: none;
    }

    .g_bdw {
        /*background: url(../images/header.jpg) top center no-repeat;*/
        width: 100%;
        position: relative;
        zoom: 1;
        /*左布局*/
        /*右布局*/
        /*banner条*/
    }

    .g_bdw:after {
        content: "";
        display: block;
        clear: both;
    }

    .g_bdw .m_l_main {
        float: left;
    }

    .g_bdw .m_r_main {
        float: right;
    }

    .g_bdw .m_banner {
        position: relative;
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .g_bdw .m_banner a {
        position: absolute;
        font-size: 14px;
        color: #777777;
        right: 0;
        top: 105px;
    }

    .g_bdw .m_header {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        height: 848px;
        position: relative;
    }

    .g_bdw .m_header .m_h_img {
        position: absolute;
    }

    .g_bdw .m_header .m_h_img1 {
        top: 178px;
        left: 61px;
    }

    .g_bdw .m_header .m_h_img2 {
        top: 71px;
        left: 347px;
    }

    .g_bdw .m_header .m_h_img3 {
        top: 179px;
        left: 593px;
    }

    .g_bdw .m_header .m_h_img3 img {
        opacity: 0;
    }

    .g_bdw .m_list {
        padding-bottom: 15px;
        border-bottom: 1px dashed #777777;
    }

    .g_bdw .m_list .m_title {
        font-size: 24px;
        color: #4d4d4d;
        margin-bottom: 5px;
    }

    .g_bdw .m_list .m_title a {
        color: #4d4d4d;
        padding-left: 30px;
    }

    .g_bdw .m_list .m_zy {
        color: #666666;
        font-size: 14px;
        text-indent: 2em;
        line-height: 24px;
    }

    .g_bdw .m_list .m_zy a {
        color: #666666;
    }

    .g_bdw .m_list2 {
        border-bottom: none;
        margin-top: 15px;
        padding-bottom: 0;
    }

    .g_bdw .m_imgTitle {
        position: absolute;
        left: 0px;
        bottom: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

    .g_bdw .m_imgTitle a {
        color: #FFFFFF;
        font-size: 18px;
        padding-left: 10px;
    }

    .g_bdw .g_headerLine .m_con {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        zoom: 1;
    }

    .g_bdw .g_headerLine .m_con:after {
        content: "";
        display: block;
        clear: both;
    }

    .g_bdw .g_headerLine .m_r_main {
        width: 1089px;
    }

    .g_bdw .g_headerLine h1 {
        font-size: 38px;
        text-align: center;
        margin-bottom: 10px;
    }

    .g_bdw .g_headerLine h1 a {
        color: #FFFFFF;
    }

    .g_bdw .g_headerLine .u_zy {
        font-size: 15px;
        color: #ffddcb;
        line-height: 22px;
    }

    .g_bdw .g_headerLine .u_zy a {
        color: #ffde86;
    }

    .g_bdw .g_importantNews {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 65px;
    }

    .g_bdw .g_importantNews .m_l_main {
        width: 660px;
    }

    .g_bdw .g_importantNews .m_r_main {
        width: 500px;
    }

    .g_bdw .g_importantNews .m_con {
        zoom: 1;
    }

    .g_bdw .g_importantNews .m_con:after {
        content: "";
        display: block;
        clear: both;
    }

    .g_bdw .g_importantNews .slideBox .hd ul li {
        background: #FFFFFF;
    }

    .g_bdw .g_importantNews .slideBox .hd ul li.on {
        background: #e20924;
    }

    .g_bdw .g_importantNews .m_sban {
        background: url(https://zt.xmnn.cn/politics/2022/axxm/images/banner1.png) left no-repeat;
        width: 500px;
        height: 45px;
        margin-bottom: 12px;
    }

    .g_bdw .g_importantNews .m_ulList {
        margin-top: 5px;
    }

    .g_bdw .g_importantNews .m_ulList li {
        margin-bottom: 5px;
        height: 36px;
        line-height: 36px;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform .3s;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 480px;
    }

    .g_bdw .g_importantNews .m_ulList li a {
        color: #333333;
        padding-left: 15px;
    }

    .g_bdw .g_importantNews .m_ulList li:hover {
        color: #ffdd8a;
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
        -ms-transform: translateX(5px);
        background: #e83534;
        padding-left: 15px;
    }

    .g_bdw .g_importantNews .m_ulList li:hover a {
        color: #ffdd8a;
    }

    .g_bdw .g_importantNews .m_ulList li span img {
        vertical-align: middle;
    }

    .g_bdw .g_importantNews .m_more {
        display: block;
        text-align: right;
    }

    .g_bdw .m_sban {
        width: 569px;
        height: 48px;
        position: relative;
        margin-bottom: 28px;
    }

    .g_bdw .m_sban a {
        position: absolute;
        right: 0;
        top: 20px;
    }

    .g_bdw .g_yuAm .m_banner {
        /*background: url(../images/banner8.png) center no-repeat;*/
        height: 127px;
    }

    .g_bdw .g_yuAm .m_con {
        /*background: url(../images/part_bg2.jpg) center no-repeat;*/
        height: 765px;
        overflow: hidden;
    }

    .g_bdw .g_yuAm .m_roundAbout {
        width: 1200px;
        margin-top: 70px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .g_bdw .g_yuAm .m_roundAbout .poster-main {
        width: 640px;
        height: 270px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    .g_bdw .g_yuAm .m_roundAbout .poster-btn {
        width: 29px;
        height: 44px;
        position: absolute;
        top: 0;
        cursor: pointer;
    }

    .g_bdw .g_yuAm .m_roundAbout .poster-prev-btn {
        left: -105px;
        background: url(../images/left.png) no-repeat;
        background-position: left center;
    }

    .g_bdw .g_yuAm .m_roundAbout .poster-next-btn {
        right: -105px;
        background: url(../images/right.png) no-repeat;
        background-position: right center;
    }

    .g_bdw .g_yuAm .m_roundAbout .poster-list .list-item {
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/bg66-div.png) no-repeat;
        background-size: contain;
        overflow: hidden;
    }

    .g_bdw .g_yuAm .m_roundAbout .list-item a {
        display: block;
        width: 83%;
        height: 70%;
        margin-top: 18%;
        margin-left: auto;
        margin-right: auto;
    }

    .g_bdw .g_yuAm .m_roundAbout .list-item a img {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .g_bdw .g_fullScreenImgs {
        margin-top: 65px;
    }

    .g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev,
    .g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next {
        background: none;
        opacity: 1;
        width: 24px;
        height: 59px;
    }

    .g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_prev img,
    .g_bdw .g_fullScreenImgs .m_fullImgsWrap .m_fullImgsCon .m_fullImgs_hd .u_next img {
        width: 24px;
        height: 59px;
    }

    .m_leftImg_rightText .m_listCon {
        zoom: 1;
        margin-top: 25px;
    }

    .m_leftImg_rightText .m_listCon:after {
        content: "";
        display: block;
        clear: both;
    }

    .m_leftImg_rightText .m_listCon:first-child {
        margin-top: 0;
    }

    .m_leftImg_rightText .m_listCon .m_imgWrap {
        float: left;
        margin-right: 20px;
        width: 190px;
        height: 130px;
        overflow: hidden;
    }

    .m_leftImg_rightText .m_listCon .m_imgWrap img {
        width: 190px;
        height: 130px;
        transition: all 0.8s;
    }

    .m_leftImg_rightText .m_listCon .m_imgWrap img:hover {
        transform: scale(1.1);
    }

    .m_leftImg_rightText .m_listCon .m_txtCon {
        float: left;
        width: 360px;
    }

    .m_leftImg_rightText .m_listCon .m_txtCon h3 {
        font-size: 20px;
        line-height: 30px;
        border-bottom: 1px dotted #d6d6d6;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .m_leftImg_rightText .m_listCon .m_txtCon h3 a {
        color: #333333;
    }

    .m_leftImg_rightText .m_listCon .m_txtCon p {
        font-size: 14px;
        line-height: 28px;
        color: #888;
        text-indent: 2em;
    }

    .m_leftImg_rightText .m_listCon .m_txtCon p a {
        color: #df5666;
    }

    @media only screen and (max-width: 750px) {
        .g-mobile .m_leftImg_rightText .m_listCon .m_imgWrap {
            margin-left: auto;
            margin-right: auto;
            float: none;
            margin-bottom: 10px;
        }

        .g-mobile .m_leftImg_rightText .m_listCon .m_txtCon {
            width: 100% !important;
        }
    }
    @media only screen and (max-width: 750px) {
        .web_w {
            width: 95%;
            margin-left: auto;
            margin-right: auto;
        }

        .g-mobile .u_webHeader {
            display: block;
        }

        .g-mobile .m_header {
            display: none;
        }

        .g-mobile .g_bdw {
            background: none;
        }

        .g-mobile .g_bdw .m_r_main,
        .g-mobile .g_bdw .m_l_main {
            float: none;
        }

        .g-mobile .g_bdw .m_banner {
            width: 95%;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
            background-size: cover;
        }

        .g-mobile .g_bdw .m_banner img {
            width: 100%;
        }

        .g-mobile .g_bdw .m_banner a {
            right: 0;
            top: 50px;
        }

        .g-mobile .g_bdw .g_part3 {
            width: 100%;
            height: auto;
            background: none;
        }

        .g-mobile .g_bdw .g_part3 .m_con {
            width: 100%;
        }

        .g-mobile .g_bdw .g_part3 .m_l_main,
        .g-mobile .g_bdw .g_part3 .m_r_main {
            width: 95%;
            margin-left: auto;
            margin-right: auto;
        }

        .g-mobile .g_bdw .g_part3 .m_l_main .m_sideMenu2 h3 {
            padding-left: 2%;
            font-size: 1em;
        }

        .g-mobile .g_bdw .g_part3 .m_l_main .m_sideMenu2 h3 span.m_spanImg {
            margin-right: 2%;
            font-size: 0.8em;
        }

        .g-mobile .g_bdw .g_part3 .m_l_main .m_sideMenu2 h3 a {
            overflow: hidden;
            width: 75%;
            white-space: nowrap;
            text-overflow: ellipsis;
            float: left;
        }

        .g-mobile .g_bdw .g_part3 .m_l_main .m_sideMenu2 h3 .u_num {
            float: left;
            font-size: 1em;
        }

        .g-mobile .g_bdw .g_headerLine .m_con {
            margin-top: 20px;
            width: 100%;
        }

        .g-mobile .g_bdw .g_headerLine .m_con .m_l_main {
            display: none;
        }

        .g-mobile .g_bdw .g_headerLine .m_con h1 {
            text-align: left;
            font-size: 1.2em;
        }

        .g-mobile .g_bdw .g_headerLine .m_con h1 a {
            color: #000000;
        }

        .g-mobile .g_bdw .g_headerLine .m_con .u_zy {
            color: #333333;
        }

        .g-mobile .g_bdw .g_headerLine .m_con .u_zy a {
            color: #333333;
        }

        .g-mobile .g_bdw .g_headerLine .m_con .m_r_main {
            margin-left: auto;
            margin-right: auto;
            width: 95%;
        }

        .g-mobile .g_bdw .g_importantNews {
            width: 100%;
        }

        .g-mobile .g_bdw .g_importantNews .m_ulList li {
            width: 100%;
        }

        .g-mobile .g_bdw .g_importantNews .m_l_main {
            width: 100%;
        }

        .g-mobile .g_bdw .g_importantNews .m_r_main {
            width: 95%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
        }

        .g-mobile .g_bdw .m_sban {
            width: 100%;
        }

        .g-mobile .g_bdw .g_part2 {
            height: auto;
        }

        .g-mobile .g_bdw .g_part2 .m_con {
            width: 100%;
        }

        .g-mobile .g_bdw .g_part2 .m_con_part1 .m_l_main,
        .g-mobile .g_bdw .g_part2 .m_con_part1 .m_r_main {
            width: 95%;
            margin-left: auto;
            margin-right: auto;
        }

        .g-mobile .g_bdw .g_part2 .m_con_part2 .m_l_main,
        .g-mobile .g_bdw .g_part2 .m_con_part2 .m_r_main {
            width: 95%;
            margin-left: auto;
            margin-right: auto;
        }

        .g-mobile .g_bdw .g_part2 .m_con_part2 .m_listCon {
            width: 45%;
        }

        .g-mobile .g_bdw .g_part2 .m_con_part2 .m_listCon .m_title {
            font-size: 1em;
        }

        .g-mobile .g_bdw .g_yuAm .m_con {
            background: none;
            height: auto;
        }

        .g-mobile .g_bdw .g_yuAm .m_roundAbout {
            width: 100%;
            display: none;
        }

        .g-mobile .g_bdw .g_yuAm .slideBox .bd ul li {
            position: relative;
        }

        .g-mobile .g_bdw .g_yuAm .slideBox .bd ul li img {
            width: 269px;
            margin: 0 auto;
            display: block;
        }

        .g-mobile .g_bdw .g_ztam {
            margin-top: 20px;
        }

        .g-mobile .g_bdw .g_ztam .m_con {
            width: 100%;
        }

        .g-mobile .g_bdw .g_ztam .m_l_main {
            width: 100%;
        }

        .g-mobile .g_bdw .g_ztam .m_l_main .player {
            margin-left: auto;
            margin-right: auto;
        }

        .g-mobile .g_bdw .g_ztam .m_r_main {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }

        .g-mobile .g_bdw .g_ztam .txtScroll-top {
            width: 100%;
            margin-left: 0;
        }

        .g-mobile .g_bdw .g_fullScreenImgs {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .g-mobile .g_bdw .g_fullScreenImgs .m_fullImgsWrap {
            display: none;
        }

        .g-mobile .g_bdw .g_fullScreenImgs .slideBox .bd ul li {
            position: relative;
        }

        .g-mobile .g_bdw .g_fullScreenImgs .slideBox .bd ul li img {
            width: 100%;
            height: auto;
        }

        .g-mobile .g_bdw .g_wb {
            display: none;
            margin-top: 0;
        }

        .g-mobile .g_bdw .g_wb .m_con {
            width: 100%;
        }

        .g-mobile .g_bdw .g_wb .m_r_main {
            margin-left: auto;
            margin-right: auto;
            width: 380px;
        }

        .g-mobile .g_bdw .g_wb .m_l_main {
            display: none;
        }
    }
    .g_bdw .g_yuAm .m_roundAbout .poster-list .list-item .m_imgTitle1 {
        position: absolute;
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        width: 82%;
        left: 48%;
        bottom: 17%;
        margin-left: -39%;
        padding: 10px 0;
        text-align: center;
    }

    .g_bdw .g_yuAm .m_roundAbout .poster-list .list-item .m_imgTitle1 a {
        margin: 0 auto;
        color: #FFFFFF;
        font-size: 16px;
    }
}