@charset "utf-8";
/*全局css*/
body,table,div,ul,li,form,input,textarea,select,h1,h2,h3,h4,h5{margin:0px; padding:0px; list-style:none;}

body {
	background-color: #FFFFFF;
}

body,table,div,input,select,textarea {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	color: #454545;
}

/*常规链接样式*/
a:link,a:visited {font-family: Arial, Helvetica, sans-serif, "宋体"; font-size: 12px; color: #454545; text-decoration: none;}
a:hover {font-family: Arial, Helvetica, sans-serif, "宋体"; font-size: 12px;	color: #ff6600;	text-decoration:underline;}

/*12px白色字体链接*/
.white_links a:link,.white_links a:visited {color: #FFFFFF;}
.white_links a:hover {color: #FFFFFF;}

/*图片样式*/
.img_v_mid {vertical-align:middle;}
.img_border {padding:1px; border:1px solid #eeeeee;}

/*外边距15px*/
.mar15_top {margin-top:15px;}
.mar15_rig {margin-right:15px;}
.mar15_bot {margin-bottom:15px;}
.mar15_lef {margin-left:15px;}
.mar15 {margin:15px;}

/*外边距10px*/
.mar10_top {margin-top:10px;}
.mar10_rig {margin-right:10px;}
.mar10_bot {margin-bottom:10px;}
.mar10_lef {margin-left:10px;}
.mar10 {margin:10px;}

/*外边距5px*/
.mar5_top {margin-top:5px;}
.mar5_rig {margin-right:5px;}
.mar5_bot {margin-bottom:5px;}
.mar5_lef {margin-left:5px;}
.mar5 {margin:5px;}

/*内边距15px*/
.pad15_top {padding-top:15px;}
.pad15_rig {padding-right:15px;}
.pad15_bot {padding-bottom:15px;}
.pad15_lef {padding-left:15px;}
.pad15 {padding:15px;}

/*内边距10px*/
.pad10_top {padding-top:10px;}
.pad10_rig {padding-right:10px;}
.pad10_bot {padding-bottom:10px;}
.pad10_lef {padding-left:10px;}
.pad10 {padding:10px;}

/*内边距10px*/
.pad5_top {padding-top:5px;}
.pad5_rig {padding-right:5px;}
.pad5_bot {padding-bottom:5px;}
.pad5_lef {padding-left:5px;}
.pad5 {padding:5px;}

/*空隙*/
.space15_v {float:left; width:15px;}
.space_bot16 {width:100%; height:16px;}

/*float*/
.float_lef {float:left;}
.float_rig {float:right;}
.float_none { float:none;}

/*灰色边框*/
.border_all {border:1px solid #BAD9F5; overflow:auto;}

/*白色背景*/
.bg_white {background-color:#ffffff;}

/*清除float*/
.clearDiv {clear:both;}

/*盒子h2标题*/
.box_h2_f14 {width:100%; height:28px; background:url(../images/index_r10_c4.gif) repeat-x; font-size:14px; color:#ff5500; line-height:28px; text-align:right;}
	.box_h2_f14 a:link,.box_h2_f14 a:visited {font-size:14px; font-weight:bold; color:#0080C4;}
	.box_h2_f14 a:hover {font-size:14px; font-weight:bold; color:#0080C4;}
	
.box_h2_f14_rig {margin-left:5px; margin-right:5px; height:28px; border-bottom:1px dashed #cccccc; font-size:14px; color:#0080C4; line-height:28px; text-align:right;}
	.box_h2_f14_rig a:link,.box_h2_f14_rig a:visited {font-size:14px; font-weight:bold; color:#0080C4;}
	.box_h2_f14_rig a:hover {font-size:14px; font-weight:bold; color:#0080C4;}
	
.box_more {font-size:12px; font-weight:normal; color:#6f6f6f;}
	.box_more a:link,.box_more a:visited {font-size:12px; font-weight:normal; color:#6f6f6f;}
	.box_more a:hover {font-size:12px; font-weight:normal; color:#6f6f6f;}

/*是否显示*/
.dis {display:block;}
.undis {display:none;}

/*960x90广告位*/
.ad960x90{margin:10px auto 0 auto; width:960px; height:90px; background-color:#f5f5f5}

/*全局表单样式*/
input { /*ie6*/
	border:expression((this.type=='text' || this.type=='password')?'1px solid #AAD0F2':'style');
	height:expression((this.type=='text' || this.type=='password')?'20px':'style');
	line-height:expression((this.type=='text' || this.type=='password')?'20px':'style');
}
input[type=text],input[type=password] {height:20px; line-height:20px; border:1px solid #AAD0F2;}  /*ie7、*/
input,select,textarea {font-size:12px; vertical-align:middle;}
select {height:20px; border:1px solid #AAD0F2;}
textarea {border:1px solid #AAD0F2;}
.inputBtn {height:22px; line-height:20px; font-weight:bold; text-align:center; color:#ffffff; border:none; background:url(../images/inputBtn_bg.gif) repeat-x;}
.btnWidth60 {width:60px;}
.inputNoBorder {border:none;}

/*list列表*/
.list12_img {font-size:12px;} /*12px带点图片*/
	.list12_img ul li {padding-left:10px;height:22px; background:url(../images/icon_point.gif) no-repeat 2px 5px;}

.list12_noimg {font-size:12px;} /*12px无图片*/
	.list12_noimg ul li {float:left; width:148px; height:22px;}
	.list12_noimg ul li b {color:#ff3300;}

.list14_img {font-size:14px;} /*14px带点图片*/
	.list14_img ul li {padding-left:10px; height:24px; background:url(../images/icon_point.gif) no-repeat 2px 5px;}
	.list14_img ul li a:link,.list14_img ul li a:visited {font-size:14px;}
	.list14_img ul li a:hover {font-size:14px;}

.list14_noimg {font-size:14px;} /*14px无图片*/
	.list14_noimg ul li b {color:#ff3300;}
	.list14_noimg ul li a:link,.list14_noimg ul li a:visited {font-size:14px;}
	.list14_noimg ul li a:hover {font-size:14px;}


/*网站首页*/
.header {margin:0 auto; width:100%; height:80px; background:url(../images/index_r1_c1.gif) repeat-x;}
	.header01 { margin:0 auto; width:960px;}
		.logo {float:left; width:220px; height:80px;}
		.header_rig { float:left; width:740px; height:80px;}
			.header_rig_top{height:52px; text-align:right; color:#FFFFFF;}
			.menu {width:738px; height:27px; background-color:#0089CB; border-left:1px solid #4CB6EA; border-right:1px solid #4CB6EA; border-top:1px solid #4CB6EA;}
				.menu ul li {float:left; padding:0 7px 0 8px; font-size:14px; font-weight:bold; color:#FFFFFF; height:27px; line-height:27px;}
				.menu ul li a:link,.menu ul li a:visited {font-size:14px; font-weight:bold; color:#FFFFFF; text-decoration: none;}
				.menu ul li a:hover {font-size:14px; font-weight:bold; color:#FFFFFF; text-decoration:underline;}
				.menu ul li.li_space {width:35px;}
				/*带下拉的菜单*/
				.menu ul li.select_menu {background:url(../images/icon01.gif) no-repeat 42px 10px;}
				/*当前激活菜单*/
				.menu ul li.current_menu {float:left; padding:0 11px; background-color:#ffffff; font-size:14px; font-weight:bold; color:#000000; height:27px; line-height:27px;}
				.menu ul li.current_menu a:link,.menu ul li.current_menu a:visited {font-size:14px; font-weight:bold; color:#000000; text-decoration: none;}
				.menu ul li.current_menu a:hover {font-size:14px; font-weight:bold; color:#000000; text-decoration:underline;}

/*QQ群区域*/
.qqGroup {margin:10px auto 0px auto; width:958px; height:auto; border:1px solid #BAD9F5; background-color:#F0F7FD;}
.qqGroup_lef {float:left; width:130px; height:30px; color:#454545;}
.qqGroup_rig {float:left; width:813px; height:auto;}
	.qqGroup_rig ul li { float:left; width:160px; height:22px; color:#454545;}
	.qqGroup_rig ul li b { color:#FF6600;}

.user_guide {margin:15px auto 0 auto; width:960px;}

.content {margin:10px auto 0 auto; width:960px; height:auto; overflow:auto;}
.content_lef {float:left; width:650px; height:auto;}

.ad5_box {padding-left:4px; padding-top:4px; width:646; height:196px; background-color:#E9F3FC;}
.home_news_box {float:left; width:398px; height:288px;}
.home_man_box {float:left; width:238px; height:288px;}
	.star_content {float:left; margin-left:15px; margin-top:5px; width:85px; text-align:center; display:inline;}
	.star_name {margin-top:2px; color:#0065B3; font-weight:bold;}
	.star_name a:link,.star_name a:visited {color:#0065B3;}
	.star_name a:hover {color:#0065B3;}
	
.home_see_box {float:left; width:398px; height:378px;}
.home_see_box .cz_details {width:378px; height:77px; line-height:18px; border-bottom:1px dashed #cccccc;}
.home_con02_lef_rig {float:left; width:240px; height:380px;}
.home_fantan_box {height:183px;}

.content_rig {float:left; width:300px; height:auto;}
.rig_box {width:298px;}
	.type_list {font-size:14px; color:#008BD3;}
	.type_list ul {display:block;}
	.type_list ul li {padding-left:12px; height:28px; background:url(../images/icon03.gif) no-repeat 0px 2px;}
	.type_list ul li a:link,.type_list ul li a:visited {font-size:14px; color:#008BD3;}
	.type_list ul li a:hover {font-size:14px; color:#008BD3;}

.ser_box {width:298px; height:113px; background-color:#E9F3FC;}
.ser_box01 {margin-top:4px; margin-left:4px; width:290px; height:105px; background-color:#FFFFFF;}

.road_title {width:300px; height:36px; background:url(../images/company_title.gif) no-repeat;}
	.road_title_01 {float:left; font-size:14px; font-weight:bold; color:#000000; line-height:36px;}
	.road_title_02 {font-size:12px; color:#ffffff; line-height:36px;}
.road_con {width:298px; height:164px; border-left:1px solid #FFC937; border-right:1px solid #FFC937; border-bottom:1px solid #FFC937; background-color:#FFFEF2;}
	.road_con ul {margin-left:15px;}
	.road_con ul li {float:left; margin-top:6px; width:90px;}
	.road_reg_btn {width:290px; text-align:center;}
	.road_reg_btn img {margin-top:6px;}

.home_school_box ul li {float:left; width:290px;}

.hots_name {margin-bottom:3px; font-size:14px; color:#0065B3; font-weight:bold; line-height:120%;}
	.hots_name a:link,.hots_name a:visited {font-size:14px; color:#0065B3;}
	.hots_name a:hover {font-size:14px; color:#0065B3;}

/*首页快捷通道*/
.fastRoad {margin:10px auto 0px auto; width:958px; height:auto; border:1px solid #BAD9F5;}
.fastRoad_h1 {font-size:12px; font-weight:normal; line-height:20px;}

/*友情链接*/
.good_links {margin:10px auto 0 auto; padding:0px 10px 10px 10px; height:auto; width:938px; border:1px solid #BAD9F5;}
	.good_links01 {color:#999999;}
	.good_links02 {margin-top:10px; line-height:22px;}

/*页脚*/
.footer {margin:10px auto 0 auto; width:100%; height:100px; border-top:5px solid #BAD9F5;}
	.footer01 {margin:0 auto; width:960px; height:80px; line-height:24px; text-align:center;}
	.footer02 {margin:0 auto; width:960px; height:55px; text-align:center;}



/*新闻列表页CSS开始(顶踩功能)*/
.web_nav {margin:10px auto 0 auto; width:960px;}

.news_list {height:90px; border-bottom:1px dashed #d5d5d5;}
	.news_digg {float:left; width:51px; height:78px; background:url(../images/digg_bg.gif) no-repeat;}
	.news_digg_data01 {width:100%; height:30px; font-size:16px; font-weight:bold; color:#FF6600; line-height:28px; text-align:center;}
	.news_digg_data02 {width:100%; height:20px; font-size:12px; font-weight:bold; color:#FFA86F; text-align:center;}
	.news_digg_btn {margin-top:3px; height:25px; color:#2F5FA1; line-height:25px; text-align:center;}
	.news_digg_btn a:link,.news_digg_btn a:visited {color:#2F5FA1; text-decoration:underline;}
	.news_digg_btn a:hover {color:#2F5FA1; text-decoration:underline;}
.news_list_con {float:left; margin-left:15px; width:520px; height:90px; line-height:20px;}
.news_list_base {margin-top:8px; width:100%; height:20px;}

.page_code { width:100%; height:40px; line-height:40px; font-weight:normal;}
.page_code01 {width:100%; height:40px; line-height:40px; border-top:1px dashed #d5d5d5; font-weight:normal;}

/*新闻列表页CSS结束*/


/*新闻详情页开始*/
.nd_title_h1 {font-size:24px; color:#000000;}
.nd_info {height:18px; border-bottom:1px dashed #cccccc; color:#999999;}
	.nd_info a:link,.nd_info a:visited {color:#999999;}
.nd_info01 {float:left; width:555px; height:76px; line-height:18px; background-color:#F8FBFF; border:1px dashed #d5d5d5;}
	.nd_info01 .epitome {display:block; color:#999999;}
.nd_con {font-size:14px; line-height:28px;}
	.nd_con a:link,.nd_con a:visited {font-size:14px; color:#0000ff;}
.fore_and_aft {height:30px; border-top:1px dashed #d5d5d5; line-height:30px; text-align:right;}/*上一篇下一篇*/

.related_news {height:auto;}
.related_news h2 {height:20px; line-height:20px; font-size:12px; font-weight:normal; color:#0065B3;  background-color:#f5f5f5;}

.gbook_h2 {height:28px; font-size:14px; color:#0065B3; text-align:right; line-height:28px; background-color:#f5f5f5;}
.gbook_h2_title {padding-left:30px; background:url(../images/user_comment.gif) no-repeat 8px 0px;}
.gbook_list {height:auto; border-bottom:1px dashed #dddddd;}
.gbook_list_title {font-weight:normal; font-size:12px; color:#0065B3; text-align:right;}
.gbook_list_con {color:#6f6f6f; line-height:22px; display:block;}
.gbook_add {border:1px dashed #d5d5d5; background-color:#f5f5f5;}

/*新闻详情页结束*/


/*下载频道CSS*/
.downlist_box {padding:5px; height:auto; overflow:hidden; border-bottom:1px dashed #cccccc; line-height:18px; color:#6f6f6f;}
.downlist_box h2 {font-size:14px; color:#006699;}
.downlist_box h2 a {font-size:14px; color:#006699;}
.downlist_box span {display:block; color:#999999;}

/*人物*/
.redman_content {float:left; margin-left:33px; margin-top:20px; width:85px; height:130px; text-align:center; display:inline;}


/*会员频道*/
.member_nav {margin:0 auto; width:960px; height:50px; background:url(../images/task_03.gif) repeat-x;}
	.member_nav_lef {float:left; width:70px; height:50px;}
	.member_nav_cen {float:left; width:380px; height:50px; line-height:12px;}
	.member_nav_rig {float:left; width:500px; height:50px; background:url(../images/task_bg.gif) no-repeat right bottom ;}
	
.member_list {margin-top:20px; margin-left:15px; width:600px; height:110px; border-bottom:1px dashed #d5d5d5;}
	.member_list_img {float:left; margin-left:10px; width:95px; height:90px; display:inline;}
	.member_list_con {float:left; width:490px; height:90px; line-height:20px;}
		.member_list_type {font-size:12px; font-weight:normal; color:#454545;}

/*关于我们、网站地图等子栏目CSS*/
.about_content {margin:20px auto 0 auto; width:960px; min-height:400px; height:auto; overflow:auto;}
	.about_content_lef {float:left; width:158px; text-align:right; background-color:#ffffff; border:1px solid #d5d5d5;}
		.about_content_lef ul {margin-top:10px; margin-left:10px;}
		.about_content_lef ul li {width:140px; height:30px; border-bottom:1px dashed #cccccc; font-size:14px; color:#0080C4; line-height:30px;}
			.about_content_lef ul li a:link,.about_content_lef ul li a:visited {font-size:14px; color:#0080C4;}
	.about_content_rig {float:left; margin-left:40px; width:750px;}
		.about_h1 {height:60px; color:#ff6600; line-height:60px;}
		.about_con {font-size:14px; width:700px; line-height:28px;}

.about_footer {margin:20px auto 0 auto; width:960px; height:30px; border-top:1px solid #BAD9F5; line-height:30px; text-align:center;}

/*注册、登录*/
.reg_content {margin:15px auto 0px auto; width:958px; height:400px; border:1px solid #d5d5d5;}
.reg02_content {margin:15px auto 0px auto; width:958px; border:1px solid #d5d5d5;}
	.reg_h2 {height:30px; font-size:14px; color:#454545; text-align:left; line-height:30px;}
	.reg_dashed {margin-left:8px; width:930px; height:3px; border-top:1px dashed #CCCCCC; text-align:left; overflow:hidden;}
	
	.list05 ul {margin-top:5px; line-height:18px;}  /*列表*/
	.list05 ul li {padding-left:10px; background:url(../images/icon07.gif) no-repeat 2px 5px;}

.login01_content {margin:15px auto 0px auto; width:960px; height:400px;}

/*会员中心左侧*/
.uc_content {margin:15px auto 0px auto; width:960px; overflow:auto;}

.ucTopMenu {font-size:14px; color:#006699;}
.ucTopMenu a:link,.ucTopMenu a:visited {font-size:14px; color:#006699;}
.ucTopMenu a:hover {font-size:14px; font-weight:bold; color:#006699;}

.ucLeft {font-size:14px; color:#006BAE;}
.ucLeft ul {margin-left:10px;}
.ucLeft ul li{padding-left:8px;!important width:168px; height:30px; line-height:30px;}
.ucLeft ul li img{vertical-align:middle;}
.ucLeft ul li a:link,.ucLeft ul li a:visited{font-size:14px; color:#006BAE;}
.ucLeft ul li a:hover{font-size:14px; color:#006BAE; text-decoration:underline;}

.ucLeftCurrent {font-weight:bold; background-color:#FFFFFF; border-top:1px solid #d5d5d5; border-bottom:1px solid #d5d5d5; border-left:1px solid #d5d5d5; border-right:1px solid #FFFFFF;}

#ucLeftSub {padding-left:25px; background:url(../images/user_sub.gif) no-repeat 15px 4px;}
	#ucLeftSub a:link,#ucLeftSub a:visited {font-size:12px; font-weight:bold; color:#6f6f6f;}

#ucLeftSpace{height:11px; background:url(../images/aunionCenter_r7_c2a.gif) no-repeat -10px 0px; overflow:hidden;}


.ucLeftBorder {border-left:2px solid #C6E6FF; border-right:2px solid #C6E6FF;}
.ucLeftMenu {font-size:14px; color:#006BAE; border:1px solid #C6E6FF; background-color:#F0F8FF;}
.ucLeftMenu span {padding-left:20px; background:url(../images/icon10.gif) no-repeat 3px 1px;}
.ucLeftMenu span a:link,.ucLeftMenu span a:visited {font-size:14px; color:#006BAE;}
.ucLeftMenu span a:hover {font-size:14px; color:#006BAE;}

.ucLeftSubMenu {font-size:12px; color:#006BAE;}
	.ucLeftSubMenu ul {margin-left:15px; margin-top:6px;}
	.ucLeftSubMenu ul li {padding-left:10px; width:95%; height:24px; background:url(../images/icon08.gif) no-repeat 0px 0px;}
	.ucLeftSubMenu ul li a:link,.ucLeftSubMenu ul li a:visited {font-size:12px; color:#006BAE;}


.icon_user_home {padding-left:23px; background:url(../images/user_home.gif) no-repeat 0px 0px;}
.icon_user_msg {padding-left:23px; background:url(../images/user_msg.gif) no-repeat 0px 0px;}
.icon_user_17rent {padding-left:23px; background:url(../images/user_17rent.gif) no-repeat 0px 0px;}
.icon_user_union {padding-left:23px; background:url(../images/user_union.gif) no-repeat 0px 0px;}
.icon_user_17j {padding-left:23px; background:url(../images/user_17j.gif) no-repeat 0px 0px;}
.icon_user_comment {padding-left:23px; background:url(../images/user_comment.gif) no-repeat 0px 0px;}
.icon_user_rent {padding-left:23px; background:url(../images/user_rent.gif) no-repeat 0px 0px;}
.icon_user_17g {padding-left:23px; background:url(../images/user_17g.gif) no-repeat 0px 0px;}
.icon_user_2house {padding-left:23px; background:url(../images/user_2house.gif) no-repeat 0px 0px;}
.icon_user_go {padding-left:23px; background:url(../images/user_go.gif) no-repeat 0px 0px;}
.icon_user_info {padding-left:23px; background:url(../images/user_info.gif) no-repeat 0px 0px;}
.icon_user_pwd {padding-left:23px; background:url(../images/user_pwd.gif) no-repeat 0px 0px;}
.icon_user_17renta {padding-left:23px; background:url(../images/user_17renta.gif) no-repeat 0px 0px;}

.icon_user_news {padding-left:23px; background:url(../images/user_news.gif) no-repeat 0px 0px;}
.icon_user_task {padding-left:23px; background:url(../images/user_task.gif) no-repeat 0px 0px;}
.icon_user_blog {padding-left:23px; background:url(../images/user_blog.gif) no-repeat 0px 0px;}


/*会员中心右侧*/
.friend_content {float:left; margin-left:10px; margin-top:10px; width:80px; text-align:center; display:inline;}

.msg_list {font-size:12px;}
.msg_list ul {margin-top:15px; margin-left:15px;}
.msg_list ul li {float:left; width:150px; height:24px;}

.uc_fresh_tag {background:url(../images/userCenter_r2_c2.gif) repeat-x bottom;}
	.uc_fresh_tag01 {float:left; margin-left:2px; padding:0 10px; height:26px; border:1px solid #d5d5d5; background-color:#f5f5f5; font-size:12px; color:#006BAE; line-height:26px;}
	.uc_fresh_tag01a {float:left; margin-left:2px; padding:0 10px; height:26px; border:1px solid #d5d5d5; border-bottom:1px solid #ffffff; background-color:#FFFFFF; font-size:12px; font-weight:bold; color:#454545; line-height:26px;}
.uc_fresh_content {font-size:12px;}
.uc_fresh_content ul {margin-top:8px;}
.uc_fresh_content ul li {height:28px; padding-left:5px; border-bottom:1px dashed #dddddd; line-height:28px;}


.ucTitle {font-size:14px; font-weight:bold; color:#000000;}

.ucMainTag {float:left; margin-left:5px; padding:0px 10px; background-color:#FFFFFF; height:26px; font-size:12px; text-align:center; line-height:26px; border-top:1px solid #BAD9F5; border-right:1px solid #BAD9F5; border-left:1px solid #BAD9F5;}
	.ucMainTag a:link,.ucMainTag a:visited,.ucMainTag a:hover {font-size:12px;}
.ucMainTaga {float:left; margin-left:5px; padding:0px 10px; height:26px; font-size:12px; text-align:center; line-height:26px; background-color:#D9EEFF; border-top:1px solid #BAD9F5; border-right:1px solid #BAD9F5; border-left:1px solid #BAD9F5;}
	.ucMainTaga a:link,.ucMainTaga a:visited,.ucMainTaga a:hover {font-size:12px; font-weight:bold; color:#006BAE;}
.ucMainTagSpa {float:left; margin-left:5px; padding:0px 10px; height:26px; line-height:26px;}
	.ucMainTagSpa a:link,.ucMainTagSpa a:visited,.ucMainTagSpa a:hover {font-size:12px; color:#666666; text-decoration:underline;}

.ucMainBorder {border-top:1px solid #BAD9F5;}
.ucMainTable {font-size:12px;}
.ucMainTable tr th {height:25px; background-color:#f5f5f5; border-top:1px solid #ffffff; border-bottom:1px solid #dddddd;}
.ucMainTable tr td {height:30px; border-bottom:1px dashed #cccccc;}
.ucMainTable a:link,.ucMainTable a:visited {color:#0065B3; text-decoration:underline;}
.ucMainTable a:hover {color:#000000; text-decoration:none;}

/*我的好友*/
.friend-box {float:left; margin-left:15px; margin-top:15px; width:80px; height:120px; line-height:20px;}

/*服务频道CSS*/
/*企业服务*/
.ser_banner {margin:10px auto 0 auto; width:950px; height:200px;}

.ser_flow {width:100%; height:135px; background-color:#f5f5f5;}
	.ser_flow_con {margin-left:5px; width:625px; height:100px; background-color:#ffffff; text-align:center;}
	.ser_flow_h2 {font-size:14px; font-weight:bold; color:#D02200;}
	.ser_flow_con_text {line-height:180%;}

.ser_scope {width:100%; height:515px; background-color:#f5f5f5;}
	.ser_scope_con {margin-left:5px; width:625px; height:480px; background-color:#ffffff;}
	.ser_scope_con_box { float:left; margin-top:23px; margin-left:25px; width:275px; height:90px; border-bottom:1px dashed #d5d5d5; display:inline;}
		.ser_scope_h2 {height:24px; font-size:16px; font-weight:bold; color:#D02200;}
		.ser_scope_text {line-height:150%;}
