/* 列表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: #fff;
	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;
	/* background-color: rgba(0, 255, 0, .1); */
}

/* 当前位置 */
.listBox>.listCont>.pathNav{
	padding: 10px 10px;
	margin-bottom: 0px;
}

/* 文章详情 */
.articleDetail{
	padding: 25px 25px 25px 25px;
	box-shadow: 0px 0px 5px #e5e5e5;
	margin-bottom: 15px;
}

.articleDetail>.title{
	text-align: center;
	margin: 15px auto;
}
.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;
}
