html {
    background-color:#fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size:14px;
    font-family: Arial,'宋体';
    color: #4f4f4f;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
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 {
 	text-decoration: none;
 	color: #4f4f4f;
}
ul,li{
	list-style:none;
}
img{
	border:0;
}
body{
	background:#ededed;
}
#header{idth: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:30px 0 24px;
	background-image:url(../image/bg-line.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#fff;  
	min-height:660px; 
	position:relative;                            
}
#main .news_list{
	width:892px;
	background:#f9f9f9;
	margin:0 auto;
	padding-top:18px;
	padding-bottom:60px;
}
#main ul{
	width:810px;
	margin:0 auto;
	background:url(../image/icon.png);
	background-repeat:repeat-y;
	padding-left:30px;
	background-size:15px 40px;
}
#main ul li{
	height:39px;
	line-height:40px;
	border-bottom:1px dashed #d2d2d2;
}

#main li a{
	display:block;
	font-size:14px;
	float:left;
	width:670px;
	color:#2d2d2d;
	overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
#main li span{
	width:84px;
	float:right;
	font-size: 14px;
    color: #cd0003;
    text-align:right;
}
#pager{
	width:840px;
	margin:0 auto;
	background:#fff;
	text-align:center;
	margin-top:24px;
}
#pager a{
	padding:0 10px;
	text-decoration: none;
	color:#333;
	display:inline-block;
	border:1px solid #b3b3b3;
	border-radius:2px;
	line-height:28px;
	cursor:pointer;
	margin: 1px;
}
#pager a.noEvent {
    color: #b3b3b3;
}
#pager span{
	color:#333;
	line-height:28px;
	display:inline-block;
}
.pageNum{
	display:inline-block;
	font-family: arial;
}
.pageNum a.current{
	color:#fff!important;
	background:#cc0001;
	border:1px solid #e5e5e5!important;
}



/*正文页*/
#main .listText{
	width:892px;
	margin:0 auto;
}
.listText h2 {
    font-size: 20px;
    line-height:30px;
    color: #3c3c3c;
    text-align: center;
    font-weight:bold;
}
.listText h4{
	font-size:18px;
	color:#760007;
	text-align:center;
	margin-top:10px;
}
.listText .subtitle{
	text-indent: 2em;
    font-size: 16px;
    color: #666666;
    margin: 15px 0;
    line-height:24px;
    text-align:center;
}

.listText .labelLine{
	margin-top:4px;
	height:36px;
	line-height:36px;
	font-size:12px;
	color:#3c3c3c;
	padding:0 34px;
}
.labelLine .source{
	float:left;
}
.labelLine .date{
	float:right;
}
.articleBox{
	background:#f9f9f9;
	margin-top:22px;
}
.articleBox .line{
	border-top:1px solid #e37b7a;
}
.listText .article{
	padding:0px 34px 40px;
}
.listText .article,
.listText .article div,
.listText .article p{
	text-indent: 2em!important;
	font-size: 16px!important;
    color: #3c3c3c!important;
    margin: 15px 0!important;
    line-height:24px!important;
    text-align:left!important;
    background-color:#f9f9f9!important;
}
.listText .article,
.listText .article div{
	text-indent:0!important;
}
.listText .article div span
.listText .article p span{
	font-size: 16px!important;
    color: #3c3c3c!important;
    line-height:24px!important;
    text-align:left!important;
}
.listText .article p img,
.listText .article img{
	max-width:820px;
	margin:0 auto!important;
	display:block!important;
}
.editor{
	text-align: right!important;
    color: #3c3c3c;
    padding-top: 16px;
    font-size: 14px;
}
#footer{
	width:968px;
	margin:20px auto 0px;
	text-align:center;
	font-size:12px;
	line-height:22px;
	background:#ededed;
	padding-bottom:20px;
}