.system-wp {
	padding-top: 80px;
}

.system-wp > .title {
	position: relative;
	text-align: center;
	border-bottom: 1px #cdcdcd dashed;
	padding-bottom: 5px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	width: 100%;
}

.system-wp > .title > .title-zh {
	font-size: 36px;
	line-height: 47px;
	padding-top: 50px;
	color: #333333;
	font-weight: bold;
}

.system-wp > .title > .title-en {
	font-size: 18px;
	line-height: 24px;
	padding-top: 9px;
	color: #808080;
}

.system-wp > .title:after {
	position: relative;
	margin: 0 auto;
	display: block;
	content: '';
	bottom: -9px;
	width: 40px;
	height: 3px;
	background-color: #cdcdcd;
}

.government_system > .title:after {
	position: relative;
	margin: 0 auto;
	display: block;
	content: '';
	bottom: -7px;
	width: 40px;
	height: 3px;
	background-color: #cdcdcd;
}

.government_system > .item {
	text-align: center;
	background-size: cover;
	padding-bottom: 38.645%;
	/* margin-bottom: 20px; */
	position: relative;
}

.government_system > .item:nth-child(2) {
	background-image: url('../image/government/example_12.png');
}
.government_system > .item:nth-child(3) {
	background-image: url('../image/government/example_01.png');
}

.government_system > .item:nth-child(4) {
	background-image: url('../image/government/example_02.png');
}

.government_system > .item:nth-child(5) {
	background-image: url('../image/government/example_03.png');
}

.government_system > .item:nth-child(6) {
	background-image: url('../image/government/example_04.png');
}

.government_system > .item:nth-child(7) {
	background-image: url('../image/government/example_05.png');
}

.government_system > .item:nth-child(8) {
	background-image: url('../image/government/example_06.png');
}

.government_system > .item:nth-child(11) {
	background-image: url('../image/government/example_09.png');
}

.government_system > .item > .box {
	position: absolute;
	width: 100%;
	z-index: 2;
	top: 0;
}

.government_system > .item > .box > .title {
	letter-spacing: 3px;
	padding-top: 1%;
	font-size: 1.8rem;
	margin-bottom: 1%;
}

.government_system > .item > .box > .content {
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0 auto 1% auto;
	/* width: 50%; */
	width: 544px;
}

.bottom {
	letter-spacing: 1px;
	background-color: black;
	color: rgba(255, 254, 254, 1);
	text-align: center;
	padding: 20px 0;
}

.big-data {
	text-align: center;
	padding-bottom: 20px;
}

.big-data img {
	display: block;
}

.big-data h3 {
	font-size: 36px;
	padding: 20px 0;
}

.big-data p {
	padding: 0 18%;
	font-size: 16px;
}
