/* Body样式 */
body {
	margin:0px;
	padding:0px;
	background-color: #D2FBA6;
	font-family:"宋体";
	font-size:12px;
}
/* 整体区域 */
#big{ 
	width:950px;
	margin:0px auto;
	background-color:#43A60E; 
}
img {
	border:0px;
}

.wheretext{ font-size:13px; color:#009933; text-decoration:none;}

/* 日期样式 */
.datestyle{
	font-size:12px;
	color:#93AA28;
}
/* 视频播报--视频标题文字样式 */
.title{ 
	font-size:12px; 
	color:#187502; 
	text-decoration:none; 
	text-align:center;
}
/* 新闻列表样式 */
.NewsList{
	font-size:12px; 
	text-decoration:none;
	color:#000000;
}
.NewsList:hover{
	font-size:12px; 
	text-decoration:none; 
	color:#FF6600;
}
/* 日期样式 */
.datestyle{
	font-size:12px;
	color:#93AA28;
}
/* 位置导航 */
.wheretext{ 
	font-size:13px; 
	color:#009933; 
	text-decoration:none;
}
#top {
	width:950px;
	height:204px;
	float:left;
}

/*搜索区域背景样式*/
#search {
	width:950px;
	height:29px;
	float:left;
	background-image:url(search_bg.gif);
	background-repeat:repeat-x;
	overflow: hidden;
}
/*搜索小图标样式*/
#searchico {
	width:40px;
	height:29px;
	float:left;
	padding-left:20px;
	display:inline;
}
/* 站内搜索文字 */
#searchtext {
	width:75px;
	height:24px;
	float:left;
	padding-top:5px;
	padding-left:5px;
	font-size:14px; 
	font-family:Arial; 
	color:#FFFFFF; 
	font-weight:bold;
}
/* 站内搜索输入框 */
#searcharea {
	width:600px;
	height:29px;
	float:left;
}
/* 日期显示 */
#data {
	width:150px; 
	height:22px;
	float:left;
	padding-top:7px;
	font-size:12px; 
	font-family:Arial; 
	color:#005631;
}
/*页面主内容区域样式*/
#main {
	width:950px;
	height:auto;
	float:left;
	background-color:#286752;
}
/*白底色区域样式*/
#content {
	width:920px;
	height:auto;
	float:left;
	margin:9px;
	padding:6px;
	display:inline;
	background-color:#FFFFFF;
}

/*左部主内容区域样式*/
.left {
	width:302px;
	float:left;
	margin-right:4px;
	display:inline;
}
/*flash幻灯片区域样式*/
.flash {
	 width:298px; 
	 height:230px;
	 background:#8CC155;
	 border:2px solid #8CC155;  
}
/*通知公告、文件通知区域样式*/
.tzgg {
	width:301px;
	float:left;
	margin-top:4px;
	display:inline;
}
.tzgg_top {
	width:301px;
	height:30px;
	float:left;
	background:url(lanmu2_top.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.tzgg_con {
	width:291px;
	height:217px; 
	float:left;
	border:1px solid #55AB2E;
	padding:4px;
}

/*图片区域样式*/
.pic {
	width:302px;
	float:left;
	margin-top:4px;
	display:inline;
}

/*右部主内容区域样式*/
.right {
	width:614px;
	float:left;
}
/*位置导航区域样式*/
.position {
	width:614px;
	height:40px;
	float:left;
	color:#009933;
}
.position_icon {
	width:25px;
	float:left;
	margin-left:10px;
	display:inline;
}
.position_con {
	width:450px;
	height:28px;
	float:left;
	background:url(where.gif) no-repeat 0px 0px;
	padding-left:129px;
	padding-top:12px;
}

/*国内、基层、区内植保动态等区域样式*/
.news {
	width:614px;
	float:left;
	margin-top:4px;
	display:inline;
}
.news_top {
	width:614px;
	height:40px;
	float:left;
	background:url(newstopbg.gif) no-repeat;
}
.news_title {
	width:133px;
	height:26px;
	float:left;
	margin-left:13px;
	margin-top:9px;
	display:inline;
	font-size:14px;
	font-weight:bold;
	color:#ff9900;
}
.news_more {
	width:38px;
	height:6px;
	float:left;
	margin-left:370px;
	margin-top:18px;
	display:inline;
}
.news_con {
	width:604px;
	height:200px;
	float:left;
	border:1px solid #95D982;
	border-top:0px;
	padding:4px;
	line-height:16px;
}
/*图片新闻内容区域样式*/
.picnews_con {
	width:604px;
	height:120px;
	float:left;
	border:1px solid #95D982;
	border-top:0px;
	padding:4px;
}

/*页面尾部区域样式*/
#footer {
	width:950px;
	height:137px;
	float:left;
}


