/* CSS Document */
/*===============页面主要样式==============*/

/*-------------------上，下，左，右间距------------------------*/


/*=========================内页列表样式==================================*/
/*========左边样式========*/
.list_left {
	width:189px;
	font-size:14px;
	color:#333;
	margin:0 auto;
}
.list_left ul {
	padding:0;
	margin:0;
	list-style-type:none;
	
}
.list_left li {
	line-height:36px;
	background-image:url(../images/icon_list.gif);
	background-repeat:no-repeat;
	background-position: 8px center;
	border-bottom:1px #ccc solid;
	border-top:1px #fff solid;
	text-indent:30px;
}
.list_left li a{
	color:#333333;
	text-decoration:none;
}
.list_left li a:hover{
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}
.dh_icon {
	background-image:url(../images/dh_icon.gif);
	background-repeat:no-repeat;
	background-position:8px center;
	line-height:30px;
	font-size:12px;
	text-indent:30px;
}
.dh_icon_bg {
	width:100%;
	background-image:url(../images/dh_icon_bg.jpg);
	background-repeat:repeat-x;
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.dh_icon_bg td {
	text-indent:30px;
}

/*======================列表右边主管单位样式===========================*/
.list_border_r {
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	background-color:#f5f5f5;
}
.list_r_menu {
	background-image:url(../images/list_r_menu.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#2c7cb1;
	font-weight:bold;
	line-height:30px;
	text-indent:30px;
	width:128px;
	margin:0 auto;
}

/*======================字体=====================*/
.red_font {
	font-size:12px;
	font-weight:bold;
	color:#990000;
}
.font_height {
	line-height:18px;
}
/*====================正文字体========================*/
.text_font {
	font-size:14px;
	color:#333333;
	line-height:24px;
}
