﻿* {
	margin: 0px;
	padding: 0px;
}
.img_wrapper {
	margin: 2px 4px 0 0;
	background: url(images/shadow.gif) no-repeat bottom right;
	line-height: 0;
}

.img_wrapper img {
	float: none;
	margin: 0;
	background: #FFF;
	padding: 4px;
	border: 1px solid #C5BDBD;
	position: relative;
	left: -5px;
	top: -5px;
}
body  {
	font-size: 11pt;
	font:Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
	line-height: 150%;
}

body img{ border:0;}
body ul,body ol{ list-style:none;}
a{ text-decoration:none;}
a:hover{ text-decoration:underline;}

#all { 
	width: 780px;  /* 使用比最大宽度 (800px) 小 20px 的宽度可显示浏览器界面元素，并避免出现水平滚动条 */
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	border: 1px solid #000000;
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
	background-image: url(images/left_nav_back.gif);
	background-repeat: repeat-y;	
} 
#header { 
	background: #DDDDDD; 
	height: 130px;
	padding: 0;/* 10px 0 20px;*/  /* 此填充会将出现在它后面的 div 中的元素左对齐。如果 #header 中使用的是图像（而不是文本），您最好删除填充。 */
} 
#header div {
	margin: 0; /* 将 #header div 中最后一个元素的边距设置为零将避免边距重叠（即 div 之间出现的无法解释的空白）。如果 div 周围有边框，则不必将边距设置为零，因为边框也会避免边距重叠 */
	padding: 0; /* 使用填充而不使用边距将可以使元素远离 div 的边缘 */
}
#leftmenu {
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 140px; /* 在符合标准的浏览器中或者在 Internet Explorer 中的标准模式下，此 div 的实际宽度除了包括宽度外，还包括填充和边框 */
	/*background: #EBEBEB;  将显示背景色，其宽度等于栏中内容的长度，*/
	padding: 4px 10px 10px 4px;/* top,right,bottom,left */
}

#mainmenu {
	margin:0;
	padding:0;
	text-align:left;
	line-height:130%;
}

#mainmenu li {
	margin:0;
}

.level1_menu {
	font-size:14px;
	text-indent: 2px;
	font-weight: bold;
	color:#333;
}

.level2_menu {
	font-size:13px;
	text-indent: 12px;
}

.level2_menu a:link,.level2_menu a:visited {	color: #FFF; text-decoration:none;}
.level2_menu a:hover{ color:#333; text-decoration:none;}

/* show current menu image*/
.bd_home #home {background: url(images/cur_menu.gif) no-repeat left center;}
.bd_asfa1 #asfa1,.bd_asfa2 #asfa2,.bd_asfa3 #asfa3 {background: url(images/cur_menu.gif) no-repeat left center;}
.bd_asfa4 #asfa4,.bd_asfa5 #asfa5,.bd_asfa6  #asfa6{background: url(images/cur_menu.gif) no-repeat left center;}
.bd_secr1 #secr1,.bd_secr2 #secr2,.bd_glob1 #glob1{background: url(images/cur_menu.gif) no-repeat left center;}
.bd_news1 #news1,.bd_news2 #news2,.bd_news3 #news3,.bd_news4 #news4{background: url(images/cur_menu.gif) no-repeat left center;}
.bd_publ1 #publ1,.bd_publ2 #publ2,.bd_publ3 #publ3{background: url(images/cur_menu.gif) no-repeat left center;}
.bd_publ4 #publ4,.bd_boar1 #boar1,.bd_boar2  #boar2 {background: url(images/cur_menu.gif) no-repeat left center;}

/* change current menu link color */	
.bd_home #home a:link {color:#333; text-decoration:none;}
.bd_asfa1 #asfa1 a:link,.bd_asfa2 #asfa2 a:link,.bd_asfa3 #asfa3 a:link {color:#333; text-decoration:none;}
.bd_asfa4 #asfa4 a:link,.bd_asfa5 #asfa5 a:link,.bd_asfa6  #asfa6 a:link{color:#333; text-decoration:none;}
.bd_secr1 #secr1 a:link,.bd_secr2 #secr2 a:link,.bd_glob1 #glob1 a:link {color:#333; text-decoration:none;}
.bd_news1 #news1 a:link,.bd_news2 #news2 a:link,.bd_news3 #news3,.bd_news3 #news4 a:link{color:#333; text-decoration:none;}
.bd_publ1 #publ1 a:link,.bd_publ2 #publ2 a:link,.bd_publ3 #publ3 a:link {color:#333; text-decoration:none;}
.bd_publ4 #publ4 a:link,.bd_boar1 #boar1 a:link,.bd_boar2  #boar2 a:link{color:#333; text-decoration:none;}


#links{
	margin:0;
	padding-top:10px;
	text-align:left;
}
	


#mainContent { 
	margin: 0 0 0 160px; /* 此 div 元素的左边距会在页面的左下方创建栏 — 无论 sidebar1 div 中包含多少内容，都将保留栏空白。如果您希望在 #sidebar1 中的内容结束时，用 #mainContent div 的文本填充 #sidebar1 空白，则可以删除此边距。 */
	padding: 0; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */
} 

