/*主体内容*/
div.main-content-core{
	font-size:1.2em;
	line-height: 2.4em;
}
/*新闻列表*/
div.news-item{
	margin-bottom: 15px;
	height: 80px;
	font-size: 0.8em;
}
div.news-item:hover a,div.news-item:hover .news-item-left,div.news-item:hover .news-item-left-day,div.news-item:hover .news-item-left-year,div.news-item:hover .news-item-right{
	background-color: rgb(228,29,37);
	color: white;
}
div.news-item-right{
	position: relative;
	left: 10px;
}
div.news-item:hover .news-item-right{
	border-left: 2px solid rgb(233,233,233);
}
div.news-item a,div.news-item{
	color: black;
}
div.news-item-left-day,div.news-item-left-year{
	width: 80px;
	background-color: rgb(233,233,233);
}
div.news-item-left-day{
	padding-top:8px;
	line-height: 42px;
	font-size: 1.6em;
	font-style: italic;
}
div.news-item-left-year{
	line-height: 30px;
	font-size:1.2em;
}
div.news-item-right-title,div.news-item-right-description{
	margin-left: 1em;
	padding-left: 0px;
}
div.news-item-right-title{
	padding-left: 0px;
	display:block;
	font-size: 1.2em;
	font-weight: bold;
}
div.news-item-right-description{
	padding-left: 0px;
	overflow: hidden;
	height: 40px;
	max-width: 100%;
}