.container-fluid {
	padding: 0;
}

.newsContent {
	width: 92%;
	margin:  0 auto;
}

.newsContent .newsContent-title {
	margin-top: 70px;
}

.newsContent .newsContent-title h2 {
	font-size: 20px;
	font-weight: 700;
}

.newsContent-time {
	font-size: 14px;
	margin-top: 10px;
}

.newsContent-time a {
	font-weight: 700;
}

.newsContent-line {
	width: 100%;
	height: 1px;
	background: #cfcfcf;
	margin-top: 10px;
}

.newsContent-txt {
	margin-top: 20px;
	line-height: 24px;
}

.newsContent-txt p {
	color: #555;
	font-size: 15px;
	text-indent:30px;
}
.newsContent-txt h4{font-weight:600;}
.newsContent-txt img {
	margin: 0 auto 20px auto;
}

.newsContent-notice {
	color: #a6a6a6;
	padding-bottom: 20px;
}

@media (min-width:1200px) {
	.navbar-default {
		background: rgba(0, 111, 255, 0.9);
	}

	.newsContent {
		width: 880px;
		margin: 0 auto;
	}

	.newsContent .newsContent-title {
		margin-top: 80px;
	}

	.newsContent .newsContent-title h2 {
		font-size: 28px;
	}

	.newsContent-time {
		font-size: 16px;
		margin-top: 20px;
	}

	.newsContent-time a {
		font-weight: 700;
	}

	.newsContent-line {
		width: 100%;
		height: 1px;
		background: #cfcfcf;
		margin-top: 10px;
	}

	.newsContent-txt {
		margin-top: 20px;
		line-height: 24px;
	}

	.newsContent-txt p {
		color: #555;
		font-size: 15px;
	}

	.newsContent-txt img {
		margin: 0 auto 20px auto;
	}

	.newsContent-notice {
		color: #a6a6a6;
		padding-bottom: 20px;
	}
}
