/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */ 
a:visited {color: #000000;}
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 


/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #ffffff;}
a.channel:visited {color: #ffffff;}
a.channel:hover{color: #ffff00;}
a.channel:active {color: #ffffff;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {color: #ffff00;}
a.channel2:visited {color: #ffff00;}
a.channel2:hover{color: #ff6600;}
a.channel2:active {color: #ffff00;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #ffffff;}
a.bottom:visited {color: #ffffff;}
a.bottom:hover{color: #ffff00;}
a.bottom:active {color: #ffffff;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #ffffff;}
a.class:visited {color: #ffffff;}
a.class:hover{color: #ff0000;}
a.class:active {color: #ffffff;}

/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	font-size: 9pt;
	background-position:center top;
	text-decoration: none;
	scrollbar-face-color: #f6f6f6;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #330000;
	scrollbar-track-color: #f6f6f6;
	scrollbar-darkshadow-color: #ffffff;
	background-color: d5f4ff;
	background-image: url(bg_all.gif);
	background-repeat: repeat-x;
	line-height: 22px;
	padding: 0px;
	margin:0px;
	font-family: "宋体";
}
td
{
	 
	font-size: 9pt;
	line-height: 150%;
	font-weight: normal;
}
/* 填空表格 */
.my_space
{
	height: 5px;	
}
/* 导航部分 */
.my_dh
{
	color: #FFFFFF;
	background-image: url(bg_dh.gif);
	background-repeat: repeat-x;
	background-position: center;
	/*height: 37px;*/
	height:37px;
	font-size: 9pt;
	text-align: center;
}
 
.my_dh1
{
	color: #FFFFFF;
	background-image: url(bg_dh1.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 37px;
	font-size: 9pt;
	text-align: center;
	width: 121px;
}
/* 状态栏 */
.my_zdl
{
	height: 28px;
	background-color: e7e7e7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: c0c0c0;
}
/* 首页栏目部分 */
.my_lmk
{
	border: 1px solid c0c0c0;
table-layout: fixed; 	
}
.my_lmkcontent{
table-layout: fixed; 
}
.my_lmkcontent td {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.my_lmk td {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.my_lmk1
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	border-left-color: #c0c0c0;
}
.my_lmtitle
{
	font-size: 10pt;
	font-weight: bold;
	background-image: url(bg_lm.gif);
	background-repeat: repeat-x;
	background-position: center;
	text-indent: 10px;
	height: 30px;		
}
.my_last_lmtitle/*最后一行三列*/
{
	font-size: 8pt;
	font-weight: bold;
	background-image: url(bg_lm.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 30px;		
}
/* 首页新闻缩略图 */
.my_indexPic
{
	background-color: e9e9e9;
	height: 218px;
	border: 1px solid c0c0c0;
	padding: 4px;
	vertical-align: top;
	text-align: center;
}
/* 搜索内框 */
.my_search
{
	background-image: url(bg_search.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 43px;	
}
/* 底栏 */
.my_yd
{
	background-color: c0c0c0;
	height: 25px;
	font-size: 9pt;
	text-align: center;
}
.my_menu_space{
	clear: left;
	float: left;
	height: 24px;
	width: 10px;	
	}
.my_menu_bg{
	background-image:url(lm3.gif);
	background-repeat: repeat-x;
	height: 24px;
	}
.my_menu_title1{
	font-family: "宋体";
	font-size: 12px;
	font-weight: bolder;
	color: #F30;
	background-image: url(lm1.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 24px;
	width: 70px;
	text-align: center;
	padding-top: 3px;
	}
.my_menu_title{
	font-family: "宋体";
	font-size: 12px;
	background-image: url(lm2.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 24px;
	width: 70px;
	text-align: center;
	padding-top: 3px;
	}
.my_menu_content{
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 196px;
}	
.my_menu_content1{
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 260px;
}
.jounalTitle {
	text-align: center;
	font-family: "宋体";
	font-size: 24px;
	color: #003366;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
.STYLE0 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #990000;
}

.chromestyle{ 
	font-family:"微软雅黑";
	font-size:14px;
	}
 
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{ 
width: 100%; 
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	font-family:"微软雅黑";
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none; 
}
.chromestyle ul li a:hover{
	font-family:"微软雅黑";
color: #ffff00;
padding: 4px 7px;
margin: 0;
text-decoration: none; 
}

 
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
font-family:"微软雅黑";
font-size:14px;
position:absolute;
top: 0;  
line-height:22px;
text-align:center;
z-index:100;
width:120px; 
background-color:#ffffff;
border:2px solid #2386be;
visibility: hidden;
}


.dropmenudiv a{
	font-family:"微软雅黑";
padding:2px 5px 2px 5px;
width: auto;
display: block;
text-indent: 3px;  
text-decoration: none; 
color:#2386be;
background-color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
font-family:"微软雅黑";
color:#2386be;
width: 100%;
background-color: #ffffff;
padding:2px 5px 2px 5px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-family:"微软雅黑";
background-color: #2386be;
padding:2px 5px 2px 5px;
color:#ffffff;
}

 