﻿@charset "utf-8";
/* CSS Document */
body {
	background-color: #f0f0f0;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
}
/*字体设置*/
.font_w13 {
	/*更多、顶部、日期、底部等样式*/
	font-family: "微软雅黑";
	font-size: 13px;
	color: #333;
}
.font_w17 {
	/*主导航样式*/
	font-family: "微软雅黑";
	font-size: 17px;
	color: #fff;
}
.current {
	/*栏目标题样式*/
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: bold;
	color: #1760ab;
}
.font_w15 {
	/*栏目列表样式*/
	font-family: "微软雅黑";
	font-size: 15px;
	color: #000;
}
.font_c9_w15 {
	/*新闻发布时间样式*/
	font-family: "微软雅黑";
	font-size: 15px;
	color: #999;
}
.font_b_w17 {
	/*头条样式*/
	font-family: "微软雅黑";
	font-size: 17px;
	font-weight: bold;
	color: #000;
}
.font_c6_w13 {
	/*头条摘要样式*/
	font-family: "微软雅黑";
	font-size: 13px;
	color: #666;
}
.font_b_w13 {
	/*站内检索样式*/
	font-family: "微软雅黑";
	font-size: 13px;
	color: #2d63a0;
	font-weight: bold;
}
/*主导航鼠标滑过效果*/
.nav a:hover {
	color: #fff;
	font-weight: bold;
	background-color: #093e73;
}
#container {
	width: 100%;
}
/*top区域*/
#top {
	width: 100%;
	background-color: #eee;
}
.top {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
}
.top > span {
	float: left;
	margin-left: 1px;
}
.top_right {
	float: right;
	margin-right: 10px;
}
/*banner区域*/
#banner {
	width: 100%;
	background: url(banner_bg.gif) repeat-x;
}
.banner {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	background: url(banner_bg_03.gif) no-repeat;
	position: relative;
}
.banner img {
	width: 790px;
	height: 77px;
	position: absolute;
	top: 38px;
	left: 2px;
}
/*主导航区域*/
#nav {
	width: 100%;
	background-color: #1760ab;
}
.nav {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
}
.nav li {
	float: left;
	width: 148px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.nav .sy {
	width: 90px;
}
.nav a {
	display: block;
}
/*当前位置*/
#now {
	width: 1000px;
	height: 40px;
	line-height: 40px;
	padding-left: 35px;
	margin: 0 auto;
	background-color: #fff;
}
#now a {
	color: #000;
}
#now a:hover {
	color: #f00;
}
/*main区域*/
#main {
	width: 1000px;
	*width:835px;
	min-height: 400px;
	height: auto !important;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #fff;
}
#main:after{
	display: block;
	margin: 0;
	padding: 0;
	content:'020';
	clear: both;
	visibility: hidden;
}
/*底部区域*/
#footing {
	width: 100%;
	height: 150px;
	background-color: #4d4d4d;
}
.footing {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	padding-top: 16px;
	position: relative;
}
.mar_bottom {
	margin-bottom: 18px;
	color: #e0e0e0;
}
.dzjg {
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: #4d4d4d;
}
