body{
	background-color: #dee3ea;
}
.w900{
	width: 900px;
	overflow: hidden;
}
.w1140{
	width: 1140px;
	overflow: hidden;
}
.w1200{
	width: 1200px;
	overflow: hidden;
}
.center{
	margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
.bgwhite{
	background:#fff;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.ml30{
	margin-left: 30px;
}
.mr30{
	margin-right: 30px;
}
.pt55{
	padding-top: 55px;
}
.pb30{
	padding-bottom: 30px;
}
.pb55{
	padding-bottom: 55px;
}

/* search */
.ssk {
	width: 200px;
	height: 40px;
	margin-top: 10px;
	border: solid 1px #5993d7;
	border-radius: 20px;
}
.search_input {
	width: 152px;
	height: 40px;
	line-height: 35px;
	padding-left: 15px;
	background: none;
	border: none;
	color: #fff;
	font-size: 14px;
}
.search_right {
	background: url(search_202107.png) no-repeat 50%;
	height: 40px;
	color: #999999;
	padding-left: 10px;
	width: 23px;
	float: right;
	border: none;
	margin-right: 23px;
}
.erweima{
	width: 120px;
	text-align: center;
	font-size: 15px;
}
.nav_box{
	width: 100%;
	overflow: hidden;
	background: #004aa0;
}
.nav_box ul li{
	float: left;
	line-height: 80px;
	width: 12.5%;
	font-size: 24px;
}
.nav_box ul li a{
	color: #fff;
}
.nav_box ul li a:hover{
	font-weight: bold;
}
/* 当前位置 */
.location {
  background: url("location.gif") 0px no-repeat;
  padding-left: 20px;
  font-size: 13px;
  color: #454545;
  line-height: 60px;
}

.location a {
  font-size: 13px;
  color: #454545;
  line-height: 40px;
}
/* 文章正文 */
.wzzw h2{font-size: 22px; line-height: 64px; text-align: center; border-bottom: #717171 solid 2px; margin-top: 30px;}
.wzzw_info{text-align: center; line-height: 50px; font-size: 15px;}
.wzzw_info span{padding: 0 15px;}
.wzzw p{font-size: 15px; line-height: 30px;}
.date{color: #999999; font-size: 17px;}
.wzzw_source{ text-align: right; font-size: 15px; line-height: 30px;}
.button_list{
	overflow: hidden;
	margin-top: 65px;
height: auto !important;
}
.button_list ul li{
	float: left;
	margin-right: 75px;
}
.button_list ul li:last-child{
	margin-right: 0;
}