.news {
	/*margin: 0 -10px;*/
}
.news .item{
	/*width: 400px;
	float: left;
	padding: 10px 20px;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.50);
	margin-bottom: 20px;
	margin: 10px;*/
	
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #CCCCCC;
}

.news .item:last-child {
	border-bottom: none;
}
.news .item h2{
	line-height: 40px;
	margin-bottom: 10px;
	margin-top: 0;
}
.news .item .image {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.news .item .image img {
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.50);
	padding: 5px;
	background-color: #FFFFFF;
}
.news .item p {
}
.news .item .date{
	text-align: right;
	margin-top: -50px;
	line-height: 40px;
	color: #999999;
}
.news .item .article{
	
}
/*.news .item:first-child {
	width: 880px;/
	clear: both;
	float: none;
	box-shadow: none;
	border-bottom: solid 1px #CCCCCC;
}
.news .item:first-child .image {
	float: left;
	margin-right: 20px;
}
.news .item:first-child p {
	margin-left: 270px;
}
*/
.news .item_full .date {
	text-align: left;
	line-height: 30px;
	color: #999999;
}
.news .item_full .article{
	padding: 10px 0px;
}
.news .item_full .article_start {
	text-align: right;
	line-height: 30px;
}
.news .item_full .article_end {
	text-align: right;
}

