html {
    color: #4f4f4f;background-color:#fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size:14px;
    font-family: Arial,'宋体';
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,span,a,img{
    margin:0;padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
a {
    color: #666666;
    text-decoration: none;
}
ul,li{
	list-style:none;
}
img{
	border:0;
}
body{
	background:#ededed;
}
#header{/*background-image:url("../image/topban_bg.jpg");background-repeat:repeat-x;*/width:100%;height:81px;}
.logo{width:1000px;height:81px;position:relative;margin:0 auto;}
a.logo_img{position:absolute;width:297px;height:75px;left:0px;top:0;display:block;background-image:url("../image/logo_1.png");background-repeat: no-repeat;background-position: 20px 13px;}
a.logo_fh{position:absolute;width:107px;height:37px;right:14px;top:35px;display:block;background-image:url("../image/reback.png");background-repeat: no-repeat;}
#wrapper{
	max-width:1360px;
	margin:0 auto;
}
#header-banner{
	max-width:1360px;
	width:968px;
	height:327px;
	margin:0 auto;
	background-image:url(../image/header-banner.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	position:relative;
}
#header-banner>a{
	width:103px;
	height:19px;
	position:absolute;
	right:30px;
	bottom:24px;
}
#header-banner>a>img{
	width:100%;
	height:100%;
}
.wrap{
	max-width:1360px;
	background-image:url(../image/bg-CenterContent1.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	min-height:660px;
}
#main{
	width:968px;
	margin:0 auto;
	padding:35px 0;
	background-image:url(../image/bg-line.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#fff;  
	min-height:660px; 
	position:relative;                            
}
#main>ul{
	width:824px;
	margin-left:68px;
}
#main>ul>li{
	
	height:40px;
	line-height:40px;
	color:#666;
}
#main>ul>li>a{
	display:block;
	font-size:14px;
	float:left;
	width:730px;
	padding-left:10px;
}
#main>ul>li>span{
	width:74px;
	padding-right:10px;
	float:right;
	font-size: 12px;
    color: #b90c00;
    text-align:right;
}
#main>ul>li.dan{
	background:#f9f9f9;
}
.paging{
	text-align:center;
	margin-top:30px;
	position:absolute;
	bottom:30px;
	left:50%;
	margin-left:-124px;
}
.paging>span{
	color:#000;
}
.paging>a{
	margin: 0 2px;
}
.paging>input{
	width:22px;
	height:20px;
	line-height:20px;
	border:1px solid #b0b0b2;
	margin:0 4px;
	padding:0 3px;
}


/*正文页*/
#main .listText{
	width:864px;
	margin:0 auto;
}
.listText h2 {
    font-size: 20px;
    color: #666666;
    text-align: center;
    margin: 22px 0 5px 0;
    font-weight:bold;
}
.listText .subtitle{
	text-indent: 2em;
    font-size: 16px;
    color: #666666;
    margin: 15px 0;
    line-height:24px;
    text-align:center;
}
.listText .line{
	width:100%;
}
.listText .labelLine{
	height:54px;
	line-height:54px;
	font-size:12px;
	color:#3d3d3d;
}
.labelLine .source{
	float:left;
}
.labelLine .date{
	float:right;
}
.listText .article p{
	text-indent: 2em;
	font-size: 16px;
    color: #666666;
    margin: 15px 0;
    line-height:24px;
}
.listText .article .caption{
	text-align:center;
	font-size:14px;
}
.listText .article-pic{
	text-align:center;
}
.listText .article-pic img{
	width:552px;
}
.editor{
	text-align: right;
    color: #666;
    padding-top: 16px;
    font-size: 12px;
}
#footer{
	width:968px;
	margin:20px auto 0px;
	text-align:center;
	font-size:12px;
	line-height:22px;
	background:#ededed;
	padding-bottom:20px;
}
#footer a{
	background:#ededed !important;
}