/*
########################################################
  news style
########################################################
*/

.news{
	zoom: 1;
}


/*
########################################################
  left
########################################################
*/

.news .left{
	width: 140px;
	float: left;
}
.news .left dl{
	margin-bottom: 10px;
}
.news .left dl dt{
	font-size: 83%;
}
.news .left dl dd{
	margin-bottom: 10px;
	font-size: 83%;
}


/*
########################################################
  main
########################################################
*/

.news .main{
	width: 660px;
	float: right;
}
.news .main .newsList{
	zoom: 1;
	width: 660px;
}
.news .main .newsList li{
	float: left;
	width: 132px;
	height: 132px;
}

.news:after,
.news .main .newsList:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
