﻿/* 子页通用(Gen)布局 */
#sub_left_main
{
	float: left;
	width: 183px;
	margin-top: 5px;
}
#sub_right_main
{
	float: right;
	width:770px;
	margin-top: 5px;
}

.sub_r2_left /* 右侧二栏式布局 */
{
	float: left;
	width: 49.5%;
}
.sub_r2_right
{
	float: right;
	width: 49%;
}
.sub_r_all /* 右侧一栏式布局 */
{
	clear: both;
}


/* 通用(Gen)部份 */
.Gen_main_box{}/* 主要绿通用盒 */
.Gen_main_box dt
{
	background: url(images/genlist_title_r.gif) no-repeat top right;
	height: 32px;
	text-align: right;
	padding-right: 20px;
}
.Gen_main_box dt a
{
	color: #fff;
	line-height:32px;
}
.Gen_main_box dt span
{
	float: left;
	height: 32px;
	background: url(images/genlist_title_l.gif) no-repeat top left;
	padding-left: 42px;
}
.Gen_main_box dd
{
	border-left: #789094 1px solid;
	border-right: #789094 1px solid;
	border-bottom: #789094 1px solid;
}

.Gen_main_list /* 主要绿列表 */
{
	padding: 8px 0;
	min-height: 241px;
}
.Gen_main_list li
{
	background: url(images/main_lite_icon1.gif) no-repeat  12px 9px;
	padding: 0px 18px 0px 26px;
	text-align: right;
	overflow:hidden;
}
.Gen_main_list span
{
	float: left;
}
.Gen_main_list a
{
	padding-top: 6px;
}
.Gen_main_list .spacolor
{
	background-color:#e7eff0;
}

.Gen_left_box /* 左边橙通用盒 */
{
	width: 182px;
}
.Gen_left_box dt
{
	background: #e95d11 url(images/main_l_titlebg.gif) no-repeat center top;
	height: 32px;
	width: auto;
	text-align: center;
	overflow: hidden;
}
.Gen_left_box dt img
{
	border: 0px;
}
.Gen_left_box dd
{
	border-left: #778f93 1px solid;
	border-right: #778f93 1px solid;
	border-bottom: #778f93 1px solid;
}

.Gen_sub_box /* 子页绿通用盒 */
{
	border: #80969a 1px solid;
	padding: 1px;
	margin-bottom: 5px;
}
.Gen_sub_box dt
{
	background: url(images/serv_titlebg.gif) no-repeat right;
	height: 30px;
	text-align: right;
	padding-right: 20px;
}
.Gen_sub_box dt span
{
	float: left;
	height: 24px;
	min-width:200px;
	background: url(images/serv_titleicon.gif) no-repeat 15px 0;
	padding-left: 50px;
	text-align: left;
	font-size: 14px;
	padding-top: 6px;
	font-weight: bold;
	color: #fff;
}
.Gen_sub_box dt a
{
	line-height:30px;
	color: #fff;
}


/* 列表布局 */

.sub_list4 /* 列表四栏式布局 */
{
	height:auto!important;
	height:100px;
	min-height: 100px;
}
.sub_list4 li /* 列表四栏式布局 */
{
	float: left;
	width: 147px;
	overflow: hidden;
	height: 25px;
}