/* CSS Document */
@import url("CommonStyle.css") ;
@import url("BaseStyle.css") ;


#StandardContent
{
	width:970px;
	min-height:200px;
	overflow:auto;
	height:100%;
	margin:15px;
	padding:5px 0px 10px 0px;

}

/**********Sitemap Style**************************/

#sitemap
{
   
    left:10px;
    top:120px;
    width:100%;

}

#sitemap ul
{
  text-align:left; margin:0; padding:0; list-style:none;
  margin-left:15px;
  color:Red;
  font-size:14px;
}

#sitemap li
{
	height:24px;
    line-height:24px;
    font-weight:bold;

}
#sitemap ul li
{
	width:100px;
	
	border-left:1px solid #666; padding:0 0px 0 0px; margin-left:-4px;display:inherit; 
}

#sitemap li ul
{
	width:170px;
    display:inline; 

}

#sitemap li a:link,
#sitemap li a:visited {
    color:blue;
    background-color:#F5F5F5;
}
#sitemap li a:hover,
#sitemap li a:active {
    color:white;
    background-color:#FB962C;
} 


/***********************************/
/*二级页面样式*/
/**************二级页面栏目导航样式**************************/
    h1.sub_nav
	{
	 font-size:15px;
	 height:28px;
	 line-height:26px;
	 width:150px;
	 background:url(../images/subNav_bg.jpg) repeat-x;
	}
/**************当前位置样式**************************/
	.curPosition
	{
	 height:28px;
	 line-height:28px;
	 text-align:right;
	 background:url(../images/curposition_bg.jpg) repeat-x;
	}
/**************文章样式 ************************/
	.Article
	{
	 text-indent:20px;
	 line-height:24px;
	}
	
/**********************************News Article Style***************************/


h1.newsview
{
 	font-size:15px;
 	text-align:center;
 	width:100%;
 	font-weight:bold;
 	padding:8px 0px 8px 0px;
 	margin:0px;
}

.newsview h1
{
 	font-size:15px;
 	color:#cd6400;
 	
}
.NewsTopInfo
{
	width:100%;
	font-size:13px;
	padding-top:6px;
	text-align:center;
	border-bottom:solid 1px #DBE5EE;
	background-color:#E4EDF6;
	border-top:solid 1px #DBE5EE;
	height:30px;
}
.NaviContent
{
	width:100%;
	padding:6px 0px 5px 0px;
	border:solid 1px #DBE5EE;
	background-color:#336699;
	color:#fff;
	font-size:14px;
	margin:10px 0px 8px 0px;
	font-weight:normal;
	display:table;
	text-indent:16px;
}
.NewsContent
{
	border:solid 1px #DBE5EE;
	padding-top:8px;
	padding-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:13px;
	padding-bottom:8px;
	line-height:22px;
	display:table;
}

.NewsNavigator
{
	background-color:#E4EDF6;
	width:100%;
	float:left;
	display:table;
}

.NewsPost
{
	margin-top:6px;
	margin-bottom:6px;
	border:solid 1px #DBE5EE;
	padding-left:5px;
}

.NewsPostTitle
{
	text-align:center;
	font-size:14px;
	padding-top:5px;
}

/***************************************/
h1.title_bg
 {
  background:url(../images/title_bg_25.jpg) repeat-x top;
  width:100%;
  text-align:left;
  color:#fff;
  text-indent:20px;
 
 }
   h1.sub_nav
	{
	 font-size:15px;
	 height:28px;
	 line-height:26px;
	 width:150px;
	 background:url(../images/subNav_bg.jpg) repeat-x;
	}
	.curPosition
	{
	 height:28px;
	 line-height:28px;
	 text-align:left;
	 background:url(../images/curposition_bg.jpg) repeat-x;
	 text-indent:20px;
	}
	
.NewsList
{
 border:1px solid #F6F8F6;
}
.NewsList ul li
{
	float:left;
	width:100%;
	text-align:left;
	height:20px;
	line-height:20px;
	text-indent:4px;
	font-size:13px;
	border-bottom:dashed 1px #F6F8F6;
}

/***********Search Style *****************/
.LargeSearchKey
{
	border:1px solid #ffffff;
	padding-top:2px;
}


.SearchInput
{
	height:30px;
	text-align:center;
	background-color:#E4EDF6;
	margin:5px 0px 0px 0px;
}


.SearchHotKey
{
	font-size:14px;
	color:Red;
	height:22px;
	background-color:#E4EDF6;
	text-align:center;
	padding-top:3px;
}


.SearchResult
{
	padding-left:10px;
	font-size:13px;
}


.searchresults
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}
 .searchresults a
 {
	color:Blue;
	font-size:15px;
 }
.searchresults h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

.searchresults .sub
{
	font-size: 90%;
	color: #090;
}

.searchresults li
{
	margin-top: 15px;
	margin-bottom: 15px;
}

.searchresults li b
{
	color:Red;
	font-size:14px;
}
