/* 列表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 {
	width: 1200px;
	margin: 0 auto;
	/* background-color: rgba(0, 255, 0, .1); */
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

/* 左侧边栏 */
.listBox>.listCont>.contLeft {
	min-height: 650px;
	width: 300px;
	background-image: url('../images/list_left_bg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	/* background-size: cover; */
	border: 1px #e5e5e5 solid;
	box-shadow: 0px 0px 5px #e5e5e5;
	box-sizing: border-box;
}

.listBox>.listCont>.contLeft>.contTitle {
	color: #fff;
	font-size: 20px;
	text-align: center;
	background-color: rgba(175, 0, 0, .9);
	height: 60px;
	line-height: 60px;
	border-radius: 8px 8px 0 0;
}

.listBox>.listCont>.contLeft>.contTitle>i {
	font-size: 20px;
	font-weight: lighter;
}

.listBox>.listCont>.contLeft>.contBox {
	list-style: none;
	padding: 10px 30px;
}
.listBox>.listCont>.contLeft>.contBox>.active{
	color: #C8090F;
	background-image: url('../images/jt_1.gif');
}
.listBox>.listCont>.contLeft>.contBox>a {
	display: block;
	font-size: 18px;
	color: #0562AA;
	padding: 4px 3px 4px 23px;
	background-image: url('../images/jt_1.png');
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom: 1px #e5e5e5 dashed;
}

.listBox>.listCont>.contLeft>.contBox>a:hover {
	text-decoration: none;
	color: red;
}

/* 右侧边栏 */
.listBox>.listCont>.contRight {
	width: 885px;
	min-height: 650px;
	box-sizing: border-box;
	padding: 0px 0px 0px 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;
}
/* 文章列表分页 */
.myPaper{
	float: right;
	margin-right: 30px;
}

/* 文章详情 */
.articleDetail{
	padding: 0px 25px 25px 25px;
}

.articleDetail>.title{
	text-align: center;
	margin: 15px auto;
}
.articleDetail>.cont{
	font-size: 16px;
}
.articleDetail>.cont img{
	max-width: 100%;
}
