#ifocus {
	width:300px;
    margin:9px 20px 10px 0; 
    position: relative;
    float: left;
}
#ifocus_pic {
    position:relative;
    float:left; 
    width: 100%; 
    height:225px; 
    margin-left:30px;
    overflow:hidden;   
}
#ifocus_piclist { 
	position:absolute;
}
#ifocus_piclist li{
	float: left;
	height:225px;
	position:relative;
	width:300px;
}
#ifocus_piclist img {
	position:absolute;
	/*  width:300px;
	 height:225px; */
}
#ifocus_btn { 
	right: 10px;
	overflow: hidden;
	float: right;
	margin-top: -20px;
	position: relative;
	z-index: 10;
}
#ifocus_btn li{
	float: left;
	width: 20px;
	height: 10px;
	background-color: #afdcda;
	cursor: pointer;
	margin-right: 5px;
}
#ifocus_btn .current{
	background-color: #069e99;
}
#zxlist .current{
	color:#069e99;
}
#ifocus_tx li{
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
}
#ifocus_tx .normal { 
    display:none;
}


