@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	font-size:12px;
	line-height:22px;
	color:#000;
	background:url(../images/bg.jpg) center repeat-y;
	background-color:#828D93;
}
ul, li {
	list-style-type:none;
}
img {
	border:0px;
}
.clear {
	clear:both;
}
a {
	color:#000;
	text-decoration: none;
}
/*header*/
#header {
	width:820px;
	height:120px;
	margin:0 auto;
}
.logo {
	width:378px;
	height:78px;
	margin-top:25px;
	float:left;
}
.logo_r {
	margin:0;
	float:right;
}
/*nav*/
#nav {
	width:820px;
	height:40px;
	margin:0 auto;
}
/*banner*/
#banner {
	width:820px;
	margin:0 auto;
}
/*index_main*/
#index_main {
	width:820px;
	margin:0 auto;
	padding:15px 0;
}
.index_left {
	width:250px;
	float:left;
	padding-right:35px;
}
.index_center {
	width:250px;
	float:left;
	padding-right:35px;
}
.index_right {
	width:250px;
	float:left;
}
/*main*/
#main {
	width:820px;
	margin:0 auto;
}
/*left*/
#left {
	width:230px;
	float:left;
}
#left_nav li {
	margin:1px 8px;
	text-align:center;
	width:180px;
	/*height:30px;*/
	background:url(../images/left_nav_li_bg.jpg) no-repeat;
}
#left_nav li a {
	width:180px;
	height:25px;
	line-height:25px;
}
#left_nav li a:hover {
	width:180px;
	height:25px;
	line-height:25px;
	background:url(../images/left_nav_li_bg_hover.jpg);
	display:block;
}
.left_nav_top {
	width:210px;
	background:url(../images/left_nav_bg.jpg) no-repeat;
}
.left_nav_bottom {
	width:210px;
	height:15px;
	background:url(../images/left_nav_bottom.jpg) no-repeat;
}
.left_nav_title {
	margin-top:20px;
	padding-left:15px;
	height:35px;
	background:url(../images/left_nav_title_bg.jpg) no-repeat;
	color:#587891;
	font-size:14px;
	font-weight:bold;
}
.left_nav_title a {
	color:#587891;
	font-size:14px;
	font-weight:bold;
}
/*right*/
#right {
	width:590px;
	float:left;
}
/*footer*/
#footer {
	width:820px;
	height:73px;
	margin:0 auto;
	color: #5E7E97;
}
.copyright {
	color:#000;
	margin-top:10px;
}
a.footer {
	font-size: 12px;
	color: #5E7E97;
	text-decoration: none;
}
a.footer:hover {
	font-size: 12px;
	color: #5E7E97;
	text-decoration: none;
}
/**/
.title {
	color:#5C7480;
	font-size:16px;
	font-weight:bold;
	margin:10px 0;
}
.title_bg {
	height:30px;
	background:url(../images/title_bg.jpg) repeat;
}
.title_bg span {
	float:right;
	padding-top:10px;
}
.content {
	padding:15px 0;
}
.page {
	margin-top:20px;
	text-align:left;
}
div#qTip {
  padding: 3px;
  border: 1px solid ##91C6F2;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  text-align: left;
  position: absolute;
  z-index: 1000;
}
/*news*/
.news_list {
	margin-top:20px;
}
.news_list span {
	float:left;
	color:#00414E;
	margin:0 10px;
}
.news_list li {
	line-height:25px;/*padding-left:15px;
	background-color:#A1DBE9;*/
}
.news_title {
	margin-top:10px;
	text-align:center;
	font-size:12px;
}
.news_date {
	height:25px;
	line-height:25px;
	margin:10px;
	background-color:#A1DBE9;
	text-align:right;
}
.news_contet {
	min-height:250px;
	height:auto !important;
	height:250px;
	line-height:20px;
	margin:10px;
}
/*papers*/
.papers_list {
	margin-top:20px;
}
.papers_list span {
	float:right;
	color:#00414E;
	margin:0 10px;
}
.papers_list li {
	line-height:25px;
	padding-left:15px;/*background-color:#A1DBE9;*/
}
/*lawyer*/
.lawyer_list {
	width:590px;
	margin:0 auto;
}
.lawyer_list li {
	width:275px;
	padding-right:20px;
	float:left;
}

.lawyer_top {
	width:590px;
	height:25px;
	background:url(../images/lawyer_top.jpg) no-repeat;
}
.lawyer_bg {
	width:590px;
	background:url(../images/lawyer_bg.jpg) repeat-y;
}
.lawyer_bottom {
	width:590px;
	height:15px;
	background:url(../images/lawyer_bottom.jpg) no-repeat;
}

/*dropdown*/
.dropdown {
	float:left;
	text-align:center;
}
.dropdown dt {
	width:100px;
	padding:8px 0;
	font-weight:bold;
	cursor:pointer;
}
dt, dd {
	margin:0;
	padding:0;
	font-size:12px;
}
.dropdown dt:hover {
}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:100px;
	display:none;
	z-index:200;
	opacity:0;
	margin-top:-5px;
}
.dropdown ul {
	width:100px;
	margin:2px 0;
	padding:0;
	list-style:none;
	border-top:none;
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:2px 0;
	/*background-color:#dcdddd;*/
	background-color:#c6dce6;
	color:#000;
	text-decoration:none;
	width:100px;
	overflow:hidden;
	filter:alpha(opacity=85);
}
.dropdown a:hover {
	/*background-color:#dcdddd;*/
	background-color:#c6dce6;
	color:#000;
	filter:alpha(opacity=85);
}
.dropdown .underline {
	border-bottom:#999 solid 1px;
}
