.biaoti{
		background-image: url(../images/biaoti_bg.jpg);
		font-family: "微软雅黑";
		font-size: 18px;
		color: #0061b3;
		padding-top: 8px;
		padding-bottom: 4px;
		
		border: 1px solid #ddd;
}
@media(max-width: 768px ) {
	.biaoti{
		padding-top: 5px;
		padding-bottom: 0;
	}
}
.list-group-item a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #444;
	text-decoration: none;
}
.list-group-item a:hover{
	color: #0061b3;
	
}
.showContent{
	min-height: 400px;
	border: 1px solid #ddd;
	padding-left: 15px;
	padding-right: 15px;
}
.showContent .title{
	text-align: center;
	border-bottom: 1px solid #ddd;
	
}
/*内容的样式*/
.showContent .content .col-xs-12{
	padding-top: 25px;
	font-family: "微软雅黑";
	font-size: 14px;
/*	text-indent: 2em;
*/	line-height: 1.8;
	color: #444;
}
.showContent .content .col-xs-12 img{
	text-align: center !important;
}

.dropdown{
	margin-bottom: 15px;
}
.bsearch .glyphicon{
	margin-right: 2px;
}
