﻿@charset "utf-8";

/**
*
@Author: MiniHui
@Date: Fri Sep 20 2019 18:32:28 GMT+0800 (GMT+08:00)
*
*/
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix:after {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    /*font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif' !important;*/
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #3773db;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

iframe,
img {
    border: 0;
}

img {
    vertical-align: middle;
}

input {
    outline: none;
}

button {
    border: 0;
    outline: 0;
}

/* 图片地址 */
/* 颜色 */
/* 屏幕尺寸 */
/* 字号 行高 间距 */
/* @function px2rem($px, $base-font-size) {
    @if (unitless($px)) {
        //unitless函数判断有无单位，无单位返回true
        @return ($px / $base-font-size) * 1rem;
    }

    @else if (unit($px)==em) {
        //函数取出传入参数的单位 px/em/rem..
        @return $px;
    }

    @return ($px / $base-font-size) * 1rem;
} */
html,
body {
    position: relative;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

img {
    display: block;
}

@-webkit-keyframes circle-creation {
    0% {
        border-color: transparent;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        border-color: transparent #fff transparent transparent;
        -moz-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
    }

    50% {
        border-color: transparent #fff #fff transparent;
    }

    75% {
        border-color: transparent #fff #fff #fff;
    }

    100% {
        border-color: #fff;
        -moz-transform: rotate(-300deg);
        -ms-transform: rotate(-300deg);
        -webkit-transform: rotate(-300deg);
        transform: rotate(-300deg);
    }
}

@-moz-keyframes circle-creation {
    0% {
        border-color: transparent;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        border-color: transparent #fff transparent transparent;
        -moz-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
    }

    50% {
        border-color: transparent #fff #fff transparent;
    }

    75% {
        border-color: transparent #fff #fff #fff;
    }

    100% {
        border-color: #fff;
        -moz-transform: rotate(-300deg);
        -ms-transform: rotate(-300deg);
        -webkit-transform: rotate(-300deg);
        transform: rotate(-300deg);
    }
}

@keyframes circle-creation {
    0% {
        border-color: transparent;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        border-color: transparent #fff transparent transparent;
        -moz-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
    }

    50% {
        border-color: transparent #fff #fff transparent;
    }

    75% {
        border-color: transparent #fff #fff #fff;
    }

    100% {
        border-color: #fff;
        -moz-transform: rotate(-300deg);
        -ms-transform: rotate(-300deg);
        -webkit-transform: rotate(-300deg);
        transform: rotate(-300deg);
    }
}

@-webkit-keyframes bannerCloud {
    0% {
        -webkit-transform: translate3d(-1050px, 0, 0);
        transform: translate3d(-1050px, 0, 0);
    }

    10%,
    80% {}

    100% {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
}

@-moz-keyframes bannerCloud {
    0% {
        -moz-transform: translate3d(-1050px, 0, 0);
        transform: translate3d(-1050px, 0, 0);
    }

    10%,
    80% {}

    100% {
        -moz-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
}

@keyframes bannerCloud {
    0% {
        -webkit-transform: translate3d(-1050px, 0, 0);
        -moz-transform: translate3d(-1050px, 0, 0);
        transform: translate3d(-1050px, 0, 0);
    }

    10%,
    80% {}

    100% {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
}

@-webkit-keyframes bannerCloudBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%,
    80% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
}

@-moz-keyframes bannerCloudBig {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    10%,
    80% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
        -moz-transform: scale(3);
        transform: scale(3);
    }
}

@keyframes bannerCloudBig {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    10%,
    80% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        transform: scale(3);
    }
}

@-webkit-keyframes posterDrop1 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 400% 0;
    }
}

@-moz-keyframes posterDrop1 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 400% 0;
    }
}

@keyframes posterDrop1 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 400% 0;
    }
}

