

#container
{
    width:1000px;
    height:410px;
	float:left;
    position: relative;
}

#container .kuait{width:1000px; height:32px; line-height:32px; float:left; position:relative;}
        
#btnPrev, #btnNext
{
    width: 30px;
    height: 410px;
    line-height: 410px;
    text-align: center;
    float: left;
	position:relative;
}
        
#listBox
{
    width:900px;
    height:390px;
    overflow: hidden;
    float: left;
	padding:10px 10px 0px 10px;
	position:relative;
}

#list li
{
     width: 200px;
     height:390px;
     line-height: 26px;
     text-align: center;
	 padding:0px 13px;
     float: left;
	 position:relative;
}
		
/*图片新闻列表样式*/

.newspic_body{
	float:left;
	width:200px;
	position:relative;
	height:390px;
}
.newspic_body_pic{
    width:200px;
	height:350px;
	position:relative;
	float:left;
}
.newspic_body_info{
	float:left;
	width:200px;
	text-align:center;
	position:relative;
	line-height:40px;
	height:40px;
	background-color:#FFFFFF;
	margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}