body{
	background-image:url("../img/white.gif") ;
	background-color:#fff ;
	
		
	overflow-y:scroll !important; 
    }
/*	
	body *{

-webkit-filter: grayscale(100%)  !important; ; /*  webkit */
/*
-moz-filter: grayscale(100%)  !important; ; /*firefox*/
/*
-ms-filter: grayscale(100%)  !important; ; /*ie9*/
/*
-o-filter: grayscale(100%)  !important; ; /*opera*/
/*
filter: grayscale(100%)  !important; ;

filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)  !important; ;  

filter:gray  !important; ; /*ie9- */
/*
}
	/*提示框大小设置*/
   .popover-content{padding:1px 2px !important;}
	*{padding:0;margin:auto 0}
	#shareBtn{display:none;};
	
		/*视频设置*/
		
	iframe{max-width:100%;height:auto;}
	

	
	.content_text{
	text-indent:2em; 
	 text-align: justify;
   color:#333;
    font-weiht:400;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    /*overflow: hidden;*/
    overflow-wrap: break-word;
    
    white-space: normal;
	font-size:18px;
	line-height:28px;
	}
	
	
	/*解决提示框位移问题*/
	.content_text [role=tooltip]{text-indent:0 !important;}
	 
	
	.content_text h3{font-size:18px !important;line-height:27px !important}



/*这个网页一打开就检查错误*/
   [data-typo]{text-indent:0 !important;}
   
   
 /*tel

@font-face{
	font-family:kaiti;
	src:url("../fonts/kaiti.ttf");
	 font-style: normal;
     font-weight: normal;
}
	
*/ 
	
/*
 .content_text{ 
	
	/*font-size:18px !important;
	
	line-height:27px  !important;
	font-family:kaiti;
	
	}
	
	 /**图片放大或缩小功能样式结束*/	
#show img{
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	border-radius:10px;
	box-shadow:2px 2px 5px #ccc;
	display: block;
  margin: 0 auto;
	width:100%;
	 min-height: auto; 
	}
	
	
/*PC*/	
  @media (min-width: 992px){
	  
	  #show img{
	
	width:710px;
	
	}
	 #shareBtn{display:inline}
	#editBtn{display:inline}
/* 	
	#show img:hover{
	
	
  transition: all .3s ease .1s;

     transform: scale(1.5);
}
/* 
	/*
	 td.showArticalDate{
	
	 display:block !important;
	
	 }
	*/
	  .container{width:750px;}
	  
	      .content_text{ 
	
	line-height:27px  !important;
	font-family:仿宋,仿宋_gb2312,仿宋_gbk !important;
	font-size:21px !important;
	
	}
	
	

.content_text h3{font-size:21px !important;line-height:27px !important}
 .content_text span{	
	line-height:27px  !important;
	font-family:仿宋,仿宋_gb2312,仿宋_gbk !important;
	font-size:21px !important
	}
  }	

/**图片放大或缩小功能样式*/
.image-container {
  position: relative;
  /*display：inline-block看上去值名inline-block是一个混合产物，实际上确是如此，将元素显示为行内块状元素，设置该属性后，其他的行内块级元素会排列在同一行。比如我们li元素一个inline-block，使其既有block的宽度高度特性，又有inline的同行特性，在同一行内有不同高度内容的元素时，通常要设置对齐方式如vertical-align: top;来使元素顶部对齐。
*/
  display: inline-block;

}

.icon-container {
/*此时的绝对位置是相对于父元素的.image-container*/
  position: absolute;
  top: 20px;
  left: 15px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.icon-container i {
  cursor: pointer;
  padding: 5px;
  background-color: #333;
  color: #ccc;
  font-size: 20px;
  border-radius: 3px;
  margin: 0 5px;
}
/*
.fa-minus:before {
  content: "\f068";
}

.fa-plus:before {
  content: "\f067";
}

.fa-refresh:before {
  content: "\f021";
}*/
	
.header{font-size:18px;text-align:center;font-weight:bold;padding-top:30px;padding-bottom:10px;}	
#getNews{background-color:#fff;}

#getNews td{padding:5px  !important; }
		   
#footer_nav td{border:0 !important}
	
#footer_nav a{color:#222 !important;}

.container iframe{display:none;margin:0;width:800px;height:600px;margin: 0 auto;padding-top:0;position: relative;}	
	
	#nav{
		
		width:100%;
		
		
/*	
	position: fixed;
    right: 0;
    left: 0;
   z-index: 1030;
 */	
	
	color:#999;
	padding:8px 5px 8px;5px;
	font-size:14px !important;
	
	/*background:url('com/img/blue.gif');*/}
.red{color:red;}	
	
		
	video{width:100%;margin:8px 0;}	
/*图片链接点击样式*/
#loadMoreArtical:hover{cursor:pointer}
#authorArticals img:hover{cursor:pointer;position:relative;right:1px;top:-1px}	