@charset "utf-8";
/* CSS Document */

/*栏目标题*/
.title{
 font:Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;}

/*新闻列表*/
.newslist {
font-size:12px;
line-height:25px;
color:#666666;}

.newslist a:hover {
	color: #FF0000;
	text-decoration:underline;}

.newslist a:link,a:active,a:visited{
	color:#666666;
	text-decoration: none;}
	
	
/*更多*/
.more {
	font-size:12px;
	line-height:25px;
	color:#666666;
	margin-right:10px;
	text-align: right;
}

.more a:hover {
	color: #FF0000;
	text-decoration:underline;}

.more a:link,a:active,a:visited{
	color:#666666;
	text-decoration: none;}


/*基金专家专栏--姓名*/
.mavin{
font-size:14px;
font-weight:bold;
color:#000000;
}

/*基金专家专栏--公司名称*/
.company {
	font-size:12px;
	color:#666666;
}

/*基金专家专栏-所有专家*/
.all_mavin {
	font-size:12px;
	color:#666666;
	line-height: 20px;
}


/*专家顾问团成员-公司名称*/
.mavin_company {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	line-height: 20px;
}

/*专家顾问团成员-公司简介、产品线、费率*/
.mavin_other {
	font-size:12px;
	color:#333333;
}


/*翻页*/
.mavin_page{
	font-size:12px;
	color: #666666;
	text-align: right;
}
.mavin_page a:hover {
	color: #FF0000;
	text-decoration:underline;}

.mavin_page a:link,a:active,a:visited{
	color:#666666;
	text-decoration: none;}
	

/*表格-基金专家专栏*/
.form_title {
	padding:0px 10px;
	margin:10px 0px;
	width:617px;
	border:1px solid #d4d4d4;
	background-color:#e2f4ff;
	height:25px;
}

/*表格-基金专家专栏-所有专家*/
#form_all_mavin {
	padding:0px 10px;
	margin:10px 0px;
	width:601px;
	border:1px solid #d4d4d4;
	background-color:#ffffdb;
}


/*表格-专家顾问团成员*/
.form_mavin {
	margin:10px 0px;
	width:617px;
	height:80px;
	border-bottom:1px solid #d4d4d4;
}



/*12像素-粗体-#323232*/
.12px_bold_323232 {
font-size:12px;
font-weight:bold;
color:#323232;
}

/*12像素_#0200cf*/
.12px_0200cf{
font-size:12px;
color:#0200cf;}

/*12像素-#666666*/
.12px_666666 {
font-size:12px;
color:#666666;
line-height:20px;
}
.12px_666666 a:hover {
	color: #FF0000;
	text-decoration:underline;}

.12px_666666 a:link,a:active,a:visited{
	color:#666666;
	text-decoration: none;}

/*14像素-粗体-#000000*/
.14px_bold_000000 {
font-size:14px;
font-weight:bold;
color:#000000;
text-decoration: none;}

.14px_bold_000000 a:hover {
	color: #000000;
	text-decoration:underline;}

.14px_bold_000000 a:link,a:active,a:visited{
	color:#000000;
	text-decoration: none;}



/*基金专家专栏-列表*/
.fund_mnavin_table_bg {
	line-height:30px;
	background-image: url(images/fund_mavin_table_bg.jpg);
	text-indent: 20px;
}

/*表格-基金专家专栏-专家顾问团成员*/
.form_mavin_list {
	margin:10px 0px;
	width:617px;
	line-height:50px;
	border-bottom:1px solid #d4d4d4;
}