#RightTopNav { 
	margin: 0 0 0 160px; 
	padding: 4px 0 10px 5px; /*  top,right,bottom,left */
	height: 30px;
	background-image: url(images/curpage_bk.gif);
	background-repeat: no-repeat;
} 

#mainLeftContent { 
	float: left; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 430px; /* 在符合标准的浏览器中或者在 Internet Explorer 中的标准模式下，此 div 的实际宽度除了包括宽度外，还包括填充和边框 */
	padding: 0 4px 0 4px; /* 请记住，填充是 div 方块内部的空间，边距则是 div 方块外部的空间 */

} 

#home_news_list {
	  clear: both;
	  float: left;
    width: 420px;
    display: block;  
}

#home_news_list ul {
	height:1%;   
}

#home_news_list li {
    clear: both; 
    float: left;
    width: 420px;  
    padding-top:5px;
    padding-bottom:5px;
    border-bottom: 1px dotted #666666;
    overflow: hidden;
}

#home_news_list .home_news_pic {
	float:left;
	width:130px;
	/*padding-right:5px;*/
	clear:both;
}	

#home_news_list .home_news_pic img {
	width:120px;
}
	
#home_news_list .news_date {
	  color: #999999;
    font-weight: bold;
    /* text-transform: uppercase; */
    display: block;
    font-size: 90%; 
}

#home_news_list .news_short {
    display: block;
    font-size: 90%; 
		line-height:140%;    
}	

#home_news_list .news_heading {
	  color: #000000;
    display: block;
    background: url('images/arrowRightBlackTransparentBG.gif') no-repeat 0 4px;
    text-decoration: none;
    padding: 0 0 0 10px;
    margin: 0 0 0 1px;
    font-weight: bold;
    font-size: 110%;
    line-height:140%;
}

.home_more {
	width: 360px;
	padding-right: 10px;
	margin: 0;
	text-align:right;	
	font-size: 100%;
}
			
#home_photo {
	clear:both;
	margin:0;
	width:420px;
	float:left;	
	padding-top:20px;
	padding-bottom:10px;	
	display: block;
}			

#home_photo ul {
	height:130px;
	padding-top:8px;
}

#home_photo li{
	float:left;
	width:200px;
	padding-left:3px;
	padding-right:3px;
}

#home_photo li img {
	width:186px;
	height:120px;
}

#mainRightContent { 
	margin: 0 0 0 435px; 
	padding: 0; /* top,right,bottom,left */
} 

#mainRightContent ul {
width: 170px;
float:right;
margin: 0;
padding: 0;
}

#mainRightContent li{
	clear:both;
	float:right;
	width:170px;
}

#mainRightContent .text_li{
	margin-bottom: 5px;
	background-color: #CCCCCC;
	display:block;
}


#footer { 
	padding: 0 0 0 10px; /* 此填充会将它上面 div 中的所有元素左对齐。 */
	background:#DDDDDD; 
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 26px;
} 


#footer a {
	height:16px;
	display:inline-block;
	width:120px;
	float:left; 
}
#footer a {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
}
.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav_title {
		font-size: 150%;
		color: #0403A9;
		font-weight: bold;
		text-align: center;
}
	
