@charset "UTF-8";
/**
 * @此专题出自澎湃新闻网，http://thepaper.cn, 
 * @date    2016-03-22 11:21:22
 *By jigl@thepaper.cn
 *制作团队：梁嫣佳，季国亮
 */
*{margin:0;padding:0;
  font-family: "Hiragino Sans GB","Microsoft Yahei",sans-serif;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;
}
html,
body{width: 100%;height:100%;position: relative;overflow: hidden;}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: black;
}
.fl{float: left;}
.fr{float: right;}
.cl:after{
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tc{text-align: center;}
.container,
.page{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page{}
.blur-cover{
    z-index: 20;
}
.cover-box{
    z-index: 10;
}
.title{
    position: absolute;
    top: 10%;
    left: 15%;
    width: 10%;
}
.title img{width: 100%}
.title .fadeIn{
    opacity: 0;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-play-state:paused;
            animation-play-state:paused;
}

.title .flipInY{
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
            animation-name: flipInY;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    -webkit-animation-play-state:paused;
            animation-play-state:paused;
}
.title .t5,
.title .t7{
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.title .t6{
    position: relative;
    top: -5px;
    /* -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s; */
}
.show .title>div{
    -webkit-animation-play-state:running;
            animation-play-state:running;
}
.logo{
    z-index: 11;
    position: absolute;
    top: 15px; right: 15px;
    width: 50px;
}
.digest-box,
.slider-box{
    background: #33383C url(../images/bg.png) repeat;
}
.digest-box{
    z-index: 8;
    color: white;
    vertical-align: middle;
    text-align: center;
}
.slider-box{
    z-index: 6;
    background: url(../assets/neiwen.jpg) center  no-repeat;
    background-size: cover;
}
.story-box
{
    display: none;
    z-index: 5;
    -webkit-transition:all .1s linear;
    transition:all .1s linear;
    background-color: white;
}
.story-box.show{
    display: block;
}
.center-box{
    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;
    flex-direction: column;
    font-size: 14px;
    width: 100%;
    height: 100%;
    color: white;
    align-items: center;
    text-align: left;
    opacity: 0;
    -webkit-transition:all .8s .5s;
    transition:all .8s .5s;
    -webkit-transform:translate3d(0,50%,0);
    transform:translate3d(0,50%,0);
}
.show .center-box{
    opacity: 1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.center-box p{
  margin: 0 25px 15px;
  line-height:1.6em;
}
/*slider box style*/
.slider-tip{
    position: absolute;
    top:0;left:0;
    width: 100%;height: 100%;
    background: rgba(22,26,38,0.7) url(./slider-tip.png) center center no-repeat;
    background-size: 150px auto;
    z-index: 999;}
.fadeOutUp {
    -webkit-animation: fadeOutUp .8s ease-out 0s 1 forwards;
    animation: fadeOutUp .8s ease-out 0s 1 forwards;
}
.fadeInDown{
    -webkit-animation: fadeInDown .8s ease-out 0s 1 forwards;
    animation: fadeInDown .8s ease-out 0s 1 forwards;
}
.fadeInUp {
    -webkit-animation: fadeInUp 1.2s ease-out 0s 1 forwards;
    animation: fadeInUp 1.2s ease-out 0s 1 forwards;
}
.slide-up-tip{
    display: none;
    position: fixed;
    bottom: 0.6rem;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    z-index: 12;
    opacity: 0;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;    
}
.slide-up-tip.show{
    display: block;
}
.slider-header{
    margin: 16% 11% 13px 6%;
    position: relative;
    z-index: 10;
}
.slider-header h4{
}
.slider-header h4 span{
    display: inline-block;
    /* padding: 5px 25px; */
    /* border: 1px solid #ed1e79; */
    /* color: #ed1e79; */
}
.slider-header p{
    margin-top: -2px;
}
.slider-header p span{
    /* color: white; */
    font-size: 12px;
}
.slider-panel{
    position: relative;
    z-index: 10;
    height: 86%;
}
.notebook{
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 3%;
    display: none;
}
.slider-wrapper{
    position: relative;
    left: 10%;
    width: 78%;
    overflow:hidden;
}
.slider-list{
    position: relative;
    -webkit-transition: transform .3s linear;
    transition: transform .3s linear;
}
.slider-li{
    float: left;
    width: 100%;
}
.slider-prev{
    -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
}
.slider-img img{width: 100%;}
.slider-desc{
    margin: 10px 10px 0;
    font-size: 14px;
    text-align: justify;
    line-height: 1.3;
    color: #333;
}
.slider-pagination{
    text-align: center;
    /* bottom: 0; */
}
.slider-pagination-bullet{
    display: inline-block;
    margin: 0 3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: rgba(209, 208, 208, 0.6);
}
.slider-pagination-bullet.active{
    background-color: #ed1379;
}

/*story box*/
.sec-video{}
.video-caption{
    margin: 10px 0 30px 15px;
    border-left: 4px solid #ed1e79;
}
.sec-title{
    position:relative;
    margin: 20px 0 10px;
    background-color: #ed1e79;
    height: 80px;
}
.sec-title span{
  position:absolute;
  left:10px;
  bottom:0;
  display:inline-block;
  width:60%;
}
.sec-title img{
  width:100%;
}
.story-box p{
    margin: 10px 15px 20px;
    line-height: 1.5em;
    text-align: justify;
    font-size: 16px;
}
.sec-pic{
    margin-top: 20px;
    margin-bottom: 30px;
    /* border-bottom: 1px solid #999; */
}
.story-box .sec-video p{
  font-size:14px;
}
.sec-pic img{
    width: 100%;
}
p.sec-pic-desc{
    font-size: 14px;
    margin-top: 4px;
    /* line-height: 1.4em; */
    color: #666;
}
.sec-data{
  margin: 20px 0;
  padding: 15px;
  background: #33383C url(../images/bg.png) repeat;
  color: white;
}
.sec-data:before,
.sec-data:after{
  content:'';
  display:block;
  margin:10px 0;
  height:15px;
  background-color:#ed1e79;
  border:none;
}
.sec-data p{
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    line-height: 1.6em;
}
.sec-data .sec-pic{
  border-bottom:none;
}

.foot-container{
  position: relative;
  margin: 20px auto;
  padding-bottom: 20px;
  width: 100%;
}
/*footer*/
.footer-nav{
  margin: 30px auto;
  text-align: center;
  height: 80px;
  line-height: 80px;
}
.footer-nav li{
  font-weight: bolder;
  display: inline-block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.footer-nav-li:hover,
.footer-nav li.active{
}
.footer-nav a{
    background-color: #333;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    -webkit-transition: all .1s;
    transition: all .1s;
}
.footer-nav li:hover a,
.footer-nav li.active a{
  background-color: #00a498;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.footer-nav span{}
.footer{
    margin:0 auto;
    width: 100%;
    color:#333;
}
.footer-title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,.5);
}
.footer-title h2 {
  position: relative;
  top: 10px;
  padding: 16px;
  display: inline;
  font-size: 16px;
  background-color:white;
}
.footer p {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 5px;
}
.footer span {
  display: inline-table;
  width: 49%;
}
.sign-title {
  text-align: right;
}
.sign-name {
  text-align: left;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}