.moreStyle{
	width:34px;
	height:6px;
	float:right;
	overflow:hidden;
	margin-top:12px;
}
.moreStyle img{
	border:none;
}

#MidBody{
	width:972px;
	margin-top:5px;
	padding:4px;
	background-color:#fff;
}
#MidBodyContent{
	width:950px;
	padding:10px;
	float:left;
	overflow:hidden;
	background-color:#FAF8ED;
	border:1px solid #F1EAC9;
}
#contentTopLogo{
	width:950px;
	float:left;
	overflow:hidden;
}
#contentTopLogo img{
	border:none;
}
#MidBodyLeft{
	width:220px;
	float:left;
	overflow:hidden;
}
#contentLeftMenu{
	width:220px;
	margin-top:10px;
	float:left;
	overflow:hidden;
}
#contentLeftMenu ul{
	width:220px;
	float:left;
	overflow:hidden;
}
#contentLeftMenu ul li{
	width:220px;
	height:23px;
	line-height:23px;
	margin-top:5px;
	float:left;
	color:#77787B;
	text-align:center;
	font-weight:bold;
	overflow:hidden;
	border-top:1px solid #ECE8CE;
	border-bottom:1px solid #ECE8CE;
}
#contentLeftMenu ul li a{
	width:220px;
	height:23px;
	float:left;
	color:#77787B;
}
#contentLeftMenu ul li a:hover{
	color:#D81F2A;
	background-color:#ECE8CE;
}


#MidBodyRight{
	width:720px;
	margin-left:10px;
	display:inline;
	float:left;
	overflow:hidden;
}

#naviMenu{
	width:690px;
	height:38px;
	line-height:38px;
	padding-left:30px;
	float:left;
	overflow:hidden;
	background-image:url(../images/naviMenuBj.jpg);
}

#ArticleList{
	width:700px;
	min-height:500px;
	padding:10px;
	float:left;
	overflow:hidden;
}
#ArticleList ul{
	width:700px;
	float:left;
	overflow:hidden;
}
#ArticleList ul li{
	width:680px;
	height:25px;
	line-height:25px;
	padding-left:20px;
	font-size:14px;
	float:left;
	overflow:hidden;
	border-bottom:1px dashed #BBA486;
	background-image:url(../images/liStyle.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#ArticleList .fRight{
	color:#77787B;
}

#ArticlePhotoList{
	width:700px;
	padding:10px;
	float:left;
	overflow:hidden;
}
#ArticlePhotoList ul{
	width:700px;
	float:left;
	overflow:hidden;
}
#ArticlePhotoList ul li{
	width:120px;
	height:180px;
	line-height:25px;
	padding-left:20px;
	font-size:14px;
	text-align:center;
	float:left;
	overflow:hidden;
}
#ArticlePhotoList ul li img{
	width:110px;
	height:150px;
	border:none;
}


#ArticleDetail{
	width:700px;
	min-height:500px;
	padding:10px;
	float:left;
	/*color:#77787B;*/
	overflow:hidden;
}
#ArticleDetail ul{
	width:700px;
	float:left;
	overflow:hidden;
}
#ArticleDetail ul li{
	width:700px;
	float:left;
	overflow:hidden;
}
#ArticleDetail .title{
	width:700px;
	height:50px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	color:#D81F2A;
	text-align:center;
	float:left;
	overflow:hidden;
}
#ArticleDetail .subtitle{
	width:680px;
	padding:10px 10px;
	float:left;
	overflow:hidden;
	text-align:center;
	border-top:1px dashed #BBA486;
}
#ArticleDetail .content{
	width:680px;
	padding:10px 10px;
	float:left;
	overflow:hidden;
	font-size:14px;
	line-height:25px;
	border-bottom:1px dashed #BBA486;
}

