﻿/***新闻&热报辅导班***/
.news_frame {
	background:url(news_frame.png) no-repeat center;
	width:296px;
	height:237px;
	text-align:center;
}

#news_list {
	width:328px;
	height:200px;
	margin-left:15px;
}
	#news_list ul {
		margin:0px;
		padding:0px;
		list-style:none;
	}
	#news_list ul li {
		width:328px;
		height:26px;
		background:url(news_headline.png) no-repeat bottom;
		line-height:26px;
	}
		#news_list ul li A {
			width:328px;
			height:26px;
			color:#003969;				
			display: block;
			text-decoration:none;
			padding-left:18px;
		}
		#news_list ul li A:hover {
			width:328px;
			height:26px;
			background:url(news_hover.png) no-repeat;
		}
	
		#news_list .news_right {
			text-align:right;
			background:none;
			padding-top:2px;
		}
		
#class_hot {
	width:330px;
	height:105px;
	background:url(hot_fill.png) repeat-y;
}
	#class_hot ul {
		margin:0;
		padding:0px;
		list-style:none;
	}
	#class_hot ul li {
		width:250px;
		margin-left:5px;
		height:25px;
		line-height:25px;
		padding-left:50px;
		background:url(hot_spot.png) no-repeat 20px 5px;
		border-bottom:1px dashed #ccc;
	}


/***领先风采***/
.pic_marquee {
	height:46px;
	background:url(pic_marquee_top.png) no-repeat;
	padding-left:100px;
	line-height:46px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

.pic_split {
	width:200px;
	text-align:center;
}

.pic_border {
	text-align:center;
	vertical-align:middle;
	border:1px solid #999;
	padding:2px;
	width:130px;
}


/***主栏左侧***/
.left_list {
	width:280px;
	overflow:hidden;
}
	.left_list ul {
		list-style:none;
		padding:0px;
		margin:0;
	}
	.left_list ul li {
		width:101px;
		height:25px;
		line-height:25px;
		margin-left:2px;
		float:left;
		background:url(left_spot.png) no-repeat 8px;
		border-bottom:1px dashed #999;
		padding-left:35px;
	}

.left_list_full {
	width:280px;
	overflow:hidden;
}
	.left_list_full ul {
		list-style:none;
		padding:0px;
		margin:0;
	}
	.left_list_full ul li {
		width:246px;
		height:25px;
		line-height:25px;
		margin-left:3px;
		background:url(left_dot.png) no-repeat 8px;
		border-bottom:1px dashed #999;
		padding-left:30px;
	}
	
	
/***主栏***/
.main_list {
	width:326px;
	height:182px;
	background:url(main_fill.png) no-repeat;
}
	.main_list ul {
		margin:0;
		padding:0px;
		list-style:none;
	}
	.main_list ul li {
		width:275px;
		height:25px;
		line-height:25px;
		margin-left:8px;
		border-bottom:1px dashed #999;
		background:url(main_dot.png) no-repeat 8px;
		padding-left:30px;
	}
	
.pic_marquee_main {
	width:670px;
	height:46px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding-left:110px;
	background:url(pic_marquee_main.png) no-repeat;
}

.pic_small_border {
	text-align:center;
	vertical-align:middle;
	border:1px solid #999;
	padding:2px;
	width:70px;
}

.good {
	background:#e9e9e9;
	text-align:center;
	color:#c00;
	font-size:14px;
	font-weight:bold;
	height:28px;
	line-height:28px;
}

.good_content_1 {
	text-align:center;
	color:#c00;
	font-size:12px;
	height:28px;
	line-height:28px;
}

.good_content_2 {
	background:#e9e9e9;
	text-align:center;
	color:#ff6600;
	font-size:12px;
	height:28px;
	line-height:28px;
}