@charset "UTF-8";

/**
 * Copyright (c) 2016 XINHUAENT CO., LTD All rights reserved.
 *
 * @file    css/wechatlive.css
 * @authors MiniHui
 * @date    2016-02-24 14:24:42
 *
 * @modify    .scrollBox .swiper-slide .bg
 * @Modifier Yk
 * @date    2016-03-01 16:56
 *
 */

body {
    width: 100%;
    overflow-x: hidden;
    /*font-family: Tahoma, Arial, Roboto, "Droid Sans", "Helvetica Neue", "Droid Sans Fallback", "Heiti SC", sans-self;*/
    background: #f2f2f2;
    color: #333333;
    height: auto;
    font-size: 62.5%;
}
a {
    color: #000
}
.partW {
    width: 92%;
    padding: 2% 4% 0;
}
.hideBody {
    display: none
}
.swiper-lazy-preloader-white:after {
    background-image: url(//www.news.cn/2015/img2015/Loading.gif);
}
.swiper-lazy-preloader {
    width: 85px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -18px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 30px;
    margin-top: -35px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 20px 30px;
    ;
    -webkit-background-size: 20px 30px;
    ;
    background-size: 20px 30px;
    background-position: center;
    background-repeat: no-repeat;
}
.tit {
    width: 100%;
    margin: 3% auto;
}
.tit .titName {
    color: #000;
    background: url(//www.xinhuanet.com/politics/2016qglh/mobile/img/titbg.png) 0 3px no-repeat;
    padding: 0 2% 0 4%;
    font-size: 2.4em;
}
.tit .titName i {
    color: #0068b7;
    font-size: 0.75em;
    padding-left: 2%;
    overflow: hidden;
    font-family: Tahoma, Arial, Roboto, "Droid Sans", "Helvetica Neue", "Droid Sans Fallback", "Heiti SC", sans-self;
    font-style:normal;
}
.tit .titLine {
    height: 2px;
    background: #0068b7;
    display: inline-block;
}

/*.focusName{width: 38%}
.focusLine{width: 57%}
.liveName{width: 45%}
.liveLine{width: 50%}
.interViewName{width: 62%}
.interViewLine{width: 33%}
.featureName{width: 63%}
.featureLine{width: 32%}
.publishName{width: 55%}
.publishLine{width: 40%}
.visualName{width: 48%}
.visualLine{width: 47%}
.photoName{width: 38%}
.photoLine{width: 57%}
.thinkerName{width: 43%}
.thinkerLine{width: 52%}
.commentName{width: 46%}
.commentLine{width: 49%}*/


/* 侧导航 */

aside {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 10px;
    /*border-top:1px solid #7ecef3;*/
    background: rgba(255, 255, 255, 1);
    z-index: 9999;
    top: 50px;
    left: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: left;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
}
aside ul {
    margin-top: 10px;
    padding-bottom: 50px;
}
aside li {
    float: left;
    width: 25%;
    height: 36px;
    padding: 0 5px;
    margin-bottom: 10px;
    overflow: hidden;
    background: rgba(237, 237, 237, 0.2);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
aside li a {
    display: block;
    line-height: 34px;
    text-align: center;
    color: #555;
    font-size: 15px;
    background: #fff;
    border: 1px solid #d8d8d8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* 侧导航打开给body加的class */

.navOpen {
    overflow: hidden;
}
.navOpen aside {
    left: 0px;
}

/*banner*/

header {
    width: 100%;
    height: 50px;
    background: #0068b7;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9990;
}
header .logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 62px;
    height: 100%;
    background: url(//www.xinhuanet.com/politics/2016qglh/mobile/img/logo2.jpg) 0 50% no-repeat;
	background-size:100% auto;
}
header .banner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(//www.xinhuanet.com/politics/2016qglh/mobile/img/banner.png) 45% center no-repeat;
    background-size: auto 56%;
}
header .navBar {
    display: block;
    width: 30px;
    height: 40px;
    background: #0068b7;
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 2;
}
header .navBar i {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    position: relative;
    top: 20px;
    left: 5px;
}
header .navBar i::before {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    position: relative;
    top: -6px;
    left: 0px;
}
header .navBar i::after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    position: relative;
    top: 4px;
    left: 0px;
}
header .navBar em {
    display: block;
    width: 2px;
    height: 40px;
    background: #0068b7;
    position: relative;
    top: -2px;
    left: 7px;
}

/*nav*/

.nav {
    width: 92%;
    height: 20px;
    margin: 50px auto 0;
    padding: 4px 4% 6px;
    background: #fff;
}
.nav .swiper-slide {
    text-align: center;
    color: #0068b7;
    background: #fff;
    border-radius: 3px;
    width: auto;
    padding: 1px 3%;
    font-size: 1.6em;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.nav .swiper-slide a {
    color: #0068b7;
}
.nav .on, .nav .on a {
    color: #fff;
    background: #0068b7
}

/*头条*/
.toutiao h1{font-size:2.2em; line-height:1.5em;}
.toutiao p{font-size:1.2em; line-height:1.5em; color:#6c6c6c;}
.toutiao p a{font-size:1.2em; line-height:1.5em; color:#6c6c6c;}

/*焦点图*/

.scrollBox {
    width: 100%;
    overflow: hidden;
}
.scrollBox .swiper-slide {
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.scrollBox .swiper-pagination-bullets {
    text-align: right;
}
.scrollBox .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}
.scrollBox .swiper-pagination-bullet-active {
    background: #e60011
}
.scrollBox .swiper-slide .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.scrollBox .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.scrollBox .swiper-slide .bg {
    width: 100%;
    height: 35px;
    overflow: hidden;
    background: #000;
    opacity: 0.6;
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.scrollBox .swiper-slide .title {
    width: 100%;
    line-height: 27px;
    overflow: hidden;
    z-index: 1;
    padding: 0 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 1.8em;
}
.scrollBox .swiper-slide .title a {
    color: #fff
}
.dataList {}
.dataList li {
    padding: 3% 0;
    border-bottom: 1px solid #dbdbdb
}
.dataList li h3 {
    font-size: 2em;
    line-height: 1.4em;
    margin-bottom: 2%;
    color: #000;
    font-weight: normal
}
.dataList li h3 a {
    color: #000
}
.dataList li .imgs a {
    font-size: 0px;
    vertical-align: top;
    float: left;
    width: 35%;
    height: auto;
    overflow: hidden;
    display: inline;
    margin-right: 10px;
    display: block;
}
.dataList li .imgs img {
    width: 100%;
    height: auto;
    vertical-align: top;
    padding-right: 10px;
    float: left;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    transition: transform .3s ease;
}
.dataList li .summary {
    height: 2.7em;
    line-height: 1.3em;
    overflow: hidden;
    color: #6c6c6c;
    font-size: 1.4em;
}
.dataList li .info {
    margin-top: 0px
}
.dataList li .time {
    font-size: 1.2em;
    line-height: 1.3em;
    color: #aaa;
}
.dataList .headTop h3 {
    font-weight: normal;
}
.dataList1 {}
.dataList1 li {
    padding: 3% 0 2%;
    border-bottom: 1px solid #dbdbdb
}
.dataList1 li h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    color: #000;
    font-weight: normal;
    height: 2.4em;
    overflow: hidden
}
.dataList1 li h3 a {
    color: #000
}
.dataList1 li .imgs a {
    font-size: 0px;
    vertical-align: top;
    float: left;
    width: 28%;
    height: auto;
    overflow: hidden;
    display: inline;
    margin-right: 10px;
    display: block;
}
.dataList1 li .imgs img {
    width: 100%;
    height: auto;
    vertical-align: top;
    padding-right: 10px;
    float: left;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    transition: transform .3s ease;
}
.dataList1 li .summary {
    height: 2.7em;
    line-height: 1.3em;
    overflow: hidden;
    color: #6c6c6c;
    font-size: 1.4em;
}
.dataList1 li .info {
    /*margin-top: 3px;*/
    text-align: right;
}
.dataList1 li .time {
    font-size: 1.2em;
    line-height: 1.3em;
    color: #aaa;
}
.dataList1 .headTop h3 {}

/*切换*/

.swiperStyle {
    width: 100%;
    height: auto;
    /*margin: 20px auto;*/
}
.swiperStyle .swiper-slide, .interview .swiper-slide {
    text-align: center;
    margin: 0 auto;
    overflow: visible;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiperStyle .swiper-slide .img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 50px
}
.swiperStyle .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.swiperStyle .swiper-slide .txt {
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 0;
    z-index: 10;
    font-size: 1.4em;
    text-align: left;
    height: 44px;
    width: 100%;
}

footer{background: #949494;color: #fff;font-size: 1.4em;padding: 4% 3%}
footer p{text-align: center}
