﻿@charset "utf-8";
/* 机构设置 */

#header #header_title{
	background: url('images/department_header.gif') no-repeat;
}

#page_content{
	padding: 25px 0px;
}

#content_left{
	width:200px;
	padding:0px 6px;
}

#content_right{
	width:672px;
}

#department_list ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

#department_list ul li{
	background:#f7f7f7 url('images/double_arrow_icon_small.gif') no-repeat 7px center;
	border-bottom:1px solid #e5e5e5;
	line-height:33px;
	padding-left:20px;
	cursor:pointer;
}

#department_list ul li a{
	font-family:"宋体";
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
#department_list ul li a:visited{
	font-family:"宋体";
	font-size:12px;
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}

#department_list ul li a:hover{
	text-decoration:underline;
}

#department_list ul li.dep_item_selected_down{
	background: #d4796f url('images/double_arrow_icon_down_white.gif') no-repeat 7px center;
}

#department_list ul li.dep_item_selected_down a{
	color:#ffffff;
}

#department_list ul li.dep_item_selected_expand{
	background:#f1f3e1 url('images/green_gradient_content_bg.gif') repeat-x 0px -5px;
	padding:0px;
}

#department_list ul li.dep_item_selected{
	background: #d4796f url('images/double_arrow_icon_white.gif') no-repeat 7px center;
}

#department_list ul li.dep_item_selected a{
	color:#ffffff;
}

#sub_department_list ul{
	padding:0px;
	margin:5px 11px;
	list-style:none;
	border:1px solid #999999;
}

#sub_department_list ul li{
	background: transparent url('images/rectangle_icon_gray.gif') no-repeat 145px center;
	line-height:22px;
	border:none;
	cursor:auto;
}

#sub_department_list ul li.sub_dep_item_selected{
	background-image: url('images/rectangle_icon_pink.gif');
}

#sub_department_list ul li.sub_dep_item_selected a, a:visited{
	color:#000000;
}

#department_periodical_panel{
	margin-top:25px;
}

#department_periodical_panel ul{
	list-style:none;
	margin:0px;
	padding:10px;
}

#department_periodical_panel ul li{
	height:20px;
}

#department_periodical_panel ul li a,a:visited{
	color:#666666;
	text-decoration:none;
}

#department_periodical_panel ul li a:hover{
	color:#333333;
	text-decoration:underline;
}

#department_content_header{
	background: transparent url('images/rectangle_icon.gif') no-repeat 7px center;
	padding-left:20px;
}

div.gray_gradient_header{
	background: url('images/gray_gradient_half.gif') repeat-y;
	font-size:14px;
	font-family:"黑体";
	line-height:20px;
	font-weight:bold;
	color:#333333;
	padding-left:5px;
	margin-top:16px;
}

#department_desc_panel{
	padding-top:5px;
	line-height:150%;
}

#department_desc_panel p{
	margin:0px;
	padding-bottom:10px;
}

#department_desc_panel ul{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
}

#department_desc_footer{
	height:11px;
}

#consultant_desc_panel{
	padding:25px 0px;
}

#consultant_desc_panel th{
	font-weight:normal;
	color:#555555;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}

#consultant_desc_panel td{
	color:#333333;
	vertical-align:top;
}

#consultant_desc_panel td a,a:visited{
	color:#333333;
	text-decoration:none;
}

#consultant_desc_panel td a:hover{
	text-decoration:underline;
}

#department_cat_footer{
	height:27px;
}
