@charset "utf-8";
/* CSS Document */

.content p{
	border-bottom:#7accc7 solid 1px;
	border-top:#7accc7 solid 1px;
	padding:20px 0;
	overflow:auto;
	width:50%;
	float:left;
}
.pic{
	width:48%;
	margin-left:2%;
	float:left;
	overflow:hidden;
	height:650px;
	background:url(../images/about/p1.jpg) no-repeat center center;
	background-size:cover;
}

@media screen and (max-width:1000px) {
.content p{
	width:100%;
	float:none;
}	
.pic{
	float:none;
	margin:30px 0 0 0;
	width:100%;
	height:250px;
}
}