body {
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

.ci-item {
	margin-top: 5px;
	width: 100%;
}

.ci-content {
	border: 1px solid #b9e5fe;
	padding: 20px 10px;
	width: 100%;
}

.c-item a {
	text-decoration: none;
	color: #454545;
}

.c-item {
	padding: 5px 0;
	width: 100%;
}

.ci-title {
	height: 40px;
	line-height: 40px;
	color: white;
	width: 100%;
	font-weight: bold;
	background-image: url('../image/bg5.jpg');
	background-repeat: round;
	padding-left: 20px;
}

.first-item a {
	color: #156ea8;
	font-weight: bold;
}

.first-item {
	margin-top: 5px;
}

.dot-img {
	margin-top: -3px;
	margin-right: 5px;
	float: left;
}

.cgb-img img {
	width: 80%;
	margin-left: 10%;
}

.cgb-content {
	text-align: center;
	width: 100%;
}