/*
css样式表
autor zhangsf
2011-01-4
*/

/*网页全局样式开始*/
/*html body page css初始化开始*/



/*body基本样式开始*/
body{
    text-align:center;
	/*水平居中*/
	background-color:#F6F6F6;
	/*背景颜色*/
	font-size: 9pt;
	/*字体大小*/
	color:#000000;
	/*字体颜色*/
	FONT-FAMILY: 宋体,verdana;
	/*背景图片，建议在html页面中定义*/
	margin-top: 0px;
	/*页面上边距*/
	margin-bottom: 0px;
	/*页面下边距*/
	/*background-repeat: repeat-x;*/
    /*背景重复*/
    background-position: center;
	/*背景居中*/
	
}
page{
width:auto;!important;
    max-width:1002px;margin:0 auto; height:auto;!important;
    width:1002px;}
/*body基本样式结束*/
/*html body page css初始化结束*/

/*页面容器初始化开始,*/
div,form,img,ul,ol,li,dl,dt,dd,a,tr,td,p,span {
	margin:0;
	padding:0;
	border:0;
}
ul,li,ol,dl,dt,dd{list-style:none;}
h1,h2,h3,h4,h5,h6{ margin:0; padding:0; }
/*页面容器初始化结束*/
/*整个网页超链接样式开始*/
a:link {color: #333333;	text-decoration: none; line-height:22px;}/*控制整个网页超链接颜色*/
a:active {text-decoration: none;color: #FF0000;line-height:22px;}/*控制整个网页活动的链接颜色*/
a:hover { text-decoration: none;color: #FF0000;line-height:22px;}/*控制整个网页超链接鼠标放上去的颜色*/
a:visited {	text-decoration: none;color: #663333;line-height:22px;}/*控制整个网页已经访问过的链接颜色*/
/*网页全局样式结束*/
/*版通基本样式开始*/
	
	.title{font-size:16pt;color:#000000;font-weight:bold;line-height:34px;}
    a.title:active{font-size:16pt;color:#000000;font-weight:bold;line-height:34px;}
    a.title:hover{font-size:16pt;color:#000000;font-weight:bold;line-height:34px;}
    a.title:visited{font-size:16pt;color:#000000;font-weight:bold;line-height:34px;}
	/*首页、频道页栏目默认标题列表样式 小字体*/
	.bt_link{font-size: 9pt; text-decoration:none; color:#5B5B5B ;line-height:22px;}
    a.bt_link:active{font-size: 9pt; text-decoration:none; color:#5B5B5B ;line-height:22px}
    a.bt_link:hover{font-size: 9pt; text-decoration:none; color:#5B5B5B ;line-height:22px}
    a.bt_link:visited{font-size: 9pt; text-decoration:none; color:#5B5B5B ;line-height:22px}
	/*底层栏目页标题列表及文章正文样式 大字体*/
	.bt_content{font-size: 10.5pt; text-decoration:none; color:#000000 ;line-height:26px; }

	/*时间显示样式*/
	.bt_time {  font-size: 8pt; color: #999999; FONT-FAMILY: Verdana}	
	.bt_date {  font-size: 8pt; color: #999999; FONT-FAMILY: Verdana}	
	/*"更多"显示样式*/
	.bt_more {font-size:9pt ;text-decoration:none; color:#000000; font-family:"宋体";line-height:22px;}
	a.bt_more:active{font-size:9pt ;text-decoration:none; color:#000000; font-family:"宋体";line-height:22px;}
    a.bt_more:hover{font-size:9pt ;text-decoration:none; color:#000000; font-family:"宋体";line-height:22px;}
    a.bt_more:visited{font-size:9pt ;text-decoration:none; color:#000000; font-family:"宋体";line-height:22px;}
/*版通基本样式结束*/
/* 自定义样式开始 */
/*各种颜色样式 可自行扩展*/
	.blue{color:#406EC2; font-size: 9pt; text-decoration:none; }
	a.blue { text-decoration: none; color:#006897;}
    a.blue:hover { color: #0000CC;text-decoration:none;}
	a.blue:visited{text-decoration: none; color:#006897;}
	.white{color:#ffffff; font-size: 9pt; text-decoration:none; }
    a.white { text-decoration: none; color:#ffffff;}
    a.white:hover { color: #FDB3B3;text-decoration:none;}
	a.white:visited{color:#ffffff; font-size: 9pt; text-decoration:none;}
	.red {text-decoration:none;color:#C70506; }
	a.red:hover { color: #FDB3B3;text-decoration:none;}
	a.red:visited{text-decoration:none;color:#C70506;}
	.yellow {text-decoration:none;color:#FFB900; }
	a.yellow:hover { color: #FDB3B3;text-decoration:none;}
	a.yellow:visited{text-decoration:none;color:#FFB900;}
	.green {text-decoration:none;color:#038C54; }
	a.green:hover { color: #FDB3B3;text-decoration:none;}
	a.green:visited{text-decoration:none;color:#038C54;}
	.coffee {color:#A70404;font-size: 9pt; text-decoration:none; }
	a.coffee:hover { color: #FDB3B3;text-decoration:none;}
	a.coffee:visited{color:#A70404;font-size: 9pt; text-decoration:none;}
	.purple {color:#70017A;font-size: 9pt; text-decoration:none; }
	a.purple:hover { color: #FDB3B3;text-decoration:none;}
	a.purple:visited{color:#70017A;font-size: 9pt; text-decoration:none;}
/* 自定义样式结束 */



/* 页面布局样式开始 */
/*页面浮动开始*/
/*左浮动不清除*/
.left_nclean{
float: left;
overflow: hidden;
}
/*左浮动清除左*/
.left_clean_left {
	clear: left;
	float: left;
	overflow: hidden;
}
/*左浮动清除右*/
.left_clean_right {
	clear: right;
	float: left;
	overflow: hidden;
}
/*右浮动不清除*/
.right_nclean {
clear:none;
	float: right;
	overflow: hidden;
}
/*右浮动清除左*/
.right_clean_left {
	clear: left;
	float: right;
	overflow: hidden;
}
/*右浮动清除右*/
.right_clean_right {
	clear: right;
	float: right;
	overflow: hidden;
}
/*左浮动清除全部*/
.both_left{	clear: both;
	float: left;
	overflow: hidden;
	}
/*右浮动清除全部*/
.both_right{	clear: both;
	float: right;
	overflow: hidden;
	}
.both{overflow:hidden; clear:both}	

/*页面浮动结束*/
/*页面块开始根据页面布局定义块，块高度与实际高度一直，需要适应高度不设置height属性，建议设置高度*/
#top {
	clear: both;
	height: auto;
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#foot {
	clear: both;
	height: auto;
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFFF;
}



/*页面块结束*/
/* 页面布局样式结束 */

/*自定义样式开始*/
/*表单select自定义样式开始用法将select放在div中使用，<div class=select><div>...</div></div>*/




/* 通配选择符，只在IE浏览器中识别 */



/*div仿输入框带下拉效果样式结束*/

/*自定义样式结束*/



.left_clean_left ul{list-style:none;}
.left_clean_left li{
list-style:none;
float:left;
margin-left:20px;
}
.left_clean_left a{
height:32px;
line-height:32px;
color:white;
font-size:10pt;
font-weight:bold;
}
.left_clean_left a:hover{
height:32px;
line-height:32px;
color:red;
font-size:10pt;
font-weight:bold;
}
.search{
width:150px;
float:left;
text-align:center;
clear:left;
height:32px;}
.search1{
width:140px;
float:right;
text-align:left;
clear:right;
height:32px;}
.search1 input{
margin-right:10px;
}
.borer2{
border-left:#044089 solid 1px;
border-right:#044089 solid 1px;
}
.borer3{
border-left:#044089 solid 1px;
border-right:#044089 solid 1px;
border-bottom:#044089 solid 1px;
}
.borer{
border:#044089 solid 1px;}
.xs1{
background:url(lhdx_25.gif) no-repeat center;
 border-bottom:#FFFFFF solid 1px;
color:#FFFFFF;
   font-weight:bold;
   cursor:pointer;
   font-size:9pt;
}
.xs2{
font-size:9pt;
background:url(lhdx_22.gif) no-repeat center;
 border-bottom:#FFFFFF solid 1px;
color:#FFFFFF;
   font-weight:bold;
   cursor:pointer;
}
.borer_right{
border-right:#024089 solid 1px;}
.borer_jigou{
width:102px;
border-right:#024089 solid 1px;
color:#024089;
font-weight:bold;
font-size:10.5pt;
text-align:center;
}
.borer_jigou1{
color:#024089;
font-weight:bold;
font-size:10.5pt;
text-align:center;}
.borer_jianjie{
width:102px;
padding-top:7px;
border-right:#024089 solid 1px;
color:#5B5B5B;
text-align:center;
}
.borer_jianjie1{
padding-top:7px;
color:#5B5B5B;
text-align:center;
}
.borer_jianjie a{
color:#5B5B5B;
line-height:26px;
font-size:10.5pt;
}
.borer_jianjie1 a{
color:#5B5B5B;
line-height:26px;
font-size:10.5pt;
}
.borer_jianjie a:hover{
color:red;
line-height:26px;
font-size:10.5pt;
}
.borer_jianjie1 a:hover{
color:red;
line-height:26px;
font-size:10.5pt;
}
.youlink{
color:#054187;
font-size:12px;
font-weight:bold;
letter-spacing:3px;
}
a.zhuanti {
color:#024089;

font-size:10.5pt;
font-weight:normal;
}
a.zhuanti:hover {
font-size:10.5pt;
color:#024089;
font-weight:bold;
}

