@charset "gb2312";
/* CSS Document */
/*内容主体*/
.main {
	width: 1100px;
 *width:1060px;
	padding: 0 20px 20px;
	margin: 20px auto;
	background-color: #fcfcfa;
}
/*当前位置*/
.position {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 13px;
}
/*当前栏目*/
.present {
	width: 100%;
	min-height: 35px;
	margin-bottom: 20px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #3d3d3d;
	text-indent: 20px;
	background-color: #dcdcdd;
}
/*子栏目*/
.sub{
	background:#fff;
	font-size:15px;
	overflow:hidden;
}
.sub ul{
	margin-left:-2px;}
.sub li{
	float:left;
	min-width:100px;
	text-align:left;
	padding-left:8px;
	padding-right:8px;
	text-indent:0;
	background:url(yqlj_03.jpg) no-repeat left 11px;
}
.c_list{
font-size:15px; 
font-weight:bold;
color:#3d3d3d;
}
.c_list:hover{
font-size:15px; 
font-weight:bold;
color:#3d3d3d;
}
.c_list_on{
font-size:15px; 
font-weight:bold;
color:#F00 !important;
}
.c_list_on:hover{
font-size:15px; 
font-weight:bold;
color:#F00 !important;
}
/*标题链接*/
.titleList {
	width: 100%;
	min-height: 400px;
	height: auto !important;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	padding-bottom: 20px;
}
.titleList li {
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.titleList li span {
	font-size: 15px;
	color: #666;
}
.titleList li .header {
	padding: 0 10px 0 20px;
}
.titleList li .header img {
	position: relative;
	top: -3px;
}
.titleList li a {
	padding-right: 25px;
}
