#term {
	margin: 2% auto;
	max-width: 1220px;
	background: #eeeeee;
	padding: 2%;
}

#term h1 {
	text-align: center;
	font-size: 32px;
}

.text-dar-shou {
	text-indent: 2em;
}
.text{
	font-size: 18px;
}
.text p{
	
	line-height: 40px;
}
.text ul li{
	line-height: 60px;
}
@media screen and (max-width: 1220px) {
	#term {
		margin: 2% auto;
		max-width:95%;
		background: #eeeeee;
		padding: 2%;
	}
}
@media screen and (max-width: 600px) {
	#term {
		margin: 2% auto;
		max-width:95%;
		background: #eeeeee;
		padding: 2%;
	}
	
#term h1 {
	text-align: center;
	font-size: 18px;
}

.text-dar-shou {
	text-indent: 2em;
}
.text{
	font-size: 12px;
}
.text p{
	
	line-height: 30px;
}
.text ul li{
	line-height: 40px;
}
}