.titleBox{
	width: 1200px;
}
.titleBox h1{
	background:url(../images/theCityIcon.png) no-repeat right center;
}
.aboutBox{
	margin:0 auto;
	margin-bottom: 38px;
	width:1080px;
	display: flex;
	flex-direction:column;
}
.aboutItems{
	margin-bottom: 25px;
	display: flex;
	flex-direction:row;
	align-items: center;
	justify-content: space-between;

}
.aboutItems p{
	font-size: 15px;
	line-height: 2;
	color: #555;
	text-indent: 2em;
	letter-spacing: 1px;
}
@media screen and (max-width: 1000px){
   .top,.partSeven,.footer,.line,.titleBox,.aboutBox{
	    width: 1220px;
	}
	.aboutItems{
		width: 1120px;
		margin:0 auto;
	}
	.navLi:last-child{
		display: none;
	}	
	
}