html {
	text-align: center;
	min-width: 1003px;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: auto;
	font-size: 12px;
	color: #333;
	line-height: 150%;
}
.red_font {
	color: #f00; font-size: 14px;
}
.blue_font {
	color: #333; 
	font-size: 14px;
}
.blue_font1 {
	color: #2f639f;
} 

/* 主菜单 */
.main_menu {
	width: 690px;
	height: 43px;
	font-size: 14px;
	color: #000;
	background: url(../images/main_menu_bg.gif) no-repeat;
}
.main_menu a {
	color: #000; text-decoration: none;
}
.main_menu a:hover {
	color: #f00; text-decoration: none; font-weight: bold;
}
.main_menu_table {
	margin-top: 10px;margin-left:33px;
}
.g_menu {
	width: 270px;
	height: 43px;
	background: url(../images/g_menu_bg.gif) no-repeat;
}


/* 左边栏 */
.left {
	width: 169px;
	margin-left: 3px;
	margin-right: 6px;
}
.left_td {
	width: 178px;
	padding: 0px;
	margin: 0px;
	border-left: 1px #2f639f solid;
	border-right: 1px #2f639f solid;
	background: url(../images/left_title_bg.gif) no-repeat right bottom;
}
.left_td_2 {
	width: 178px;
	padding: 0px;
	margin: 0px;
	border-left: 1px #2f639f solid;
	border-right: 1px #2f639f solid;
	border-bottom: 1px #2f639f solid;
}
#left_title1 {
	font-size: 14px;
	color: #333;
}
.left_content_bg {
	background: url(../images/left_title1_btn.gif) no-repeat;
	padding-bottom: 5px;
	width: 156px;
	height: 34px;
	text-align: center;
	color: #fff;
}
.left_outside_bg {
	background: #fff;
}

/*  搜索栏 */
.search_input {
	width: 110px;
	border: 1px #7f7f7f solid;
}

/* 中间栏 */
.center_title_bg {
	background: url(../images/center_title1.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
	width: 126px;
	height: 26px;
}
.center_title_bg1 {
	background: url(../images/center_title11.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
	padding-top: 3px;
	width: 126px;
	height: 23px;
}
.center_title_bg2 {
	background: url(../images/center_title2_bg.gif) no-repeat -2px top;
	color: #3c6fab;
	width: 486px;
	height: 286px;
}
.center_title_bg3 {
	background: url(../images/center_title111.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-left: 15px;
	padding-top: 3px;
	width: 310px;
	height: 23px;
}

/* 右边栏 */
.right_title {
	font-size: 14px; 
	font-weight: bold;
	color: #fff;
}
.right_outside_bg {
	background:#fff;
}

/* 新闻内容显示页 */
.newscontent_border {
	border-left: 1px #2f639f solid;
	border-top: 1px #2f639f solid;
	border-bottom: 1px #2f639f solid;
	border-right: 1px #2f639f dashed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news_mes {
	padding-left: 35px;
	padding-top: 10px;
	background: url(../images/icon4.gif) no-repeat 15px 10px;
	height: 20px;
	border-bottom: 1px #2f639f solid;
}
.news_title {
	padding-top: 15px;
	height: 30px;
	color: #2f639f;
	font-family: "黑体";
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
}
.news_content_show {
	padding: 30px 15px;
	font-size: 14px;
	line-height: 2em;
	
}


/* 基层网络 */
.jiche_web {
	text-align: center;
	border: 1px #2f639f solid;
	margin: 2px;
}
.jiche_web td {
	border: 1px #9fc5f0 solid;
}
.jiche_web_text {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}


/*链接样式*/
a {
color: #333; text-decoration: none;
}
a:hover {
color: #f00; text-decoration: underline;
}

.white a {
color: #fff; text-decoration: none;
}
.white a:hover {
color: #fff; font-weight: bold; text-decoration: underline;
}

.blue a{
color:#2f639f;text-decoration: none;
}
.blue a:hover{
color:#f00;text-decoration:underline;
}