@charset "utf-8";
/* reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, cite, dfn, em, var {
	font-style:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
ol, ul {
	list-style: none;
	_zoom:1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight:normal;
}
/* 清除浮动 */
.clearfix:after, .nav:after, .content:after, .grid:after, .h:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
.clear {
	clear:both;
	height:0;
	font:0/0 Arial;
	visibility:hidden;
}
/* 通用 */
body, button, input, select, textarea {
	font: 12px/1.5 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
	color:#333;
}
.vm {
	vertical-align:middle;
}
.c {
	text-align:center;
}
.fl {
	float:left;
	_display:inline;
}
.fr {
	float:right;
	_display:inline;
}
.mb10 {
	margin-bottom:10px;
}
.mr10 {
	margin-right:10px;
}
.hide {
	display:none;
}
.more {
	font-size:12px;
	font-family:宋体;
	font-weight:normal;
}
/* 链接 */
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#c00;
}
a:active {
	outline:none;
}
/* nav */
.nav li, .nav dt, .nav dd {
	float:left;
	position:relative;
}
.nav a {
	display:inline-block;
}
.nav dt {
	font-weight:bold;
}
/* tab */
.tabs {
	display:block;
}
.tabs li {
	float:left;
}
.tabs li a {
	display:block;
}
/* list */
.h li {
	float:left;
	_display:inline;
	_white-space:nowrap;
}
.list-t, .list-a, .list-p, .list-b-t, .list-p-t, .list-p-t li, .list-r {
	overflow:hidden;
	zoom:1;
}
.list-t li, .list-a li, .list-p li, .list-b-t li, .list-p-t li, list-r li {
	position:relative;
	zoom:1\9;
}
.list-t li a {
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-t li a:hover {
	text-decoration:underline;
}
.list-t li span.tag {
	margin-right:5px;
}
.list-t li span.date {
	position:absolute;
	top:0;
	right:0;
}
.list-a li a {
	display:inline-block;
}
/* 自定义 */
body {
	background:#fff url(/images/index/bg.png) top repeat-x;
}
.wrap {
	width:1002px;
	margin:0 auto;
}
.header {
	height:300px;
	overflow:hidden;
}
.ht p {
	line-height:33px;
}
.ht .opt {
	margin-top:-33px;
	text-align:right;
}
.ht .opt a {
	display:inline-block;
	line-height:33px;
	padding-left:20px;
	margin-right:15px;
}
.i1 {
	background:url(/images/index/ico1.png) 0 50% no-repeat;
}
.i2 {
	background:url(/images/index/ico2.png) 0 50% no-repeat;
}
.nav {
	height:66px;
	background:url(/images/index/nav.png) bottom repeat-x;
	margin-top:-6px;
	position:relative;
}
.nav li {
	background:url(/images/index/nav_li.png) 100% 100% no-repeat;
}
.nav li a {
	width:100px;
	height:60px;
	padding-top:6px;
	font:bold 15px/60px microsoft yahei;
	text-align:center;
	color:#000;
}
.nav li a:hover {
	color:#c00;
}
.nav li a:hover, .nav li.current a {
	background:url(/images/index/nav_c.png) 50% 0 no-repeat;
}
.header label {
	display:inline-block;
	line-height:20px;
	padding:0 0 0 10px;
	font-size:12px;
	vertical-align:middle;
}
.header input {
	background-color:#fff;
	border:1px #cacaca solid;
	height:18px;
	line-height:18px;
	font-size:12px;
	vertical-align:middle;
	color:#797979;
	width:80px;
}
.header button {
	width:44px;
	height:20px;
	background:url(/images/index/btn.png) no-repeat;
	border:none;
	vertical-align:middle;
	font-size:12px;
	cursor:pointer;
}
.login, .search {
	width:700px;
	height:20px;
	background:#fff url(/images/index/bg.png) 0 10px repeat-x;
	padding:8px 0 9px;
	font-size:0;
	line-height:20px;
}
.login img {
	vertical-align:middle;
	margin:0 10px;
}
.search {
	width:302px;
}
.search a {
	display:inline-block;
	width:64px;
	height:20px;
	background:url(/images/index/btn.png) 0 -20px no-repeat;
	line-height:20px;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
}
.search input {
	background:#fff url(/images/index/zoom.png) 2px 50% no-repeat;
	padding-left:20px;
}
.search button {
	margin:0 10px;
}
.footer {
	width:980px;
	margin:0 auto;
	background:url(/images/index/foot.png) repeat-x;
	padding:14px 0;
}
.footer p {
	line-height:24px;
	text-align:center;
	background:url(/images/index/zx.jpg) 240px 50% no-repeat;
}
.content {
	background-color:#fff;
	margin:10px 0 0;
	padding:10px 11px;
}