.gea_page .row div.box{
	position: relative;
	/*padding-right: 0px;
    padding-left: 0px;*/
    margin-bottom: 10px;

}
.gea_page .row>div .title{
	color: #fff;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	width: 100%;
	/*height: 50px;*/
	text-align: center;
	bottom:0;
	left:0;
}
.gea_page .row>div .title p{
	padding:0 5px;
	padding-top: 0px;


}
#school_activity .title{
	text-align: left;
}
.gea_page .con{
	width: 80%;
	margin:0 auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #ff8900;
}