
/* 全局CSS定义 */
body {font-family:"宋体"; arial;margin:0; padding:0; background: #7b7273;
	  font-size: 12px;line-height: 150%;}
table,td,tr,th{font-size:12px;line-height: 150%;}
form {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}
input,select,textarea  {
	line-height: 190%;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 12px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
	  

/*当前位置链接色----褐色---- */
.location,a.location:link,a.location:visited{color:#723F22;text-decoration: none;}
a.location:hover{color:#000;}

/* 字体类型*/
.font{font-family: "黑体";}
.font-gray{color:#666666;}
.fkey{color:#FF9900;}

/* 字体大小*/
.f12px{font-size:12px;}
.f13px{font-size:13px;font-weight: bold;}
.f14px{font-size:14.7px;}
.f18px{font-size:18px;}

/* 右侧标题不带链接*/
.font-menu{color:#576005;font-weight: bold;text-decoration: none;}/*褐色*/
.time-color{color:#1B4A32;}/*灰色*/

/* 其他属性 */
.b{font-weight: bold;}
.height{line-height: 150%;}

/*特大新闻标题链接（黑色变彩色）----褐色----*/
.BTittle,a.BTittle:link,a.BTittle:visited{color:000;font-family: "黑体";line-height:150%;font-size:18px;text-decoration: none;}
a.BTittle:hover{color:#576005;font-family: "黑体";line-height:150%;font-size:18px;text-decoration: none;}


/*默认链接-----中间12号字列表-----（黑色变彩色）----褐色---- */
a,a:link,a:visited{color:#000;text-decoration: none;}
a:hover{color:#576005;text-decoration: none;}

/*两侧12号字列表（彩色变黑色）----深绿色---- */
.flink,a.flink:link,a.flink:visited{color:#576005;text-decoration: none;}
a.flink:hover{color:#000;text-decoration: none;}

/*左侧14号栏目标题（彩色变黑色）----褐色---- */
.fmenu,a.fmenu:link,a.fmenu:visited{color:#576005;font-size:14.7px;font-weight: bold;text-decoration: none;}
a.fmenu:hover{color:#000;font-size:14.7px;font-weight: bold;text-decoration: none;}

/*首页底部链接色----白色---- */
.fwhirte,a.fwhirte:link,a.fwhirte:visited{color:#fff;text-decoration: none;}
a.fwhirte:hover{color:#fff;text-decoration: underline;}

/*中层页面关键字链接色----红色---- */
.fkey,a.fkey:link,a.fkey:visited{color:#FF9900;text-decoration: none;}
a.fkey:hover{color:#000;text-decoration: none;}

/*表格边框状态定义*/
.table {border:1px solid}
.top { border-top: 1px solid;}
.top-2 { border-top: 2px solid;}
.right { border-right: 1px solid;}
.left { border-left: 1px solid;}
.bottom { border-bottom: 1px solid;}
.bor-3 {border: 3px solid #E3E2C4;}

/*表格边框颜色定义*/
.table-color { border-color:#C2D88F;}
.table-color-gray { border-color:#E4E4E4;}/* 灰色 */

/* 二级页面搜索文本框定义 */
.input{border:1px solid; font-size:12px;}
.menu {border: 1px double #D7D9B2;}

/* 跳转下拉框定义 */
.gotobtn {border:1px solid ridge ;font-size:12px;}


/* 背景类型*/
.bg{background:#F6F4F3;}
.bg_search{background:#EDF0C8;}

.bg_pic_home {
	
	background-image: url(/images/society/pic-z02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}/* 主页面渐变样式 */

.menubg_pic {
	
	background-image: url(/images/society/pic-z0222.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}/* 主页面渐变 */

/*-----------------------------以下为各页面固定不变通用的，只修改IMAGE图片路径即可----------------*/

.bg_pic_search1 {
	
	background-image: url(/images/society/search_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg_pic_search2 {
	
	background-image: url(/images/society/search_bg_02.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.bg_pic_menu {
	
	background-image: url(/images/society/bg_pic_menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}/* 左侧菜单背景 */
.bg_front_menu {
	
	background-image: url(/images/society/front_menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}/* 左侧菜单装饰点 */
.bg_front_simple {
	
	background-image: url(/images/society/front-simple.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
}/* “小方点” */
.bg_front_art {
	
	background-image: url(/images/society/front-art.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
}/* 小圆点 */
.bg_front_hot {
	
	background-image: url(/images/society/front-hot.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
}/* 箭头 */
.bg_front_sign {
	
	background-image: url(/images/society/front-sign.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}/* 实箭头 */
.bg_dotline {
	
	background-image: url(/images/society/bg-dotline.gif);
	background-repeat: repeat-x;
	background-position: left center;
}/* 点图标背景 */
.bg_pic {
	
	background-image: url(/images/society/pic-bg-info.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}/* “信息点”渐变 */

<!-----------二级页面中上部特大字标题背景样式-----------!>
.bg_title {
	
	background-image: url(/images/society/bg_bigtitle.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}/* Title中间背景样式 */

.bg_titleleft {
	
	background-image: url(/images/society/bigtitle_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}/* Title左侧背景样式 */

.bg_titleright {
	
	background-image: url(/images/society/bigtitle_right.gif);
	background-position: left top;
	background-repeat: no-repeat;
}/* Title右侧背景样式 */

.bg_xinxi-top {
	
	background-image: url(/images/society/info-top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 39px;
	width: 198px;
}/* 信息点顶部 */
.bg_xinxi-bottom {
	
	background-image: url(/images/society/info-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		height: 12px;
	width: 198px;	
}/* 信息点底部 */
.bg_xinxi-info1 {
	
	background-image: url(/images/society/info-1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 37px;
}/* 信息点1 */
.bg_xinxi-info2 {
	
	background-image: url(/images/society/info-2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 37px;
}/* 信息点2 */