/*网页全局样式开始*/

	body
	{
		/*body基本样式开始*/
		font-family: "微软雅黑",Tahocmri_ulma,verdana;
		color:#3d3d3d;
		margin:0px;
		padding:0px;
		text-decoration:none;
        text-align: left;
		background-color: #FFF;
		/*body基本样式结束*/
		
	}

	img {border:0;}/* 图片无边框*/

	/*定义整个页面的宽度*/
	page
	{
		width:auto;!important;
		max-width:1000px !important;margin:0 auto; height:auto !important
		width:1000px;
	}

	/*表格设置合并边框   注意：如果网页中用到了table的cellspace属性，会将页面的间距全部置为0，请慎用下面的样式*/
	table {border-collapse:collapse;}

	/*指定当表格的单元格无内容时，显示该单元格的边框，不支持IE6 IE7 IE8(Q)*/
	td {empty-cells:show;}

	/*页面容器初始化开始,*/
	tr,td {font-size:9pt; color:#3d3d3d; FONT-FAMILY:宋体; line-height:180%;}
    form{ padding:0px; margin:0px;}
	/*页面容器初始化结束*/	

	/*清除页面底部高度，iframe所致*/
	#vishidden{display:none}


	/*版通基本样式开始*/

		/*整个网页超链接样式开始*/
	a {FONT-FAMILY:宋体; text-decoration: none; color:#3D3D3D;}	
	a:visited { FONT-FAMILY:宋体;color:#3D3D3D;text-decoration:none;}
	a:hover {FONT-FAMILY:宋体; text-decoration: underline; color:#ff0000;}

		/*文章标题样式*/
	.title{font-size:16pt; FONT-FAMILY:宋体; color:#3D3D3D; font-weight:bold; line-height:150%;}

		/*首页、频道页栏目默认标题列表样式 小字体*/
	.bt_link{font-size:9pt; FONT-FAMILY:宋体; text-decoration:none; color:#3d3d3d;}

		/*底层栏目页标题列表及文章正文样式 大字体*/
	.bt_content{font-size:10.5pt; FONT-FAMILY:宋体; text-decoration:none; color:#3D3D3D; line-height:180%;}

		/*时间显示样式*/
	.bt_time {  font-size:9pt; color:#999999; FONT-FAMILY:Verdana}
	.bt_date {  font-size:9pt; color:#999999; FONT-FAMILY:Verdana}

		/*"更多"显示样式*/
	.bt_more {font-size:9pt ;color:#3D3D3D}
	a.bt_more { text-decoration:none; color:#3d3d3d;}
	a.bt_more:visited { text-decoration:none; color:#3d3d3d;} 
	a.bt_more:hover { text-decoration:none; color:#ff0000;}

	.bt_unline {border-bottom:#999999 dashed 1px;}

		/*通用导航样式*/
	a.white {text-decoration:none; color:#ffffff;font-size:10.5pt; font-weight:bold }
	a.white:visited {color:#ffffff;font-size:10.5pt;font-weight:bold}
	a.white:hover {color:#ff0000;font-size:10.5pt;font-weight:bold}

		/*通用滚动条*/
	.scrollbar{

		/*滚动条的基本颜色*/
		scrollbar-base-color:#c8e8fb;

		/*立体滚动条强阴影的颜色*/
		scrollbar-dark-shadow-color:#F5F1D8;

		/*立体滚动条凸出部分的颜色*/
		scrollbar-face-color:#E8E1B5;
	
		/*滚动条空白部分的颜色*/
		scrollbar-highlight-color:#c8e8fb;

		/*立体滚动条阴影的颜色*/
		scrollbar-shadow-color:#E8E1B5;

		/*立体滚动条亮边的颜色*/
		scrollbar-3d-light-color:#E8E1B5;

		/*上下按钮上三角箭头的颜色*/
		scrollbar-arrow-color:#4D6185;	
		
	}

	/*版通基本样式结束*/

/*网页全局样式结束*/

/* 自定义样式开始 */

	/*	一些滤镜的样式 慎用，耗内存 */		
	/* Glow 扩充的阴影字 支持IE4.0-IE9，不支持其他内核浏览器*/
	.glow
	{
		FONT-SIZE: 10.5pt; 
		filter: Glow(Color=#3D3D3D, Strength=2)
	}   

	/* Gradient 渐变 gradientType=0垂直渐变 1水平渐变默认 00完全透明  ff完全不透明， 支持IE5.5-IE9,不支持其他内核浏览器 */
	.grad
	{
		FONT-SIZE: 10.5pt; 
		FILTER:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FF0000FF,endColorStr=#3d3d3d00)
	}	

	/* AlphaImageLoader 图片平铺  scale:拉伸图片满表格 crop:显示图片自身大小并显示背景色 image:只显示图片， 支持IE5.5-IE9,不支持其他内核浏览器*/
	.alphaimage
	{
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/图片文件', sizingMethod='scale')
	} 

	/* Blur 模糊阴影字,支持IE5.5-IE9,不支持其他内核浏览器*/
	.blur1
	{
		filter:progid:DXImageTransform.Microsoft.Blur(makeShadow=true,pixelRadius=1,shadowOpacity=0.25)
	}	

	/* Blur 模糊阴影字，支持IE5.5—IE9，不支持其他内核浏览器 */
	.blur2
	{
		filter:blur(add=ture,direction=135,strength=6)
	}	

	/* DropShadow 有斜度的阴影字，支持IE4.0-IE9，不支持其他内核浏览器 */
	.dropshadow1 
	{
		color: #ff0000;
		filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1)
	}	

	/*	制作对象的阴影效果 ，支持IE4.0-IE9，不支持其他内核浏览器 */
	.dropshadow2
	{
		filter:progid:DXImageTransform.Microsoft.DropShadow(color=#FF404040,offX=3,offY=3,positives=true)
	}
	
	/*	文字发光，支持IE4.0-IE9，不支持其他内核浏览器 */
	.dropshadow3
	{
		filter:Dropshadow(offx=1,offy=0,color=white)Dropshadow(offx=0,offy=1,color=white)Dropshadow(offx=0,offy=-1,color=white)Dropshadow(offx=-1,offy=0,color=white)
	}
	
	/* 背景透明，支持ie6-IE9、chrome、火狐等等 */
	.alphabg
	{
		FILTER: alpha(opacity=50); opacity: 0.5; -moz-opacity: 0.5
	}

/* 自定义样式结束 */

/*网页全局样式结束*/

/* 自定义样式开始 */
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; padding:0; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:bold; text-align: left; font-family: "微软雅黑"; }
input,button,textarea,select,optgroup,option { font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; outline: none; }
ul,ol { list-style:none; }
a { text-decoration:none; color: #333; }
a:hover { text-decoration: none; color: #b70000; }
p { font-family: '微软雅黑'; }
.fl { float: left; }
.fr { float: right; }
.c3f15 { color: #333; font: 15px '微软雅黑'; }
/* 自定义样式结束 */


/* ----------------- topBar ----------------- */
.topBar { width: 100%; height: 148px; background: url(top_pic_bgout.jpg) left top repeat-x; }
.tb_inner { width: 1000px; height: 100%; margin: 0 auto; background: url(top_pic_bg.jpg) left top no-repeat; }
.tb_inner .viewMode { width: 100%; height: 41px; }


.tb_inner .searchBar { width: 348px; height: 30px; margin-top: 30px; }
.tb_inner .searchBar .searchFrame { width: 258px; height: 30px; position: relative; }
.tb_inner .searchBar .searchFrame .search_t { width: 192px; height: 28px; height:20px\9; padding: 4px 0 4px 8px\9; padding-left: 8px; border: 1px solid #d1d1d1; background-color: #fff; color: #a9a9a9; font: 13px '微软雅黑'; }
*+html .tb_inner .searchBar .searchFrame .search_t {  width: 192px; height: 20px; padding: 4px 0 4px 8px; border: 1px solid #d1d1d1; background-color: #fff; color: #a9a9a9; font: 13px '微软雅黑'; }
.tb_inner .searchBar .searchFrame .search_b { width: 55px; height: 30px; border: 0; background: url(top_button_search.gif) center center no-repeat; position: absolute; top: 0; cursor: pointer; }
.tb_inner .searchBar .searchTitle { width: 90px; height: 30px; }
.tb_inner .searchBar .searchTitle a { display: inline-block; width: 100%; height: 26px; padding-top: 4px; font: 15px '微软雅黑'; text-decoration: underline; text-align: center; }
.tb_inner .searchBar .searchTitle a:hover { text-decoration: none; }
/*end*/

/* ----------------- navBox ----------------- */
.navBox { width: 100%; height: 41px; background-color: #1760ab; }
.navKey { width: 1000px; height: 100%; margin: 0 auto; }
/*end*/

/* ----------------- content ----------------- */
.content { width: 100%; height: 957px; background-color: #f2f2f1; position: relative; }
.cFloatage { width: 66px; height: 303px; background: url(content_button_bg.jpg) left top no-repeat; position: fixed; top: 235px; right: 7%; }
.cFloatage div { width: 100%; height: 76px; }
.cFloatage .last { width: 100%; height: 75px; }
.cFloatage div a { display: block; width: 100%; height: 100%; }
.cSubstance { width: 1000px; height: 946px; margin: 0 auto; background-color: #fff; }

.cSubstance .mainInfo { width: 100%; height: 891px; padding: 28px 0 27px 0; }
.cSubstance .mainInfo .mIBox { width: 934px; height: 100%; margin: 0 auto; }
.cSubstance .mainInfo .mIBox .mIBox_rb { width: 633px; height: 100%; border-right: 1px solid #e3e3e3; }

.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t { width: 608px; height: 283px; padding: 0 25px 26px 0; }

.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core { width: 100%; height: 100%; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .orangeBox { width: 598px; height: 70px; padding-right: 10px; margin-bottom: 6px; background: #fab04f url(content_org_bg.jpg) 25px center no-repeat; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .orangeBox p { padding: 14px 15px 15px 162px; color: #fff; line-height: 150%; font-size: 15px; font-family: '微软雅黑'; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .queryOption { width: 100%; height: 162px; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .queryOption div { width: 140px; height: 39px; border: 1px solid #ccc; bavkground-color: #f6f6f6; float: left; margin: 13px 10px 0 0; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .queryOption div a { display: block; width: 100%; height: 19px; padding: 10px 0; color: #333; font: 15px '微软雅黑'; text-align: center; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .queryOption div a:hover { color: #fff; background-color: #4e7aa8; }

.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core h3,
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_l .rbl_core h3, 
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core h3 { width: 590px; height: 22px; padding-left: 6px; text-align: left; line-height: 19px; font: 18px '微软雅黑'; font-weight: bold; color: #1760ab; margin-bottom: 23px; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence { width: 568px; height: 302px; padding-left: 28px; background-color: #f6f6f6; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBox { width: 100%; height: 270px; padding: 13px 0 19px 0; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBox .cell,
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core .coreEssence0 .cellBox0 .cell { width: 112px; height: 35px; border: 1px solid #e7e7e7; margin: 8px 28px 0 0; background-color: #fff; float: left; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBox .cell a,
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core .coreEssence0 .cellBox0 .cell a { display: block; width: 100%; height: 21px; padding: 7px 0; font: 15px '微软雅黑'; color: #333; text-align: center;  }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_t .rbt_core .coreEssence .cellBox .cell a:hover,
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core .coreEssence0 .cellBox0 .cell a:hover { background-color: #5098e4; color: #fff; }

.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b { width: 596px; height: 277px; padding: 0 37px 33px 0; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core { width: 100%; height: 100%; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core .handBook { width: 550px; height: 203px; background-color: #f6f6f6; padding: 29px 0 0 46px; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core .handBook div { float: left; width: 102px; height: 18px; margin: 0 35px 21px 0; position: relative; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core .handBook div a { margin-left: 24px; color: #333; font: 15px '微软雅黑'; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core .handBook div a:hover,
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_l .rbl_core .cityBox div a:hover { color: #b70000; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core .handBook div span { position: absolute; top: 2px; }
.cmlmsi_l1 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: 0 0; margin-right: 8px; }
.cmlmsi_l2 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: 0 -16px; margin-right: 8px; }
.cmlmsi_l3 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: 0 -32px; margin-right: 8px; }
.cmlmsi_l4 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: 0 -48px; margin-right: 8px; }
.cmlmsi_l5 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: 0 -64px; margin-right: 8px; }
.cmlmsi_l6 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: -16px 0; margin-right: 8px; }
.cmlmsi_l7 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: -16px -16px; margin-right: 8px; }
.cmlmsi_l8 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: -16px -32px; margin-right: 8px; }
.cmlmsi_l9 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: -16px -48px; margin-right: 8px; }
.cmlmsi_l10 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: -16px -64px; margin-right: 8px; }
.cmlmsi_l11 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: -32px 0; margin-right: 8px; }
.cmlmsi_l12 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: -32px -16px; margin-right: 8px; }
.cmlmsi_l13 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: -32px -32px; margin-right: 8px; }
.cmlmsi_l14 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: -32px -48px; margin-right: 8px; }
.cmlmsi_l15 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: -32px -64px; margin-right: 8px; }
.cmlmsi_l16 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: -48px 0; margin-right: 8px; }
.cmlmsi_l17 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: -48px -16px; margin-right: 8px; }
.cmlmsi_l18 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: -48px -32px; margin-right: 8px; }
.cmlmsi_l19 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: -48px -48px; margin-right: 8px; }
.cmlmsi_l20 span { float: left; display: block; width: 16px; height: 16px; background: url(content_title_pics.gif) left top no-repeat; background-position: -48px -64px; margin-right: 8px; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core .coreEssence0 { width: 568px; height: 342px; padding-left: 28px; background-color: #f6f6f6; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_b .rbb_core .coreEssence0 .cellBox0 { width: 100%; height: 315px; padding: 9px 0 18px 0; }

.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_l { width: 596px; height: 271px; padding-right: 37px; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_l .rbl_core { width: 100%; height: 100%; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_l .rbl_core .cityBox { width: 550px; height: 204px; background-color: #f6f6f6; padding: 22px 0 0 46px; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_l .rbl_core .cityBox div { float: left; width: 102px; height: 18px; margin: 0 35px 15px 0; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_l .rbl_core .cityBox div span { float: left; display: block; width: 17px; height: 100%; background: url(content_title_mark.gif) left center no-repeat; }
.cSubstance .mainInfo .mIBox .mIBox_rb .mIBox_rb_l .rbl_core .cityBox div a { font: 15px '微软雅黑'; color: #333; }

.cSubstance .mainInfo .mIBox .mIBox_lb { width: 300px; height: 100%; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_t { width: 260px; height: 295px; padding: 0 0 13px 40px; }

.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_t .lbt_chop { width: 100%; height: 100%; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_t .lbt_chop h3 { width: 228px; height: 22px; line-height: 22px; padding-left: 27px; background: url(content_title_01.gif) left top no-repeat; font: 18px '微软雅黑'; font-weight: bold; color: #1760ab; margin-bottom: 24px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_t .lbt_chop .lbt_chip p { width: 100%; height: 53px; border-bottom: 1px solid #ccc; margin-bottom: 11px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_t .lbt_chop .lbt_chip p a { color: #333; font: 15px '微软雅黑'; line-height: 24px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_t .lbt_chop .lbt_chip p a:hover,
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b .lbb_chip p a:hover { color: #b70000; text-decoration: underline; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_t .lbt_chop .lbt_chip p span { color: #333; font: 15px '微软雅黑'; }

.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b { width: 260px; height: 279px; padding: 0 0 33px 40px; }

.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b h3 { width: 233px; height: 22px; line-height: 22px; padding-left: 27px; background: url(content_title_02.gif) left top no-repeat; font: 18px '微软雅黑'; font-weight: bold; color: #1760ab; margin-bottom: 18px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b .searchFrameLIM { width: 100%; height: 38px; margin-bottom: 6px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b .searchFrameLIM .osearch_t { float: left; width: 190px; height: 36px; padding-left: 8px; border: 1px solid #ececec; background-color: #fff; color: #ccc;  }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b .searchFrameLIM .osearch_b { width: 58px; height: 38px; border: 0; background: url(content_button_search.gif) left top no-repeat; cursor: pointer; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b .lbb_chip { width: 100%; height: 195px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b .lbb_chip p { width: 100%; height: 53px; border-bottom: 1px solid #ccc; margin-bottom: 11px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b .lbb_chip p a { color: #333; font: 15px '微软雅黑'; line-height: 24px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b .lbb_plate .lbbp div { width: 48px; height:18px; padding-left: 12px; margin: 14px 30px 0 21px; background: url(content_title_bendi.gif) left center no-repeat; float: left; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b .lbb_plate .lbbp div a { color: #333; font: 15px '微软雅黑'; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_b .lbb_plate .lbbp div a:hover { color: #ffbc90; text-decoration: underline; }

.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_l { width: 261px; height: 271px; padding-left: 39px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_l h3 { width: 234px; height: 22px; line-height: 22px; padding-left: 27px; background: url(content_title_02.gif) left top no-repeat; font: 18px '微软雅黑'; font-weight: bold; color: #1760ab; margin-bottom: 18px; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_l .detailness { width: 241px; height: 207px; padding: 22px 0 0 18px; border: 1px solid #efefef; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_l .detailness div { float: left; width: 95px; height: 16px; padding: 0 25px 17px 0; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_l .detailness div span { display: block; float: left; width: 14px; height: 100%; background: url(content_title_bendi.gif) left 9px no-repeat; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_l .detailness div a { color: #333; font: 15px '微软雅黑'; }
.cSubstance .mainInfo .mIBox .mIBox_lb .mIBox_lb_l .detailness div a:hover { color: #b70000; }


.cSubstance .sign_board .info_bar .info_choice .choiceBox .cb_box .cb_word { width: 100%; height: 36px; }
.cSubstance .sign_board .info_bar .info_choice .choiceBox .cb_box .cb_word p { width: 100%; height: 20px; padding: 8px 0; color: #333; font: 15px '微软雅黑'; text-align: center; }

/*end*/

/* ----------------- column ----------------- */
.column { width: 100%; height: 196px; padding: 22px 0 34px 0; background-color: #4e7aa8; }
.colSubstance { width: 1000px; height: 100%;  margin: 0 auto; }
.colSubstance .classification { width: 315px; height: 100%; border-right: 1px solid #a5c3e2; }
.colSubstance .classification .cla_restrict { width: 224px; height: 100%; margin-left: 48px; }
.colSubstance .classification .cla_restrict .navi_info a { float: left; display: block; width: 112px; height: 14px; line-height: 14px; font: 13px '微软雅黑'; color: #fff; text-align: left; margin-top: 14px; }

.colSubstance .hotWebsite { width: 366px; height: 100%; border-right: 1px solid #a5c3e2; }
.colSubstance .hotWebsite .hW_restrict { width: 230px; height: 100%; margin: 0 auto; }
.colSubstance .hotWebsite .hW_restrict .web_link p { width: 100%; height: 14px; line-height: 14px; margin-top: 14px; float: left; }
.colSubstance .hotWebsite .hW_restrict .web_link p a { display: block; width: auto; height: 14px; font: 13px '微软雅黑'; color: #fff; text-align: left; line-height: 14px; float: left; }
.colSubstance .hotWebsite .hW_restrict .web_link span { float: right; font: 13px '微软雅黑'; color: #fff; text-align: right; line-height: 14px; }

.colSubstance .QRcode { width: 317px; height: 100%; }
.colSubstance .QRcode .QR_restrict { width: 200px; height: 100%; margin-right: 50px; }
.colSubstance .QRcode .QR_restrict .assistAction { width: auto; height: 100%; }
.colSubstance .QRcode .QR_restrict .assistAction a { display: block; width: auto; height: 14px; line-height: 14px; margin-top :14px; font: 13px '微软雅黑'; color: #fff; text-align: center; }
.colSubstance .QRcode .QR_restrict .QRc_pic { width: 105px; height: 100%; }
.colSubstance .QRcode .QR_restrict .QRc_pic .photoAlbum { width: 100%; height: 119px; background: url(pic_erwei.jpg) center bottom no-repeat; }
.colSubstance .QRcode .QR_restrict .QRc_pic .description { width: 100%; height: 65px; padding-top: 12px; }
.colSubstance .QRcode .QR_restrict .QRc_pic .description p { width: 100%; height: 14px; line-height: 14px; font: 13px '微软雅黑'; color: #bacee3; }


.colSubstance .classification .cla_restrict h3,
.colSubstance .hotWebsite .hW_restrict h3 { width: 100%; height: 24px; line-height: 24px; text-align: left; font: 18px '微软雅黑'; font-weight: bold; color: #dcedff; margin-bottom: 4px; }

.colSubstance .classification .cla_restrict .navi_info, 
.colSubstance .hotWebsite .hW_restrict .web_link { width: 100%; height: 168px; }

.colSubstance .classification .cla_restrict .navi_info a:hover,
.colSubstance .hotWebsite .hW_restrict .web_link p a:hover,
.colSubstance .QRcode .QR_restrict .assistAction a:hover { color: #ffbc90; text-decoration: underline; }

/*end*/


/* ----------------- ground ----------------- */
/*.ground { width: 100%; height: 75px; padding: 39px 0; background-color: #cbdff4; }*/
.ground { width: 100%; height: 150px; background-color: #cbdff4; }
.gPackage { width: 1000px; height: 100%; margin: 0 auto; }
.gPackage p { width: 100%; height: 15px; line-height: 15px; font: 15px '微软雅黑'; color: #000; text-align: center; }
.gPackage .middleSection { margin: 15px 0; }
/*end*/
.font13_bai{
font-family:"微软雅黑";
font-size:13px;
color:#ffffff;
line-height:180%;
}

.font13_bai:link{
font-family:"微软雅黑";
font-size:13px;
color:#ffffff;
line-height:180%;
}

.font13_bai:visited{
font-family:"微软雅黑";
font-size:13px;
color:#ffffff;
line-height:180%;
}

.font13_bai:hover{
font-family:"微软雅黑";
font-size:13px;
color:#ffbc90;
text-decoration:underline;
line-height:180%;
}
.font18_bq{
font-family:"微软雅黑";
font-size:18px;
color:#dcedff;
font-weight:bolder;
line-height:180%;
}