body{
	background: #fff;
}

.safeTop_header{
	width: 100%;
	height: 455px;
	background:  url(top_header.png) no-repeat top center;
}
.search{
	position:relative;
	top:300px;
}
.safe_top_content{
	width: 1200px;
	height:40px;
	margin: auto;
	position: relative;
	top: 30px;
}
.safe_top_content img{
	position: relative;
	left: 30px;
}

.safe_Container{
	width: 100%;
	height: auto;
	display: inline-block;
	margin-top: 20px;
}
.safe_content{
	width: 1200px;
	height: auto;
	margin: auto;
}
.safe_list{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.safe_list li{
	width: auto;
	height: 53px;
	line-height: 50px;
	border-bottom: 1px solid #dcdcdc;
	background: url(safe_list_icon.png) no-repeat 4px 18px;
	padding-left: 26px;
	font-size: 18px;
}
.safe_list li a{
	width: 77%;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	
}
.safe_list li a:hover{
	color: #0060f9;
}
.safe_list li span{
	float: right;
	width: 20%;
	display: inline-block;
	margin-right: 10px;
	text-align: right;
}
.safe_list li b{
	color: #666;
	font-size: 14px;
	position: relative;
	font-weight: normal;
}
.safe_list li span em{
	width: 21px;
	height: 21px;
	display: inline-block;
	background: url(safe_date_icon.png) no-repeat;
	position: relative;
	left: -2px;
	top: 5px;
}