#news_content {  
	font-size: 100%; 
	font-style: normal; 
	line-height: 150%; 
	text-align: justify;
	padding:10px;
}	

#news_content	.title {
		font-size: 110%;
		color: #0403A9;
		font-weight: bold;
		margin-top:3px;
	}
#news_content	.date	{
		font-size: 90%;
		color: #999999;
		font-weight: normal;
	}

#photo_text li {
	width:560px;
	clear:both;
	display: block;
	padding:10px;
}

#photo_text li img{
	width:120px;
	height:144px;
	float:left;
	clear:both;
	margin-right:10px;
}

#photo_text li span {
	width:400px;
	display: block;
	float:left; 
	word-wrap:black-word;
}

#news_content table {  
	font-size: 100%; 
	font-style: normal; 
	line-height: 150%; 
	text-align: justify;
	padding:10px;
}

#news_mainContent {  
	font-size: 100%; 
	font-style: normal; 
	line-height: 150%; 
	text-align: justify;
	padding:10px;
}	

#news_mainContent	.title {
		font-size: 110%;
		color: #0403A9;
		font-weight: bold;
		margin-top:3px;
	}
#news_mainContent	.date	{
		font-size: 90%;
		color: #999999;
		font-weight: normal;
	}

#news_mainContent table {  
	font-size: 100%; 
	font-style: normal; 
	line-height: 150%; 
	text-align: justify;
	padding:10px;
}
#news_mainContent ul {  
	display: block;
	list-style:disc;
	padding-left:5px;
}

.chapter {
	color: #FF6633;
	font-weight: bold;
}

.chapter11 {
	color: #6699CC;
	font-weight: bold;
}


#global {
	width: 580px;

	text-align:center;
}

#global li {
	float:left;
	width:160px;
}

#articlelist li{
		padding-bottom: 10px;
		margin-top: 5px;
		border-top: 1px solid #555555;
		clear:both;
}


	
	.heading {
		font-size: 17px;
		color: #0403A9;
		font-weight: bold;
		text-align: left;
	}
#articlelist 	.articletitle {
		font-size: 100%;
		color: #000000;
		font-weight: bold;
		margin-top:3px;
	}
#articlelist 	.articledate	{
		font-size: 90%;
		color: #999999;
		font-weight: normal;
	}

#articlelist .article {
		font-size: 90%;
	}	
	
#articlelist .article img {
	float: right;
	margin-left: 8px;
}
	
#lm_pages {
	clear:both;
	width:100%;
	height:20px;
	margin-top: 5px;

}
	
#lm_pages form {
	width:45%;
	float:left;
	margin-top:0px;	
	margin-left:10px;
}

#lm_pages ul {
	margin-right:20px;
	float:right;
	text-align:center;	
	height:20px;
	margin-top:5px;	
}

#lm_pages ul li {
	width: 20px;
	font-size:12px;
	line-height:15px;
	float:left;	
	/*border: 1px solid #555555;*/
}

#publish {
	width: 98%;
	text-align:center;
}

#publish li {
	width: 47%;
	float: left;
	padding-top:10px; 
}

#publish li img {
	width: 143px;
	height: 200px;
	margin-left:10px;
	border: 1px solid #555555;
}

#lm_photo {
	width: 96%;
	padding-left:20px;
	padding-top:10px;
	
	text-align:center;
}

.cols2 {
	width: 45%;
	float: left;
}

.cols1 {
	width: 100%;
	float: left;
}

.dis {display:block;}
.undis {display:none;}


.msg_info {color:#FF0000;font-size:100%;font-weight:bold;}

<!--[if IE 5]>
/* 将 IE 5* 的 css 方块模型修正放在这个条件注释中 */
#leftmenu { width: 160px; }
#mainRightContent { 	margin: 0 0 0 430px; }
#mainLeftContent { 	width: 420px; }

<![endif]--><!--[if IE]>
/* 请将所有版本的 IE 的 css 修复放在这个条件注释中 */
#leftmenu { padding-top: 10px; }
#mainContent { zoom: 1; }
/* 上面的专用 zoom 属性为 IE 提供避免错误所需的 hasLayout */

<![endif]-->
