@charset "utf-8";
/* CSS Document */



.windows .searchNews, 
.desktop .searchNews, 
.landscape .searchNews{
	width: 100%;
	overflow: auto;
}
.ios .searchNews, 
.iphone .searchNews, 
.android .searchNews, 
.mobile .searchNews{
	width: 100%;
	overflow: auto;
}
.windows .searchNews .news_input, 
.desktop .searchNews .news_input, 
.landscape .searchNews .news_input {
	width: 300px;
}
.ios .searchNews .news_input, 
.iphone .searchNews .news_input, 
.android .searchNews .news_input, 
.mobile .searchNews .news_input {
	width: 100%;
}
.searchNews .news_input {
   float: right;
	border: 1px solid #bbbbbb;
	border-radius: 5px;
	padding: 4px 6px 6px;
}

.searchNews .news_input .news_txt {
	float: left;
	width: 156px;
	height: auto;
	line-height: 29px;
	border: none;
	margin-top: 3px;
	margin-left: 8px;
	background: transparent;
}
.searchNews .news_input .news_btn {
	float: right;
	background: url(../../images/dig_fdj.svg) no-repeat center;
	width: 37px;
	height: 34px;
	border: none;
}

.searchNews .news_result{
    float: left;
    font-size: 16px;
	padding: 3px;
	display:none;
}
.searchNews .news_result span{
	color:#F60
}


.searchNews .news_input .news_txt.nokeyword::placeholder {
	color: red;
}








