/* ==================== 列表页移动端（<= 767px） ==================== */
@media (max-width: 767px) {

	/* Banner */
	.banBox {
		min-width: 370px;
		height: 80px;
	}

	/* 列表主体 */
	.listBox {
		min-width: 370px;
	}

	.listBox > .listCont {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	/* 左侧边栏 */
	.listBox > .listCont > .contLeft {
		width: calc(100% - 10px);
		min-height: 380px;
		background-size: cover;
	}

	/* 右侧边栏 */
	.listBox > .listCont > .contRight {
		width: 100%;
		min-height: 400px;
		box-sizing: border-box;
		padding: 0px 0px 15px 0px;
		box-shadow: none;
		border-radius: 8px 8px 0 0;
	}

	.listBox > .listCont > .contRight > nav {
		padding: 10px 15px 0px 15px;
		line-height: 1.5em;
		margin-bottom: 0px;
	}

	.listBox > .listCont > .contRight > nav > .pathNav {
		margin-bottom: 0px;
	}

	/* 文章列表 */
	.listBox > .listCont > .contRight > .listItem {
		padding: 10px 15px;
	}

	.listBox > .listCont > .contRight > .listItem > a > h5 {
		width: calc(100% - 100px);
	}

	/* 文章详情 */
	.articleDetail {
		padding: 0px 5px 15px 15px;
	}
}
