﻿@charset "utf-8";
/* CSS Document */

/*--------组织机构----------*/

.map {
margin:50px 20px;	
}

.map_title1 {
width:130px;
color:#009;
font-weight:bold;
font-size:13px;
float:left;
}

.map_title2 {
width:620px;
margin:0 0 20px 0;
font-size:13px;
float:left;
}

.map_title2 a {
display:block;
line-height:28px;
text-decoration:none;
color:#000;
width:295px;
float:left;
padding:0 5px 0 10px;
background:url(../images/icon_li.jpg) no-repeat left; 
}

.map_title2 a:hover {
color:#009;	
}

.form1_table {
	margin:20px;
	padding:20px 0 0 0;	
}

table{

}
td{
	
}

table.t1{
    width:100%;
	margin:10px 0;
	font-size:14px;
	empty-cells:show; 
	border-collapse:collapse;
    line-height:24px;	
	background:#F2F2FF;
	border:1px solid #77a7bd;
	overflow-y:auto;
}

table.t1 a {
	color:#000;
	text-decoration:none;
}

table.t1 a:hover {
	color:#009;
}

table.t1 th {
	text-align:center;
}

table.t1 td {
	height:24px;
}

table.t1 td,table.t1 th{
	border:1px solid #77a7bd;
	
	padding:5px 1em 5px;
}

table.t1 tr{
	text-align:left;
} 

