.news {
	padding: 5px 0 5px;
	font-size: 11px;
	margin:0 30px;
	border-color: inherit;
	border-bottom-width: 0px;
	border-bottom-style: inherit;
	border-bottom-color: inherit;
	display:inline-block;
	width:332px;

}
.news_menu_separator {width:1px; height:40px; background: #DED7D4; display:inline-block; margin-top: 10px;}

/*.news:after {
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 10px auto 0 auto;
	width: 178px;
}*/

.news_date, .news_title, .news_all a   {
	font-weight: bold;
}

.news_date, .news_title a:hover, .news_all a:hover, .news_full a:hover, .prev_news > a:hover, .next_news > a:hover {
}

.news_datetitle {
	display: table;
	width: 100%;
}

.news_datetitle > div {
	display: table-cell;
	vertical-align: top;
}

.news_icon {
	width: 45px;
}

.news_date {
	text-align: right;
	width: 70px;
	font-weight: bold;
}

div.news_title {
	text-align: left;
	vertical-align: middle;
}

.news_text {
	text-align:justify;
	
	color: inherit;
	padding: 3px 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-color: inherit;
}

.news_text p {
	padding: 0px;
}

.news_text img.news_image {
	float: left;
	margin: 2px 5px 2px 0px;
}

.news_navigation {
	display: table;
	width: 100%;
	padding-bottom: 5px;
}

.news_navigation > div {
	display: table-cell;
	width: 33.3%;
}

.news_navigation > div > a {
	line-height: 20px;
}

.all_news {
}

.news_navigation > .prev_news {
	text-align: left;
}

.news_navigation > .all_news {
	text-align: center;
}

.news_navigation > .next_news{
	text-align: right;
}


.yashare_news {
	text-align: right;
}

.news_all {
	width: 100%;
	display: table;
	font-size: 11px;
	line-height: 20px;
	padding: 3px 0px 5px;
	/*background: url(../images/vert_divider.png) left top no-repeat;*/
	text-align: center;
}
.news_all > div{
	display: table-cell;
	width: 50%;
	text-align: center;
}


.article {
	padding: 0px 0px 10px;
	margin-bottom: 10px;
}

.art_list {
	padding: 10px;
}

.article .news_title {
	font-size: 14px;
}
.article .news_date {
	width: 90px;
}
.article .news_full {
	font-weight: normal;
}
