﻿/*活动中心*/
.event_list .event_item
{
	float: left;
	margin-top: 5px;
	width: 100%;
}
.event_list .title
{
	color: #007dff;
	line-height: 22px;
	font-size: 14px;
}
.event_list .imgtrue
{
	width: 229px;
	height: 81px;
	float: left;
}
.event_list .imgfalse
{
	width: 229px;
	height: 81px;
	opacity: 0.2;
	filter: gray alpha(opacity=50);
	float: left;
}
.event_list .state
{
	display: block;
	margin-bottom: -30px;
	margin-right: 7px;
	float: right;
}
.event_list .text
{
	width: 415px;
	height: 85px;
	float: left;
	margin-left: 10px;
}
.event_list .intro
{
	width: 415px;
	height: 35px;
	float: left;
}
.event_list .detail
{
	float: right;
}
.event_list .line
{
	width: 652px;
	height: 20px;
	float: left;
	background: #FFFFFF url(../images/line1.gif) center center repeat-x;
}
/*活动报道*/
.news_item
{
	width: 643px;
	height: 20px;
	float: left;
	margin-left: 5px;
	border-bottom: #eaeaea 1px solid;
}
.news_item div
{
	margin-top: 5px;
	float: left;
}
.news_item:hover
{
	background-color: #faf0e6;
}
.news_item span
{
	margin-top: 5px;
	float: right;
}
.news_more
{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
