#c1{
float:left;
width:188px;
border:1px solid #ffcccc;
}
#c2{
float:left;
width:598px;
overflow:hidden;
}
#c3{
float:right;
width:188px;
border:1px solid #ffcccc;
}

.Items{
    width:600px;
}

.Items li{
    width:200px;
   height:180px;
   overflow:hidden;
}

.Items li img{
    width:158px;
    height:120px;
    border:1px solid #f6acc7;
    background-color:#FFF7FF;
    padding:10px;
    margin:10px 10px 5px 10px;
}

.Items li div{
    font-size: 12px;
    font-weight: normal;
    margin:0px;
    margin-left:8px;
    line-height:20px;
}

.Rec{width:180px;}

.Rec li{
    width:190px;
}

.Rec li img{
    width:150px;
    height:120px;
    border:1px solid #f6acc7;
    background-color:#FFF7FF;
    padding:10px;
    margin:10px 10px 5px 10px;
}

.Rec li div{
    font-size: 12px;
    font-weight: normal;	
    margin:0px;
    margin-left:8px;
    margin-right:8px;
    line-height:20px;
}

.NewsList{width:600px;}
.NewsList li{
    border-bottom: 1px solid #EEEEEE;
    width:280px;
    background: url(/images/dot2.gif) no-repeat 3px 10px;
    line-height:20px;
    padding: 4px 1px 2px 15px;
}
.RecNews li{
    border-bottom: 1px solid #EEEEEE;
    width:172px;
    background: url(/images/dot2.gif) no-repeat 3px 10px;
    line-height:20px;
    padding: 4px 1px 2px 15px;
}


