* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;}
a {
	text-decoration: none;}
/*焦点图*/
.focus_body {
	font-family:"microsoft yahei";
	position: relative;
	width: 320px;
	height: 250px;
	background: #FFF;
	border-bottom: 1px solid #e1e1e1;
	margin-left:10px; margin-top:10px; 
	float:left;}
.scroll {
	width: 320px;
	margin: 0 auto;
	position: relative;
	height: 235px;
	overflow: hidden;}
.arr_left {
	display:none;
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	left: 0;
	top: 90px;
	z-index: 3;
	line-height: 400px;
	background: url(../htnews_images/arrow-left.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/arrow-left.png');
	_background: none;}
.arr_right {
	display:none;
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	right: 0;
	top: 90px;
	z-index: 3;
	line-height: 400px;
	background: url(../htnews_images/arrow-right.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/arrow-right.png');
	_background: none;}
.scroll .box {
	float: left;
	width: 320px;
	height: 230px;
	position: relative;}
.scroll .box img {
	width: 100%;
	height: 200px;}
.scroll .box a:hover {
	text-decoration: none;}
.scroll .box .scroll_detail {
	display:none;}
.scroll .box .bg, .scroll .box .sum {
	display: block;
	height: 58px;
	position: absolute;
	bottom: 58px;
	left: 0;
	line-height: 26px;}
.scroll .box .bg {
	background-color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 320px;}
.scroll .box .sum {
	font-size: 14px;
	padding-left: 14px;
	color: #333;
	width: 280px;}
.scroll .box .btn {
	display: block;
	width: 45px;
	height: 22px;
	position: absolute;
	right: 0;
	bottom:58px;
	cursor: pointer;
	background: url(../htnews_images/arrow-top.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/arrow-top.png');
	_background: none;}
.scroll .box .btn:hover {
	background: url(../htnews_images/arrow-top-active.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/arrow-top-active.png');
	_background: none;}
.scroll .box .btn.fold {
	width: 45px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: 50px;
	background: url(../htnews_images/arrow-bottom.png) no-repeat;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/arrow-bottom.png');
	_background: none;}
.scroll .box .btn.fold:hover {
	background: url(../htnews_images/arrow-bottom-hover.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/arrow-bottom-hover.png');
	_background: none;}
.scroll .box .title {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
	width: 300px;
	padding-left: 14px;}
.scroll_cont {
	width: 320px;
	height: 250px;
	overflow: hidden;
	position: relative;}
.numList {
	position: absolute;
	left:95px;
	
	height: 30px;
	bottom:0px;}
.numList span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	cursor: pointer;
	background: url(../htnews_images/btn-normal.gif) no-repeat;
	margin-top: 14px;}
.numList span.selected {
	background: url(../htnews_images/btn-active.gif) no-repeat;}
.bd_bg {
	position: absolute;
	top: 200px;
	left: 0;
	height: 20px;
	width: 318px;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #f8f8f8;
	background: #fff;}
.bd_bg2 {
	position: absolute;
	top:220px;
	left: 0;
	height: 35px;
	width: 320px;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background: #fcfcfc;}