@-webkit-keyframes logoLeftOut {
    0% {
        opacity: 1;
    }

    62.5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes logoLeftOut {
    0% {
        opacity: 1;
    }

    62.5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes logoLeftOut {
    0% {
        opacity: 1;
    }

    62.5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes coverToSmall {
    0% {
        right: 0;
    }

    70% {
        right: 64%;
        opacity: 1;
    }

    100% {
        right: 64%;
        opacity: 0;
    }
}

@-moz-keyframes coverToSmall {
    0% {
        right: 0;
    }

    70% {
        right: 64%;
        opacity: 1;
    }

    100% {
        right: 64%;
        opacity: 0;
    }
}

@keyframes coverToSmall {
    0% {
        right: 0;
    }

    70% {
        right: 64%;
        opacity: 1;
    }

    100% {
        right: 64%;
        opacity: 0;
    }
}

@-webkit-keyframes topic1Right {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    30% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: scale(1) translate3d(300px, -12px, 0);
        transform: scale(1) translate3d(300px, -12px, 0);
    }

    62% {
        -webkit-transform: scale(0.81) translate3d(352px, -12px, 0);
        transform: scale(0.81) translate3d(352px, -12px, 0);
    }

    100% {
        -webkit-transform: scale(0.81) translate3d(352px, -12px, 0);
        transform: scale(0.81) translate3d(352px, -12px, 0);
    }
}

@-moz-keyframes topic1Right {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    30% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -moz-transform: scale(1) translate3d(300px, -12px, 0);
        transform: scale(1) translate3d(300px, -12px, 0);
    }

    62% {
        -moz-transform: scale(0.81) translate3d(352px, -12px, 0);
        transform: scale(0.81) translate3d(352px, -12px, 0);
    }

    100% {
        -moz-transform: scale(0.81) translate3d(352px, -12px, 0);
        transform: scale(0.81) translate3d(352px, -12px, 0);
    }
}

@keyframes topic1Right {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    30% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: scale(1) translate3d(300px, -12px, 0);
        -moz-transform: scale(1) translate3d(300px, -12px, 0);
        transform: scale(1) translate3d(300px, -12px, 0);
    }

    62% {
        -webkit-transform: scale(0.81) translate3d(352px, -12px, 0);
        -moz-transform: scale(0.81) translate3d(352px, -12px, 0);
        transform: scale(0.81) translate3d(352px, -12px, 0);
    }

    100% {
        -webkit-transform: scale(0.81) translate3d(352px, -12px, 0);
        -moz-transform: scale(0.81) translate3d(352px, -12px, 0);
        transform: scale(0.81) translate3d(352px, -12px, 0);
    }
}

@-webkit-keyframes topic2Down {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    75% {}

    80% {
        -webkit-transform: scale(1) translate3d(-385px, 110px, 0);
        transform: scale(1) translate3d(-385px, 110px, 0);
    }

    100% {
        -webkit-transform: scale(0.81) translate3d(-500px, 110px, 0);
        transform: scale(0.81) translate3d(-500px, 110px, 0);
    }
}

@-moz-keyframes topic2Down {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    75% {}

    80% {
        -moz-transform: scale(1) translate3d(-385px, 110px, 0);
        transform: scale(1) translate3d(-385px, 110px, 0);
    }

    100% {
        -moz-transform: scale(0.81) translate3d(-500px, 110px, 0);
        transform: scale(0.81) translate3d(-500px, 110px, 0);
    }
}

@keyframes topic2Down {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    75% {}

    80% {
        -webkit-transform: scale(1) translate3d(-385px, 110px, 0);
        -moz-transform: scale(1) translate3d(-385px, 110px, 0);
        transform: scale(1) translate3d(-385px, 110px, 0);
    }

    100% {
        -webkit-transform: scale(0.81) translate3d(-500px, 110px, 0);
        -moz-transform: scale(0.81) translate3d(-500px, 110px, 0);
        transform: scale(0.81) translate3d(-500px, 110px, 0);
    }
}

@-webkit-keyframes toHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes toHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes toHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes toBig {
    10% {
        -webkit-background-size: 100% 100%;
        background-size: 100%;
    }

    100% {
        -webkit-background-size: 350% 350%;
        background-size: 350%;
    }
}

