
main{
	background: url("../../images/bg3.png") center repeat;
}
/*.container{
	max-width: 1200px!important;
	width: auto;
}*/
.b-title {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
}
.b-title:after {
	position: absolute;
	left: calc(50% - 30px);bottom: 0;
	width: 60px;height: 2px;background: #aaa;
	content: '';
}
.page-box{
	position: relative;z-index: 100;
	margin: 0 auto 10em;
	padding: 20px;
}
.page-banner{
	background-size: cover!important;
	width: 100%;
}
.acticle-title{
	padding:30px 0;
	margin-bottom: 50px;
	border-bottom: dashed 1px #ccc;
}
.article_content{
	font-size: 16px;
}
.article_content img {
	height: auto !important;
	max-width: 100%;
}
#fnav-container{
	width: 100%;
	height: 84px;
}
#fnav-container .fnav{
	background: #fff;
	width: 100%;
	height: 84px;
}
#fnav-container .fnav.pinned{
	z-index: 1000;
	background: rgba(255,255,255,.95);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
#fnav-container .fnav.pinned .fnav-box{
	margin-bottom: 0;
}
.fnav-box{
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.fnav-box .fnav-item{
	display: inline-block;
	margin: 20px;
	width:187px;height: 44px ;
	line-height: 44px;
	background: url("../../images/page/title-border.png") no-repeat;
}
.fnav-box .fnav-item.on{
	background: url("../../images/page/title-border-on.png") no-repeat;
}
.fnav-box .fnav-item label{
	display: inline-block;
	width: 140px;
	box-sizing: border-box;
	height: 28px;
	margin: 4px 0;
	line-height: 28px;
	background: #e4c4a0;
	border-radius: 3px;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}
.fnav-box .fnav-item.on label{
	background: #0082ff;
}
.bread-crumb{
	text-align: left;
	color: #000000;
	margin-top: 30px;
	/*margin-bottom: 50px;*/
	padding-right: 120px;
	border-bottom: solid 1px #dcdcdc;
	padding-bottom: 5px;
	font-size: 16px;
}
.bread-crumb span{
	color: #0082ff;
}
@media only screen and (max-width: 640px) {
	.page-banner{
		height: 40vw;
	}
	.page-box{
		margin-top:0;padding-top: 0;
	}
	#fnav-container{
		height: auto;
	}
	#fnav-container .fnav{
		height: auto;
	}
	#fnav-container .fnav.pinned{
		position: relative!important;
		background: transparent;
	}
	#fnav-container .fnav-box{
		display: block;
	}
	#fnav-container .fnav-box .col{
		width: 50%;
	}
	.empty-nav .fnav-box .col{
		margin-left: 25%;
	}
	.acticle-title{
		font-size: 24px;
		margin-bottom: 1.5rem;
		margin-top: 0;
	}
	.b-title{
		margin-top: 2rem;
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}
	.article_content{
		font-size: 1rem!important;
	}
	.article_content .chip{
		font-size: .8rem!important;
		height: 28px!important;
		line-height: 24px!important;
		margin: 0 .5rem .5rem 0!important;
	}
	.bread-crumb{
		margin-top: .75em;
		margin-bottom: .75em;
		text-align: left;
		padding-left: .75em;
	}
}
@media only screen and (max-width: 900px) {
	.page-box{
		margin: 0;
		width: 100%;
		padding: .75em;
	}
	.article-box{
		padding: 1rem;
	}
	.fnav-box .fnav-item,.fnav-box .fnav-item.on{
		width: 100%;background-size: contain;
		height: 40px;line-height: 40px;
		margin: 0.75em 0;
	}
	.fnav-box .fnav-item label{
		width: 75%;
	}
}