
.company-block {
	margin: 20px 0;
	background-color: #fff;
}
.company-header {
	padding: 20px;
}
.company-image,
.company-info {
	float: left;
}
.company-image {
	width: 180px;
}
.company-image img {
	display: block;
	width: 100%;
}
.company-info {
	padding-left: 20px;
	width: calc(100% - 180px);
}
.company-name {
	height: 25px;
	font-size: 18px;
	font-weight: 700;
}
.company-text {
	margin-top: 20px;
}
.company-text .item {
	margin-top: 5px;
}
.company-text .item:first-child {
	margin-top: 0;
}
.company-text .item span,
.company-text .item a {
	display: block;
	float: left;
	line-height: 23px;
	color: #454545;
	font-size: 14px;
}
.company-text .item .n {
	width: 72px;
}
.company-text .item .v {
	width: calc(100% - 72px);
}
.company-desc {
	padding: 0 20px 20px;
	line-height: 21px;
	color: #454545;
	font-size: 14px;
}

.images-block  {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
}
.images-title {
	margin-bottom: 20px;
}
.images-title span {
	display: block;
	position: relative;
	padding-left: 14px;
	height: 24px;
	line-height: 24px;
	color: #222;
	font-size: 16px;
	font-weight: 600;
}
.images-title span::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	height: 16px;
	border-left: 2px solid #117ee7;
}
.images-list .item {
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	width: 205px;
	height: 205px;
	background: no-repeat center center / cover;
	border: 1px solid #f3f3f3;
	cursor: pointer;
}
.images-list .item.first {
	margin-top: 0;
}
.images-list .item.even {
	margin-right: 0;
}