
/* 焦点图列表 */
.focus_main {
	float: left;
	padding: 10px 10px 10px 0;
}
.focus_block {
	position: relative;
	border: 1px solid #e3e3e3;
	width: 705px;
	margin: 0 0 10px 0;
	min-height: 210px;
	padding: 10px 10px 10px 15px;
}
.focus_block dd.pic {
	float: left;
	margin: 0 20px 0 0;
	background: url(https://data.stats.gov.cn/js/play2/pic/focus_pic_bg.jpg) no-repeat;
	padding: 9px;
}
.focus_block dd.pic_visual {
	float: left;
	margin: 0 20px 0 0;
	background: url(https://data.stats.gov.cn/js/play2/pic/visualChart_bg.jpg) no-repeat;
	padding: 5px;
}
.focus_block dt {
	text-indent: 6px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 0;
	color: #0083cb;
}
.focus_block dd {
	color: #555555;
	line-height: 22px;
	font-family: "Verdana", "宋体"
}
.focus_block dd.xq {
	position: absolute;
	bottom: 10px;
	right: 19px;
}
.focus_block dd.date {
	text-indent: 6px;
	margin: 5px 0 5px 0;
}
.ad {
	float: right;
	width: 210px;
	height: 445px;
	overflow: hidden;
}
.ad .player-box {
	width: 210px;
}
.ad ol {
	float: left;
	width: 210px;
	background: url(../image/ad.jpg) repeat-x;
}
.ad ol li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	color: #000;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}
.ad ol li.on {
	background: #2059a8;
	color: #fff;
	font-weight: bold;
	border-color: #2059a8 !important;
}
.ad ul li img {
	width: 210px;
	height: 420px;
	vertical-align: top;
}
.ad ul li {
	display: none;
}
.pageFlip {
	text-align: right;
	margin: 10px 0;
	color: #555;
}
.pageFlip a {
	color: #555;
}
.pageFlip a:hover {
	color: #555;
}
