﻿/*------------------------------------------------------
                   主页样式表
------------------------------------------------------*/


/*-----------导入样式---------------*/
@import url("reset.css");
@import url("content_pic.css");


/*---------------------------------
            内容区基本框架定义
---------------------------------*/
#recommand{ height:1120px;}
#r_nav,#sidebar{ width:220px; height:510px; float:left; display:inline;}
#sidebar{ height:700px;}
#r_products,#news{ width:750px; height:700px; float:right;}
#news{ height:350px;}
#main{ height:700px;}
#pic_news{ height:280px; width:510px; float:left;}
div.news_list{ width:230px; float:right; height:280px;}
#n_products{ height:800px;}

/*---------------------------------
            内容区box定义
---------------------------------*/
#n_products .box{ height:800px;}
#r_products .box{ height:670px;}
#pic_news .box{ height:252px;}
.news_list .box{ border:solid 5px #ccc; height:242px; width:220px;}

