/*base.css*/
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
th,
thead,
tr,
button,
object,
a,
abbr,
b,
em,
i,
img,
samp,
span,
strong,
sub,
sup,
tt,
var,
input,
select {
    margin: 0;
    padding: 0;
}

input,
button,
img,
fieldset {
    border: 0;
    outline: none
}

input,
select {
    outline: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    height: 100%;
    width: 100%;
}

body {
    width: 100%;
    font: 16px/1.5 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    color: #2d2d2d;
    word-wrap: break-word;
    word-break: break-all;
}

body p {
    margin: 0 auto;
    word-break: normal;
}

ul {
    list-style: none;
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
    cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 2560px) {
    .head {
        width: 100%;
        height: 80px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        color: #fff;
        background: #4b5470;
    }

    .headInfo {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
    }

    .headTotal {
        height: 100%;
        box-sizing: border-box;
    }

    .head-left {
        float: left;
        width: 106px;
    }

    .head-left img {
        width: inherit;
        height: inherit;
    }

    .list-btn {
        display: none;
    }

    .head-right {
        float: right;
        width: 1000px;
        height: 100%;
    }

    .head-right li {
        float: left;
        padding: 8px 16px;
    }

    .head-right li a {
        color: #fff;
    }
}

@media screen and (max-width: 479px) and (max-width: 767px) {
    .head {
        width: 100vw;
        height: 80px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        color: #fff;
        background: #4b5470;
    }

    .headInfo {
        width: 100vw;
        height: 100%;
        margin: 0 auto;
    }

    .headTotal {
        float: left;
        height: 100%;
        box-sizing: border-box;
    }

    .head-left img {
        width: inherit;
        height: inherit;
    }

    .list-btn {
        position: absolute;
        top: 18px;
        right: 10px;
        background: url(http://www.jx.xinhuanet.com/personInfo/images/nav-mobile.png) no-repeat;
        background-size: 100% 100%;
        width: 28px;
        height: 27px;
    }

    .head-right {
        display: none;
        width: 100vw;
        height: 16vh;
        background: #fff;
    }


    .head-right li {
        float: left;
        font-size: 2vh;
        padding: 2% 0 2% 2%;
    }

    .head-right li a{
        color: #9C9C9C;
    }
}

.footer {
    width: 100%;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    background-color: #fff;
    color: #B9B9B9;
    border-radius: 4px;
    padding: 16px 0 16px 0;
    text-align: center;
}


.back2top {
    position: fixed;
    display: block;
    width: 42px;
    height: 42px;
    top: 190px;
    left: 50%;
    margin-left: 560px;
    background-color: #fff;
    border-radius: 23px;
}

.back2top a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(http://www.xinhuanet.com/datanews/static/back2top.png) center no-repeat;
}

#dataMoreBtn {
    height: 60px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    display: none;
}

#dataMoreBtn i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(http://www.news.cn/fortune/2015/images/more.gif) no-repeat;
    vertical-align: middle;
    margin: 0 auto;
    display: none;
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: -60px;
}

#dataMoreBtn .text {
    display: inline-block;
    width: 268px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    background: #fff;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
}


.digg {
    width: 60px;
    height: 30px;
    font-size: 12px;
    font-weight: normal;
    float: right;
    margin-top: -3px;
    margin-right: 10px;
}

.digg a {
    display: block;
    height: 22px;
    width: 60px;
    background: url(http://www.xinhuanet.com/datanews/static/common.png) -110px -385px no-repeat;
    text-align: right;
}

.digg a:hover {
    text-decoration: none;
}

.digg a p {
    padding-right: 25px;
    line-height: 24px;
    color: #9b9b9b;
    font-size: 14px;
    font-family: "微软雅黑";
}

#sideNav {
    position: fixed;
    left: 50%;
    margin-left: 610px;
    top: 139px;
}

#sideNav .setIcon {
    width: 42px;
    height: 42px;
    background: #fff;
    float: left;
    margin-top: 12px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    text-align: center;
    line-height: 36px;
    color: #ff931f;
    font-size: 40px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

#sideNav .setIconOn {
    color: #6c6c6c;
    /* Rotate div */
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* Internet Explorer */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

#sideNav .navBox {
    position: absolute;
    left: -320px;
    background: url(http://www.xinhuanet.com/datanews/static/bgNav.png) no-repeat;
    width: 311px;
    height: 294px;
    display: none;
}

#sideNav .navBox .box1 {
    background: url(http://www.xinhuanet.com/datanews/static/dot1.gif) 50% 0 repeat-y;
    overflow: hidden;
    margin: 25px 55px 20px 56px;
    height: 235px;
}

#sideNav .navBox .box1 ul {
    float: left;
    width: 50%;
}

#sideNav .navBox .box1 li {
    line-height: 45px;
}

#sideNav .navBox .box1 li a {
    color: #656565;
    font-size: 16px;
}

#sideNav .navBox .navUl li {
    padding-left: 25px;
    position: relative;
}



@media(max-width:750px) {
    .head {
        height: 66px;
    }

    .head-wrap {
        width: 100%;
        height: 58px;
        padding: 4px 0;
        float: none;
        left: 0;
        margin-left: 0;
        background-color: #4b5470;
    }

    .head .left,
    .head .right {
        display: none;
    }

    .nav-warp {
        position: absolute;
        top: 64px;
        width: 100%;
        background-color: #fff;
        display: none;
    }

    .nav {
        display: none;
    }

    .head .for-mobile {
        background: url(http://www.xinhuanet.com/datanews/static/nav-mobile.png) no-repeat;
        -webkit-transition: all .5s;
        transition: all .5s;
        background-size: 100% 100%;
        display: block;
        width: 28px;
        height: 27px;
        position: absolute;
        top: 16px;
        right: 8%;
    }

    .nav2 {
        width: 100%;
        margin: 6px auto;
        margin-top: 0;
        display: block;
    }

    .nav2 li {
        width: 20%;
        float: left;
        display: block;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .nav2 li a {
        color: #9C9C9C;
        font-size: 14px;
        display: block;
        padding: 6px 0;
    }

    .nav3 {
        margin: 4px auto;
        padding-top: 8px;
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .nav3 li {
        padding: 0;
        width: 16%;
        height: 50px;
        margin: 0;
        float: left;
        list-style: none;
    }

    .nav3 li a {
        height: 50px;
        width: 50px;
        background: url(http://www.xinhuanet.com/datanews/static/navs-m.png) no-repeat;
        display: block;
        background-size: auto 50px;
        margin: 0 auto;
    }

    .nav3 .nav-all {
        margin-left: 2%;
    }

    .nav3 .nav-all a {
        background-position: -1px 0;
    }

    .nav3 .nav-xxt a {
        background-position: -60px 0;
    }

    .nav3 .nav-aticle a {
        background-position: -119px 0;
    }

    .nav3 .nav-zt a {
        background-position: -178px 0;
    }

    .nav3 .nav-pc a {
        background-position: -237px 0;
    }

    .nav3 .nav-mobile a {
        background-position: -296px 0;
    }
    
}

@media screen and (min-width:750px) {
    .head-wrap {
        min-width: 1060px;
    }
}

@media screen and (max-width:300px) {

    .nav,
    .nav2,
    .nav3 {
        min-width: 300px;
    }
}