body{
	background-color:#FFF;
}

.page{
	position:relative;
	width: 90%;
	margin:40px auto;
}

.col{
	min-height:320px;
}
	.col h3 {
		border-bottom:1px solid #7B8D42;
		margin-bottom:6px;
	}
		.col h3 a {
			display: inline-block;
			font-size: 18px;
			font-weight: normal;
			color: #5C7318;
			padding: 6px 20px;
			font-weight: bold;
		}

	.col > a {
		position:relative;
		display:block;
		line-height:38px;
		border-bottom:1px dotted #ccc;
		white-space:nowrap;
		text-indent:4px;
		text-overflow:ellipsis;
		overflow:hidden;
		padding-right:90px;
	}
		.col > a span {
			position:absolute;
			right:0;
			background:#fFF;
			width:90px;
			text-align:right;
			color:#666;
			font-size:12px;
		}

.col1{
	position:relative;
	box-sizing:border-box;
	width:65.5%;
	padding-left:360px;
}
	.col1 h3 {
		margin-left:-360px;
	}

.col2{
	position:relative;
	width:31%;
}

.marginl{
	margin-left:3.5%;
}

/* 工作动态：焦点图 */
#picnews{
	position:absolute;
	width:340px;
	height:260px;
	overflow:hidden;
	left:0;
	top:53px;
	border:1px solid #ccc;
	border-radius:3px;
}

/*焦点图图片*/
#picnews img{
	width:100%;
}

/*焦点图标题*/
#picnews .newstitle{
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#f1f1f1;
	font-size:12px;
	background:#333;
	overflow:hidden;
	opacity:0.5;
}
