@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	}
body {
	background-color: #e9e9e9;
}
#logo {
	height: 66px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/logopng.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	margin-top: 15px;
}
#top1 {
	height: 282px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top1.jpg);
	background-repeat: no-repeat;
}
.menu {
	height: 70px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.nav_fixed{/*下面定义导航固定不动样式*/
	position: fixed;
	top: 0px;
	margin-left:auto;
	margin-right:auto;
	left:0px;
	right:0px;
}
ul#topnav {/*下面定义普通浏览器导航栏样式*/
	margin: 0;
	padding: 0;
	/*float: left;*/
	width: 980px;
	height:38px;
	list-style: none;
	position: relative;
	font-size: 14px;
	background-color: #434c5a;	
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	background: #434c5a;	
}
ul#topnav li a {
	padding: 8px 15px;
	display: block;
	text-decoration: none;
	color: #FFF
}
ul#topnav li a:hover {
	color:#fff;
}
ul#topnav li:hover {
	background: #1376c9 url (../images/topnav_a.gif) repeat-x;
	color: #FFF;
}
ul#topnav li span {
	float: left;
	padding: 6px 0;
	position: absolute;
	left: 0; top:35px;
	display: none;
	width: 980px;
	background-color: #1376c9;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; color: #FFF; }
ul#topnav li span a:hover {text-decoration: underline;}
#content {/*下面定义首页内容区域页面样式*/
	height: 320px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content ul li{/*下面定义首页内容区域文字列表排列样式*/
	width: 300px;
	list-style-type: none;
	float: left;
	background-image: url(../images/sj2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	}
#content ul li span {/*下面定义首页内容区域时间文字排列样式*/
	float: right;
	width: 76px;
	}
#content ul li a{/*下面定义首页内容区域链接文字样式*/
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	float: left;
	}
#content a{/*下面定义首页内容区域链接文字样式*/
	color: #333;
	text-decoration: none;
	}
#content a:hover{
	color: #C00;
	text-decoration: underline;
	}
#foot {/*下面定义页脚样式*/
	height: 82px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/box04.png);
	background-repeat: repeat-x;
	line-height: 82px;
	text-align: center;
	vertical-align: middle;
}
#left {/*下面定义首页内容区左侧样式*/
	float: left;
	height: 300px;
	width: 318px;
	border: 1px solid #E1E1E1;
	background-color: #FFF;
}
#middle {/*下面定义首页内容区中间区域样式*/
	float: left;
	height: 300px;
	width: 318px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #E1E1E1;
	background-color: #FFF;
}
#right {/*下面定义首页内容区右侧区域样式*/
	float: left;
	height: 300px;
	width: 318px;
	border: 1px solid #E1E1E1;
	background-color: #FFF;
}
.kuangshang {/*下面定义首页内容区各栏顶部样式*/
	height: 35px;
	width: 290px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #434c5a;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #434c5a;
	font-size: 16px;
	line-height: 35px;
	vertical-align: middle;
	padding-left: 10px;
	}

.kuangshang img {
	padding-right: 7px;
	display: inline;
	}
#left1,#middle1 {/*下面定义首页内容区左侧和中间区域列表文字部分样式*/
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 180%;
}
#content ul {
	margin-right: 15px;
	margin-left: 15px;
	list-style-position: inside;
	list-style-type: square;
	margin-top: 10px;
	margin-bottom: 10px;
	}
#tupian {/*定义首页内容区右侧图片区域样式*/
	height: 264px;
	width: 318px;
	overflow: hidden;
	position: relative;
}
#tupian img{
	height: 264px;
	width: 318px;
	}
/*下面定义首页内容区more的样式*/
.kuangshang span {
	float: right;
	display: inline;
}
.kuangshang span a{
	color: #333;
	text-decoration: none;	
}
.kuangshang span a:hover{
	color: #C00;
	text-decoration: underline;
}
/*下面定义二级更多页面样式*/
#morecontent {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow:hidden;
}
#moreleft {
	float: left;
	_height:400px;
min-height:400px;
	width: 280px;
	}
#moreright {
	background-color: #FFF;
	float: right;
	width: 680px;
	border: 1px solid #e1e1e1;
	overflow:hidden;
}
#morefoot {
	height: 82px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/box04.png);
	background-repeat: repeat-x;
	line-height: 82px;
	text-align: center;
	vertical-align: middle;
	margin-top: 15px;
}

#lefthead {
	background-image: url(../images/lefthead.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 280px;
	line-height: 38px;
	font-size: 14px;
	color: #900;
	padding-top: 10px;
	text-align: center;
}
#lefthead img{
	margin-left: 5px;
	margin-right: 5px;
	}
#leftbg {
	background-image: url(../images/leftbg.gif);
	background-repeat: repeat-y;
	_height: 345px;
	min-height: 345px;
	width: 250px;
	padding-left: 30px;
}
#leftbottom {
	background-image: url(../images/leftbottom.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 280px;
}

#morecontent #moreleft #leftbg ul li {list-style:none; border:0;text-align:left; padding:0; margin:0;line-height:38px; vertical-align:middle;
}
#morecontent #moreleft #leftbg ul li img{vertical-align:middle;}
#morecontent a {
	color: #333;
	text-decoration: none;
}
#morecontent a:hover {
	color: #F00;
	text-decoration: underline;
	}
#mrighthead {
	height: 37px;
	width: 680px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	}
#mrighthead img{
	margin-left: 15px;
	margin-right: 5px;
	}
#mrightnr {
	width: 650px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#morecontent #moreright #mrightnr ul li {
	font-size: 14px;
	line-height: 180%;
	list-style-position: inside;
	list-style-type: disc;
}
#morecontent #moreright #mrightnr ul {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}
#mrightbottom {
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 680px;
	font-size: 14px;
}
/*下面定义文章详细页面内容格式*/
#wzcontent {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #FFF;
}
#wzhead {
	height: 37px;
	width: 980px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	}
#wzhead img{
	margin-left: 15px;
	margin-right: 5px;
	}
#wz {
	font-size: 14px;
	line-height: 230%;
	padding: 30px;
}
#wz h2 {
	font-size: 16px;
	line-height: 180%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#wz h3 {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	}
#wz p {
	text-indent: 30px;
}
#morecontent #moreleft #leftbg ul li img {
	margin-right: 6px;
}
#wz table {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCC;
}
#wz table tr td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCC;
	width: 25%;
}
#wz table tr td img {
	vertical-align: middle;
	height: 190px;
	width: 150px;
	margin: 5px;
}
#moreright #mrightnr #wz table tr td {
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	line-height: normal;
	}
#content .judi {
	width: 98%;
	margin-bottom: 0px;
	text-align: right;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
