﻿@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: 14px;
	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;
	margin: 0 auto;
	padding: 0 26px 20px 18px;
	background-color: #fff;
	overflow: hidden;
	*padding:0 17px 20px 18px;
}
/*左侧栏目列表*/
.menu {
	float: left;
	width: 216px;
}
.menu_title {
	width: 216px;
	height: 52px;
	line-height: 52px;
	background: #004c9b;
	font-size: 17px;
	font-family: "微软雅黑";
	color: #fff;
	padding: 0px 20px;
	text-align: center;
	*padding:0px 14px;
}
.menu_list {
	width: 216px;
	min-height: 795px;
	height: auto !important;
	border: 1px solid #dbdbdb;
	border-top: none;
	background-color: #f7f7f7;
	padding-left: 12px;
	padding-right: 14px;
}
/*左侧栏目列表缩小*/
.menu1 {
	float: left;
	width: 176px;
}
.menu_title1 {
	width: 176px;
	height: 52px;
	line-height: 52px;
	background: #004c9b;
	font-size: 17px;
	font-family: "微软雅黑";
	color: #fff;
	padding: 0px 20px;
	text-align: center;
	*padding:0px 14px;
}
.menu_list1 {
	width: 176px;
	min-height: 795px;
	height: auto !important;
	border: 1px solid #dbdbdb;
	border-top: none;
	background-color: #f7f7f7;
	padding-left: 12px;
	padding-right: 14px;
}
/*右侧信息列表*/
.content {
	float: right;
	width: 722px;
	border: 1px solid #dbdbdb;
	padding: 12px 0 15px 20px;
	background-color: #fff;
}

.con_title {
	width: 96%;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #dbdbdb;
	font-size: 15px;
	font-family: "微软雅黑";
	color: #004c9b;
}
.con_title span {
	display: inline-block;
	height: 32px;
	border-bottom: 2px solid #004c9b;
	padding-left: 8px;
	padding-right: 8px;
}
.con_list {
	width: 98%;
	min-height: 786px;
	height: auto !important;
	padding-top: 10px;
}
/*右侧信息列表增大*/
.content1 {
	float: right;
	width: 740px;
	border: 1px solid #dbdbdb;
	padding: 12px 0 15px 20px;
	background-color: #fff;
}

/*底部区域*/
#footing {
	width: 100%;
	height: 150px;
	background-color: #4d4d4d;
	margin-top: 10px;
}
.footing {
	width: 1000px;
	height: 160px;
	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;
}
