/* ==================== Banner ==================== */
.banBox {
	min-width: 1200px;
	height: 130px;
	background-image: url('../images/list_ban.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* ==================== 文章主体内容 ==================== */
.listBox {
	min-width: 1200px;
	background-color: #fbf9f5;
	background-image: url('../images/body_top_bg.png');
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 1px;
}

.listBox > .listCont {
	width: 1200px;
	margin: 0 auto;
}

/* 面包屑导航 */
.listBox > .listCont > .pathNav {
	padding: 10px 10px;
	margin-bottom: 0px;
}

/* ==================== 文章详情 ==================== */
.articleDetail {
	padding: 25px;
	margin-bottom: 15px;
	box-shadow: none !important;
}

.articleDetail > .title {
	text-align: center;
	margin: 15px auto;
	padding: 15px 0;
	border-bottom: 1px #ccc solid;
}

.articleDetail > .nav {
	text-align: right;
}

.articleDetail > .nav > hr {
	margin-top: 10px;
}

.articleDetail > .cont {
	font-size: 16px;
	line-height: 1.5em;
}

.articleDetail > .cont img {
	max-width: 100%;
	height: auto !important;
}
