@charset "UTF-8";
/*+++++++ 会议预告栏目 ++++++++*/
.content.currency-list-meeting{
	overflow: hidden;
}

/* 声明 */
.currency-list-meeting .statement{font-size:12px; color:#666; line-height:16px; margin:10px;}

/*搜索*/
.currency-list-meeting .date-choise{
	width:100px;
	background:#fff url(../images/currency/meeting_date.png) 80px center no-repeat;
	float:left;
	text-indent:10px;
}
.currency-list-meeting .date-line{
	float:left;
	margin:0 5px;
}
.currency-list-meeting .date-choise span,
.currency-list-meeting .date-choise .text{
	font-size:12px;
}
.currency-list-meeting .date-choise .spantext{
	width:98px;
	height:24px;
	line-height:24px;
	display:block;
	border:1px solid #eee;
}
.currency-list-meeting .date-choise .text{
	width:66px;
	border:0px;
}
/*工具栏*/
.currency-list-meeting .toolbar {
	margin:15px 0;
}
.currency-list-meeting .toolbar .all_select_div {
	margin-right:50px;
}
/*表格*/
.currency-list-meeting table td{
	border:1px solid #eee;
	padding:15px 8px;color:#666;
}
.currency-list-meeting table td.tl{
	word-break:break-all;
}
.currency-list-meeting table a.no_expire{
	color:#3066b3;
}
.currency-list-meeting table a.expire{
	color:#555;
}
.currency-list-meeting table a:hover{
	text-decoration:underline;
}
.currency-list-meeting .meeting_table th{
	border:1px solid #eee;
	background:#666;
}
.currency-list-meeting .meeting_table th span{
	display:block;
	width:100%;
	height:43px;
	line-height:43px;
	color:#fff;
}
.currency-list-meeting tr{
	height:auto;
}
.currency-list-meeting table center{
	padding: 36px 0;
	text-align: center;
}

/*会议预告 详情页*/
.currency-show-meeting .meeting-doc h3{
	font-weight: bold;
}