.huibg {
	width: 100%;
	float: left;
	background: #31343c;
	margin-top: 25px;
	min-height: calc(100% - 325px);
}

.contact {
	width: 100%;
	float: left;
	padding-bottom: 30px
}

.contact .map {
	margin: 20px;
	clear: both
}

@media screen and (min-width:321px) {
	.contact p {
		line-height: 24px;
		font-size: 14px;
		color: #a09f9f;
		padding-left: 20px
	}
}

@media screen and (min-width:641px) {
	.contact p {
		line-height: 48px;
		font-size: 24px;
		color: #a09f9f;
		padding-left: 20px
	}
}

.si_lach {
	height: auto;
	padding: 5% 3%;
}

.inlitu {
	clear: both;
	width: 100%;
	float: left;
}

.inlitu ul {
	margin-bottom: 2%;
	width: 94%;
	float: left;
	margin-left: 3%;
	background: #fff
}

.inlitu li .img {
	width: 30%;
	height: 110px;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
	overflow: hidden;
}

.inlitu li .img img {
	width: 100%;
}

.inlitu li .img img.type {
	width: 100% !important;
	height: 100% !important;
}

.inlitu li p {
	width: 65%;
	float: right;
	display: block;
}

.inlitu li a:hover {
	color: #a37e44;
}

@media screen and (min-width:321px) {
	.inlitu li {
		line-height: 25px;
		font-size: 12px;
		color: #5f5e5e;
		background: #f7f6f2;
		padding: 10px;
		border-bottom: 1px dashed #8d8d8d;
	}
	.inlitu li p a {
		font-size: 18px;
		color: #91754a;
		line-height: 24px;
		margin: 10px 0;
		display: block
	}
	.inlitu ol {
		border-top: 1px dashed #8d8d8d;
		line-height: 25px;
		margin-top: 1px;
		color: #5f5e5e;
		font-size: 13px;
		text-align: right;
		padding-right: 20px
	}
}

@media screen and (min-width:641px) {
	.inlitu li {
		line-height: 25px;
		font-size: 20px;
		color: #5f5e5e;
		background: #f7f6f2;
		padding: 10px;
		border-bottom: 1px dashed #8d8d8d;
	}
	.inlitu li p a {
		font-size: 32px;
		color: #91754a;
		line-height: 40px;
		margin: 10px 0;
		display: inline-block
	}
	.inlitu ol {
		border-top: 1px dashed #8d8d8d;
		line-height: 45px;
		margin-top: 1px;
		color: #5f5e5e;
		font-size: 18px;
		text-align: right;
		padding-right: 20px
	}
}

.inlitu li .text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.inlitu li .title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}