/* 电脑端 */
@media screen and (min-width: 1200px) {
	#about{
		
			width: 80%;
		    border-bottom: 1px solid #4789d4;
		    /* position: relative; */
		    margin: 0 auto;
			color: #4789d4;

	}
	#about h5{
		position: relative;left: 2%;
	}
	#content{
		/* border: 1px solid; */
		width: 80%;
		    position: relative;
		    left: 10%;
		float: left;
	}
	#content div{
		/* border: 1px solid; */
	}
	#content #left{
		width: 20%;
		float: left;
		    margin-top: 1%
	}
	#content #right{
		    width: 78%;
		    float: left;
			
		   
	}
	#desc{
		padding: 0;
		margin-top: 10px;
	}
	#desc li{
		border-bottom: 1px solid #b2b2b2;
		margin-bottom: 10px;
		height:25px;
		line-height:25px;

		
	}
	#desc li .lasts{
		float:left;
		width:65%;
		padding-left:1em;
		overflow:hidden;
		white-space: nowrap;
		text-overflow:ellipsis;
	
		
		
	}
	#desc li .last{
		float:right;
		width:220px;
	}
	#desc li .last span{ padding:0 10px;}
	#lastpage{
		padding-left:50px;
		}
	#left_lxfs{
		/*border:1px solid #b2b2b2;*/
/*		border-radius:5px;*/
		}
	#left_lxfs img{
			border:1px solid #b2b2b2;
			}
}
/* 手机端 */
@media screen and (max-width: 460px) {
#about{
		
		    width: 100%;
		    border-bottom: 3px solid #4789d4;
		    /* position: relative; */
		    margin: 18px auto;
			color: #4789d4;

	}
	#about h5{
		    position: relative;
		 
	}
#content{
		
		    /* border: 1px solid; */
		    width: 100%;
		    position: relative;
		    /* left: 10%; */
		    top: -3%;
		    float: left;

	}
	#content div{
		/* border: 1px solid; */
	}
	#content #left{
		width: 100%;
		  
	}
	#content #right{
		    width: 100%;
		    float: left;
		
	}
	#content #list{
		padding: 0;
		width: 100%;
		float: left;
		margin: 0;
	}
	#content #list li{
		margin: 20px 0;
	}
	#desc ul{
		padding: 0;
	}
	#desc{
		padding: 0;
		margin-top: 10px;
	}


	#desc li .lasts{
		float:left;
		width:100%;
		padding:5px 15px;
		overflow:hidden;
		white-space: nowrap;
		text-overflow:ellipsis;
		border-bottom: 1px solid #b2b2b2;
	
		
	}
	#desc li .last{
	display:none;
	}
#lastpage{
	clear:both;
	padding-top:10px;
	}
#lastpage>span{
	margin:0;
	padding:0px 20px;
	width:100%;
	display:block;
		}
	
}