﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,p{ padding: 0; margin: 0; }
ul { list-style:none;}
input[type=submit],[type=reset],[type=button],[type=checkbox]{
	cursor: pointer;
	box-sizing: border-box;
}
*{padding:0; margin:0;}
textarea{resize:none} 
img { border:0px;}
body{
	margin:0 auto;
	font-size:12px;
	text-align: left;
	font-family: Verdana;
	background-color:#FFF;

}
/*========基本表格设置：在没有具体规定的情况下适用=*/
td{
	font-family: Verdana;
	text-decoration: none;
}
/*==========链接基本样式：在没有具体规定的情况下适用=*/
a{
	text-decoration: none;outline: none;blr:expression(this.onFocus=this.blur());
	color:#333;
}
a:hover{
	color: #009146;
	text-decoration: none
}

/*===========边栏设定=*/
#sidearea{
	MARGIN:0 0 0 0px;
	overflow: hidden;
	}
/*===========边栏信息=*/
.sidearea_box{ margin:20px 0 20px 0;}
.sidearea_box h2 {
	height:36px;
	background-color: #FFF;
	border: 1px solid #e0e0e0;
}
.sidearea_box h2 span {
	font-family:"Microsoft YaHei";
	height:36px;
	font-size:14px;
	padding:0 0 0 20px;
	line-height:36px;
	font-weight: normal;
	color: #333;
	}
.sidearea_box_con {
	padding:15px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
}
.sidearea_box_con ul { margin-top:0px;}
.sidearea_box_con ul li {
	line-height:25px;
	height:25px;
	padding:0;
	overflow: hidden;/*===========根据宽度显示字数=*/
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*==========祝福留言样式=*/
#zf_list{
	margin:20px 0 0 0;
	padding:0px;
	border-top-width:1px;
	border-top-style: solid;
	border-top-color: #069;
}
#zf_list ul li{
	padding-left:0px;
	line-height:2.8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size:14px;
}
#zf_list ul li span {
	float: right;
	color:#666;
	width:150px;
	text-align: left;
}
#zf_list dl {
	padding:10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dcdcdc;
}
#zf_list dl dt {
	height:22px;
	overflow:hidden;
	padding-left:0px;
	color: #009146;
	font-weight: bold;
}
#zf_list dl dt a { color:#666;}
#zf_list dl dd { color: #333; padding-left:0px; line-height:1.8;}
#zf_list dl dd span{ color: #666; font-size:12px;line-height:2.1; }
#detail_c{
	OVERFLOW: hidden;
	HEIGHT: 15px;
	display:none;
}
/*--------------------------------------------------------------------------------【分页样式】*/
#view_page{
	TEXT-ALIGN: center;
	font-size: 12px;
	padding:40px 0 5px 0;
}
a.LnkPgPl{
	font-size:12px;
	margin:1px;
	line-height: 26px;
	padding: 8px;
	height:26px;
	background-color:#F5F5F5;
}
a:hover.LnkPgPl{
	color:#fff;text-decoration: none;background-color:#009146;
}
.LnkPgPR {
	font-size:12px;
	line-height: 26px;
	margin:1px;
	padding: 8px;
	height:26px;
	color:#fff;
	background-color:#009146;
}
a:hover.LnkPgPR {
	color:#fff;
	text-decoration: none;
}
a.LnkPN{
	font-size:12px;
	margin:1px;
	line-height: 26px;
	padding: 8px;
	height:26px;background-color:#F5F5F5;
}
a:hover.LnkPN{
	color:#fff;
	text-decoration: none;background-color:#009146;
}