@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
li {
	list-style: none;
}
.clear {
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}
a {
	color:#0A5C8E;
	text-decoration: none;
}
body {
	font-size: 14px;
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
	background: url(../images/top_bg.jpg) repeat-x;
	line-height: 180%;
	color:#0A5C8E;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#top {
	height: 106px;
	position: relative;
}
#logo {
	height: 70px;
	background: url(../images/logo2024.png) no-repeat 0px 6px;
}
#menu {
	height: 36px;
	background: #EEE url(../images/m_right.jpg) no-repeat right top;
	line-height:36px;
}
#menu ul {
	width: 890px;
	padding-left:60px;
	height: 36px;
	background: url(../images/m_left.jpg) no-repeat;
}
#menu li {
	float:left;
	text-align:center;
}
#menu .line {
	width:2px;
	height:36px;
	background:url(../images/line.jpg) no-repeat;
}
#menu a {
	color:#FFF;
	font-size:14px;
	display:block;
	padding:0 20px;
}
#menu a:hover {
	background:url(../images/hover.jpg) no-repeat center center;
}
#globalSearch {
	position: absolute;
	right: 0px;
	top: 20px;
}
#banner {
	margin: 10px auto;
	height:200px;
}
#main_right {
	width:700px;
	float:left;
	margin-left:10px;
}
#main_left {
	height:441px;
	width:238px;
	float:left;
	border:#CACACA solid 1px;
	border-top:none;
}
.box1 {
	float:left;
	width:343px;
	height:230px;
	overflow:hidden;
}
.box2 {
	float:left;
	width:343px;
	margin-left:10px;
	height:230px;
	overflow:hidden;
}
.news_col {
	margin-bottom:10px;
}
.h1_newstitle {
	height:28px;
	background:url(../images/h1_bg.jpg) repeat-x;
	border-top:#CACACA solid 1px;
	border-bottom:#CACACA solid 1px;
	position:relative;
}
h1 {
	font-family:'Microsoft Yahei';
	font-size:14px;
	line-height:28px;
	padding-left:15px;
	color:#0A5C8E;
}
.more {
	position:absolute;
	right:10px;
	top:8px;
}
.border {
	border:#CACACA solid 1px;
	border-top:none;
}
.newslist {
	padding:10px;
}
#friendlinks {
	width:160px;
	margin:30px auto;
}
#footer {
	width:100%;
	height:97px;
	background:url(../images/footer_bg.jpg) repeat-x;
	text-align:center;
	line-height:97px;
	color:#999;
}
#gkml {
	height:200px;
}
#gkml ul {
	padding:20px 40px;
}
#gkml ul li {
	display:inline;
	float:left;
}
#gkml ul li a {
	display:block;
	background:#D1E3ED;
	margin-right:46px;
	margin-bottom:20px;
	padding:0 10px;
}
#gkml ul li a:hover {
	background:#1A7DB8;
	color:#FFF;
}
#nav {
	border:#CACACA solid 1px;
	border-bottom:none;
	line-height:32px;
	padding-left:10px;
}
#sub_main {
	border:#CACACA solid 1px;
	padding:50px 100px;
	height:500px;
	min-height:500px; /*高度最小值设置为：100px*/
	height:auto !important; /*兼容FF,IE7也支持 !important标签*/}
h2 {
	font-size:20px;
	font-weight:normal;
	border-bottom:#CACACA solid 1px;
	line-height:50px;
	text-align:center;
	letter-spacing:5px;
}
h4 {
	text-align:center;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	padding-top:20px;
	border-bottom:#C5C5C5 solid 2px;
}
#info {
	text-align:center;
	line-height:30px;
	font-size:12px;
}
#newscontent {
	margin:50px auto 80px;
	font-size:16px;
	line-height:160%;
}
#newscontent a {
	font-size:16px;
}
#author {
	height:24px;
	font-size:12px;
	line-height:24px;
	padding-right:20px;
	text-align:right;
	background:#F2F2F2;
}
#newslink {
	margin-top:5px;
	line-height:24px;
	font-size:12px;
}
/*sf更新css--*/
em {
	font-style:normal;
}
.page_css {
	margin-bottom:40px;
	margin-top:20px;
}
.pagecss a {
	font-size:12px;
	display:inline-block;
	border:1px solid #CACACA;
	padding:3px 8px;
	color:#666;
	line-height:100%;
	text-decoration:none;
}
.pagecss a:hover {
	color:#fff;
	border:1px solid #CACACA;
	background:#2480B3;
}
.pagecss b a {
	color:#fff;
	border:1px solid #CACACA;
	background:#2480B3;
}
.list .datetime {
	float:right;
}
.list li {
	padding-left:12px;
	background:url(../images/p.gif) no-repeat 0px 1px;
}