/* 移动端 */
@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% - 40px);
		min-height: 380px;
		background-size: cover;
	}
	
	/* 右侧边栏 */
	.listBox>.listCont>.contRight {
		width: 100%;
		min-height: 400px;
		box-sizing: border-box;
		padding: 0px 15px 15px 0px;
		/* background-color: rgba(0, 255, 0, .1); */
		/* border: 1px #e5e5e5 solid; */
		box-shadow: 0px 0px 5px #e5e5e5;
		border-radius: 8px 8px 0 0;
	}
	
	/* 文章详情 */
	.articleDetail{
		padding: 0px 5px 15px 15px;
	}
.listBox>.listCont>.contRight>.listItem>a {
background-image:none;
display: block;
}
.listBox>.listCont>.contRight>.listItem>a>h5{
	font-weight: normal;
	font-size: 16px;

        display: inline;
}
.listBox>.listCont>.contRight>.listItem>a>h6{
	font-weight: normal;

	color: #ccc;
	font-size: 16px;
	text-align: center;
 display: inline;
text-align: center;

}
.text-ellipsis {

     overflow: none; 
     text-overflow: none;
     white-space: wrap;
}
.breadcrumb {
  margin-bottom: 0px !important;
}

}
