/* 身边的劳动者 CSS Document */

/************整体布局************/
*{
	padding: 0;
	margin: 0 auto;
	font-family: "Microsoft YaHei","微软雅黑";
}
body{
    background:#fef2e2 url(/qynews/photo/gxjs/worker/images/bg.jpg);
}
li, a, h1, h2, h3, h4, h5, h6, p, span, div{
	font-size: 16px;
	color: #333;
}
a{
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
}
a:hover{
	color: #d0300e;
}
img{
	border: 0;
}
ul{
	list-style: none;
}
.marL10{
	margin-left:10px;
}
.marL30{
	margin-left:30px;
}
.marT20{
	margin-top:20px;
}
/************整体布局END************/
#main{
	width:1000px;
	margin-top:30px;
	overflow:hidden;
	zoom:1;
	padding-bottom:45px;
}
.banner{
    width:100%;
}
.banners{
	height:619px;
	background:url(/qynews/photo/gxjs/worker/images/banner.jpg) no-repeat center top;
	overflow:hidden;
	min-width:1000px;
}
.abstract {
	height:487px;
	background:url(/qynews/photo/gxjs/worker/images/abstract.jpg) no-repeat center top;
	overflow:hidden;
	min-width:1000px;
}
.bot30{
	margin-bottom:30px;
}
.clear{
    clear:both;
	font-size:1px;
	width:1px;
	height:0;
	visibility:hidden;
	margin-top:0px!important;
	*margin-top:-1px;
	line-height:0
}
.clearfix:after { 
    content: " "; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
/************正文：身边的劳动者************/
#layout .block1{
	width:100%;
	min-width:1010px;
}
#layout .block2{
	width:100%;
	min-width:1010px;
}
#layout .w1000{
	padding:5px 0px 25px 0px;
	width:1010px;
}
#layout ul{
	zoom:1;
	width:1010px;
	margin:0 auto;
	overflow:hidden;
}
#layout ul li{	
	float:left;
	display:inline;
	width:320px;
	height:256px;
	overflow:hidden;
	margin:10px 8px 10px 8px;;
}
#layout ul li img{
	width:300px;
	height:206px;
	padding:8px;
	border:#c3870b 1px solid;
	background:#ffffff;
}
#layout ul li p{
	line-height:26px;
	font-size:16px;
	text-align:center;
	line-height:26px;
}
.listTit{
    font-size:16px;
	color:#000000; 
	line-height:26px;
	height:26px;
	width:320px; 
	overflow:hidden;
	text-align:center;
}
/************正文：身边的劳动者************/
/************分页************/
#pageZone{
    width:980px; 
	padding:15px 10px 15px 10px; 
	margin:0 auto; 
	overflow:hidden; 
	position:relative;
}
.page {
    color: #505050; 
	font-size: 16px;	
	line-height: 26px; 
	text-align:center;
}
.page a{
    color: #505050;
	text-decoration:none;
}
.page a:hover{ 
    color: #d0300e; 
} 
/************分页 END************/