#singleMeet{
	margin-bottom: 42px;
}
.singleMeetContent .content{
	border: 1px solid #e6e6f0;
}
.singleMeetContent .header{
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    border-bottom: 1px solid #e6e6f0;
    background: #f7f8fa;
}
.singleMeetContent .header p{
	position: relative;
}
.singleMeetContent .header .title{
	font-size: 16px;
	color: #2d2d2d;
	padding-left: 26px;
	background: url(../images/bg_detail.png) left no-repeat;
}
.singleMeetContent .header .more{
	position: absolute;
	right: 0;
	font-size: 12px;
	color: #0065cd;
}
.singleMeetContent .singleMeetList{
    min-height: 300px;
	padding: 24px;
}
.singleMeetListContent{
	padding-top: 14px;
	background: url(../images/bg_side.png) 34px repeat-y;
}
.singalMeetItem {
    margin-bottom: 16px;
}
.singalDate{
	height: 50px;
	line-height: 50px;
}
.singalDate span{
	display: inline-block;
}
.singalDate span{
	/*兼容IE7*/
	*display: inline;
}
.singalDate .day{
	width: 70px;
	height: 50px;
	font-size: 17px;
	color: #f7f8fa;
	line-height: 50px;
	text-align: center;
	background: url(../images/bg_day.png) center no-repeat;
}
.singalDate .date{
	width: 210px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #2d2d2d;
	font-weight: bold;
	text-align: center;
	background: #f7f8fa;
}

.singalList{
	width: 1010px;
	margin-left: 75px;
}
.singalList .singalListContent{
	border: 1px solid #e6e6f0;
}
.singalListContent ul li{
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
    overflow: hidden;
}
.singalListContent ul li:hover{
	background: #fdf2ec !important;
}
.singalListContent ul li span{
	display: inline-block;
	padding-left: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.singalListContent ul li span{
	*display: inline;
}
.singalListContent ul li .singalTitle a{
	font-size: 14px;
	color: #0065CD;
}
.singalListContent ul li .singalTitle{
	width: 321px;
	background: url(../images/icon_title.png) left no-repeat;
}
.singalListContent ul li .singalAddr{
    width: 425px;
	font-size: 14px;
	color: #505050;
	background: url(../images/icon_addr.png) left no-repeat;
}
.singalListContent ul li .singalDateTime{
	font-size: 12px;
	color: #505050;
	background: url(../images/icon_time.png) left no-repeat;
}
.singalListContent ul li .singalDateTime a{
    margin-left: 5px;
}