

#container
{
    width:960px;
    height:192px;
	float:left;
    position: relative;
}

#container .kuait{width:960px; height:32px; line-height:32px; float:left; position:relative;}
        
#btnPrev, #btnNext
{
    width: 30px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    float: left;
position:relative;
}
        
#listBox
{
    width:880px;
    height:130px;
    overflow: hidden;
    float: left;
	padding:20px 10px 0px 10px;
	position:relative;
}

#list li
{
     width: 150px;
     height:130px;
     line-height: 26px;
     text-align: center;
	 padding:0px 13px;
     float: left;
	 position:relative;
}
/*=======================**/

.is_btnPrev, .is_btnNext
{
    width: 30px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    float: left;
position:relative;
}
        
.is_listBox
{
    width:880px;
    height:130px;
    overflow: hidden;
    float: left;
	padding:20px 10px 0px 10px;
	position:relative;
}
.is_list{
height:130px;
overflow:hidden;
}
.is_list li
{
     width: 150px;
     height:130px;
     line-height: 26px;
     text-align: center;
	 padding:0px 13px;
     float: left;
	 position:relative;
}
		
/*图片新闻列表样式*/

.newspic_body{
	float:left;
	width:150px;
	position:relative;
	height:130px;
}
.newspic_body_pic{
    width:150px;
	height:94px;
	position:relative;
	float:left;
}
.newspic_body_info{
	float:left;
	width:150px;
	text-align:center;
	position:relative;
	line-height:26px;
	height:26px;
	margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}