#news {
	background: #f5f5f5;
	padding-top: 30px;
}
.jumbotron-news {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#news .list-group {
	position: absolute;
	z-index: 99;
	transition: all 0.5s;
    letter-spacing: 1px;
}
#news .list-group-item {
	font-size: 15px;
	text-align: center;
	color: #1a3a75;
	/*
	background: #fff url("../images/news6.png") no-repeat 15px center;
	*/
	cursor: pointer;
}
#news .my-active {
    color: #df3e59;
	/*
    background: #fff url("../images/news3.png") no-repeat 15px center
	*/
}
#news .header {
	background: url("../images/title_bg.jpg");
	padding: 20px 0;
	color:#fff;
	font-size:18px;
	letter-spacing: 3px;
}
#news .breadcrumb {
	background: #fff;
}
#news .nav li {
	text-indent: 20px;
    background: url("../images/news1.png") no-repeat left center;
    padding: 10px 0
}
.info-content {
	background-color: #fff;
	margin: 0 0 20px 0;
}
.info-content img {
	margin: 12px 0;
}
.info-content h4 {
	color: #333;
	padding: 2px 0 0 0;
	font-size: 14px;
}
.info-content p {
	line-height: 1.6;
}
#news p.date {
    color: #999
}

/*没有小于768px，是因为Bootstrap3以移动端优先设计*/

/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	.info-content h4 {
		font-size: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#news .list-group {
		width:200px;
	}
}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
	.info-content h4 {
		font-size: 18px;
	}
	#news .list-group {
		width:200px;
	}
}

/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {
	.info-content h4 {
		font-size: 20px;
	}
	#news .list-group {
		width:250px;
	}
}








