.content_box {
	width: 574px;
	margin-top: 4px;
}

.fun,
.knowlage {
	width: 264px;
	min-height:1160px;
	padding-top: 16px;
	padding-left: 13px;
	mergin:0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
}

.knowlage {
	float: left;
	background-color: #F2F8E4;
	border-bottom-color: #769B1A;
}

.fun {
	float: right;
	background-color: #FFE7E7;
	border-bottom-color: #EB5350;
}

.menu {
	width: 250px;
	min-height:80px;
	margin-bottom:20px;
}

.thumb {
	float: left;
	margin:0px 0px 20px 0px;
}

.menu_title{
    margin:0px 0px 10px 0px;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.link_k,.link_f{
	float: left;
	width: 165px;
	margin-bottom:20px;
}

.link_k ul,
.link_f ul{
    list-style-type:none;
}


.link_k ul li{
	padding:0 0 0 30px;
	margin-bottom:4px;
	background-image: url(../images/arrow_g.gif);
	background-repeat: no-repeat;
	background-position:0 5px;
}

.link_k ul li.link_k_new{
	background-image: url(../images/new_icon.gif);
}

.link_f ul li{
	padding:0 0 0 30px;
	margin-bottom:4px;
	background-image: url(../images/arrow_r.gif);
	background-repeat: no-repeat;
	background-position:0 5px;
}

.link_f ul li.link_f_new{
	background-image: url(../images/new_icon_f.gif);
}
