@charset "utf-8";
/* CSS Document */
/*animate*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

.top2{width:100%; height:56px;position: relative;z-index: 999;}
.header2{width:980px; height:56px; margin:0 auto;position:relative;}
.header2-con{width:980px; height:56px; margin:0 auto;overflow:hidden;}
.top2,.header2-con{background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70topBg.gif) repeat-x;}
.logo2{width:60px; height:67px; background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70LogoBg.png) 0 0 no-repeat; position:absolute;top:0; left:10px;z-index:999;}
.logo2 a{ display:block;width:54px; height:59px;  background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70Logo.gif) 0 0 no-repeat; margin:0 auto;}
.header2-con-link{ margin-left:80px;}
.header2-con-link a{ display:inline-block; height:56px;color:#fff; font-size:14px; line-height:70px; margin-right:50px;}

.logo-info{ display:inline-block; float:left;width:97px; height:56px;background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-bg.png) -260px -173px no-repeat; margin-right:50px;}

/*底部*/
.footer{ width:100%; height:40px; background:#585858; line-height:40px;color:#9e9e9e;}
.footer-con{width:980px; margin:0 auto; background:#585858;}
.footer-nav{padding-left:15px;}
.footer-nav a{padding:0 10px;color:#9e9e9e;}
.copyright{ float:right; margin-right:25px;}
.zt_70 .footer{position:fixed; left:0; bottom:0;_position: absolute;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-0)); /* 底部固定悬浮 */}
	
.share-link{ position:fixed; right:50px;bottom:50px;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-50)); /* 底部固定悬浮 */}
.link-icon{width:28px;}
.link-icon a{ display:block;width:28px; height:28px; background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-bg.png) no-repeat; margin-bottom:10px;}
.link-icon a.weixin{ background-position:-260px -280px; }
.link-icon a.weibo{ background-position:-260px -319px; }
.link-box{ position:absolute; bottom:0;right:30px;}
.link-box span{ display:none;}

.zt_70-container-wrap{width:100%;background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-bgx.jpg) center top repeat-x;}
.zt_70-container{width:100%;background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-bg.jpg) center top no-repeat; overflow:hidden;}
.zt_70-content{width:100%;float:left;animation:fadeIn 1.5s ease-in forwards; -moz-animation:fadeIn 1.5s ease-in forwards;-webkit-animation:fadeIn 1.5s ease-in forwards;position: relative; display:none;}
.con-wrap{margin:0 auto;}

.zt_70-menu{width:860px; height:46px; margin: 0 auto 50px; padding-top:50px;}
.zt_70-menu ul li{ float:left; height:46px; line-height:46px;}
.zt_70-menu ul li a{ display:block;height:46px; line-height:46px; background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-bg.png) no-repeat; text-indent:-9999px;}
.zt_70-menu ul li.menu01 a{width:56px; background-position:0 0; margin-right:23px;}
.zt_70-menu ul li.menu01 a.current,.zt_70-menu ul li.menu01 a:hover{background-position:0 -56px;}
.zt_70-menu ul li.menu02 a{width:56px; background-position:-79px 0; margin-right:23px;}
.zt_70-menu ul li.menu02 a.current,.zt_70-menu ul li.menu02 a:hover{background-position:-79px -56px;}

.zt_70-menu ul li.menu03 a{width:144px; background-position:-158px 0; margin-right:12px;}
.zt_70-menu ul li.menu03 a.current,.zt_70-menu ul li.menu03 a:hover{background-position:-158px -56px;}

.zt_70-menu ul li.menu04 a{width:144px; background-position:-314px 0; margin-right:4px;}
.zt_70-menu ul li.menu04 a.current,.zt_70-menu ul li.menu04 a:hover{background-position:-314px -56px;}

.zt_70-menu ul li.menu05 a{width:106px; background-position:-464px 0; margin-right:20px;}
.zt_70-menu ul li.menu05 a.current,.zt_70-menu ul li.menu05 a:hover{background-position:-464px -56px;}

.zt_70-menu ul li.menu06 a{width:56px; background-position:-710px 0;margin-right:20px; }
.zt_70-menu ul li.menu06 a.current,.zt_70-menu ul li.menu06 a:hover{background-position:-710px -56px;}

.zt_70-menu ul li.menu07 a{width:66px; background-position:-788px 0; }
.zt_70-menu ul li.menu07 a.current,.zt_70-menu ul li.menu07 a:hover{background-position:-788px -56px;}

