@charset "utf-8";/*HTML选择器*/body, div, a, img, ul, li{	margin:0px;	padding:0px;	border:0px;	font-size:12px;	font-family:"Tahoma", "宋体";	line-height: 22px;	text-align:left;}table{	border-collapse:collapse;}LI{	LIST-STYLE-TYPE: none;}a:link, a:visited{	color: #cccccc;	text-decoration: none;}a:hover, a:active{	color: #cccccc;	text-decoration: underline;}p{	text-indent:2em;}/*BeCool内置样式*/.CMSTable{	margin:0px;	padding:0px;	border:0px;}/*类选择器*//*-------------------a--------------------*/.a_bottom_dotted:link, .a_bottom_dotted:visited{	border-bottom:1px dotted;	padding-bottom:3px;}/*白色链接样式*/.a_white:link, .a_white:visited{	color: #FFFFFF;}.a_white:hover, .a_white:active{	color: #EEEEEE;}/*红色链接样式*/.a_red:link, .a_red:visited{	color:#333333;}.a_red:hover, .a_red:active{	color:#990000;}.a_more{	padding-left:4px;	padding-right:4px;	padding-top:2px;	padding-bottom:2px;	text-decoration:none;	border:none;	font-size:10px;}.a_more:hover, .a_more:active{	background-color:#0066CC;	color:#FFFFFF;}/*magin*/.margin_0px{	margin:0px;}.margin_3px{	margin:3px;}.margin_6px{	margin:6px;}.margin_15px{	margin:15px;}/*------------------Padding------------------*/.padding_6px{	padding:6px;}.padding_10px{	padding:6px;}.padding_left_3px{	padding-left:3px;}.padding_right_3px{	padding-right:3px;}.padding_top_3px{	padding-top:3px;}.padding_bottom_3px{	padding-bottom:3px;}/*text-align*/.text-align_left{	text-align:left;}.text-align_right{	text-align:right;}.text-align_center{	text-align:center;}.vertical-align_middle{	vertical-align:middle;}/*-------------------font--------------------*//*字体样式*/.font_blod{	font-weight:bold;}.font_italic{	font-style:italic;}.font_underLine{	text-decoration:underline;	padding-bottom:3px;/*设置下划线与字的距离*/}.font_verdana{	font-family:"Verdana";}.font_heiti{	font-family:"黑体";}.font_songti{	font-family:"宋体";}/*字体大小*/.font_9px{	font-size:9px;}.font_10px{	font-size:10px;}.font_12px{	font-size:12px;}.font_14px{	font-size:14px;}.font_16px{	font-size:16px;}.font_18px{	font-size:18px;}.font_20px{	font-size:20px;}.font_22px{	font-size:22px;}/*字体颜色*/.font_red{	color:#FF0000;}.font_white{	color:#FFFFFF;}.font_black{	color:#000000;}.font_blue{	color:#006699;}.font_gray{	color:#999999;}.font_light_green{	color:#006600;}.font_dark_red{	color:#990000;}/*-------------------border--------------------*//*实线边框*/.border_solid{	border-left:solid;	border-right:solid;	border-top:solid;	border-bottom:solid;}.border_solid_top{	border-top:solid;}.border_solid_bottom{	border-bottom:solid;}.border_solid_left{	border-left:solid;}.border_solid_right{	border-right:solid;}/*虚线边框*/.border_dashed{	border-left:dashed;	border-right:dashed;	border-top:dashed;	border-bottom:dashed;}.border_dashed_top{	border-top:dashed;}.border_dashed_bottom{	border-bottom:dashed;}.border_dashed_left{	border-left:dashed;}.border_dashed_right{	border-right:dashed;}/*边框颜色*/.border_blue{	border-color:#0066CC;}.border_gray{	border-color:#CCCCCC;}/*边框大小*/.border_1px{	border-width:1px;}.border_2px{	border-width:2px;}/*-------------------line-height--------------------*/.line-height_20px{	line-height:20px;}.line-height_21px{	line-height:21px;}.line-height_22px{	line-height:22px;}.line-height_23px{	line-height:23px;}.line-height_24px{	line-height:24px;}.line-height_25px{	line-height:25px;}/*float*/.float_left{	float:left;}.float_right{	float:right;}.clear_both{	clear:both;}/*-------------------模块样式-------------------*/.pager{	margin:10px;	text-align:center;	padding:6px;	/*border:solid 1px #030303;    background-color:#030303;*/}/*文章列表中的分页控件右对齐*/.pager_align_right{	padding-top: 10px;	text-align: right;}/*文章列表中的分页控件左对齐*/.pager_align_left{	padding-top: 10px;	text-align: left;}/*文章列表中的分页控件居中对齐*/.pager_align_center{	padding-top: 10px;	text-align: center;}/*文章目录默认样式*/.catalog_tab_default{	text-align: center;	background: url(/Template/default/imgs/catalogDefault.png) no-repeat 1px 0px;	width: 176px;	height: 25px;	line-height: 25px;}/*文章目录鼠标悬浮样式*/.catalog_tab_select{	text-align: center;	background: url(/Template/default/imgs/catalogSelected.png) no-repeat 1px 0px;	width: 176px;	height: 25px;	line-height: 25px;}.div_article_list_block{	margin:6px;	padding:1px;}.div_article_list_block LI{	CLEAR: both;	padding:0 0 0 11px;	background: url(/Template/default/imgs/dot.gif) no-repeat 0px 50%;}.div_article_tool{	border-bottom:1px solid #D0D0D0;	border-top:1px solid #D0D0D0;	clear:both;	margin:5px auto 15px;	padding:10px;}.div_article_tool *{	vertical-align:middle;}/*BG*/.bg_vertical_line{	background-image:url(/Template/default/imgs/WorkPlaceDotLine.bmp);	background-position:right top;	background-repeat:repeat-y;}/*文章栏目链接样式*/.a_column:link, .a_column:visited{	color:#cccccc;}.a_column:hover, .a_column:active{	color:#FF150A;}