@charset "utf-8";

.news-content {
	height: auto;
	min-height: 380px;
	width: 1000px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-bottom: 40px;
	padding: 60px 100px;
}
.news-content > .news-content-title {
	min-height: 68px;
	width: 1000px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}
.news-content > .news-content-title > h3 {
	font-size: 24px;
	color: #333333;
	text-align: center;
	line-height: 36px;
	margin-bottom: 18px;
}
.news-content > .news-content-title > p {
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 36px;
	margin-bottom: 18px;
}
.news-content > .news-content-title > p > span {
	padding: 0 10px;
}

.news-content > .news-content-main {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.news-content > .news-content-main > blockquote {
	color: #999999;
	font-size: 14px;
	margin-bottom: 20px;
}
.news-content > .news-content-main > p {
	color: #333333;
	font-size: 16px;
	text-indent: 32px;
	line-height: 32px;
	margin-bottom: 10px;
}
.news-content > .news-content-main > h6 {
	height: 16px;
	color: #333333;
	line-height: 16px;
	font-size: 18px;
	padding-left: 18px;
	border-left: 2px solid #ff6900;
	font-weight: bold;
	margin: 20px 0;
}
.news-content > .news-content-main > div {
	height: auto;
	width: 1000px;
	overflow: hidden;
	text-align: center;
}

.news-content > a {
	display: block;
	height:40px;
	width:140px;
	background-color: #ff6900;
	margin: 0 auto;
	border-radius:4px;
	text-align:center;
	line-height: 40px;
	color: #ffffff;
	font-size: 14px;
}