.zt_70-menu ul li.menu08 a{width:106px; background-position:-585px 0; margin-right:20px;}
.zt_70-menu ul li.menu08 a.current,.zt_70-menu ul li.menu08 a:hover{background-position:-585px -56px;}

/*首页*/
.content01{background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-con01.png) center bottom no-repeat; }
.content01 .con-wrap{width:923px; position:relative;}
.content01 h1 {width: 308px;height: 76px; margin: 0 auto 15px; overflow: hidden;position: relative;text-indent: -9999px;background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-tit.png) no-repeat;animation:zoomIn 1s ease-in forwards;-moz-animation:zoomIn 1s ease-in forwards;-webkit-animation:zoomIn 1s ease-in forwards;}
.content01 p.info{ width:550px; height:30px; background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-bg.png) 0 -545px; margin:0 auto; text-indent:-9999px; animation:fadeInUp 1s ease-in forwards;-moz-animation:fadeInUp 1s ease-in forwards;-webkit-animation:fadeInUp 1s ease-in forwards;}
.zt_logo{width:218px; height:220px; background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-bg.png) 0 -280px no-repeat; position:absolute; right:0;top:150px;animation:fadeInRight 1s ease-in forwards;-moz-animation:fadeInRight 1s ease-in forwards;-webkit-animation:fadeInRight 1s ease-in forwards;}
.content01 p.tit02{width: 520px;height: 24px;overflow: hidden;position:absolute;text-indent: -9999px;background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-bg.png) 0 -509px no-repeat; bottom:70px;left:50%; margin-left:-235px;animation:fadeInLeft 1s ease-in forwards;-moz-animation:fadeInLeft 1s ease-in forwards;-webkit-animation:fadeInLeft 1s ease-in forwards;}

/*资讯*/
.content02{background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-con02.png) center bottom no-repeat;}
.content02 .con-wrap{width:560px;}
.content02 h3{ font-size:24px; line-height:50px;}
/*.content02 h3,.content02 p{ text-align:center;}*/
.content02 p,.content02 p a{ color:#666666; font-size:14px; line-height:25px;}
.content02 ul{ margin-top:25px;}
.content02 ul li,.content02 ul li a{ font-size:18px; line-height:30px;}
.content02 ul li{ background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.con2-icon.jpg) 0 13px no-repeat; padding-left:10px;}
.content02-more{ float:right; font-size:16px; margin-top:15px;}
/*古城故事家书*/
.content03{background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-con03.png) center bottom no-repeat;}
.content03 .con-wrap{width:855px; overflow:hidden;}
.content03 ul{width:910px; height:480px; clear:both; overflow:hidden;}
.content03 ul li.item{width:400px;/* float:left; */margin:0 55px 70px 0;}
.content03-list{ font-size:0; letter-spacing:-6px;}
.content03-list .item{display:inline-block;*display:inline; letter-spacing:0; zoom:1;vertical-align:top; margin-right:0; }

