@CHARSET "UTF-8";

.app-about-content{
	width:100%;
	height:800px;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	background-image: url('../image/school-box.png');	
	text-align: center;
}
.app-about-box{
	background-color: #EECC2C;	
	color: #FF9E04;
	margin-top: 20px;
	position: relative;
}
.app-about-box-left{
	width: 500px;
	padding-top: 35px;
	margin-left:100px;
	float: left;
}
.app-about-box-left p{
	font-size: 17px;
}
.app-about-box-right{
	padding-top: 94px;
    margin-left: 45px;
    padding-bottom: 80px;
}
.app-school-experience{
	width:100%;
	height:900px;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	background-image: url('../image/school-box.png');	
}
.app-school-experience-content{
	width: 970px;
	margin: auto;
}
.app-school-experience-year{
	margin-top: 40px;
}
.year-img{
	float: left;
}
.year-img img{
	width: 100px;
    height: 100px;
}
.year-text{
	width: 800px;
}
.year-text p{
	font-size: 20px;
	margin-left:140px;
	font-weight: 700;
}
