/* 电脑端 */
@media screen and (min-width: 1200px) {

	#content{
	     padding-top: 33px;
	     /* border: 1px solid; */
	     width: 44%;
	     
	     margin: 18px auto;
	     box-shadow: 4px 11px 35px -14px rgb(0 0 0 / 50%);
		 overflow:auto;
	}
	/* 新闻标题 */
	 #title{
		 color: #000000;
		 font-size: 20px;
		 text-align: center;
		 margin-bottom:15px;
		 
	 }
	 /* 新闻信息*/
	 #info{
		border: 1px dashed gray;
		    height: 30px;
			line-height:30px;
		    width: 50%;
		    margin: 0 auto;
			text-align: center;
			border-radius:5px;
	 }
	 /* 新闻内容 */
	 #text{
		font-family: kaiti;
		    font-size: 18px;
		    width: 86%;
		    margin: 20px auto;
			overflow:auto;
			border-bottom:1px dashed #b2b2b2;
			
	 }
	 #text h1{ font-size:26px;}
	 #text h2{ font-size:22px;}
	 #text h3{ font-size:20px;}
	 #text p{ text-indent:2em;}
	 #text img{max-width:680px;}
	 #text video{width:700px;}
	 #text>table{border-collapse:collapse;border-spacing: 0; width:100%; margin-bottom:10px;} 
     #text>table>caption{ text-align:center; caption-side: top; } 
     #text table th,table td{padding:8px;border:1px solid #BFBFBF;}
     #text table th{ background:#F2F2F2;}

#textlist{
		 padding:0px 46px 15px 50px;
		 }
#textlist>span{
	padding:0px 10px;
	overflow:auto;
	}
	
	#content{
		    width: 56%;   
		      margin: 32px auto;
  
	}


		 
}
@media screen and (max-width: 460px){
	#content{
	     padding-top: 33px;
	     /* border: 1px solid; */
	     width: 44%;
	     
	     margin: 18px auto;
	     box-shadow: 4px 11px 35px -14px rgb(0 0 0 / 50%);

	}
	/* 新闻标题 */
	 #title{
		 color: #000000;
		 font-size: 20px;
		 text-align: center;
		margin-bottom:15px;
	 }
	 /* 新闻信息*/
	 #info{
		border: 1px dashed gray;
		    height: 30px;
		    width: 50%;
		    margin: 0 auto;
			text-align: center;
			border-radius:5px;
	 }
	 /* 新闻内容 */
	 #text{
		font-family: kaiti;
		    font-size: 18px;
		    width: 86%;
		    margin: 20px auto
	 }
	 #text p{ text-indent:2em;}
	 #text img {
		 width: 100%;
		 height: 100%;
		 }
	#textlist{
		 width: 100%;
		 padding:0px 0 15px 10px;
		 }
#textlist>span{
	padding:0px 15px;
	overflow:auto;
	}
	
	#content{
		      width: 100%;
		      height: auto;
		    margin: 0px auto;
			    margin-bottom: 7%;
				    float: left;
	}
	
		/* 新闻标题 */
		 #title{
			 color: #000000;
			 font-size: 20px;
			 text-align: center;
			 margin-bottom:15px;
			 padding:0px 5px;
		 }
		 /* 新闻信息*/
		 #info{
			border: 1px dashed gray;
			    height: 30px;
				line-height:30px;
			    width: 86%;
			    margin: 0 auto;
				text-align: center;
				border-radius:5px;
		 }
		 /* 新闻内容 */
		 #text{
			font-family: kaiti;
			    font-size: 18px;
			    width: 86%;
			    margin: 20px auto;
				border-bottom:1px dashed #b2b2b2;
		 }  
	 #text h1{ font-size:26px;}
	 #text h2{ font-size:22px;}
	 #text h3{ font-size:20px;}
#text p{ text-indent:2em;}
#text video{width:100%;}
	 #text>table{border-collapse:collapse;border-spacing: 0; width:100%; margin-bottom:10px;} 
     #text>table>caption{ text-align:center; caption-side: top; } 
     #text table th,table td{padding:8px;border:1px solid #BFBFBF;}
     #text table th{ background:#F2F2F2; text-align:center;}
		 #copyrightInfo {
		     background-color: #333;
		     width: 100%;
		     height: 200px;
		     clear: both;
		     height: 255px!important;
			 /* position: absolute;
			 top: 100%; */
		   
		 }
}