@charset "utf-8";
/*************************************
*
* 文件名称：common.css
* 创建日期：2007-8-13
* 制 造 者：胡苹
* 内容概要：存放通用布局、公共字体、颜色、输入框、按钮等样式
*
*************************************/
*{
margin:0;
padding:0;
color:#373B3E;
font:11px normal;
font-family:"verdana";
line-height:180%;
}

body{
background:#ffffff;
}

a{text-decoration:none;}

a:hover{
text-decoration:underline;
}



.clear{clear:both;}

li{list-style-type:none;}

.f_clear:after {
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}
.f_clear {
display: inline-table;
}
/* ie此段即可 \*/
* html .f_clear {
height: 1%; 
}
.f_clear {
display: block;
}

a.a1:link {text-decoration:none;color:#fff;font-family:"verdana";font-size:12px;font-weight: bold;}
a.a1:visited {text-decoration:none;color:#fff;font-family:"verdana";font-size:12px;font-weight: bold;}
a.a1:hover {text-decoration:none;color:#fff;font-family:"verdana";font-size:12px;font-weight: bold;}

#index #main{
margin:0 auto;
width:880px;
background:#fff;
}

#ny #main{
margin:0 auto;
width:880px;
background:#fff;
}

#bottom{
	border-top:1px solid #DFDFDF;
	padding-top:5px;
}

.left_title{
	border-bottom:1px solid #CACACA;
	color:#025BAB;
	font-size:14px;
	font-weight:bold;
	height:23px;
	line-height:130%;
	padding-top:6px;
	padding-left:3px;
}

.left1_menu ul{
	margin:0 auto;
	width:135px;
}

.left1_menu li a{
height:auto!important; 
height:25px; 
min-height:25px;
background:url(/images/mine/dot3.jpg) 3px 8px no-repeat;
font-size:12px;
color:#252525;
line-height:130%;
list-style:none;
padding-left:14px;
padding-top:3px;
display:block;
font-weight:normal;
}

.left1_menu li a:hover{
	color:#f00;
	text-decoration:underline;
}

.left1_menucp ul{
	margin-left:0;
	width:175px;
}

.left1_menucp li a{
height:auto!important; 
height:25px; 
min-height:25px;
background:url(/images/mine/dot3.jpg) 3px 8px no-repeat;
font-size:12px;
color:#252525;
line-height:130%;
list-style:none;
padding-left:17px;
padding-top:3px;
display:block;
font-weight:normal;
}

.left1_menucp li a:hover{
	color:#f00;
	text-decoration:underline;
}

.content_title{
	color:#025BAB;
	font-size:14px;
	font-weight:bold;
	height:33px;
	line-height:130%;
	padding-top:11px;
}

.btnt1{
	background:#666666;
	padding:0 2px;
	height:20px;
	border:#333333 solid 1px;
	cursor:pointer;
	margin:0px 5px;
	color:#ffffff;
	line-height:130%;
}

