/* ====== subNav ====== */
.subNav {
	width:1000px;
	margin:0 auto;
	padding:20px;
}
.subNav a:hover{
text-decoration: none;
}
.subNav .subWi {
	margin-right:7px;
}
.subNav .subWif {
	margin:0 7px;
}
.subNav .subWif:hover {
color:#666;
}

/* ====== end subNav ====== */
/*******************content**********/
	.content{
		width:1010px;
		margin:0 auto;
	}
	.left-nav{
		float:left;
		width:180px;
		text-align:center;
		color:#333;
		border:1px solid #e0e0e0;
		border-top:none;
	}
	.mt20{margin-top: 20px;margin-right: 20px;}
	.right-content{
		margin-left: 10px;
		float: right;
		width: 814px;
		overflow:hidden;
		color: #555;
	}
	.left-nav .title,.right-content .title{
		border-top:1px solid #e0e0e0;
		height:32px;
		line-height:32px;
		font-size:14px;
		font-weight:bold;
		background:#f0f0ef;}
	.left-nav a{
		display:inline-block;
		padding-right:7px;
		color:#333;
		outline:none;
	}
	.left-nav ul{
		background-color: #fff;
		overflow:hidden;
	}
	.left-nav ul li{
		height:30px;
		line-height:30px;
		border-top:1px dashed #e0e0e0;
		margin-top:-1px;
	}
	.left-nav li.cur{color:#f80;border-left:3px solid #f80;background:#f7f7f7}
	.left-nav li.cur a{
		color: #f80;;
		font-weight:bold;
	}
	.right-content {

		border:1px solid #e0e0e0;
		border-top:none;
		margin-bottom: 20px;
		background-color: #fff;
	}
	.right-content .sub-content .intro{
		padding:10px;
	}

	.right-content .about .info{
		padding:0 40px;
	}
	.right-content .about .intro p{
		text-indent:2em;
	}
	.right-content .about h4{
		height:30px;
		line-height:30px;
	}
    .left-nav .title{
    	padding-left:0;
    }
    .right-content .title{
    	padding-left:20px;
    	color:#2e9900;
    }
/*******************content end**********/
