﻿/**********************网页整体风格，取消上部空白******************************/
.body_bg {
	margin-top:0;
	background-color: rgb(241, 248, 250);
}
/*********************网页横幅DIV的大小************************/
.banner {
	height: 200px;
	width: 777px;
	}

/********************网页主体DIV的大小************************/
.content {
	width: 777px;
	background:#ffffff url(../image/nav-faux-col.gif) repeat-y left top;
}
/********************网页底部DIV的样式（大小，背景图等）************************/
.botttom {
	height:39px;
	width: 777px;
	clear:both;
	text-align: center;
	vertical-align: bottom;
	color:#4D4D4D; 
	background:#F0FFF0 none repeat scroll 0 0;
	border-top:1px solid #8FBC8F;
}

/******************网页左部导航DIV的大小等************************/
.content_left {
	width: 188px;
	margin:0;
	float:left;
	}
/******************网页正文DIV的样式************************/
.content_right {
	width: 572px;
	float:right;
	border-right-color: #EAF9DA;
	border-right-width: 1px;
	border-top-width: 1pt;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	}
/******************网页头部导航DIV的样式************************/	
.Nav {
	height: 71px;
	width: 777px;
	padding-top:0px;
	background-color: #FFFFFF;
}
/******************横幅与主体分割DIV的样式****************/
.compart {
	height: 26px;
	width: 777px;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
/***************************网站中用到的字体*********************************/
/*左边导航条用到的字体*/
.font_nevleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #414141;
	text-align:left;
	padding-left:5px;
}
/*网页正文用到的字体*/
.font_artical {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #414141;
	text-indent: 25px;
	line-height: 14pt;
}

.font_artical_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #414141;
	text-indent: 25px;
	line-height: 14pt;
	font-weight: bold;
}
.font_artical_en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #414141;
	line-height: 14pt;
}
/*绿色背景字体*/
.grenbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #99CC00;
}
/*绿色标题字体*/
.unnamed2 {
	font-size: 18px;
	font-weight: bold;
	color: #999966;
	text-decoration: none;
}
/***********链接样式********************/
a:link,a:visited{
	text-decoration:none;
	color: #414141;
	font-size: 9pt;
}
a:hover,a:active{
	color:  #333333;

	
}
/**************新闻控件背景*************/
.grid_bg {
	background-image: url(../news/images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #414141;
}
/***********新闻控件背景日期样式********/
.grid_date{
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #414141;
}
/*************新闻控件链接样式***********/
.page_bg
{
	background-repeat: no-repeat;
	background-position: center;
}
/*************新闻内容显示*****************/
.time{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #990066;
}
/*************视频中心背景****************/
.video{
	background-repeat:no-repeat;
	background-position: left center;
}
/*************联系信息表格样式**********/
.tline{
	border: 1px solid #999999;
}