@charset "utf-8";
/*整体BOX*/
.focus_img {
	background-color:#F1F1F1;
	overflow:hidden;
	zoom:1;
	height:350px;
	width:100%;
}
.focus_img .big_area {/*左侧*/
background:#FFFFFF;
border:solid 1px #ddd;
	display:inline;
	float:left;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	width:315px;
	height:348px;
	position:relative;
	text-align:center;
}

.focus_img .big_area img {
	filter:revealtrans(duration=1, transition=5);
	width:auto;
	height:349px;
}
.focus_img .thurmb {/*右侧BOX*/
	padding:0px 0px 0 0;
	float:right;
	width:calc(100% - 315px - 10px);
}
.focus_img .thurmb .small_div {/*右侧item*/
	margin-bottom:10px;
	 /*background:url(image/m_cl_002.png) no-repeat;*/
	background-color:#FFF;
	overflow:hidden;
	width:100%;
	cursor:pointer;
	height:80px;
}
.focus_img .thurmb .small_div a{

}
.focus_img .thurmb .selected {
	/*background:url(image/m_cl_002.png) no-repeat 0px -65px;*/
	background-color:#FC56A0;
	color:#fff
}
.focus_img .thurmb .selected img {
	border-color:#ecd8cf;
}
.focus_img .thurmb .selected a {
	color:#fff;
	text-decoration:none
}
.focus_img .thurmb img {/*小图片*/
	border:#DDD 1px solid;
	display:inline;
	float:left;
	margin:5px 0px 0px 5px;
	width:88px;
	height:68px
}
.focus_img .thurmb .small_div span {/*小图片右则文字区*/
	padding:5px 5px 0 5px;
	display:block;
	margin-left:100px;
	line-height:23px;
}
.focus_img .big_area h3 {
	display:none; /*不显示标题*/
	font-weight:normal;
	font-size:18px;
	left:0px;
	margin:0px;
	overflow:hidden;
	width:314px;
	color:#000000;
	bottom:0px;
	line-height:34px;
	height:32px;
	font-family:黑体;
	position:absolute;
	text-align:center;
}
.focus_img .big_area .titlebg {
	display:none; /*不显示标题背景*/
	background:#000;
	filter:alpha(opacity=60);
	left:0px;
	width:100%;
	bottom:0px;
	position:absolute;
	height:32px;
	opacity:0.6;
}