#content .list-group {
	position: absolute;
	z-index: 99;
	transition: all 0.5s;
	letter-spacing: 1px;
	top:0;
}

#content .list-group-item {
	font-size: 15px;
	text-align: center;
	color: #1a3a75;
	/*
	background: #fff url("../images/news6.png") no-repeat 15px center;
	*/
	cursor: pointer;
}
#content .my-active {
	color: #df3e59;
	/*
	background: #fff url("../images/news3.png") no-repeat 15px center
	*/
}
#content .header {
	background: url("../images/title_bg.jpg");
	padding: 20px 0;
	color:#fff;
	font-size:18px;
	letter-spacing: 3px;
}
#content .breadcrumb {
	background: #fff;
}
#content .nav li {
	text-indent: 20px;
	padding: 10px 0
}
/*没有小于768px，是因为Bootstrap3以移动端优先设计*/

/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	#content .list-group {
		width:200px;
	}
}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
	#content .list-group {
		width:200px;
	}
}

/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {
	#content .list-group {
		width:250px;
	}
}