/*$$
{"color":[{"val":"#26334c","title":"栏目标题文字颜色"},

{"val":"#999999","title":"栏目位置文字颜色/日期文字"},

{"val":"#555555","title":"二级分类栏目选中文字颜色"},

{"val":"#666e80","title":"文章简介文字颜色"},

{"val":"#fff","title":"文字颜色"}],

"background":[{"val":"#6160ea","title":"栏目默认选中下划线/分页选中"},

{"val":"#fff","title":"进度条背景"}],

"border":[{"val":"#e6e6e6","title":"栏目边框"},

{"val":"#999999","title":"列表边框"}]}


$$*/

#list3_xxx{

	width: 1200px;

	margin: 0 auto;

}

#list3_xxx .className{

	height: 60px;

	line-height: 60px;

	border-bottom: rgba(0, 151, 136, 1) solid 1px;

}

#list3_xxx .className .title-1{

	float: left;

	font-size: 20px;

	color: rgba(0, 151, 136, 1);

	position: relative;

	display: inline-block;

	font-weight: bold;

}

#list3_xxx .className .title-1::after{

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 1px;

	background: rgba(0, 151, 136, 1);

	content: '';

}

#list3_xxx .className .title-2{

	color: rgba(0, 151, 136, 1);

	float: right;

	font-size: 14px;

}

#list3_xxx .className .title-2 a{

	color: rgba(0, 151, 136, 1);

}

#list3_xxx .listCon{

	width: 100%;

}

#list3_xxx .listCon .listLi{

	width: 100%;

	height: auto;

	overflow-y: auto;

	padding: 40px 0 30px 0;

	zoom: 1;

	border-bottom: rgba(0, 151, 136, 1) 1px dashed;

}

#list3_xxx .listCon .listLi a{

	width: 100%;

	display: block;

}

#list3_xxx .listCon .conL{

	width: 300px;

	float: left;

	height: 230px;

	overflow: hidden;

}

#list3_xxx .listCon .conL img{

	width: 100%;

	height: 100%;

	object-fit: cover;

	transition:transform .3s ease;

}

#list3_xxx .listCon .conL:hover img{

	transform: scale(1.1);

}

#list3_xxx .listCon .conR{

	width: calc(100% - 300px);

	float: left;

	padding-left: 50px;

}

#list3_xxx .listCon .conR .list_top{

	width: 100%;

	line-height:60px;

}

#list3_xxx .listCon .conR .list_bottom{

	width: 100%;

	font-size: 14px;

	margin-top: 10px;

	color: rgba(0, 151, 136, 1);

	line-height: 36px;

	text-overflow: -o-ellipsis-lastline;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 4;

	line-clamp: 4;

	-webkit-box-orient: vertical;

}

#list3_xxx .listCon .tit{

	width: calc(100% - 150px);

	float: left;

	display: block;

	color: rgba(0, 151, 136, 1);

	font-size: 18px;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

}

#list3_xxx .listCon .date{

	float: right;

	color: rgba(0, 151, 136, 1);

	font-size: 14px;

	background: url(./../../../static/images/LT00003_05.png) no-repeat left center;

	background-size: 16px 16px;

	padding-left: 25px;

}

#list3_xxx .prBox{

	height: 90px;

	position: relative;

}

#list3_xxx .prClass{

	position: absolute;

	height: 100px;

	width: 100%;

	background: rgba(243, 246, 247, 1);

	box-shadow: 0 0 15px 10px rgba(0,0,0,.1);

	bottom:7px;

	z-index:100;

}

#list3_xxx .classList{

	width: calc(100% - 200px);

	margin: 0 auto;

	height: 100%;

	overflow: hidden;

	position: relative;

}

#list3_xxx .classList .sBox{

	height: 100%;

	display: block;

	float: left;

	width:100%;



}



#list3_xxx .classList .active,

#list3_xxx .classList .swiper-slide:hover{

	background:rgba(0, 151, 136, 1);

}

