/*@charset "gb2312";*/
 background-position:top center;}
 * {}
a{outline:none; text-decoration:none;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{overflow-x: hidden; font-size:12px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}

/**
 +------------------------------------------------------------------------------
 * Public Class
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;font-size: 0px;line-height: 0px; height:0px;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}

.tal{ text-align:left} .tar{ text-align:right;}

/* 固定不动 */
.fixed{
	position:fixed; clip:rect(0 100% 100% 0); _position:absolute;
	
	/* 底部 */
	bottom:0px; left:0px; _top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
	
	/* 左侧 */
	/*left:0px;*/
	/*_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);*/
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
}

*html{ background-image:url(about:blank); background-attachment:fixed; /* 解决固定层在IE6下闪的问题 */}


/* png透明 */
.pngfix{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/x.png');}

/* 渐变 */
.gradient{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#dedede);
    background: -moz-linear-gradient(top, #ffffff, #dedede);}
	


/* 解决ie下连接加粗的鼠标样式问题*/
a strong{ cursor:pointer;}

/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
em{ font-style:italic !important;} strike{ text-decoration:line-through !important;} strong{ font-weight:bold !important;} u{ text-decoration:underline !important;}

/**
 +------------------------------------------------------------------------------
 * 表单样式
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
/* input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {  border-color:#666;} */
input{/*behavior:url(input.htc);*/ border:1px #ccc solid; margin:1px; padding:1px;}/*Only for ie 5.0+*/
/*label input{width:14px;height:14px;border:0;}*/ /*For input type is Radio*/
input:hover{border:1px #f60 solid;background:#f5f5f5;}/*For orther browsers*/

/**
 +------------------------------------------------------------------------------
 * 网站整体颜色总汇
 +------------------------------------------------------------------------------
 * @codex  颜色:使用颜色的名称或者16进制代码,如 
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */


/**
 +------------------------------------------------------------------------------
 * 网站整字体大小
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用"font+字体大小"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
 
 a:link {
	font-family: "宋体";

	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a:visited {
	font-family: "宋体";

	font-size: 12px;
	color: #333;
	text-decoration: none;
}


a:hover {
	font-family: "宋体";

	font-size: 12px;
	color: #FF0060;
	text-decoration: none;
}
a:active {
	font-family: "宋体";
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.font14px{ font-size:14px;}
.font9pt{ font-size:9pt;}


/**
 +------------------------------------------------------------------------------
 * 网站整布局命名规范
 +------------------------------------------------------------------------------
 * @codex   id和class命名采用该版块的英文单词或组合命名 如:newRelease
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
 
 
/*页面外围控制整体布局宽度*/
.wrapper{}

/* 网站外围阴影 */
.shardow{}

/* 容器盒子 */
.container{ width:960px ;  ; margin:0 auto; padding:0px ; background:url(../imgs/grid.png) repeat;}

/* 网站头部 */
.header{ width:100%; position:relative; height: 112px; background-image:url(cftopbg.png); background-position:left; background-repeat:repeat-x;}
.header .TopBg{ background-image:url(cftopbg.jpg); background-position:top center; background-repeat:no-repeat; width:100%; position:relative; height: 110px;}
	.header .logo{
	position: absolute;
	display:block;
	left: 11px;
	top: 2px;
	width: 102px;
	height: 73px;
}
.header .sjToolBar{ width:1000px; margin:auto;height:24px; text-align:right; color:#FFF; padding:10px 0px 0px 0px;}
.header .sjMenu{ width:1000px; margin:auto; padding:0px; margin-top:40px; }
.header .sjMenu li{ float:left; line-height:22px; height:26px;}
.header .sjMenu .L2{ width:200px; display:block;}
.toplink{ position: absolute; display:block; left: 680px; top: 9px; width: 257px; height: 20px; }
.cfMenuOver{ background-image:url(cfmenubg.gif); width:80px; text-align:center; color:#d44100; background-position:center; background-repeat:no-repeat; cursor:pointer;}
.cfMenuOut{width:80px; text-align:center; color:#FFF; }
/* 头部导航 */
.nav{
	position:absolute;
	width:702px;
	height:28px;
	left: 167px;
	top: 61px;
}
.nav a{ display:inline; float:left; width:50px; height:30px; float:left; background:#EEF6FF; text-align:center;}
.nav a:hover,
.nav a.hover{ background:#ccc; text-decoration:none;}
	
/*广告*/
.cfAdBg{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='cfadbg.png');
width:1000px;
height:300px;
padding-top:4px;
margin:auto;
text-align:center;

background-image:url(cfadbg.png);
 background-image:url(cfadbg.png)\9; 
 background-image:url('cfadbg.png'); 

background-image:url(cfadbg.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='cfadbg.png');
}

/*页面主体*/
.pagebody{ width:100%; height:auto; overflow:hidden; border:#CCC solid 1px;}

.leftpage, .mainpage, .rightpage{ float:left; margin-right:10px; background:#fff; }
.cfCon_Notice{
	background-image:url(cfct1.gif);
	height:36px;
	width:984px; margin:auto; padding-right:6px; margin-top:5px;}
.cfCon_1{
	height:auto; background-color:#FFF; border-left:1px solid #c5c5c5;border-right:1px solid #c5c5c5;
	width:988px; margin:auto; padding:0px;}
.cfCon_1 .LyL{ float:left; width:280px;}	
.cfCon_1 .LyR{ float:right; width:700px;}

.cfCon_2{
	height:auto; background-color:#FFF; border-left:1px solid #c5c5c5;border-right:1px solid #c5c5c5;
	width:988px; margin:auto; padding:0px;background-image:url(cflyleftbg.gif); background-repeat:repeat-y; background-position:left;}
.cfCon_2 .LyL{ float:left; width:230px; }	
.cfCon_2 .LyR{ float:right; width:730px;}


.cfCon_Foot{
	background-image:url(cfcb1.gif); height:11px;width:990px; margin:auto; padding:0px;}
.cfCon1_Left{ float:left; background-image:url(cfconbg.gif); background-position:right bottom; background-repeat:no-repeat; width:683px; height:280px; display:block; overflow:hidden;}
.cfCon2_Left{ float:left; width:683px; height:210px; display:block; overflow:hidden;}
.cfCon2_Left .U1{ width:675px; float:left;}
.cfCon2_Left .U1 .L1{ background-image:url(cftbg.gif); width:130px; padding-left:12px; height:28px; float:left; display:block; background-repeat:no-repeat; color:#FFF; font-weight:bold; font-size:14px; line-height:28px; margin-top:8px; _margin-top:4px;font-family:"微软雅黑","宋体";}
.cfCon2_Left .U1 .L2{ float:right; height:28px;}
.cfCon2_Left .U2{ width:660px; float:left; margin-left:10px; margin-top:10px;}
.cfCon2_Left .U2 li{ float:left; width:160px; text-align:center;}
.cfCon2_Left .U2 li img{ width:150px; height:120px; display:block; float:left; padding:5px 5px 0px 5px;}
.cfCon2_Left .U2 li span{ width:150px; display:block; float:left;padding:5px 5px 0px 5px;}

.cfCon3_Left{ float:left; width:683px; display:block; overflow:hidden; margin-top:3px;}
.cfCon3_Left .L{ float:left; width:330px;display:block;overflow:hidden;}
.cfCon3_Left .R{ float:left; margin-left:5px; width:330px;display:block;overflow:hidden;}
.cfCon1_Right{ float:right; width:305px; height:280px;display:block; overflow:hidden;}
.cfCon2_Right{ float:right; width:305px; height:220px;display:block; overflow:hidden;font-size: 12px;line-height: 24px;}
.cfCon3_Right{ float:right; width:297px;*width:290px;display:block; overflow:hidden;margin-top:13px;}

.cfCon3_Right .Tel{ width:287px; height:173px; display:block; margin-top:5px; margin-left:8px;}

.cfCon1_Left .L{ float:left; width:310px;}
.cfCon1_Left .L .NewsAd{ display:block; float:left; margin-left:8px; margin-top:8px;}
.cfCon1_Left .L span{ background-image:url(cftbg.gif); width:130px; padding-left:12px; height:28px; float:left; display:block; background-repeat:no-repeat; color:#FFF; font-weight:bold; font-size:14px; line-height:28px; margin-top:8px; font-family:"微软雅黑","宋体";}
.cfCon1_Left .R{ float:right; width:370px;}
.cfCon1_Left .R .U1{ float:left; width:360px; margin-top:8px;}
.cfCon1_Left .R .U1 li{ float:right; margin-right:5px;}
.cfCon1_Left .R .N1{ float:left; width:370px; display:block; overflow:hidden;}
.Ac_News_1{float:left; width:360px; margin-top:10px;_margin-top:5px;}
.Ac_News_1 li{ float:left;}
.Ac_News_1 .L1{ width:270px; padding:6px 0px 6px 11px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; background-position:left; background-repeat:no-repeat; background-image:url(cfico1.gif);}
.Ac_News_1 .L2{width:69px; overflow:hidden; text-align:left; color:#888; padding:6px 0px 3px 6px; font-family:Arial; font-size:11px;}
.Ac_News_1 .L0_1{ width:350px; float:left;}
.Ac_News_1 .L0_2{ padding:3px; border-bottom:1px dotted #ddd;width:340px; float:left; color:#777; line-height:180%;}
/*页面左侧*/
.leftpage{}

/*页面右侧*/
.mainpage{}

/* 页面右侧 */
.rightpage{}

/* 列表模型 */
.list{}

/*侧栏*/
.sidebar {}

/*栏目*/
.column{}

/*登录条*/
.loginbar{}

/*热点*/
.hot{}

/*新闻*/
.news{}

/*下载*/
.download{}

/*子导航*/
.subnav{}

/*菜单*/
.menu{}

/*子菜单*/
.submenu{}

/*搜索*/
.search{}

/*友情链接*/
.friendlink{}

/*版权*/
.cfFootBg{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='cffootbg.png');
width:100%;
height:85px;
margin:auto;
background-image:url(cffootbg.png);
 background-image:url(cffootbg.png)\9; 
 background-image:url('cffootbg.png'); 

background-image:url(cffootbg.png); 
 _background-image:url(cffootbg.png);
 background-repeat:50% top;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='cffootbg.png');
}
.cfFootBg ul{
	width:1000px;
	margin:auto;
	margin-top:6px;
	padding:0px;}
.cfFootBg ul li{
	line-height:200%;
	padding:5px;}
.cfFootBg ul .L1{
	float:left;
	width:570px; text-align:left; overflow:hidden;display:block;}
.cfFootBg ul .L2{
	float:left;
	width:400px;
	text-align:right; overflow:hidden; display:block;}
/*滚动*/
.scroll{}

/*内容*/
.content{}

/*标签页*/
.tab{}

/*文章列表*/
.list{}

/*提示信息*/
.msg{}

/*小技巧*/
.tips{}

/*栏目标题*/
.title{}

/*加入*/
.joinus{}

/*指南*/
.guild{}

/*服务*/
.service{}

/*注册*/
.regsiter{}

/*状态*/
.status{}

/*投票*/
.vote{}

/*合作伙伴*/
.partner{}

/* 分页 */
.page{ text-align:center; background:#eee;}
	.page a{ border:#ccc solid 1px; margin-left:3px; padding:4px 4px;}
	.page a:hover{ text-decoration:none;}

/*页脚*/
.footer{ }

.cfTopBg{
	background-image:url(../cfimg/cftopbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:102px;}



.cfCTopBg{
	background-image:url(../cfimg/cfctopbg.gif);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#FFF;}
.cfProBg{
	background-image:url(../cfimg/cfprobg.gif);
	background-repeat:repeat-x;
	background-position:center top;
	height:226px;
	}
.cfMenuUl{
	height:33px;
	margin-left:auto;
	margin-right:auto;
	margin-top:1px;
	padding:0px;
	width:650px;
	
}
.myRLine{border-right:1px solid #959595;}
.cfMenuUl li{
	float:left;
	height:33px;
	display:block;

	text-align:center;
	line-height:33px;
	}
a.cfMenu:link{color:#FFF; text-decoration:none; font-size:12px; font-family:"微软雅黑","宋体";}
a.cfMenu:visited{color:#FFF; text-decoration:none;font-size:12px; font-family:"微软雅黑","宋体";}
a.cfMenu:hover{color:#FFE033; text-decoration:none;font-size:12px; font-family:"微软雅黑","宋体";}
a.cfMenu:active{color:#FFF; text-decoration:none;font-size:12px; font-family:"微软雅黑","宋体";}

a.cfLink2:link{color:#333; text-decoration:none; font-size:12px; font-family:"宋体"; font-weight:bold;}
a.cfLink2:visited{color:#333; text-decoration:none;font-size:12px; font-family:"宋体";font-weight:bold;}
a.cfLink2:hover{color:#ff6600; text-decoration:none;font-size:12px; font-family:"宋体";font-weight:bold;}
a.cfLink2:active{color:#333; text-decoration:none;font-size:12px; font-family:"宋体";font-weight:bold;}

a.cfLink3:link{color:#333; text-decoration:none; font-size:14px; font-family:"微软雅黑","宋体"; font-weight:bold;}
a.cfLink3:visited{color:#333; text-decoration:none;font-size:14px; font-family:"微软雅黑","宋体";font-weight:bold;}
a.cfLink3:hover{color:#ff6600; text-decoration:none;font-size:14px; font-family:"微软雅黑","宋体";font-weight:bold;}
a.cfLink3:active{color:#333; text-decoration:none;font-size:14px; font-family:"微软雅黑","宋体";font-weight:bold;}

a.cfLink4:link{color:#fff; text-decoration:none; font-size:12px; font-family:"宋体"; }
a.cfLink4:visited{color:#fff; text-decoration:none;font-size:12px; font-family:"宋体";}
a.cfLink4:hover{color#ff3300; text-decoration:none;font-size:12px; font-family:"宋体";}
a.cfLink4:active{color:#fff; text-decoration:none;font-size:12px; font-family:"宋体";}

a.cfLink5:link{color:#6F1E9F; text-decoration:none; font-size:14px; font-family:"宋体"; }
a.cfLink5:visited{color:#6F1E9F; text-decoration:none;font-size:14px; font-family:"宋体";}
a.cfLink5:hover{color#ee7000; text-decoration:none;font-size:14px; font-family:"宋体";}
a.cfLink5:active{color:#6F1E9F; text-decoration:none;font-size:14px; font-family:"宋体";}

a.NewsTitle:link{color:#333; text-decoration:none; font-size:16px; font-family:"微软雅黑","宋体"; font-weight:bold;}
a.NewsTitle:visited{color:#333; text-decoration:none;font-size:16px; font-family:"微软雅黑","宋体";font-weight:bold;}
a.NewsTitle:hover{color:#ff6600; text-decoration:none;font-size:16px; font-family:"微软雅黑","宋体";font-weight:bold;}
a.NewsTitle:active{color:#333; text-decoration:none;font-size:16px; font-family:"微软雅黑","宋体";font-weight:bold;}

.cfCon_Notice span{ color:#F00;float:left; display:block; height:24px;white-space:nowrap;padding-top:8px; margin-left:5px;}
.cfCon_Notice span a{margin-right:3px;}
.cfCon1_Right .T1{
	float:left;
	background-image:url(cftbg1.gif); width:285px; height:42px; display:block; margin-left:8px; margin-top:8px; text-align:right;}
.cfCon1_Right .T1 img{ margin-right:10px; margin-top:20px;}
.cfCon1_Right .V1{float:left;width:285px;margin-left:8px; }
.cfCon1_Right .V1 img{ margin-top:5px; }
.cfCon1_Right .U1{ float:left; width:285px; margin-top:5px; margin-left:4px;}
.cfCon1_Right .U1 li{ float:left; text-align:right; width:142px;}
.cfCon2_Right .T2{
	float:left;
	background-image:url(cftbg2.gif); width:285px; height:42px; display:block; margin-left:8px; margin-top:8px; text-align:right;}
.cfCon2_Right .T2 img{ margin-right:10px; margin-top:20px;}
.cfCon2_Right .N2{width:275px; float:left;margin-left:8px; padding:5px; background-color:#f7f7f7;}

.Ac_News_Media{float:left; width:275px;}
.Ac_News_Media li{ float:left;}
.Ac_News_Media .L1{ width:260px; padding:6px 0px 6px 11px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; background-position:left; background-repeat:no-repeat; background-image:url(cfico1.gif);}
.Ac_News_Media .L2{width:0px; height:0px; overflow:hidden; text-align:left; color:#888; padding:6px 0px 6px 4px;}


.cfBtnOver{ background-image:url(cfbtn1.gif); width:57px; height:21px; line-height:21px; text-align:center; color:#FFF; cursor:pointer;}
.cfBtnOut{ background-image:url(cfbtn2.gif); width:57px; height:21px; line-height:21px; text-align:center; color:#333;}

.cf_NewsUl{
	width:317px; float:left; border-bottom:1px solid #ffdfbb; margin-left:12px;_margin-left:6px; margin-bottom:5px;}
.cf_NewsUl li{ float:left; height:24px; line-height:24px; text-align:center; margin-right:10px;_margin-right:5px;}
.cf_NewsUl .L1{ background-image:url(cfnewsT1.gif); width:81px; color:#FFF; font-weight:bold;}

.cf_NewsPicListUl{float:left; width:120px; margin-left:10px;_margin-left:5px;}
.cf_NewsPicListUl li{ float:left; width:120px; margin-top:3px; margin-bottom:3px; height:80px; overflow:hidden;}
.cf_NewsPicListUl li img{ width:120px;}
.cf_NewsListUl{float:left; width:190px; margin-left:5px; _margin-left:3px;}
.cf_NewsListUl li{float:left;}
.cf_NewsListUl .L1{float:left; width:190px; display:block; white-space:nowrap;text-overflow:ellipsis;  overflow:hidden; padding:6px 0px 6px 0px; _padding:3px 0px 3px 0px; height:18px;}
.cf_NewsListUl .L2{ float:left; width:0px; height:0px;overflow:hidden;display:block;}
.cf_NewsListUl1{float:left; width:330px; margin-left:11px;}
.cf_NewsListUl1 li{float:left;}
.cf_NewsListUl1 .L1{float:left; width:330px; display:block; overflow:hidden; padding:6px 0px 6px 0px; height:18px;}
.cf_NewsListUl1 .L2{ float:left; width:0px; height:0px;overflow:hidden;display:block;}

.cfLeftTitleBox{ width:250px; margin-left:6px; background-color:#fafafa; margin-top:5px; border-top:3px solid #A151E1; border-left:1px solid #eee; border-right:1px solid #eee; padding:6px; font-size:14px; font-family:微软雅黑;}
.cfLeftBox{ width:250px; margin-left:6px;  border:1px solid #eee; padding:6px; }
.cfLyLeftNewsUl{ width:250px; float:left;     }
.cfLyLeftNewsUl .L1{ background-image:url(cfico1.gif); background-position:left; margin-left:6px; background-repeat:no-repeat; width:230px; padding:6px 0px 6px 10px; float:left; display:block; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.cfLyLeftNewsUl .P1{ float:left; width:125px; text-align:center; overflow:hidden; height:75px;}
.cfLyLeftNewsUl .P1 img{ width:120px;}

.cfLyNav{ width:660px; margin-left:5px; padding:10px 6px 6px 6px; border-bottom:1px solid #ddd; float:left;}
.cfLyNav_1{ width:700px; margin-left:5px; padding:10px 6px 6px 6px; border-bottom:1px solid #ddd; float:left;}
.cfLyTitle{ width:650px; margin-left:10px; margin-top:7px; text-align:center; height:15px; padding:6px; float:left; font-family:微软雅黑; font-weight:bold; font-size:20px;}
.cfLyConBar{width:650px;  margin-left:10px; padding:6px;  float:left; text-align:right; color:#666;}
.cfLyContent{
	width:638px;
	margin-left:10px;
	margin-top:5px;
	padding:8px;
	float:left;
	font-size:14px;
	line-height:200%;
	border: 1px solid #DDDDDD;
}
.cfLyRelatedInfo{width:650px; margin-left:10px; padding:6px; border-top:1px dotted #ddd; float:left; line-height:200%;}

.cfDivNewsList{ float:left; display:block; padding:8px; width:620px; margin-left:10px;}
.cfNewsListUl{float:left; display:block; padding:8px; width:620px; margin-left:10px;}
.cfNewsListUl li{ float:left; padding:7px 0px 3px 0px; border-bottom:1px dotted #ddd; height:18px;}
.cfNewsListUl .L0{ width:50px; overflow:hidden; text-align:center;}
.cfNewsListUl .L1{ width:370px; padding-left:10px; overflow:hidden; white-space:nowrap;}
.cfNewsListUl .L2{ width:80px; text-align:center; float:right;}
.cfNewsListUl .L3{ width:105px;text-align:center;}
.cfDivPage{float:left; display:block; padding:8px; width:600px; text-align:right; margin-left:10px;}

.cfNewsT{float:left; display:block; padding:0px 8px 0px 8px; width:620px; margin-left:10px; margin-top:20px; border-top:3px solid #555;border-bottom:1px solid #ddd; background-color:#fafafa;}
.cfNewsT li{float:left; height:32px; line-height:32px; font-size:14px; font-weight:bold;}
.cfNewsT .L0{ width:50px; overflow:hidden; border-right:1px solid #ddd;text-align:center;}
.cfNewsT .L1{ width:370px; border-right:1px solid #ddd; padding-left:10px;}
.cfNewsT .L2{ width:80px;text-align:center; float:right;border-left:1px solid #ddd;}
.cfNewsT .L3{ width:105px;text-align:center;}

.cfLyAbout{ float:left; background-image:url(cfAbout.gif); width:218px; height:75px; overflow:hidden; display:block;}
.cfLyService{ float:left; background-image:url(cfService.gif); width:218px; height:75px; overflow:hidden; display:block;}
.cfLyJoin{ float:left; background-image:url(cfjoinus.gif); width:218px; height:75px; overflow:hidden; display:block;}
.cfLyAgent{ float:left; background-image:url(cfAgent.gif); width:218px; height:75px; overflow:hidden; display:block;}
.cfAboutConDiv{ float:left; padding:8px; margin-top:10px; line-height:180%; font-size:14px; width:690px;}
.cfLyAboutListUl{ float:left; width:230px; margin-top:6px;}
.cfLyAboutListUl li{ float:left; margin-left:8px;}
.cfLyBtnOver{  cursor:pointer; padding:9px 5px 5px 15px; height:16px; width:208px; text-align:left; color:#fff; background-image:url(cflymenubg.gif); background-position:left; background-repeat:no-repeat;}
.cfLyBtnOut{ border-bottom:1px dotted #ddd;cursor:pointer; padding:9px 5px 5px 10px; height:16px; width:196px; text-align:left;}

.cfLyAdListUl{ float:left; width:660px; margin-top:12px; margin-left:20px;}
.cfLyAdListUl li{ margin:10px; height:150px; width:170px; border:5px solid #ddd; float:left; padding:5px; display:block; overflow:hidden; }

.cfLyAdListUl li img{ width:170px;}
.cfLyAdListUl li span{ float:left; display:block; padding:5px 0px 5px 0px; width:140px;}
.cfLyPageList{float:left; width:640px; text-align:right; padding:8px; margin-top:6px;}

.cfLyProListUl{ float:left; width:660px; margin-top:12px; margin-left:10px;}
.cfLyProListUl li{ margin:5px; width:650px; border-bottom:1px dotted #ddd; float:left; padding:5px; display:block; overflow:hidden; }
.cfLyProListUl li a{ float:left; display:block; width:160px;}
.cfLyProListUl li img{
	width:140px;
	padding:5px;
	display:block;
	float:left;
	border: 1px solid #E1E1E1;
}
.cfLyProListUl li b{ float:left; display:block; padding:2px 0px 5px 0px; width:490px; font-size:14px; color:#ff5400;}
.cfLyProListUl li .C1{ float:left; display:block; width:490px; line-height:150%;}
.cfLyProListUl li .C2{ float:left; display:block; width:490px; height:20px; line-height:20px;}
.cfLyProListUl1{ float:left; width:660px; margin-top:12px; margin-left:10px;}
.cfLyProListUl1 li{ margin:5px; height:150px; width:120px; border:5px solid #ddd; float:left; padding:5px; display:block; overflow:hidden; }

.cfLyProListUl1 li img{ width:120px;}
.cfLyProListUl1 li span{ float:left; display:block; padding:5px 0px 5px 0px; width:120px;}

.AjaxConShow{ width:500px;}
.ProConShow{ width:500px;}

.cfLyLeftToolUl{ width:210px; float:left; margin-top:5px; margin-left:16px;}
.cfLyLeftToolUl li{ float:left; text-align:center; margin-top:6px;}

.cfLyProDetail{float:left; padding:8px; margin-top:10px; line-height:180%; font-size:14px; width:670px; margin-left:6px;}
.cfLyProTitle{float:left; padding:8px; margin-top:10px; line-height:180%; font-size:14px; width:670px; margin-left:6px; font-size:20px; font-family:微软雅黑; text-align:center; font-weight:bold;}
.job{margin:10px 0; border-left:1px solid #ccc; border-top:1px solid #ccc;}
.job table tr td{border-right:1px solid #CCC; border-bottom:1px solid #ccc; padding:0px 0 0 4px;}
.mess {
	font-size: 14px;
	line-height: 22px;
}
.messtitle{
	color:#008000;
	font-weight: bold;
}
.messtitle2{
	color:#ff6600;
	font-size: 12px;
}
.next{clear:both; text-align:center;}
.inputs{width:240px; height:15px;}
.ness{margin:0px; padding:0px}
.ness li{border-bottom:1px dashed #CCC; padding:11px 6px 0px 6px; list-style-type:none; height:22px}
.ness li span{float:left; width:620px;}
.ness li a{cursor:pointer}
.tiao {
	padding-left:10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(tiaonew.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom:15px;
}