@-moz-keyframes toBig {
    10% {
        -moz-background-size: 100%;
        background-size: 100%;
    }

    100% {
        -moz-background-size: 350%;
        background-size: 350%;
    }
}

@keyframes toBig {
    10% {
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        background-size: 100%;
    }

    100% {
        -webkit-background-size: 350% 350%;
        -moz-background-size: 350%;
        background-size: 350%;
    }
}

@-webkit-keyframes mouseBreath {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@-moz-keyframes mouseBreath {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes mouseBreath {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@-webkit-keyframes arrowDown {
    0% {
        -webkit-transform: translateY(-46px);
        transform: translateY(-46px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes arrowDown {
    0% {
        -moz-transform: translateY(-46px);
        transform: translateY(-46px);
    }

    100% {
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes arrowDown {
    0% {
        -webkit-transform: translateY(-46px);
        -moz-transform: translateY(-46px);
        transform: translateY(-46px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes dotShow {
    0% {
        height: 0;
    }

    100% {
        height: 50px;
    }
}

@-moz-keyframes dotShow {
    0% {
        height: 0;
    }

    100% {
        height: 50px;
    }
}

@keyframes dotShow {
    0% {
        height: 0;
    }

    100% {
        height: 50px;
    }
}

.domPc {
    display: block;
}

.domMobile {
    display: none;
}

/* 轮播图箭头 */
.swiper-button-next {
    width: 0.32rem;
    height: 0.32rem;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/arrow-next.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.swiper-button-prev {
    width: 0.32rem;
    height: 0.32rem;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/arrow-prev.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

body {
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
}

/* 导航 开始 */
.nav {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 90px;
    height: 100%;
}

.nav-left {
    width: 90px;
    height: 100%;
    background: #8e08ff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4b53ff), color-stop(43%, #8e08ff), to(#ed01a7));
    background-image: -webkit-linear-gradient(bottom, #4b53ff 0%, #8e08ff 43%, #ed01a7 100%);
    background-image: -moz- oldlinear-gradient(bottom, #4b53ff 0%, #8e08ff 43%, #ed01a7 100%);
    background-image: linear-gradient(0deg, #4b53ff 0%, #8e08ff 43%, #ed01a7 100%);
    position: relative;
    z-index: 5;
}

.menu {
    height: 90px;
    width: 90px;
    position: relative;
    margin: auto;
    padding-top: 36px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.bar {
    height: 2px;
    width: 30px;
    display: block;
    margin: 10px auto;
    position: relative;
    background-color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.menu {
    overflow: hidden;
}

.menu:after {
    content: '';
    width: 40px;
    height: 40px;
    left: 23px;
    top: 36px;
    position: absolute;
    border: 2px solid transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.menu.on:after {
    -webkit-animation: circle-creation 1s forwards;
    -moz-animation: circle-creation 1s forwards;
    animation: circle-creation 1s forwards;
}

.menu.on .bar:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(45deg);
    -moz-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
}

.menu.on .bar:nth-of-type(2) {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.menu.on .bar:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -moz-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
}

.logo-xh {
    height: 107px;
    width: 100%;
    cursor: pointer;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/logo-xh.png") center center no-repeat;
    border-top: 1px solid #d2d2d2;
    position: absolute;
    bottom: 0;
}

.nav-pagi {
    margin-top: 55px;
}

.nav-pagi li {
    display: block;
    position: relative;
    height: 46px;
    font-size: 0;
    width: 100%;
    opacity: 1;
    text-align: right;
    cursor: pointer;
    background: none;
}

.nav-pagi li.active .pagi-name {
    color: #ffde00;
}

.nav-pagi li.active .pagi-name:before {
    opacity: 1;
}

.nav-pagi li.active .pagi-name:after {
    width: 100%;
}

.nav-pagi li.active .pagi-num {
    opacity: 0.17;
}

.nav-pagi .pagi-name {
    display: inline-block;
    position: relative;
    line-height: 46px;
    font-size: 14px;
    color: #fff;
    z-index: 15;
}

.nav-pagi .pagi-name:hover {
    color: #ffde00;
}

.nav-pagi .pagi-name i {
    padding-right: 6px;
    font-style: normal;
}

.nav-pagi .pagi-name:before {
    content: '';
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    margin-right: 5px;
    width: 4px;
    height: 4px;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    background: #ffde00;
}

.nav-pagi .pagi-name:after {
    content: '';
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: 8px;
    width: 0;
    height: 1px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    background: #ffde00;
}

.nav-pagi .pagi-num {
    display: block;
    position: absolute;
    left: 0;
    top: -9px;
    font-size: 54px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    color: #fff;
    z-index: 1;
}

.nav-cont {
    position: fixed;
    left: 90px;
    top: 0;

    right: 100%;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    transition: all 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.nav-cont.on {
    right: 0;
}

.nav-bg {
    height: 100%;
    position: relative;
    z-index: 1;
}

.nav-map {
    width: 66%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 1.72rem;
    padding-left: 0.32rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/map_bg.jpg") 0 0 no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.nav-map .nav-map-cont {
    width: 130%;
}

.nav-map .nav-map-cont .nav-map-item {
    float: left;
    margin-right: 0.6rem;
}

.nav-map .nav-map-cont .nav-map-item h3 {
    font-size: 0.2rem;
    line-height: 0.5rem;
    margin-bottom: 0.27rem;
    color: #61f3fc;
    font-weight: bold;
}

.nav-map .nav-map-cont .nav-map-item h3 a {
    color: #61f3fc;
}

.nav-map .nav-map-cont .nav-map-item li {
    font-size: 0.14rem;
    line-height: 0.24rem;
    margin-bottom: 0.27rem;
    position: relative;
    padding-left: 0.1rem;
    color: #fff;
}

.nav-map .nav-map-cont .nav-map-item li a {
    color: #fff;
}

.nav-map .nav-map-cont .nav-map-item li::before {
    content: '';
    width: 2px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.1rem;
    background: #fff;
}

.nav-logo {
    width: 34%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 238px;
    background: #fff url("//www.xinhuanet.com/politics/70zn/ej/images/logo.png") center center no-repeat;
    z-index: 5;
}

.nav-logo:before {
    content: '';
    width: 100%;
    height: 100px;
    display: block;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/map_bg01.png") 0 top no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 50;
}

.nav-foot {
    width: 34%;
    height: 238px;
    border-top: 1px solid #ccc;
    position: absolute;
    background: #fff;
    right: 0;
    bottom: 0;
}

.nav-foot:after {
    content: '';
    width: 100%;
    height: 100px;
    display: block;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/map_bg02.png") 0 top no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    z-index: 50;
}

.nav-foot p {
    font-size: 0.16rem;
    line-height: 0.42rem;
    text-align: center;
}

/* 导航 结束 */
/* banner 开始 */
.banner {
    overflow: hidden;
    position: fixed;
    left: 90px;
    top: 0;
    right: 64%;
    bottom: 0;
    z-index: 3;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/banner-bg.jpg") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.banner:before {
    content: '';
    width: 100.2%;
    height: 150px;
    display: block;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/bg-01.png") 0 top no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    z-index: 50;
}

.banner::after {
    content: '';
    width: 100.3%;
    height: 150px;
    display: block;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/bg-02.png") 0 bottom no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: -1.5px;
    right: 0;
    z-index: 50;
}

.banner .banner-logo {
    width: 3.2rem;
    height: 2.35rem;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/banner-logo.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 2.18rem;
    left: 50%;
    margin-left: -1.6rem;
    z-index: 30;
}

.banner .banner-topic {
    width: 4.49rem;
    height: 2.66rem;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/banner-topic.png") 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 5.12rem;
    left: 50%;
    margin-left: -2.245rem;
    z-index: 30;
}

.banner .banner-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.banner .banner-canvas canvas {
    width: 100%;
    height: 100%;
}

/* banner 结束 */
/* 主题swiper 开始 */
.main {
    width: 64%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.main-cont {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.main-cont:before {
    content: '';
    width: 100.2%;
    height: 150px;
    display: block;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/bg-07.png") right top no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 0;
}

.main-cont::after {
    content: '';
    width: 100.2%;
    height: 150px;
    display: block;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/bg-08.png") right bottom no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.dh_tit {
    position: relative;
    display: inline-block;
    font-size: 0.36rem;
    color: #d62a20;
    padding: 4% 0 1% 40px;
}

.dh_tit:before {
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/dh_bg001.png") left top no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    left: 0.2rem;
    top: 0.5rem;
}

.dh_tit:after {
    content: "";
    width: 1.81rem;
    height: 0.54rem;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/dh_bg002.png") left top no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    right: -2rem;
    top: 0.3rem;
}

.row {
    position: relative;
    display: block;
    z-index: 99;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
}

.row_cont {
    width: 100%;
    height: 82%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
}

.row-erji {
    width: 100%;
    height: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    overflow: auto;
    position: relative;
    display: block;
    z-index: 99;
}

.row-erji .list_wz li {
    clear: left;
    line-height: 2;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    overflow: hidden;
}

.row-erji .list_wz li a {
    color: #333;
}

.row-erji .list_wz li h3 {
    float: left;
    font-size: 0.16rem;
    width: 80%;
}

.row-erji .list_wz li span {
    float: right;
    font-size: 0.14rem;
    color: #999;
}

.xpage-more-btn {
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    line-height: 2;
    width: 120px;
    font-size: 0.16rem;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background: #8e08ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#4b53ff), color-stop(43%, #8e08ff), to(#ed01a7));
    background-image: -webkit-linear-gradient(left, #4b53ff 0%, #8e08ff 43%, #ed01a7 100%);
    background-image: -moz- oldlinear-gradient(left, #4b53ff 0%, #8e08ff 43%, #ed01a7 100%);
    background-image: linear-gradient(90deg, #4b53ff 0%, #8e08ff 43%, #ed01a7 100%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.part0-focus {
    float: left;
    /*width: 6.5rem;*/
    width: 55%;
    height: auto;
}

.part0-focus #part0Focus {
    position: relative;
}

.part0-focus #part0Focus .com-tw-img {
    height: auto;
}

.com-tw {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.com-tw .com-tw-img {
    position: relative;
    z-index: 1;
}

.com-tw .com-tw-img img {
    width: 100%;
    height: auto;
}

.com-tw .com-tw-tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.12rem 0.1rem;
    font-size: 0.18rem;
    line-height: 0.32rem;
    text-align: left;
    overflow: hidden;
    color: #fff;
    z-index: 2;
}

.com-tw .com-tw-tit a {
    color: #fff;
}

.com-tw .com-tw-tit span {
    position: relative;
    z-index: 3;
}

.com-tw .com-tw-tit:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    z-index: 1;
}

/* 轮播图的点点点 */
.swiper-container-horizontal>.com-pagination {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
    height: 18px;
    left: auto;
    right: 0;
    padding-right: 10px;
    font-size: 0;
    text-align: right;
}

.swiper-container-horizontal>.com-pagination span {
    opacity: 1;
    background: #fff;
}

.swiper-container-horizontal>.com-pagination span.swiper-pagination-bullet-active {
    background: #fc2a1c;
}

.list_tua {
    float: right;
    /*width: 4.65rem;*/
    width: 43%;
    list-style: none;
}

.list_tua ul {
    width: 5rem;
}

.list_tua li {
    width: 45%;
    height: 1.8rem;
    overflow: hidden;
    margin: 0 2% 0.05rem 2%;
    float: left;
}

.list_tua li img {
    width: 100%;
    height: auto;
}

.list_tua li .title {
    margin-top: 0.05rem;
    font-size: 0.16rem;
    line-height: 0.25rem;
    color: #000;
}

.list_tua li .title a {
    color: #000;
}

.gdt_box {
    width: 106%;
    margin: 0 auto;
    margin-left: -1.5%;
    position: relative;
}

.gdt_box .gdt_next,
.gdt_box .gdt_prev {
    display: none;
}

.gdt_box:hover .gdt_next {
    width: 0.15rem;
    height: 0.34rem;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/gdt-right.png") left top no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    right: 0.38rem;
    top: 60%;
    display: block;
}

.gdt_box:hover .gdt_prev {
    width: 0.15rem;
    height: 0.34rem;
    background: url("//www.xinhuanet.com/politics/70zn/ej/images/gdt-left.png") left top no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 0.2rem;
    top: 60%;
    display: block;
}

.list_gdt {
    overflow: hidden;
}

.list_gdt li {
    width: 22%;
    height: auto;
    overflow: hidden;
    margin: 0 1.5%;
    float: left;
    margin-top: 0.2rem;
}

.list_gdt li img {
    width: 100%;
    height: auto;
}

.list_gdt li .title {
    margin-top: 0.05rem;
    font-size: 0.16rem;
    line-height: 0.25rem;
    color: #000;
}

.list_gdt li .title a {
    color: #000;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    .domPc {
        display: none;
    }

    .domMobile {
        display: block;
    }

    .main-cont:before {
        display: none;
    }

    .main-cont::after {
        display: none;
    }

    .main {
        width: 100%;
        height: auto;
        overflow: auto;
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        margin-top: -0.35rem;
    }

    .row {
        padding: 0 0 0 20px;
    }

    .row-erji .list_wz li span {
        display: none;
    }

    .row-erji .list_wz li h3 {
        width: 100%;
    }

    .row-erji,
    .row_cont {
        height: auto;
    }

    .dh_tit {
        position: relative;
        display: inline-block;
        font-size: 0.3rem;
        color: #d62a20;
        padding: 4% 0 1% 20px;
    }

    .dh_tit:before {
        display: none;
    }

    .dh_tit:after {
        display: none;
    }

    .mb_banner img {
        width: 100%;
        height: auto;
    }

    .mb_nav {
        background: #c80000;
        width: 100%;
        height: 0.5rem;
        overflow-x: auto;
        white-space: nowrap;
        font-size: 0;
        position: relative;
        z-index: 50;
    }

    .mb_nav a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0.2rem;
        color: #fff;
        font-size: 0.16rem;
        line-height: 0.5rem;
    }

    .foot {
        font-size: 0.14rem;
        text-align: center;
        line-height: 0.28rem;
        padding: 0.3rem 0;
        margin-top: 0.3rem;
        background: #c80000;
        color: #fff;
    }

    .part0-focus {
        float: left;
        width: 100%;
        height: auto;
    }

    .part0-focus #part0Focus {
        position: relative;
    }

    .part0-focus #part0Focus .com-tw-img {
        height: auto;
    }

    .list_tua {
        float: right;
        width: 100%;
        list-style: none;
        margin-top: 0.25rem;
    }

    .list_tua ul {
        width: auto;
    }

    .list_tua li {
        width: 46%;
        height: auto;
        overflow: auto;
        margin: 0 2% 0.05rem 2%;
        float: left;
    }
    .list_tua li:nth-child(2n+1) {
      clear: both;
    }
    .list_tua li img {
        width: 100%;
        height: auto;
    }

    .list_tua li .title {
        margin-top: 0.05rem;
        font-size: 0.16rem;
        line-height: 0.25rem;
        color: #000;
    }

    .list_tua li .title a {
        color: #000;
    }

    .gdt_box {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .list_gdt {
        overflow: hidden;
    }

    .list_gdt li {
        width: 46%;
        height: 1.95rem;
        overflow: hidden;
        margin: 0 2% 0.05rem 2%;
        float: left;
    }
	.swiper-container-horizontal>.com-pagination {
    width: auto;
    height: 12px;
	bottom:0;
}
.swiper-pagination-bullet { width:4px; height:4px; }

}

/*# sourceMappingURL=maps/index.css.map */
