@keyframes zoomInRight { from { opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% { opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); }
  100% { transform: scale3d(0) translate3d(-10px, 0, 0); } }

.zoomInRight { animation-name: zoomInRight; animation-fill-mode: forwards; }

@keyframes zoomOutRight { 40% { opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  99% { opacity: 0;
    transform: scale(0.1) translate3d(20px, 0, 0);
    transform-origin: right center; }
  100% { opacity: 0;
    transform: scale(0) translate3d(20px, 0, 0);
    transform-origin: right center;
    display: none !important; } }

.zoomOutRight { animation-name: zoomOutRight; animation-fill-mode: forwards; }

@keyframes fadeInRight { from { opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    transform: none; } }

.fadeInRight { animation-name: fadeInRight; animation-fill-mode: forwards; }

/**********************************************************/
body { background: #486396; transition: linear all .3s; }

a { text-decoration: none; color: #333; }

.btn { position: absolute; left: 0; right: 0; bottom: 0; top: 0; }

.control { position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: url(banner.gif); background-size: 100% 100%; transition: linear all .3s; }

.bgd { background: #f2f4f8; }

.bgd .control { -ms-transform: translateX(-200%); transform: translateX(-200%); }

a { text-decoration: none; }

.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.item-list { transition: linear all .3s; position: absolute; bottom: 1.5%; left: 0; right: 0; background: radial-gradient(ellipse 50% 50%, white, rgba(255, 255, 255, 0)); }

.item-list:after { display: block; content: ""; clear: both; }

.item-list .item { margin: 4px auto; }

.item-list .item:nth-child(1) { width: 40%; }

.item-list .item:nth-child(2) { width: 44%; }

.item-list .item:nth-child(3) { width: 44%; }

.item-list .item .item-name { color: transparent; }

.item-list .item .item-name img { display: block; width: 100%; }

.item-list .item .item-name span { display: none; }

.content.display { display: block; }

.content { display: none; position: absolute; transition: linear all .3s; animation-duration: .3s; top: 40px; left: 0; right: 0; }

#backbtn { display: none; position: fixed; left: 0; top: 0; width: 50px; z-index: 222; height: 40px; }

#backbtn:after { position: absolute; left: 20px; bottom: 12px; border-bottom: 1px solid #fff; border-left: 1px solid #fff; -ms-transform: rotate(45deg); transform: rotate(45deg); width: 14px; height: 14px; content: ""; }

.bgd #backbtn { display: block; }

.bgd #item-name { display: block; }

#item-name { position: fixed; left: 0; right: 0; top: 0; height: 40px; background: #486396; text-align: center; font-size: 18px; color: #fff; line-height: 40px; z-index: 222; display: none; z-index: 22; }

.bgd #item-name { display: block; }

.container { padding-left: 15px; padding-right: 15px; }

.block { position: relative; margin-bottom: 8px; padding: 15px; background: #FFF; overflow:hidden;}

.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

/*footer*/
.footer { padding-top: 1.5em; padding-bottom: 2.5em; background: #f2f2f2; color: #888; text-align: center; }

.footer em { margin: 0 6px; font-style: normal; }

.footer p { margin: 1em 0; }

.footer a { color: #666; }

.footer small { display: block; }

/*tj*/
.tj img { display: block; width: 100%; }

@media (min-width: 760px) { body { background: #ffffff; }
  #app { position: relative; max-width: 380px; margin: 50px auto; height: 800px; overflow-y: auto; }
  #item-name { max-width: 380px; margin: 50px auto; }
  #backbtn { left: auto; max-width: 380px; margin: 50px auto; } }

/*pic-list*/
.pic-list-bg { background: #94b5f1; }

.pic-list { list-style: none; margin-top: 0; padding: 0; }

.pic-list li + li { margin-top: 15px; }

.pic-list li a { display: block; overflow: hidden; }

.pic-list li a img { display: block; width: 100%; }

/*time-axis*/
.bg-time-axis{ background:url(bg-time.jpg) center bottom no-repeat;}

.time-axis-pic { float: left; width: 12%; }

.time-axis-pic img { display: block; width: 12%; height:5000px;position:absolute;top:0.4%;left:3.5%;}

.time-axis ul { margin-top: 3em; margin-bottom: 0; margin-left:12%; padding: 0; float: left; width: 88%; list-style: none; padding-left: 14px;box-sizing: border-box;position:relative;}

.time-axis ul:before { content:"温馨提示：点击图片可查看更多";position:absolute; top:-36px; left:18%; font-size:14px; color:#fff;}

.time-axis ul li{position:relative;}

.time-axis ul li + li { margin-top: 35px; }

.time-axis ul span { position: relative; display: inline-block; padding-right: 5px; line-height: 2em; height: 2em; color: #333; background: #acd598; font-weight:bold;}

.time-axis ul span:after { content: ""; position: absolute; top: 0; left: -2em; bottom: 0; border-width: 1em; border-style: solid; border-color: transparent #acd598 transparent transparent; }


.time-axis ul a:after{content:"";position:absolute;top:0;left:-50px;width:31px; height:31px;background:url(circle.png) top no-repeat;}


.time-axis ul i { display: block; margin-top: 10px; margin-bottom: 5px; }

.time-axis ul i img { display: block; width: 100%; border-radius:6px; }

.time-axis ul b { display: block; line-height: 1.6em; height: 3.2em; overflow: hidden; font-size: 14px; font-weight: normal; }

@media (min-width:320px) and (max-width:374px){
  .time-axis ul span{font-size:15px;}
  .time-axis ul a:after{left: -47px;}
  /*.time-axis-pic img{height:3380px;}*/
  .time-axis-pic img{left:4%;}
  .time-axis ul:before {left:12%;}
}
@media (min-width:414px){
  .time-axis ul a:after{left: -52px;}
  /*.time-axis-pic img{height:4160px;}*/
  .time-axis ul:before {left:20%;}
}
@media (min-width:759px){
  /*.time-axis-pic img{height:3755px;}*/
  .time-axis-pic img{left:4%;}
  .time-axis ul a:after{left:-48px;}
  .time-axis ul:before {left:18%;}
}

.spc-bg-gre{background:#005752!important;}

.spc-bg-red{background:#d12612!important;}
