img {
	border: none;
}

<!-- 图片 -->
#focusImg {
	height: 100%;
	width: 414px;
	float: left;
	display: inline;
	overflow: hidden;
}

.innerImg {
	height: 100%;
	color: #555;
	font-size: 14px;
	font-family: "宋体";
}

<!-- 黑色挡板 -->
#focusImg .opacityDiv {
	position: relative;
	z-index: 10;
	background: #000000;
	height: 82px;
	width: 414px;
	top: -24px;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity = 60);
}

.focus_page_div {
	margin-top:-24px;
	z-index: 10;
	background: #000000;
	height: 24px;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity = 60);
}
#focus_page_title {
	float:left;
	margin-left:3px;
	font-size:14px;
	height:20px;
	color: #FFFFFF;
	line-height:20px;
}
#focus_page_title a, #focus_page_title a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#focus_page_title a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.focus_page {
	float:right;
}
.focus_page a,.focus_page a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px 4px;
	line-height: 20px;
	cursor: pointer;
}

.focus_page strong, .focus_page a:hover {
	background: #FF6000;
	color: #FFFFFF;
	padding: 1px 4px;
	line-height: 20px;
	cursor: pointer;
}

<!-- 文字 -->
#focusImg h3 {
	margin: 0;
	padding: 0;
	word-break: break-all;
	position: relative;
	z-index: 20;
	margin-top: -42px;
	left: 4px;
	font-size: 14px;
	height: 20px;
	color: #FFFFFF;
	line-height: 18px;
	font-family: "宋体";
}
<!-- 文字连接样式 -->
#focusImg h3 a, #focusImg h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#focusImg h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