.picArea{width:170px; float:left; margin-right:10px;}
.txtArea{width:220px; float:left;}
.txtArea .info{ font-size:12px; line-height:21px; color:#666;}
.txtArea h3{font-size:14px; line-height:25px;}
.list a{ display:block; font-size:14px; line-height:25px; background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-bg.png) 0 -110px no-repeat;padding-left:6px;}
.page{ float:right;}
.page a{ display:inline-block; margin-right:8px; width:17px; height:17px; background:#000; color:#fff; text-align:center; line-height:17px;}
.page a.current{ background:#cc0000;}



/*抗战史上的今天*/
.content04{background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-con04.png) center bottom no-repeat;}
.content04 .con-wrap{width:940px; position:relative;}
.w640{width:640px; margin:0 auto;}
.content04 h3{  font-size:24px; margin-bottom:25px;}
.content04 h3 a{ float:right;}
.more{ float:right; position:absolute;bottom:50px; right:0; z-index:999;}
.more a{ display:block; width:234px; height:57px; background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-bg.png) 0 -173px no-repeat;  text-indent:-9999px;}
/**********************************************视频点播/音频点播--module-jplayer********************************************/
.jp-player-wrap{ margin:0 auto 15px;}
/*全屏*/
div.jp-video-full {width: 480px; height: 270px;position: static !important; position: relative; }
div.jp-video-full div div { z-index: 1000; }
div.jp-video-full div.jp-jplayer { top: 0; left: 0; overflow: hidden; position: fixed !important; position: relative; }
div.jp-video-full div.jp-gui { position: fixed !important; position: static;  top: 0; left: 0; width: 100%; height: 100%; z-index: 1001;}
div.jp-video-full div.jp-interface { position: absolute !important; position: relative;  bottom: 0; left: 0; }
/********工具条样式*********/
div.jp-interface { position: relative; width: 100%; height: 45px; }
div.jp-controls-holder { clear: both; width: 100%; margin: 0 auto; position: relative; overflow: hidden; top: 12px; }
div.jp-controls-holder a{ text-decoration:none;}
/*进度条*/
div.jp-progress { width: 100%; height: 5px; overflow:hidden; background: #808080; }
div.jp-seek-bar { background: #808080; width: 0px; height: 100%; cursor: pointer; }
div.jp-play-bar { background: #2fceb3; width: 0px; height: 100%; position: relative; }
/*各种按钮*/
div.jp-bar { width: 100%; height: 40px; background: #000; position: relative; z-index: 0; }
div.jp-interface ul.jp-controls, div.jp-interface ul.jp-controls li { overflow: hidden; display: inline; float: left; }
div.jp-interface ul.jp-controls a { display: block; overflow: hidden; text-indent: -9999px; background: url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.player-icon.png) no-repeat; margin-top: 0; position: absolute; top: 0; }
/*播放暂停*/
div.jp-interface ul.jp-controls a.jp-play, div.jp-interface ul.jp-controls a.jp-pause { width: 14px; height: 16px; position: static; margin-left: 50px; }
div.jp-interface ul.jp-controls a.jp-play { background-position: 0 0px; }
div.jp-interface ul.jp-controls a.jp-pause { background-position: -36px 0; display: none; }
/*音量*/
a.jp-mute, a.jp-unmute { width: 12px; height: 16px; right: 175px; }
a.jp-volume-max, a.jp-volume-unmax { width: 23px; height: 16px; margin-top: 12px; right: 75px; }
div.jp-interface ul.jp-controls a.jp-mute { background-position: 0 -26px; }
div.jp-interface ul.jp-controls a.jp-unmute { background-position: -38px -26px; display: none; }
div.jp-interface ul.jp-controls a.jp-volume-max { background-position: 0 -52px; }
div.jp-interface ul.jp-controls a.jp-volume-unmax { background-position: -27px -52px; }
/*音量条*/
div.jp-volume-bar { position: absolute; overflow: hidden; background: #fff; width: 50px; height: 5px; cursor: pointer; top: 6px; right: 110px; }
div.jp-volume-bar-value { background: #2fceb3; width: 0px; height: 5px; }
/*时间*/
div.time { color: #fff; font-size: 14px; font-family: "Times New Roman", Times, serif; position: absolute; right: 195px; top: 12px; }
div.jp-current-time { float: left; display: inline; margin-right: 5px; }
div.jp-duration { display: inline; margin-left: 5px; }
div.jp-current-time { margin-left: 20px; }
div.jp-duration { margin-right: 20px; }
/*播放器上*/
div.jp-jplayer { background-color: #000000; }
.video-cover{ display:none;}
/*播放器上的大图标*/
div.jp-video-play {width:100%;overflow:hidden;cursor:pointer;background-color:rgba(0,0,0,0);}
div.jp-video-play,div.jp-video-play {margin-top:-360px;height:360px;}
div.jp-video-full div.jp-video-play {height:100%;}
a.jp-video-play-icon { position: relative; display: block; width: 112px; height: 100px; margin-left: -56px; margin-top: -50px; left: 50%; top: 50%; text-indent: -9999px; }
/*全屏按钮*/
ul.jp-toggles { list-style-type: none; padding: 0; margin: 0 auto; overflow: hidden; margin-top: 0px; margin-right: 30px;  }
ul.jp-toggles li { display: block; float: right; }
ul.jp-toggles li a { display: block; width: 16px; height: 16px; text-indent: -9999px; line-height: 100%;}
a.jp-full-screen { background: url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.player-icon.png) 0 -78px no-repeat; }
a.jp-restore-screen { background: url(http://img0.impplus.cn/M00/4E/B5/wKjIFFXMCSmAMTSQAAAAAAAAAAA7146177.player-icon.png) 0 -78px no-repeat; }
/*不同宽的视频*/
.video-w640-01{width:640px;}
.video-w640-01 .jp-jplayer{width:640px; height:360px;}
.video-w660-01 div.jp-video-play,div.jp-video-play {margin-top:-360px;	height:360px;}

/*非常记录*/
.content05{background:url(http://img0.impplus.cn/M00/4E/B5/wKjIFFXMCSmAMTSQAAAAAAAAAAA7146177.zt_70-con05.png) center bottom no-repeat;}
.content05 .con-wrap{width:790px;}
.list02 li{width:340px; margin-left:55px; float:left;}
.list02 li a{ display:block; font-size:14px; line-height:28px; background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-bg.png) -623px -368px no-repeat; padding-left:35px;}
.list02 li.active a{ background-position:-623px -403px;}
.zt_audio{width:790px; height:60px; background:#333; overflow:hidden;}
.content05 .zt_audio{ margin-bottom:65px;}
.play-bar{width:760px; height:29px; margin:15px auto 0;overflow:hidden;}
.play-btn{width:100px; height:29px; float:left;}
.play-btn span{ display:inline-block; height:29px;background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-bg.png) no-repeat; cursor:pointer;}
.play-btn span.play-pre,.play-btn span.play-next{width:14px; }
.play-btn span.play-pre{background-position:-563px -280px;}
.play-btn span.play-next{background-position:-632px -280px;}
.play-btn span.play-control{width:20px;background-position:-594px -280px; margin:0 15px;}
.play-btn span.play-control-pause{background-position:-594px -319px;}

.play-progress{width:545px; height:10px; overflow:hidden; float:left;margin-top:8px;}
.play-all{width:545px; height:10px; overflow:hidden; background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-bg.png) 0 -240px repeat-x; }
.play-cuurent{width:50%; height:10px; overflow:hidden; background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-bg.png) 0 -260px repeat-x; float:left; }
.play-current-btn{width:10px; height:10px; overflow:hidden; background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-bg.png) -636px -220px; float:left;}

.play-time{width:110px; height:29px; line-height:29px; float:right;color:#fff; font-size:12px; text-align:right;}
/*直播*/
.content06{background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-con06.png) center bottom no-repeat;}
.content06 .con-wrap{width:790px;}
.content06 h3{ font-size:31px; text-align:center; margin-bottom:20px;}
.content06 p{ font-size:14px; line-height:28px;}
/*.content06 .play-cuurent{width:100%;}
.content06 .play-current-btn,.content06 .play-time{ display:none;}*/

.content06 .zt_audio{ margin-bottom:20px;}
.live-con{width:790px; overflow:hidden; margin-top:20px;}
.content06 ul{width:860px;}
.list03 li{width:140px; float:left; margin-right:75px;}
.list03 li a{ display:block; margin-bottom:10px; cursor:default;}
.list03 li label{width:60px; text-align:justify;}
.list03 li span{color:#666;}


/*20150828 向上抗战*/
.zt_audio-wrap{width:790px; height:200px; clear:both; overflow:hidden; margin-bottom:20px;}
.zt_audio-l{width:200px; height:200px;float:left;}
.zt_audio-wrap .zt_audio-r{width:590px; float:right;}
.zt_audio-wrap .zt_audio{width:590px;}
.zt_audio-wrap .play-bar{width:560px;}
.zt_audio-wrap .play-progress{width:345px;}

.zt_audio-brief{height:140px;font-size:14px; line-height:25px; padding:0 15px 10px;}
.zt_audio-brief p{ font-size:14px; line-height:25px;}

/*微寄语*/
.content07{background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-con07.png) center bottom no-repeat; }
.content07 .con-wrap{width:980px;}
.wjy-info{ margin-bottom:30px; font-size:14px; line-height:25px;}
.wjy-info p{ font-size:14px; line-height:25px;}
.wjy-list-con{ clear:both; overflow:hidden; margin-bottom:30px;}
.wjy-list ul{width:450px; float:left;}
.wjy-list ul.wjy-left{ margin-right:40px;}
.wjy-list ul li.wjy-list-line{ background:url(http://f2.cri.cn/M00/15/51/CqgNOlXa18aAA-KVAAAAAAAAAAA4833734.zt_70-line.png) center bottom no-repeat; padding-bottom:50px;}

.wjy-name{ margin-bottom:5px; font-size:14px;}
.wjy-name span{ font-size:18px;color:#990000; margin-right:5px;}
.wjy-name b{ font-weight:normal;}
.wjy-text p,.wjy-text{ font-size:14px; line-height:25px; color:#666;}

/*阅读抗战*/
.content08 .con-wrap{width:790px;}
.content08 .zt_audio{ margin-bottom:65px;}
