/* CSS Document */
body{
	overflow-x: hidden;
	background-color: #F7F7FA;
	font-family: '微软雅黑';
}


/*主体部分*/
.mainIndex{
	width: 100%;
	/*margin: 40px auto;*/
	/*margin-top: -240px;*/
	/*background-color: black;*/
}
	.newsDatailLink{
		width: 1200px;
		height: 56px;
		margin: 0px auto;
		overflow: hidden;
		position: relative;
		z-index: 999;
	}
		.newsDatailLink>a,
		.newsDatailLink>p{
			float: left;
			font-size: 16px;
			line-height: 56px;
			padding-right: 10px;
		}

		.fontColorGold{
			color: #C6954B;
		}
		.fontColorGrey{
			color: #333333;
		}
		a.fontColorGrey:hover{
			cursor: pointer;
			font-weight: bold;
		}


	/*新闻显示*/
	.newsDetailContent{
		width: 1200px;
		margin: 0px auto 40px auto;
		padding: 30px 0;
		background-color: #ffffff;
	}
		.newsDetailTitle{
			width: 1100px;
			margin: 0 auto;
			border-bottom: solid 1px #DBDBDB;
			padding-bottom: 20px;
		}
			.newsDetailTitle>h1{
				width: 1100px;
				font-size: 26px;
				color: #333333;
				line-height: 36px;
				text-align: center;
			}
			.newsDetailTitle>div{
				width: 1100px;
				font-size: 16px;
				color: #8B8B8B;
				line-height: 46px;
				text-align: center;
			}
		.newsDetailMsg{
			width: 1100px;
			margin: 30px auto 0 auto;
			padding-bottom: 20px;
		}
			.newsDetailMsg>p{
				font-size: 18px;
				color: #333333;
				line-height: 30px;
				text-indent: 36px;

			}
			.newsDetailMsg>img{
				width: 800px;
				margin: 10px auto;
			}
			.newsDetailMsg table {
				margin-left: 3.9pt;
				width: 100%;
				border-collapse: collapae;
			}

			.newsDetailMsg > table > tbody tr td {
				width: 54pt;
				padding: 0pt 5.4pt;
				vertical-align: top;
				border: 1px solid #ccc;
			}

			.newsDetailMsg > table > tbody > tr > td p {
				text-align: left;
				font-size: 14px;
				color: #333333;
				line-height: 30px;
				text-indent: 36px;
			}

			.newsDetailMsg > table > tbody > tr > td > p b {
				text-align: left;
				font-size: 14px;
				color: #333333;
				line-height: 30px;
				text-indent: 36px;
			}

	.turnNewsCtrl{
		width: 1200px;
		height: 150px;
		margin: 0 auto 40px auto;
		overflow: hidden;
	}
	.turnNewsCtrl>a{
		width: 590px;
		height: 150px;
		background-color: #ffffff;
	}
	.turnPrevious{
		float: left;
	}
	.turnNext{
		float: right;
	}
	.turnNewsCtrl>a:hover{
		cursor: pointer;
	}
	.turnNewsCtrl>a:hover{
		cursor: pointer;
	}
		.turnPrevious>p,
		.turnNext>p{
			width: 550px;
			height: 40px;
			margin: 0 auto;
			font-size: 14px;
			line-height: 40px;
			color: #333333;
			font-weight: bold;
		}
		.turnPrevious>h1,
		.turnNext>h1{
			width: 550px;
			height: 48px;
			margin: 0 auto;
			font-size: 20px;
			line-height: 24px;
			color: #333333;
			display: -webkit-box;
			overflow: hidden;
			white-space: normal;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;	
			text-overflow: ellipsis;
		}
		.turnPrevious>div,
		.turnNext>div{
			width: 550px;
			height: 30px;
			margin: 20px auto 0 auto;
			font-size: 14px;
			line-height: 30px;
			color: #333333;
		}
	.turnNewsCtrl>a:hover h1{
		text-decoration: underline;
		color: #C6954B;
	}