﻿/* 区域1 */
#area1{
	width:101%;
	height:auto;

	}

/* 区域2 */
#area2{
	width:100%;
	height:auto;
	}

/* 区域3 */
#area3{
	width:100%;
	height:300px;
	}


/* 推荐课程 */
#index_class{
	float:left;
	width:600px;
	height:300px;
	}

.index_class{
	float:left;
	width:auto;
	height:114px;
	padding:3px;
	border:1px solid #ccc;
	text-align:cetner;
	}
.index_class a{
	padding:0px;
	background:#f00;
	}

.index_class_name{
	float:left;
	height:24px;
	line-height:24px;
	font-size:13px;
	color:#555;
	}

