/*$${"color":[{"val":"#26334c","title":"栏目标题文字颜色"},
{"val":"#999999","title":"栏目位置文字颜色/日期文字"},
{"val":"#26334c","title":"列表文章标题颜色"},
{"val":"#666e80","title":"列表文章简介颜色"},
{"val":"#4d4d4d","title":"默认分类文字颜色"},
{"val":"#999999","title":"二级分类文字颜色"},
{"val":"#5f8e15","title":"二级分类选中文字颜色"},
{"val":"#fff","title":"文字颜色"}],
"background":[{"val":"#5f8e15","title":"分类栏目背景颜色/分类栏目鼠标滑过背景"},
{"val":"#f7f7f7","title":"分类栏目默认背景颜色"},
{"val":"#dddddd","title":"分类栏目/二级分类底部边框颜色"},
{"val":"#fff","title":"进度条背景"}],
"border":[{"val":"#e6e6e6","title":"栏目边框"},
{"val":"#999999","title":"列表边框"}]}$$*/
#list2_xxx{
	width: 1200px;
	margin: 60px auto;
}
#list2_xxx .className{
	height: 60px;
	line-height: 60px;
	border-bottom: #e6e6e6 solid 1px;
}
#list2_xxx .className .title-1{
	float: left;
	font-size: 20px;
	color: #26334c;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
#list2_xxx .className .title-1::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	content: '';
}
#list2_xxx .className .title-2{
	color: #999999;
	float: right;
	font-size: 14px;
}
#list2_xxx .className .title-2 a{
	color: #999999;
}
#list2_xxx .subClass{
	width: 245px;
	float: left;
	margin-top: 40px;
	display: block;
}
#list2_xxx .subClass dt{
	width: 100%;
	background: rgba(0, 65, 230, 1);
	font-size: 20px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}
#list2_xxx .subClass dt a{
	color: #fff;
}
#list2_xxx .subClass dd{
	width: 100%;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	margin-bottom: 2px;
}
#list2_xxx .subClass .title{
	height: 54px;
	background: #f7f7f7;
	line-height: 54px;
	text-indent: 70px;
	display: block;
	width: 100%;
	font-size: 16px;
	color: #4d4d4d;
	position: relative;
	transition: hover .3s ease;
}
#list2_xxx .subClass .title::after{
	width: calc(100% - 20px);
	content: '';
	position: absolute;
	padding: 0 10px;
	left:10px;
	top:53px;
	height: 1px;
	background:#dddddd;
	z-index: 100;
}
#list2_xxx .subClass dd .title.active,
#list2_xxx .subClass .title:hover{
	background: rgba(0, 65, 230, 1);
	color: #fff;
}
#list2_xxx .subClass .title.active::after,
#list2_xxx .subClass .title:hover::after{
	display: none;
}
#list2_xxx .subClass dd i{
	background: url(/static/images/LT00003_06.png) no-repeat;
	background-size: 7px 12px;
	position: absolute; 
	right: 35px;
	top:21px;
	width: 7px;
	height: 12px;
}

#list2_xxx .subClass dd .title.active i,
#list2_xxx .subClass .title:hover i{
	background: url(/static/images/LT00003_07.png) no-repeat;
	background-size: 12px 7px;
	width: 12px;
	height: 7px;
	top:24px;
}
#list2_xxx .subClass dd .moulmnList{
	background: #f7f7f7;
	padding: 0 8px;
	width: 100%;
	list-style-type: none;
	text-indent: 80px;
	display: none;
}
#list2_xxx .subClass dd .moulmnList li{
	line-height: 54px;
	font-size: 14px;
	color: #999999;
	width: 100%;
	height: 54px;
	border-bottom:#dddddd solid 1px;
}
#list2_xxx .subClass dd .moulmnList li a{
	color: #999999;
}
#list2_xxx .subClass dd .moulmnList li.active a{
	color: rgba(0, 65, 230, 1);
}
#list2_xxx .listCon{
	width: calc(100% - 280px);
	float: right;
}
#list2_xxx .listCon li{
	width: 100%;
	height: auto;
	padding: 10px 0 20px 0;
	margin-top: 20px;
	border-bottom: #999999 1px dashed;
}
#list2_xxx .listCon li .list_top{
	width: 100%;
	line-height: 55px;
}
#list2_xxx .listCon li .list_bottom{
	width: 100%;
	font-size: 14px;
	color: #666e80;
	line-height: 32px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
