@charset "utf-8";
.page_title{
	color:#F0F8FF;
	width:100%;
	background-color: #bb9345;
	padding: 20px;
	padding-bottom: 25px;
	margin-top:20px;margin-bottom:20px;
}
.page_title .en{
	font-size:36px;
	line-height: 60px;
}
.page_title .cn{
	font-size:28px;
}
.page_path{
	text-align: right;
	font-size: 14px;
	border-bottom: 1px solid #f0f0f0;
	padding-top: 20px;
	padding-bottom:20px;
	margin-top:20px;
}
.page_path li{
	display: inline-block;
}
.page_path li.active{
	color:#bb9345;
}
.child_menu{
	margin-top: 20px;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.child_menu div{
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.child_menu a{
	background-color: #f0f0f0;
	line-height: 40px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	margin-bottom:15px;
	position:relative;
	width: 100%;
}
.child_menu a:hover{
	background-color: #999;
	color:#fff;
	font-weight: bold;
}
.child_menu p{
	color:#fafafa;font-size:72px;
	position:absolute;
	top:0px;right:15px;
}
.child_menu .active{
	background-color: #bb9345;color:#fff;font-weight: bold;
}

.img_list{
	margin-top: 20px;
}


/*banner_z*/
.banner_z{
	display: block;
	width:100%;
	height: auto;
	margin-top:100px;
	margin-bottom: 20px;
}

/*
子页右侧导航
*/
.breadcrumb{
	border-radius: 0px;
}
.breadcrumb .active{
	color:#bb9345;
}
.breadcrumb-item{
	font-size: 14px;
}
.breadcrumb-item a:hover{
	color:#bb9345;
}

/* 左侧导航  竖版 */
.list-group,list-group a{
	font-size:20px;
	text-align:center;
}
.list-group-item:hover{
	color:#bb9345;
	font-weight: bold;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item {
	padding: 1.5rem 1.25rem;
	background-color: #f0f0f0;
	border:none;
	border-bottom: 1px solid #ccc;
}

.list-group-item:hover {
	color:#fff;
	background-color: #999;
}
.list-group-item.active{
	font-weight: bold;
	background-color: #bb9345;
	border:none;
}
.list-group-item.active:hover{
	color:#fff;
}


.artshow{ padding:0px; text-align:center}
.artshow .proimgshow{padding-top:12px}
.artshow h1{ margin:0; padding:15px 0px; text-align:center; line-height:30px; font-size:20px }
.artinfro{ height:22px; line-height:22px; text-align:center; color:#858585; border-bottom:#ffffff 0px dashed; font-size:12px }
.artcontent{ font-size:14px; line-height:26px; padding:8px 0; text-align:left;padding:8px 0px; text-align:justify; text-justify:inter-ideograph; margin:0 auto  }

.nr_ls{ margin:0px; }
.nr_ls ul{}
.nr_ls li{ height:60px; line-height:60px;
	background:url(../images/icon_2.gif) no-repeat 2px center;
	padding-left:15px; overflow:hidden;
	border-bottom:#CCC 1px dashed; font-size:14px;
}
.nr_ls li a{ float:left; font-size: 16px;}
.nr_ls li a:hover{color:#966700; }
.nr_ls li span{ float:right;}


/*文章正文*/
.page_content{
	font-size:16px;
	line-height: 200%;
	margin:0px;
	margin-top:20px;
	text-align: justify;
	color:#555;
}
.page_content img{
	max-width:100%;
	display: block;
	margin:0 auto;
	margin-bottom: 10px;
	margin-top:10px;


}

.no-gutter{
	margin-left: 0px;
	margin-right: 0px;
}