﻿.content {
	width : 990px;
	min-height:400px; 
	height:auto!important;
	height:400px;
	display : inline-block;
}

.content-left {
	float : left;
	clear : left;
	width : 25%;
}

.content-right {
	float : right;
	clear : right;
	width : 74%;
}

.content-right li {
	border-bottom: #c8deeb dashed 1px;
    border-bottom-style: solid;
}
.content-right .listDate {
	float : right;
	margin-right : 4px;
}
.listMenu {
	font-size : 16px;
	font-weight : bold;
}
.listSubMenu {
	font-weight : normal;
	font-size : 12px;
}
.listSubMenu li {
	margin-left : 10px;
}
.panel-left a:hover {
	color: #2DAAE8;
}

.panel-left a {
	color:#08c;
}