.Search_Box{
	position: absolute;
	right: 0;
	top: 9px;
	width: 360px;
}
.Search_Box>input{
	width: 313px;
	height: 28px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 14px;
	font-size: 12px;
	color:#656565;
	text-indent: 16px;
	line-height: 28px;
}
.Search_Btn{
	position: absolute;
	top: -6px;
	right: 8px;
	display: inline-block;
}
.Search_Btn>span:before{
	font-family: "icomoon";
	content: attr(data-icon);
	font-size: 28px;
	color: #00c897;
}
.NewsHeadBox{
	padding-top: 27px;
	min-width: 1220px;
	height: 52px;
	background: #fff;
}
.NewsHead{
	margin:0 auto;
	width: 1220px;
	height: 25px;
	border-left: 5px solid #00c897;
	box-sizing: border-box;
	font-size: 25px;
	color: #2d2d2d;
	line-height: 25px;
	text-indent: 13px;
}

