﻿@charset "utf-8";
/* CSS Document */
/* ---------------------基本类------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
}
img{ border:0px;}

div,ul,li{padding:0px; margin:0px; list-style:none;}
td,select,txtarea{
	font-family: Tohoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:180%;
}
/* --------------------默认链接式样-------------------------- */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;

}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
/* ----------------------表单控件样式类----------------------- */
input{
	height:18px;
	line-height:18px;
	border: 1px solid #CCCCCC;
}
/* -------边框类--------- */
.LineSoild {
	border: 1px solid #D4D4D4;
}
/* -------------------------控制类--------------------------------------- */
/* 单元格内文本缩进6PX*/
.FntIndent6 {
	text-indent: 6px;
}
/* 表单间距为0*/
.Margin0
{
	margin: 0px;
}

/* --------------------------字体定制类------------------ */
.TxtBlue {
	color: #0066A6;
}
.TxtRed {
	color: #FF6600;
}
.TxtOrange {
	color: #FF6600;
}
.TxtWhite {
	color: #FFFFFF;
}
.TxtWhiteBold {
	font-weight: bold;
	color: #FFFFFF;
}
.TxtZiseBold{
    font-weight:bold;
	color:#A52783;
}
.TxtDeepGreen {
	color: #004B3E;
}
.TxtBlue {
	color: #1053B5;
}
.TxtBlueBold {
	font-weight: bold;
	color: #1053B5;
}
.TXTBlackBold {
	color: #000000;
	font-weight:bold;
}
/* 14Px加粗黑字 */
.TxtBlack14B {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
/* ------------------------时间和日期类------------------------ */
.DateAndTime {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
/* --------------------------辅助类-------------------------- */
/* 白色下划线 */
.LineDottedWhite {
	BORDER-bottom: #FFFFFF 1px dotted;
	line-height:150%;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
/* 灰色下划线 */
.LineDottedGray {
	BORDER-bottom: #CCCCCC 1px dotted;
	line-height:150%;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

/* ------------------------伪类------------------------ */
/* 白色链接 */
#LinkWhite {
	text-decoration:none;
	color: #FFFFFF;
}
#LinkWhite a:link {text-decoration: none;color: #FFFFFF;}
#LinkWhite a:visited {text-decoration: none;color: #FFFFFF;}
#LinkWhite a:hover {
	text-decoration: underline;
	color:#FFCC00;
}
#LinkWhite a:active {text-decoration: none;color: #ffffff;}

/* 橙红链接 */
#LinkOrange {text-decoration: none;color: #FF9900;}
#LinkOrange a:link {text-decoration: none;color: #FF9900;}
#LinkOrange a:visited {text-decoration: none;color: #FF9900;}
#LinkOrange a:hover {text-decoration: none;color: #FF6600;}
#LinkOrange a:active {text-decoration: none;color: #FF6600;}

/* 绿色链接 */
#LinkGreen {text-decoration: none;color: #009900;font-weight: bold}
#LinkGreen a:link {text-decoration: none;color: #009933;}
#LinkGreen a:visited {text-decoration: none;color: #009933;}
#LinkGreen a:hover {text-decoration: none;color: #FF6600;}
#LinkGreen a:active {text-decoration: none;color: #009933;}
.blank5{height:5px; width:100%; font-size:0jpx; overflow:hidden;}
.ell{white-space:nowrap;text-overflow:ellipsis; overflow:hidden;}

ul li{
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:8px;
	display:block;
	white-space:nowrap;text-overflow:ellipsis; overflow:hidden;
}
.NoInfo{color:#BD2433; text-align:center;}

.expert{width:735px; height:130px; margin-left:auto; margin-right:auto;overflow:hidden;}
.expert .Box{ width:147px; height:130px;overflow:hidden;float:left;}
.expert .Box .Pic{ margin-left:auto; margin-right:auto;width:147px; height:100px; text-align:center; overflow:hidden;}
.expert .Box .Pic img{border:solid 1px #ABABAB;}
.expert .Box .Name{ margin-left:auto; margin-right:auto;width:147px; height:30px; line-height:30px; text-align:center; overflow:hidden;}
.clear{clear:both; font-size:0px; width:auto; height:0px; overflow:hidden;}

.contents{text-align:justify;}
.contents img{margin:3px;}
.area{width:756px; margin-left:auto; margin-right:auto; overflow:hidden;}
.area .linkTitle{width:100%; padding-left:10px;white-space:normal; line-height:25px; height:25px; font-weight:bold; font-size:14px; background-color:#996699; color:#FFFFFF; text-align:center;}
.area .links{width:auto; margin-left:10px; height:30px; line-height:30px;white-space:normal; float:left; font-size:12px;}