#list3_xxx .classList .sBox .title{

	width: 100%;

	display: block;

	text-align: center;

	line-height: 100px;

	height: 100px;

	color: rgba(0, 151, 136, 1);

	font-size: 14px;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

	padding: 0 10px;

}

#list3_xxx .classList .active .title,

#list3_xxx .classList .swiper-slide:hover .title{

	color: rgba(255, 255, 255, 1);

}

#list3_xxx .classList .sBox i{

	width: 100%;

	height: 100px;

	display: flex;

	align-items: center;

	justify-content: center;

	padding-top: 10px;

}

#list3_xxx .classList .sBox i img{

	height: 80px;

	width: auto;

}

#list3_xxx .btnPrev{

	background: url(./../../../static/images/LT00003_03.png) no-repeat center center;

	background-size: 15px 25px;

	position: absolute;

	left:0;

	top:0;

	width: 100px;

	height: 100%;

	cursor: pointer;

}

#list3_xxx .btnNext{

	background: url(./../../../static/images/LT00003_04.png) no-repeat center center;

	background-size: 15px 25px;

	position: absolute;

	right:0;

	top:0;

	width: 100px;

	height: 100%;

	cursor: pointer;

}



#list3_xxx .prKey{

	width: 100%;

	min-height: 60px;

	height: auto;

	overflow-y: auto;

	zoom: 1;

	padding: 10px 0;

	background: #e0e2e5;

	line-height: 40px;

	font-size: 14px;

	display: none;

	margin-top: -20px;

}

#list3_xxx .prKey .con{

	width: 100%;

	height: 100%;

	padding: 0 10px;

}

#list3_xxx .prKey a{

	color: rgba(0, 151, 136, 1);

	margin: 0 20px;

	float: left;

	text-align: center;

}

#list3_xxx .prKey a.active{

	color: rgba(248, 243, 243, 1);

	font-weight: bold;

}

@media screen and (max-width: 1200px) {
	#list3_xxx{

		width: 96%;

	}

}

@media screen and (max-width: 767px){

	#list3_xxx{

		padding: 20px 0 40px;

	}

	#list3_xxx .className{

		line-height: 40px;

		height: 40px;

	}

	#list3_xxx .className .title-1{

		font-size: 18px;

	}

	#list3_xxx .className .title-2{

		font-size: 12px;

	}

	#list3_xxx .listCon .conL,

	#list3_xxx .listCon .conR{

		width: 100%;

	}

	#list3_xxx .listCon .conR{

		padding-left: 10px;

		padding-right: 10px;

	}

	#list3_xxx .listCon li{

		margin-top: 10px;

		height: 40px;

		line-height: 40px;

	}

	#list3_xxx .listCon .conR .list_top{

		line-height: 45px;

	}

	#list3_xxx .listCon .conR .list_bottom{

		line-height: 24px;

		max-height: 96px;

	}

	#list3_xxx .listCon .conL{

		height: 220px;

	}

	#list3_xxx .listCon .tit{

		font-size: 16px;

		width: calc(100% - 120px);

	}

	#list3_xxx .listCon .date{

		font-size: 12px;

	}

	#list3_xxx .prClass{

		bottom: 45px;

		height: 60px;

	}

	#list3_xxx .classList{

		width: calc(100% - 100px);

	}

	#list3_xxx .btnNext,#list3_xxx .btnPrev{

		width: 50px;

	}

	#list3_xxx .prBox{

		height: 70px;

	}

	#list3_xxx .classList .sBox .title{

		line-height: 60px;

		height: 60px;

	}

	#list3_xxx .prKey a{

		margin: 0 5px;

	}

	#list3_xxx .listCon .listLi{

		padding: 20px 0;

	}

	#list3_xxx .prKey{

		margin-top: -45px;

		line-height: 30px;

		min-height: 50px;

	}

}

.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, 151, 136, 1);

	color: rgba(255, 255, 255, 1);

	border-radius: 50%;

	height: 30px;

	padding: 0 10px;

}