/**/

input[type=text]{
	width: 100%;
	height: 40px;
	font-size: 100%;
}
textarea{
	width: 100%;
	height: 140px;
	font-size: 100%;
}
button{
	font-size: 100%;
}

.newsHomeItem{
	margin-bottom: 40px;
}
.newsHomeItem img{
	display:block;
}
.taskKV{
display:block;
}