@charset "utf-8";
.primary .title{
   background:url(../images/activity/main_title.jpg) no-repeat left top;
   width:655px;
   height:62px;
}
.secondary .item {
	background:url(../images/activity/left_title.jpg) no-repeat left top;
	padding:44px 0 0 45px;
	min-height:225px;
	height:auto !important;
	height:225px;
}
.item li{
    background: url(../images/common/left_icon.gif) no-repeat left 4px;
	padding:0 0 0 9px;
	margin:0 0 8px 0;
	color:#fff;
	font-weight:bold;
}
.item li a{color:#fff;}
.item li a:hover{color:#000;}

.news_list {
    padding:0 0 0 28px;
	width:598px;
	min-height:253px; 
	height:auto !important; 
	height:253px;
}
.news_list li{ 
    padding:0 0 20px 0;
	overflow:hidden;
	zoom:1;
}
.news_list .photo {
    float:left;
	background:url(../images/activity/red_line.jpg) no-repeat 176px 65px;
	width:178px;
	height:95px;
}
.news_list .photo img{border:2px solid #e14024;}
.news_list .des {
	float: left;
	padding:0 0 0 10px;
	height:95px;
	width:410px;
}
.news_list .des .txt,.news_list_show .des .txt {
	color: #212121;
	font-weight:bold;
}
.news_list .des .txt a{
	color: #212121;
}
.news_list .des .txt a:hover{
    color: #6e0006;
    text-decoration:underline;
}
.news_list .des .date,.news_list_show .des .date {
    color:#e8e8e8;
	padding:2px 0 5px 0;
}
.news_list .des .con {
    color:#2b0404;
	padding:15px 0 0 0;
}
.news_list_show .photo {
	float: left;
	margin:0 10px 10px 0;
	border:2px solid #e14124;
}
