@charset "UTF-8";
/* CSS Document */
/*new index style*/
#content{
	border-top:1px solid;
	font-family:Arial,Sana-serif;
	font-size:14px;
}
.news{
	border-right:1px solid;
	width:332px;
	float:left;
}
.post{
	background-color:#454545;
	height:141px;
}
.post a:hover {
	text-decoration:underline;
}
.news .post{
}
.pic{
	float:left;
height:100px;
padding:16px;
width:100px;
}
.title{
	float:left;
font-size:14px;
font-weight:bold;
padding-top:16px;
width:200px;
	}
.summary{
	float:left;
font-size:13px;
width:200px;
color:#fff;
padding:5px 0px;
}
.course{
	float:left;
	width:332px;
	border-right:1px solid #000;
}
.news a,.course a {
	color:#fff;
	text-decoration:none;
}
.news .content a:hover{
	background-color:#3a85af;
}
.course .content a:hover{
	background-color:#b9a23a;
}
.content{
	height:257px;
	background-color:#848484;
	color:#FFFFFF;
	padding-left:5px;
	padding-top:4px;
	}
.content ul{
	margin:0;
	padding:0;
}
.content ul  li{
	list-style-type:none;
}
.content ul li span {
	height:19px;
	width:19px;
	float:left;
	display:block;
	background:url("images/number.gif") no-repeat scroll 0 0 transparent;
}
.content a{
	line-height:160%;
	padding:5px;
}
.highline{
	padding:5px 10px;
	text-align:left;
}
.more {
	height:20px;
	background-color:#848484;
	text-align:right;
}
.pic img:hover,.video img:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}
.pr{
	float:left;
	width:333px;
	}
img{
	border:0px none;
}
.ielts{
	background:url(images/bg.jpg) no-repeat 0 0 ;
	width:1000px;
	height:533px;
	}
.video{
	position:relative;
	left:380px;
	width:254px;
	height:210px;
}



