/**
@Author: yu_Wj
@Description：左侧导航样式文件
*/

/*左侧导航*/
.leftNav{
	width: 270px;
	margin-right: 30px;
	float: left;
}
.leftNav_1{
	background: #b4242f;
	color: #fff;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
}

.leftNav_2{
	background: #fff;
	overflow: hidden;
}
.leftNav_2 li{
	width: 270px;
	height: 50px;
	margin-bottom: 1px;
	background: #f8f8f8;
}
.leftNav_2 li a{
	color: #333;
	font-size: 14px;
	float: left;
	width: 270px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.leftNav_2 li a:hover,.leftNormal{
	background: #fff !important;
	color: #b4242f !important;
}

/*右侧内容框架*/
.rightContent{
	width: 900px;
	min-height: 600px;
	float: right;
}

/*右侧内容标题*/
.rightTitle{
	line-height: 1;
	padding: 10px 0;
	border-bottom: solid 2px #ddd;
}
.rightTitle span{
	color: #666;
	font-size: 14px;
}

/*右侧内容主体*/
.rightMain{
	padding: 30px 10px;
}
.content_1 p{
	text-indent: 2em;
	line-height: 24px;
}
.content_1 p img{
	display: block;
}
.wenhuah{line-height: 40px;}
.wenhuad{line-height: 40px;}