/*公共样式表*/
.left{
	width:300px;
	position:absolute;
	overflow:hidden;
	background:#00A0E9;
	overflow-y:auto;
	min-height: 90%;
    height: auto;
}
.fenlei h3{height:40px; line-height:40px; color:#a1a1a1; padding-left:10px; font-size:14px; font-weight:normal;}

.fl_tb1 {height:50px; line-height:50px; background:#FFF; }
.right{margin-left:290px;overflow-y:auto; padding:0 12px;min-height: 90%;height: auto;}



/*列表*/
	.list-box {
	width:98%;
	background:#fff;
	margin:8px auto;
	border-radius:4px;
}
.list-box .title {
	/*border-bottom:1px dashed #c7c7c7;*/
}
.list-box .title .left span, .list-box .title .left i, .list-box .title .left em {
	display:block;
	float:left;
	color:#27364f;
}
.list-box .title .left span {
	font-size:0.8em;
	padding:12px 10px 0 0px;
}
.list-box .title .left i, .list-box .title .left em {
	font-style:normal
}
.list-box .title .left i {
	width:2px;
	height:15px;
	background:#27364f;
	margin:16px 0;
}
.list-box .title .left em {
	font-size:0.8em;
	padding:13px 5px;
}
.list-box .title .time {
	font-size:0.8em;
	padding:13px 12px 0 0;
	color:#999;
}
.list-box .bottom .left span, .list-box .bottom .left em {
	display:block;
	float:left;
}
.list-box .bottom .left span {
	font-size:1.2em;
	font-weight:bold;
	padding:10px 6px 15px 12px;
	color:#f5484c;
}
.list-box .bottom .left em {
	font-size:0.8em;
	padding:16px 0 15px 0;
	font-style:normal;
	color:#7c7c7c;
}
.list-box .bottom .adde {
	font-size:0.8em;
	padding:13px 12px 0 0;
	color:#999;
}

.link-default{
	color: #FFF; background:#00A0E9;padding: 4px 4px;border-radius:3px; text-decoration: none;
	}
.link-blue{
	color: #FFF; background:#900;padding: 4px 4px;border-radius:3px; text-decoration: none;
	}


