﻿@charset "utf-8";
/* 通用样式 */

/** 清除内外边距 **/ 
body, h1, h2, h3, h4, h5, h6, hr, p,  
blockquote, /* structural elements 结构元素 */ 
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ 
pre, /* text formatting elements 文本格式元素 */ 
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ 
th, td, /* table elements 表格元素 */ 
img/* img elements 图片元素 */{ 
  margin: 0;  
  padding: 0;  
}
body{
	background-color:#fff;
	display:block;
}
body, input, select, textarea,table{
	color:#000;
	font: 12px/1.5 '宋体',tahoma, Srial, helvetica, sans-serif;
}
ul,li{
	list-style:none;
}
input {
	color: black;
	margin: 0;
	padding: 0;
	border: 1px solid #D4D0C8;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}	
img{
	border:0px;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#000;
	text-decoration:none;
}
/** 重置表格元素 **/ 
table { border-collapse: collapse; border-spacing: 0; } 
.clear{
	clear:both;
}

.f_left{
	float:left;
}
.f_right{
	float:right;
}

.t_left{
	text-align:center;
}
.t_center{
	text-align:center;
}
.t_right{
	text-align:right;
}
h1{
	font-size:14px;
	color:#39F;
	line-height:40px;
	margin-left:10px;
}
.warp{
	margin:0px auto;
	width:960px;
}
.button{
	background:url(../images/btn-bg.jpg) no-repeat;
	width:96px;
	height:29px;
	border:none;
	margin-top:5px;
}



/*************** Pagination ***************/

.pagination {
                text-align: right;
				margin-top:10px;s
                padding: 4px 0 5px 0;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 12px;
				line-height:16px;
				color:#999;
                }
.pagination a {
                margin: 0 5px 0 0;
                padding: 3px 6px;
				color:#999;
                }
.pagination a.number:hover{
                background: #0d97ef;
                border-color: #0d97ef !important;
                color: #fff !important;
                }
.pagination a.number {
				border: 1px solid #ddd;
                }

.pagination a.current{
                background: #0d97ef;
                border-color: #0d97ef !important;
                color: #fff !important;
                }
				
.pagination a.current:hover {
				text-decoration: underline;
                }
				
				/*--图片轮换--*/
.imgContainer{width:909px; height:247px; overflow:hidden;position:relative;}
.slider{position:absolute;}
.slider li{
	list-style:none;
	display:inline;
	/*background-image: url(../image/d_55.png);*/
	background-repeat: no-repeat;
}
.slider img{ width:909px; height:247px; display:block;}
.num{ position:absolute; right:5px; bottom:5px;}
.num li{float: left;color: #39f;text-align: center;line-height: 16px;width: 16px;height: 16px;font-family: Arial;font-size: 12px;cursor: pointer;overflow: hidden;margin: 3px 1px;border: 1px solid #39f;background-color: #fff;}
.num li.on{color: #fff;line-height: 21px;width: 21px;height: 21px;font-size: 16px;margin: 0 1px;border: 0;background-color: #39f;font-weight: bold;}

/*翻页*/
.pager{float:right;overflow: hidden;height: 24px;display:inherit; margin-right:10px;}
.pager a {
	height: 22px;
	width: 22px;
	display: block;
	float: left;
	color: #009;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 22px;
	text-align: center;
	margin-left: 2px;
	overflow:hidden;
	border:1px solid #ccc;
}
.pager a:hover,.pager .current{
	background-image: url(../Images/pager_1_Bg.png);
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
}   

.p_content .newtitle {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.p_content .newdate{
	text-align:center;
	color:#666;
	border-bottom:1px dashed #666;
	margin-bottom:10px;
}