.change_box {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 15;
	top: 0;
	display: none
}
.change {
	position: relative;
	left: 50%;
	top: 35%;
	background: #fff;
	margin-left: -300px;
	z-index: 6;
	width: 600px;
	padding: 60px 0;
	border-radius: 6px
}
.change h1 {
	color: #000;
	font-size: 30px;
	text-align: center
}
.change ul {
	margin-top: 30px;
	text-align: center
}
.change ul a {
	color: #000;
	font-size: 20px;
	display: inline-block;
	margin: 0 10px
}
.chahao {
	position: absolute;
	top: -10px;
	right: -10px;
	border: #084f2b 1px solid;
	border-radius: 100%
}
.change ul a:hover {
	text-decoration: underline
}
.chahao:hover {
	cursor: pointer
}
.about_jz_big_box {
	padding-top: 30px
}
.about_jz_box {
	width: 1170px;
	margin: auto
}
/*当前位置*/

.place_box {
	margin-bottom: 30px;
}
.place_box dd {
	float: left;
	font-size: 12px;
	color: #666;
}
.place_box dd a {
	color: #666
}
/*左侧导航栏*/

.about_jz_nav {
	border: #eee 1px solid;
	width: 142px;
	float: left
}
.about_jz_nav a {
	display: block;
	width:140px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	font-size:12px;
}
.about_jz_nav a dd {
	float: left;
	color: #666;
	text-align:center;
	width:140px;
	
}
.about_jz_nav a span {
	float: right;
	margin-right: 30px;
	margin-top: 19px;
	display: none
}
.about_jz_nav .xw span {
	display: block
}
.about_jz_nav .bs {
	color: #084f2b;
	font-weight: bold
}
.about_jz_nav a:hover .sb {
	color: #084f2b;
	font-weight: bold
}
.about_jz_nav a:hover .show {
	display: block
}
/*新闻动态——右侧内容区域*/

.news_box {
	width: 870px;
	float: right;
	border: 1px solid #eee;
	padding: 60px;
	margin-bottom: 20px
}
.news_box img {
	width: 730px;
	margin: 10px 0;
}
.news_box p {
	line-height: 32px;
}
.news_box ul {
	border-bottom: #eee 1px solid;
	padding-bottom: 30px;
	text-align: center;
	font-size:12px;
}
.news_box ul h1 {
	font-size: 34px;
	font-weight: 600;
}
.news_box ul a {
	display: inline-block;
	font-size: 12px;
	color: #666;
	margin: 0 10px;
	margin-top: 10px;
	margin-left:0;
}
.news_box dl {
	margin-top: 40px
}
.news_box dl dd p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	margin: 15px 0
}
.news_box dl dt {
	width: 740px;
	height: 500px;
	margin: 10px 0
}
.news_box dl dt img {
	width: 100%;
	height: 100%;
}
/*上一篇，下一篇*/

.fanye {
	margin-left: 180px
}
.fanye a {
	
	font-size: 16px;
	line-height:32px;
	color:#03F;
}
.fanye a:hover {
	color:#03F;
	text-decoration:underline
}
/*相关推荐*/

.news_tuijian_box {
	margin-top: 50px;
	margin-bottom: 60px;
	width:1000px;
	float:right;
	padding:30px 30px;
	border:1px solid #eee;
}
.news_tuijian_box h1 {
	font-size: 22px;
	border-bottom: #eee 1px solid;
	padding-bottom: 16px;
}
.news_tuijian_box ul {
	margin-top: 20px
}
.news_tuijian_box ul li {
	border-bottom: dashed 1px #ccc;
	padding: 8px 0;
	margin-top: 16px
}
.news_tuijian_box ul li a {
	font-size: 16px;
	float: left;
	background: url(__TMPL__Public/img/about_jz_icon_02.png) no-repeat;
	line-height: 12px;
	padding-left: 14px
}
.news_tuijian_box ul li a:hover {
	color: #d00000
}
.news_tuijian_box ul li span {
	font-size: 14px;
	float: right
}
