@charset "utf-8";
/* reset css */
html {
	overflow-x: hidden;
}
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
.w302 {
	width: 302px;
}
.w420 {
	width: 420px;
}
.w238 {
	width: 236px;
}
/* 清除浮动 */
.clearfix:after, .nav:after, .content:after, .grid:after, .h:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix, .nav, .content, .grid, .h {
 *zoom:1;
}
.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", SimSun;
	color: #333;
}
.vm, input, label {
	vertical-align: middle;
}
.tc {
	text-align: center;
}
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.hide {
	display: none;
}
.nt {
	text-align: left;
	letter-spacing: -3em;
	overflow: hidden;
}
.red {
	color: #da251c;
}
.nt:first-letter {
	margin-left: -20em;
}
/* 链接 */
a {
	color: #252525;
	text-decoration: none;
}
a:hover {
	color: #00326d;
	text-decoration: none;
}
a:active {
	outline: none;
}
/* nav */
.nav li, .nav dt, .nav dd {
	float: left;
	position: relative;
}
.nav dt {
	font-weight: bold;
}
/* tab */
.tab {
	display: block;
}
.tab li {
	float: left;
}
.tab 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;
	line-height: 1.5;
}
.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-p li {
	text-align: center;
}
.list-a li a {
	display: inline-block;
}
/* 自定义 */
body {
	min-width: 1000px;
	background: #e4edf8 url(/images/index/bg.jpg) 0px 0px repeat-x;
}
.content {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
}
/*header*/
.header {
	width: 1000px;
	margin: 0 auto;
	height: 307px;
}
.header .ht {
	height: 30px;
	line-height: 30px;
	background: #fff;
}
.header .ht p {
	padding: 0px 10px;
	font: normal 12px/30px SimSun;
}
.header h1 {
	width: 100%;
	height: 195px;
   
}
/*nav*/
.nav {
	height: 42px;
	border: 1px solid #165491;
	background: url(/images/index/nav.png) 0px 0px repeat-x;
}
.nav ul li {
	background: url(/images/index/nav_li.png) 0px -4px no-repeat;
}
.nav ul .none {
	background: none;
}
.nav ul li a {
	display: inline-block;
	color: #fff;
	width: 80px;
	text-align: center;
	font: normal 16px/42px SimSun;
	padding: 0px 15px;
}
.nav ul li a:hover {
	color: #0f5ea0;
	background: url(/images/index/nav_hover.jpg) 5px 6px no-repeat;
}
.h_bg {
	width: 100%;
	height: 38px;
	background: url(/images/index/h_bg.jpg) 0px 0px repeat-x;
}
/*搜索*/
.search {
	width: 315px;
	height: 21px;
	margin: 6px 0px 0px 10px;
	position: relative;
}
.search p, .search input, .search button {
	float: left;
	display: inline-block;
	vertical-align: middle;
}
.search p {
	color: #595959;
}
.search input {
	width: 160px;
	height: 19px;
	line-height: 22px;
	border: 1px #ccc solid;
	background: #fff;
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
	outline: none;
	margin-right: 10px;
}
.search button {
	width: 48px;
	height: 21px;
	border: none;
	background: url(/images/index/search_btn.jpg) 0px 0px no-repeat;
	cursor: pointer;
	text-align: center;
	margin-left: -1px;
	font: normal 12px/21px SimSun;
}
/*天气*/	
.weather {
	width: 450px;
	margin-top: 5px;
	line-height: 24px;
}
.weather p {
	float: left;
}
/*页脚*/
.footer {
	width: 1000px;
	margin: 0 auto;
	height: 77px;
	background: url(/images/index/footer.jpg) 0px 0px repeat-x;
}
.copyright {
	padding-top: 10px;
	font: normal 12px/28px SimSun;
}
/* 二维码 */
#ad-side #right {
	right:10px;
}
#ad-side #left, #ad-side #right {
	display:block;
	width:98px; /* 宽度根据实际情况自定义 */
}
#ad-side #close {
	float:right;
	margin:2px 5px -15px 16px;
	position:relative;
	_display:inline;
         float: left;
}