.topPagination{
	line-height: 46px;
	height: 46px;
	margin-bottom: 10px;
	background: #f0f0f0;
}
.topPagination span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 23px;
}
.topPagination span .thisPageIndex{
	color: #ff8517;
}
.topPagination span .allPageIndex{
	margin-right: 23px;
}
.topPagination a{
	display: inline-block;
	width:50px;
	height: 22px;
	border: 1px solid #dddddd;
	vertical-align: middle;
}
.topPagination a.noBorderLeft{
	border-left: 0;
}
.topPagination a.prevBtn{
	background: #ffffff url(../MeetingImages/icons/newsListPrevBtn.png) no-repeat center center;
}
.topPagination a.prevBtn:hover{
	background: #F0F0F0 url(../MeetingImages/icons/newsListPrevBtn.png) no-repeat center center;
}
.topPagination a.nextBtn{
	width:47px;
	background: #ffffff url(../MeetingImages/icons/newsListNextBtn.png) no-repeat center center;
}
.topPagination a.nextBtn:hover{
	background: #F0F0F0 url(../MeetingImages/icons/newsListNextBtn.png) no-repeat center center;
}
.meetingListBox > li{
	border: 1px solid #fff;
	border-bottom: 1px dashed #ddd;
	height: 184px;
	padding: 10px;
	margin-bottom: 10px;
}
.meetingListBox > li:hover{
	border-color: #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 0 2px #ccc;
}
.meetingListBox > li .leftBox{
	width: 230px;
	height: 184px;
	margin-right: 20px;
}
.meetingListBox > li .leftBox > a{
	width: 220px;
	height: 184px;
}
.meetingListBox > li .leftBox > a .insert{
	width: 230px;
	height: 184px;
}
.meetingListBox > li > .leftBox .fixedLabel{
	width: 106px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	top: 0;
	right: 0;
}
.meetingListBox > li > .leftBox .status1{
	background: url(../MeetingImages/pics/statusBg1.png) no-repeat center center;
}
.meetingListBox > li > .leftBox .status2{
	background: url(../MeetingImages/pics/statusBg2.png) no-repeat center center;
}
.meetingListBox > li > .leftBox .status3{
	background: url(../MeetingImages/pics/statusBg3.png) no-repeat center center;
}
.meetingListBox > li > .leftBox .status4{
	background: url(../MeetingImages/pics/statusBg4.png) no-repeat center center;
}
.meetingListBox > li > .centerBox{
	width: 630px;
}
.meetingListBox > li > .centerBox .title{
	height:42px;
	line-height: 42px;
	margin-bottom: 5px;
}
.meetingListBox > li > .centerBox .title > a{
	max-width: 628px;
	height: 42px;
}
.meetingListBox > li > .centerBox .title > a:hover{
	color: #308BD8;
}
.meetingListBox > li > .centerBox .infor{
	height: 52px;
	line-height:26px;
	margin-bottom: 5px;
}
.meetingListBox > li > .centerBox .msg{
	padding-left: 25px;
	color: #999;
}
.meetingListBox > li > .centerBox .date{
	background: url(../MeetingImages/icons/grayClock.png) no-repeat left center;
}
.meetingListBox > li > .centerBox .place{
	background: url(../MeetingImages/icons/positionIcon.png) no-repeat left center;
}
.meetingListBox > li > .centerBox .startTime{
	background: url(../MeetingImages/icons/startTImeIcon.png) no-repeat left center;
}
.meetingListBox > li > .rightBox{
	width: 230px;
	height: 184px;
	background: #f8f8f8;
}
.meetingListBox > li > .rightBox .bigTxt{
	height: 80px;
	line-height: 80px;
	color: #fa8936;
	font-size: 24px;
    overflow: hidden;
}
.meetingListBox > li > .rightBox .signUpBtn{
	width: 106px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	border-radius: 2px;
	color: #fff;
}
.meetingListBox > li > .rightBox .btn1{
	background: #FA8936;
}
.meetingListBox > li > .rightBox .btn2{
	background: #999;
}

#pager{
    padding-right:147px;
}
