 /* CSS Document */
 @charset "utf-8";
 /* 通用样式 */
 * {
	 border: 0;
	 margin: 0;
	 padding: 0;
	 outline: none;
	 list-style: none;
	 text-align: justify;
	 vertical-align: top;
	 text-size-adjust: none;
	 -webkit-text-size-adjust: none;
	 -webkit-text-size-adjust: 100%; /*解决Iphone下橱窗字体变大问 题*/
	 color: #666;
	 font-size: 1rem;
	 font-style: normal;
	 font-weight: normal;
	 text-decoration: none;
	 font-family: "Microsoft YaHei", "微软雅黑", "宋体";
	 -webkit-tap-highlight-color: rgba(0,0,0,0); /*禁止链接高亮*/
	 -webkit-touch-callout: none; /*禁止链接长按弹出选项菜单*/
	 font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", STHeitiSC-Light, simsun, "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
 }

 body, html {
	 height: 100%;
	 text-align: center;
	 background-color: #f1f1f1;
 }
 /* 通用样式 */
 /* div.zt_content */
 div.zt_content {
	 padding: 0;
	 overflow: hidden;
	 background-color: #fff;
	 clear: both;
	 max-width: 640px;
	 margin-left: auto;
	 margin-right: auto;
 }
 /* div.zt_content */
 /* 头图 */
 div.zttops{
	 text-align: center;
	 margin-bottom: 0.2rem;
 }
 div.zttops img{
	 width: 100%;
 }
 /* 头图 */
 /* 内容 */
 .content-main{
	 margin:0.2rem ;
 }
 .showtitle{
	 margin: 0.2rem 0;
	 font-weight: bold;
	 color: #000;
	 font-size: 0.6rem;
	 line-height: 1.2;
	 font-family: SimSun,Arial;
	 text-align: center;
	 opacity:1;
 }
 .shownwyt,.shownwfbt{
	 font-size: 0.35rem;
	 line-height: 0.4rem;
	 color: #999;
	 letter-spacing: 1px;
	 text-align: center;
	 padding: 0.2rem 0.1rem;
	 opacity:0.88;
 }
 .shownwyt{
 }
 .shownwfbt{
 }
 .content-main .info {  font-size: 0.4rem; height: 1rem; line-height: 1rem; padding-bottom: 6px; text-align: center; border-bottom: 1px dotted #ccc; overflow: hidden;}
 .content-main .info *{
	 color: #ccc;
	 font-size:0.25rem;
 }
 #endText{
	 text-align: justify;
	 padding:0.3rem 0.1rem;
 }
 #endText *{
	 font-size:0.5rem;
	 text-align: justify;
	 line-height: 1.8;
 }
 #endText .cimg{
	 text-align: center;
	 text-indent: 0;
 }
 #endText .cimg img{
	 max-width: 100%;
	 margin:0.1rem 0;
 }
 div#nry_tp{
 	 display:none;
	 text-indent: 0;
	 margin-bottom: 0.1rem;
 }
 div#nry_tp img{
	 width: 100%;
 }
 div.cspx{
	 text-indent: 0;
	 margin:0.1rem auto;
	 text-align: center;
 }
 div.cspx video{
	 width: 100%;
	 margin:1px auto;
	 display: block;
 }
 /* 内容 */
/* 三审三教 */
.sssj{
	text-align:right;
	padding-right:20px;
}
.sssj *{
	font-size:14px;
	line-height: 1.6;
	color:#D0D0D0;
}
/* 三审三教 */
/* 二维码 */
div.ewm21 ,div.ewm22,.bqsm{
  display: none;
}
 
 /* 版权 */
 .clinx{ border-top: 2px solid #0068b7; }

 .copy{ margin: 0.2rem auto; text-align: center;  clear: both; }
 .copy *{
	 font-size:0.2rem;
	 line-height: 1.8;
 }
 .cp3{ margin: 1rem; text-align: center; }
 .copy center{
	 text-align: center;
 }
 /* 版权 */