.about {
	overflow: hidden;
}
.about_item {
	margin: 0 -20px;
	padding: 30px 20px;
	border-top: 1px solid #ddd;
}
.about_row {
	display: table;
	width: 100%;
}
.about_pic {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	padding-right: 20px;
}
.about_header {
	display: table-cell;
	vertical-align: middle;
	color: #0c3a6f;
	font-size: 22px;
	font-weight: 600;
}
.about_text {
	margin-top: 20px;
}
.about ul li + li {
	margin-top: .5em;
}
.about ul li::before {
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 0;
}

@media (min-width: 800px) {
	.about {
		padding-top: 0;
	}
	.about_item {
		float: left;
		width: 33.33%;
		margin: 0;
		padding: 0 5px;
		border: none;
	}
	.about_item:first-child {
		padding: 0 10px 0 0;
	}
	.about_item:first-child + .about_item + .about_item {
		padding: 0 0 0 10px;
	}
	.about_row,
	.about_pic,
	.about_header {
		display: block;
		width: 100%;
	}
	.about_pic {
		position: relative;
		height: 170px;
		padding: 0;
	}
	.about .box > .clear:first-child .about_pic {
		height: 150px;
	}
	.about_pic img {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.about_header {
		margin: 20px 0;
	}
}

@media (min-width: 1024px) {
	.about_item {
		padding: 0 10px;
	}
	.about_item:first-child {
		padding: 0 20px 0 0;
	}
	.about_item:first-child + .about_item + .about_item {
		padding: 0 0 0 20px;
	}
}

.aboutObjects_header {
	padding: 20px 0;
	line-height: 22px;
	color: #fff;
	font-size: 18px;
	background: #103a71;
}
.aboutObjects_collage img {
	float: left;
	width: 20%;
}
.aboutObjects_collage img + img + img + img + img + img {
	display: none;
}
.aboutObjects_items {
	padding: 10px 0;
}
.aboutObjects_item {
	padding: 10px 0;
}
.aboutObjects_pic {
	display: none;
}
.aboutObjects_name {
	line-height: 20px;
	color: #103a71;
	font-size: 16px;
	font-weight: 600;
}
.aboutObjects_name span {
	border-bottom: 1px dashed #103a71;
}
.aboutObjects_text {
	display: none;
	padding: 15px 0 0;
}
.aboutObjects_text p {
	margin-bottom: 0;
}
.aboutObjects_text p + p {
	margin-top: 10px;
}

@media (min-width: 600px) {
	.aboutObjects_collage img {
		width: 11.11%;
	}
	.aboutObjects_collage img + img + img + img + img + img {
		display: block;
	}
}

@media (min-width: 900px) {
	.aboutObjects {
		background: #103a71;
	}
	.aboutObjects_collage {
		display: none;
	}
	.aboutObjects_header {
		line-height: 28px;
		font-size: 24px;
		font-weight: 700;
		text-align: center;
	}
	.aboutObjects_items {
		margin-left: -20px;
	}
	.aboutObjects_item {
		float: left;
		width: 50%;
		height: 304px;
		margin: 0 0 30px;
		background: #fff;
		border-left: 20px solid #103a71;
	}
	.aboutObjects_pic {
		float: left;
		display: block;
		margin-top: -10px;
	}
	.aboutObjects_info {
		padding: 20px 25px 20px 125px;
	}
	.aboutObjects_name {
		height: 40px;
		font-size: 20px;
		font-weight: 600;
	}
	.aboutObjects_name span {
		border: none;
	}
	.aboutObjects_text {
		display: block !important;
	}
}

@media (min-width: 1280px) {
	.aboutObjects_header {
		padding: 40px 0;
	}
	.aboutObjects_items {
		padding-bottom: 50px;
	}
	.aboutObjects_item {
		width: 33.33%;
	}
}