/* 电脑端 */
@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: 75%;
		    float: left;
		    margin-left: 5%
	}
	#content #list{
		padding: 0;
		width: 100%;
		float: left;
		margin: 0;
	}
	#content #list li{
		margin: 20px 0;
	}
	#title{
		text-align: center;
	}
	#desc ul{
		padding: 0;
		
	}
	#desc ul .tit img{
		width: 40px;
		height: 40px;
	}
	#desc ul .tit h5{
	    float: left;
	    position: relative;
	    left: 15%;
			}
	#desc ul li div:last-child{

	      position: relative;
	      left: 15%;
	      width: 85%;
	}
	#topImg img{
	width: 95%;
	    height: 200px;
	    margin-left: 5%;
	}
	#imgs{
		text-align: center;
	}
	
}
/* 手机端 */
@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 ul .tit img{
		    width: 60px;
		    height: 60px;
		    position: relative;
		    left: -21%;
	}
	#desc ul .tit h5{
	float: left;
	    position: relative;
	    left: 15%;
	}
	#desc ul li div:last-child{
	
	      position: relative;
	      left: 15%;
	      width: 85%;
	}
	#title{
		text-align: center;
	}
	#topImg img{
width: 100%;
    height: 200px;
  
	}
	#imgs{
		text-align: center;
	}
	#imgs img{
		height: 100px;
	}
	
}