/* 列表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>.listCont>.contRight>.pathNav{
	padding: 10px 10px;
	margin-bottom: 0px;
}

/* 列表内容 */
.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>.contRight {
	width: 1100px;
	min-height: 650px;
	box-sizing: border-box;
    margin: 0 auto;
	padding: 0px 0px 15px 0px;
	box-shadow: 0px 0px 5px #e5e5e5;
	border-radius: 8px 8px 0 0;
}

/* 文章列表 */
.listBox>.listCont>.contRight>.listItem{
	list-style: none;
	padding: 10px 30px;
	font-size: 16px;
}
.listBox>.listCont>.contRight>.listItem>a{
	display: flex;
	justify-content: space-between;
	color: #353535;
	border-bottom: 1px #e5e5e5 dashed;
	background-image: url('../images/box_1.gif');
	background-repeat: no-repeat;
	background-position: 8px center;
	padding: 4px;
	padding-left: 16px;
	
}
.listBox>.listCont>.contRight>.listItem>a>h5{
	font-weight: normal;
	font-size: 16px;
	width: calc(100% - 120px);
}
.listBox>.listCont>.contRight>.listItem>a>h6{
	font-weight: normal;
	width: 110px;
	color: #ccc;
	font-size: 16px;
	text-align: center;
}

.listBox>.listCont>.contRight>.listItem>a:hover{
	color: red;
	background-color: #f8f8f8;
}
