﻿/* CSS Document */
body{
	overflow-x: hidden;
	background-color: #F7F7FA;
	font-family: '微软雅黑';
}


/*主体部分*/
.mainIndex{
	width: 7.5rem;
	/*margin: 40px auto;*/
	/*margin-top: -240px;*/
	/*background-color: black;*/
}
	.newsDatailLink{
		width: 7.2rem;
		height: 0.56rem;
		margin: 0px auto;
		overflow: hidden;
		position: relative;
		z-index: 999;
	}
		.newsDatailLink>a,
		.newsDatailLink>p{
			float: left;
			font-size: 0.18rem;
			line-height: 0.56rem;
			padding-right: 0.1rem;
		}

		.fontColorGold{
			color: #ff6100;
			width: 4.6rem;
			display: -webkit-box;
			overflow: hidden;
			white-space: normal;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;	
			text-overflow: ellipsis;
		}
		.fontColorGrey{
			color: #333333;
		}
		a.fontColorGrey:hover{
			cursor: pointer;
			font-weight: bold;
		}


	/*新闻显示*/
	.newsDetailContent{
		width: 7.2rem;
		margin: 0px auto 0.2rem auto;
		padding: 0.2rem 0;
		background-color: #ffffff;
	}
		.newsDetailTitle{
			width: 7rem;
			margin: 0 auto 0.2rem auto;
			border-bottom: solid 1px #DBDBDB;
			padding-bottom: 0.1rem;
		}
			.newsDetailTitle>h1{
				width: 7rem;
				font-size: 0.26rem;
				color: #333333;
				line-height: 0.36rem;
				text-align: center;
			}
			.newsDetailTitle>div{
				width: 7rem;
				font-size: 0.18rem;
				color: #8B8B8B;
				line-height: 0.46rem;
				text-align: center;
				margin: 0.1rem auto 0 auto;
			}
		.newsDetailMsg{
			width: 7rem;
			margin: 0.3rem auto 0 auto;
			padding-bottom: 0.1rem;
		}
			.newsDetailMsg>p{
				width: 7rem;
				margin: 0 auto;
				font-size: 0.18rem;
				color: #333333;
				line-height: 0.3rem;
				text-indent: 0.36rem;

			}
			.newsDetailMsg>p>img{
				/*width: 7rem;*/
				margin: 0.1rem auto;
			}
			.newsDetailMsg>img{
				/*width: 7rem;*/
				margin: 0.1rem auto;
			}

	.turnNewsCtrl{
		width: 7.2rem;
		height: 1.5rem;
		margin: 0 auto 0.2rem auto;
		overflow: hidden;
	}
	.turnNewsCtrl>a{
		width: 3.5rem;
		height: 1.5rem;
		background-color: #ffffff;
	}
	.turnPrevious{
		float: left;
	}
	.turnNext{
		float: right;
	}
	.turnNewsCtrl>a:hover{
		cursor: pointer;
	}
	.turnNewsCtrl>a:hover{
		cursor: pointer;
	}
		.turnPrevious>p,
		.turnNext>p{
			width: 3.2rem;
			height: 0.6rem;
			margin: 0 auto;
			font-size: 0.16rem;
			line-height: 0.6rem;
			color: #333333;
			font-weight: bold;
		}
		.turnPrevious>h1,
		.turnNext>h1{
			width: 3.2rem;
			height: 0.48rem;
			margin: 0 auto;
			font-size: 0.2rem;
			line-height: 0.24rem;
			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: 3.2rem;
			height: 0.3rem;
			margin: 0.1rem auto 0 auto;
			font-size: 0.16rem;
			line-height: 0.3rem;
			color: #333333;
		}
	.turnNewsCtrl>a:hover h1{
		text-decoration: underline;
		color: #C6954B;
	}