index.css 438 Bytes
html,body{
	height:100%;
}
.index-body{
	width:1910px;
	height:100%;
	
}
.index-list,.index-list > .list-group{
	width:230px;
	height:100%;
	float: left;
	background-color: #f2f6fc;
}
.index-list a{
	background-color: #f2f6fc;
	border-color: transparent;
	font-weight: 600;
}

.index-list a:hover{
	color:#0096eb;
}
.index-content,.index-content > .index-iframe{
	width:1680px;
	height:100%;
	float: right;
	border-left: 4px #ddd solid;
}