h1 {
	font-size: 30px;
	margin-top: 23px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #333;
}

.bg, .bg-2 {
	background: url(../images/zh-bg.jpg) repeat-y left;
	padding-left: 25px;
	padding-bottom: 30px;
}
.bg-2 h2,
.bg h2 {
	position: relative;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 18px;
	font-weight: bold;
	color: #333;
}
.bg h2 img {
	position: absolute;
	top: 4px;
	left: -25px;
}
.bg-2 h2 img {
	position: absolute;
	top: 1px;
	left: -28px;
}
.bg-2 p,
.bg p {
	font-size: 16px;
	line-height: 26px;
	color: #545454;
	margin-bottom: 0;
}

h1.margin {
	margin-top: 60px;
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.dx .col-lg-2 { width: 25%;}
}
.dx { margin-bottom: 100px;}
.dx-text {
	position: relative;
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
	margin-top: 20px;
	padding-top: 30px;
}
.dx-text .text {
	width: 100%;
	padding: 10px;
}
.dx-text .text p {
	color: #333;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.dx-text .bottom {
	height: 3px;
	width: 100%;
	border-radius: 2px;
	background-color: #d5254d;
}
