/* CSS Document */
.panel-heading { font-family:"微软雅黑";font-weight: bold;}
.col-title {font-family:"微软雅黑";font-weight: bold;}
.col-body {font-family:"微软雅黑";}
.panel-body {
	line-height: 1.6em;
    word-break: break-all;
	text-align:justify;
	}
.pagebar { text-align:center;}

.bs-callout {
    padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
	display: block;
}
.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout-success {
    border-left-color: #4BA24B;
}

.m-art-title {
    font-size: 24px;
    line-height: 39px;
    font-weight: normal;
    color: #444;
    margin: 20px auto 7px;
    word-break: break-all;
}
.m-art-wrap {
    margin: 0 0.25rem;
}
.m-art-info {
    text-align: left;
    font-size: 12px;
    padding-bottom: 20px;
    margin: -8px 0 0 0;
    color: #999;
}

.m-art-body {
    line-height: 1.6em;
    font-size: 17px;
    word-break: break-all;
	text-align:justify;
}
.m-art-body img {width:100%;}

h1
{
	text-align: center;
	font-family: inherit;
	font-weight: 400;
}
.cm-header .cm-header-icon
{
	width: 44px;
	height: 44px;
	text-align: center;
	display: inline-block;
}
.cm-header .cm-page-title
{
	left: 88px;
	right: 88px;
	line-height: 44px;
	overflow: hidden;
	font-size: 18px;
	white-space: nowrap;
	position: absolute;
	text-overflow: ellipsis;
	top:-15px;
}
.navbar-toggle { background:#fff;}
