/*$$
{"color":[
{"val":"#000000","title":"栏目标题、联系方式/二维码"},
{"val":"#999999","title":"面包屑、二级分类列表"},
{"val":"#0d3795","title":"分类选中与悬停、强调"},
{"val":"#ffffff","title":"侧栏顶栏字"},
{"val":"#666e80","title":"正文"},
{"val":"#bfbfbf","title":"预留"}],
"background":[
{"val":"#f4f4f4","title":"侧栏分类与联系区块"},
{"val":"#0d3795","title":"侧栏顶栏"}],
"border":[
{"val":"#e6e6e6","title":"栏目标题底边、侧栏联系人与二级列表、详情表格线"}]}
$$*/
#detail_xxx{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 50px;
}
#detail_xxx .className{
	height: 50px;
	border-bottom:#e6e6e6 solid 1px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
#detail_xxx .className .title-1{
	font-size: 22px;
	color: #000000;
	position: relative;
	display: inline-block;
	font-weight: bold;
	margin: 0;
}
#detail_xxx .className .title-1 a{
	color: inherit;
	text-decoration: none;
}
#detail_xxx .className .title-2,
#detail_xxx .className .title-2 a{
	color: #999999;
	font-size: 14px;
}
#detail_xxx .className .title-2 .current{
	color: #999999;
}
#detail_xxx .className nav.title-2{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
}
#detail_xxx .listbox{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}
#detail_xxx .classleft{
	width: 300px;
	flex-shrink: 0;
	float: none;
	margin-top: 0;
}
#detail_xxx .contactBox{
	width: 300px;
	display: block;
	background: #f4f4f4;
}
#detail_xxx .subClass{
	width: 300px;
	display: block;
	background: #f4f4f4;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#detail_xxx .subClass dt,
#detail_xxx .toptact{
	width: 100%;
	margin: 0;
	background: #0d3795;
	font-size: 22px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	position: relative;
	color: #ffffff;
}
#detail_xxx .contact{
	border-bottom:#e6e6e6 solid 1px;
	width: 100%;
	color: #000000;
	padding: 10px 0;
	line-height: 32px;
}
#detail_xxx .contact p{
	font-size: 18px;
	text-align: center;
}
#detail_xxx .contact span{
	font-size:22px;
	font-weight: 550;
	text-align: center;
	display: block;
}
#detail_xxx .code{
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 40px;
	font-size: 16px;
	color: #000000;
}
#detail_xxx .code img{
	width: 150px;
	height: 150px;
	object-fit: cover;
}
#detail_xxx .code .code-tip{
	margin: 0;
	font-size: 16px;
	font-style: normal;
	text-align: center;
}
#detail_xxx .subClass dt a{
	color: #ffffff;
}
#detail_xxx .subClass dd{
	width: 100%;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	margin-bottom: 2px;
	line-height: 90px;
}
#detail_xxx .subClass .title{
	height: 60px;
	line-height:60px;
	text-indent: 80px;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #000000;
	position: relative;
	transition: hover .3s ease;
}
#detail_xxx .subClass .title::after{
	width: 8px;
	content: '';
	position: absolute;
	left:50px;
	top:50%;
	height: 8px;
	background:#0d3795;
	z-index: 100;
	margin-top: -4px;
	border-radius: 50%;
}
#detail_xxx .subClass dd .title.active,
#detail_xxx .subClass .title:hover{
	color: #0d3795;
}

#detail_xxx .subClass dd .moulmnList{
	background: #f4f4f4;
	padding: 0 8px;
	width: 100%;
	list-style-type: none;
	text-indent: 80px;
	display: none;
}
#detail_xxx .subClass dd .moulmnList li{
	line-height: 54px;
	font-size: 14px;
	color: #999999;
	width: 100%;
	height: 54px;
	border-bottom:#e6e6e6 solid 1px;
}
#detail_xxx .subClass dd .moulmnList li a{
	color: #999999;
}
#detail_xxx .subClass dd .moulmnList li.active a{
	color: #0d3795;
}
#detail_xxx .contentR{
	flex: 1;
	width: auto;
	min-width: 0;
	float: none;
}
#detail_xxx .content > header{
	margin: 0;
	padding: 0;
	border: none;
}
#detail_xxx .content .title{
	font-size: 24px;
	color: #000000;
	width: 100%;
	text-align: center;
	line-height: 100px;
	word-wrap: break-word;
	display: block;
	border-bottom:#e6e6e6 solid 2px;
	margin: 0;
	font-weight: bold;
}
#detail_xxx .content .cont{
	width: 100%;
	font-size: 14px;
	color: #666e80;
	line-height: 30px;
	padding: 40px 0;
}
#detail_xxx .content .cont .contImg{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#detail_xxx .content .cont .contImg img{
	max-width: 100%;
}
#detail_xxx .content .cont table{
	border:#e6e6e6 solid 0.5px ;
	max-width: 100%;
	border-spacing: inherit;
}
#detail_xxx .content .cont tr,
#detail_xxx .content .cont td{
	border:#e6e6e6 solid 0.5px ;
	text-align: center;
}
#detail_xxx .content .cont .imgT{
	text-align: center;
}
#detail_xxx .content .cont p{
	width: 100%;
	margin: 5px 0;
}
#detail_xxx .content .cont p img{
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}
#detail_xxx .contpage{
	width: 100%;
	font-size: 14px;
}
#detail_xxx .contpage .page{
	width: 100%;
	font-size: 14px;
	line-height: 32px;
	display: block;
	color: #000000;
}
#detail_xxx .contpage .page.disable{
	opacity: 0.7;
}
@media screen and (max-width:1200px) {
	#detail_xxx{
		width: 96%;
	}
}
@media screen and (max-width:992px){
	#detail_xxx{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	#detail_xxx .classleft{
		float: none;
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}
	#detail_xxx .subClass{
		width: 100%;
	}
	#detail_xxx .contactBox{
		display: none;
	}
	#detail_xxx .listbox{
		flex-direction: column;
	}
	#detail_xxx .contentR{
		width: 100%;
	}
}
@media screen and (max-width:767px){
	#detail_xxx{
		padding: 20px 0;
	}
	#detail_xxx .className{
		flex-wrap: wrap;
		align-items: flex-start;
		height: auto;
		min-height: 50px;
		line-height: normal;
		padding: 0 5px;
		margin-bottom: 5px;
	}
	#detail_xxx .className .title-1{
		font-size: 18px;
		width: 100%;
	}
	#detail_xxx .className .title-2{
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 12px;
	}
	#detail_xxx .subClass dt,
	#detail_xxx .toptact{
		height: 50px;
		font-size: 18px;
	}
	#detail_xxx .subClass .title{
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	#detail_xxx .content .title{
		line-height: 30px;
		font-size: 20px;
		padding: 10px;
	}
	#detail_xxx .content .cont{
		padding: 20px 0;
		line-height: 26px;
	}
	#detail_xxx .content .cont table{
		width: 100% !important;
	}
}


