@charset "utf-8";
/* CSS Document */
/*网页基础数据*/
﻿ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0 auto;padding:0;}
body{background:#666666;color:#ffffff;font-family:"Microsoft Yahei","宋体","Arial Narrow",HELVETICA;font-size:14px;text-align:left;margin:0;padding:0; line-height:2;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
img{border:medium none;}
/*规定网页最大宽度*/
#HomePage{width:1000px; overflow:hidden;}
.main-colum{width:980px;overflow:hidden;}
/*框架组*/
	/*组合1*/
.coulum101{ width:310px; overflow:hidden;}
.coulum102{ width:380px; overflow:hidden;}
.coulum103{ width:250px; overflow:hidden;}
	/*组合2*/
.coulum201{ width:345px; overflow:hidden;}
.coulum202{ width:250px; overflow:hidden;}
	/*组合3*/
.coulum301{ width:700px; overflow:hidden;}
.coulum302{ width:250px; overflow:hidden;}
/*指定容器*/
.coulum-radius{ border-radius:10px; background:#FFF; color:#333333;}/*椭圆方框*/
.pannel{border:1px solid #d7d7d7;height:auto;width:auto;}/*有边框内容容器*/
.pannel01{border:0px;height:auto;width:auto;}/*无边框容器*/
.pannel-inner{padding:0 8px;}/*容器中存放的内容，设置默认与左右边距为8PX*/
.pannel-title{position:relative;font-size:14px;font-weight:bold;height:32px;}/*容器栏目标题，默认为32高度 14的字体大小*/
.title-inner{height:32px;line-height:32px;position:absolute;left:20px;}/*标题内容*/
.title-inner a:hover{color:#c70006;}
.summary{text-indent:2em; line-height:22px; color:#666666; font-size:12px;}
.summary02{line-height:22px; color:#666666; font-size:12px;}
/**/

/*指定浮动方向*/
.bold{font-weight:bold;}
.left{float:left;overflow:hidden;}
.mid{float:left;padding:0 10px;}/*规定栏目与栏目之间的间距*/
.right{float:right;}
/*指定隐藏显示样式*/
.hidden{display:none;}
.limar{display:block;}
/*指定上下间距*/
.hr_10,.hr_5,.hr_8,.hr_3,.hr_1,.clear{clear:both;font-size:1px;line-height:1px;overflow:hidden;}
.hr_10{height:10px;}
.hr_8{height:8px;}
.hr_5{height:5px;}
.hr_3{height:3px;}
.hr_1{height:1px;}
/*指定默认线条样式*/
.dashed{height:1px;line-height:1px;overflow:hidden;border-bottom:1px dashed #D7D7D7;font-size:1px;}
.soild{height:1px;line-height:1px;overflow:hidden;border-bottom:1px solid #D7D7D7;font-size:1px;}
.dotted{height:1px;line-height:1px;overflow:hidden;border-bottom:1px dotted #D7D7D7;font-size:1px;}
/*指定默认文字列表方式*/
.list01, .list02{width:auto; height:auto; text-align:left;}
li,dd{line-height:24px;list-style:none outside none;overflow:hidden;vertical-align:bottom;}
.list01 li,.list02 li{background:url("../images/Point.png") no-repeat scroll left 10px transparent;margin:0 auto;padding-left:8px;height:24px;line-height:24px; font-size:14px;}
.list02 li{font-size:12px;}
.list01,.list02{height:auto;overflow:hidden;}
/*指定图文摘要方式*/
.pannel_img{ float:left; padding-right:8px;}
.pannel_img_r{float:right; padding-left:8px;}
.title{font-size:14px; height:24px; line-height:24px; overflow:hidden; font-weight:bold; margin-bottom:5px;}

/*导航文字颜色*/
#ad_float_r a{
	color:#FFF;
}
#ad_float_r{
	border-radius:6px;
	padding:6px 8px;
	background:#FFF;
	width:130px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
}
#ad_float_r ul li{
	background:#666666;
	border-radius:6px;
	color:#FFF;
	cursor:pointer;
	margin:2px 0;
	padding:3px 6px;
}
#ad_float_r ul li:hover{
	background:#000;
}