#list2_xxx .listCon li a{
	width: 100%;
	display: block;
}
#list2_xxx .listCon .tit{
	width: calc(100% - 150px);
	float: left;
	display: block;
	color: #26334c;
	font-size: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#list2_xxx .listCon li:hover .tit{
	color: rgba(0, 65, 230, 1);
}
#list2_xxx .listCon .date{
	float: right;
	color: #999999;
	font-size: 14px;
	background: url(/static/images/LT00002_05.png) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 25px;
}
#list2_xxx .prBox{
	height: 70px;
	position: relative;
	display: none;
}
#list2_xxx .prClass{
	position: absolute;
	height: 70px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px 10px rgba(0,0,0,.1);
	bottom:20px;
	z-index:100;
}
#list2_xxx .classList{
	width: calc(100% - 200px);
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#list2_xxx .classList .sBox{
	height: 100%;
	display: block;
	float: left;
	width:100%;

}

#list2_xxx .classList .active,
#list2_xxx .classList .swiper-slide:hover{
	background:rgba(0, 65, 230, 1);
}
#list2_xxx .classList .sBox .title{
	width: 100%;
	display: block;
	text-align: center;
	line-height: 70px;
	height: 70px;
	color: #666e80;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}
#list2_xxx .classList .active .title,
#list2_xxx .classList .swiper-slide:hover .title{
	color: #fff;
}
#list2_xxx .btnPrev,
#list2_xxx .btnNext{
	position: absolute;
	top:0;
	width: 50px;
	height: 100%;
	cursor: pointer;
	background-size: 15px 25px;
}
#list2_xxx .btnPrev{
	background: url(/static/images/LT00002_03.png) no-repeat center center;
	left:0;
}
#list2_xxx .btnNext{
	background: url(/static/images/LT00002_04.png) no-repeat center center;
	right:0;
}

#list2_xxx .prKey{
	width: 100%;
	height: 60px;
	background: #e0e2e5;
	line-height: 60px;
	font-size: 14px;
	display: none;
}
#list2_xxx .prKey a{
	color: #666e80;
	margin: 0 20px;
}
@media screen and (max-width: 1200px) {
	#list2_xxx{
		width: 96%;
		padding: 60px 0;
	}
}
@media screen and (max-width: 767px){
	#list2_xxx{
		padding: 0 0 40px;
		margin: 0 auto;
	}
	#list2_xxx .className{
		line-height: 40px;
		height: 40px;
	}
	#list2_xxx .className .title-1{
		font-size: 18px;
	}
	#list2_xxx .className .title-2{
		font-size: 12px;
	}
	#list2_xxx .listCon{
		width: 100%;
	}
	#list2_xxx .listCon li{
		margin-top: 0;
		padding: 0 0 10px 0;
	}
	#list2_xxx .listCon li .list_top{
		line-height: 40px;
	}
	#list2_xxx .listCon li .list_bottom{
		line-height: 24px;
		-webkit-line-clamp: 2;
		line-clamp:2;
		max-height: 48px;
	}
	#list2_xxx .listCon .tit{
		font-size: 16px;
		width: calc(100% - 120px);
	}
	#list2_xxx .listCon .date{
		font-size: 12px;
	}
	#list2_xxx .prClass{
		bottom: 10px;
	}
	#list2_xxx .classList{
		width: calc(100% - 100px);
	}
	#list2_xxx .btnNext,#list2_xxx .btnPrev{
		width: 50px;
	}
	#list2_xxx .prBox{
		display: block;
	}
	#list2_xxx .subClass{
		display: none;
	}
}


.pages{
	width: 100%;
	margin: 20px auto;
	height: 30px;
	line-height: 30px;
}
.pages .pagination{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.pages .pagination li{
	color: #bfbfbf;
	padding: 0 5px;
	line-height: 30px;
	display: inline-block;
	margin: 0 5px;
}
.pages .pagination li a{
	color: #bfbfbf;
}
.pages .pagination li.active{
	background: rgba(0, 65, 230, 1);
	color: #fff;
	/* border-radius: 50%; */
	height: 30px;
	padding: 0 10px;
}
