.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;
}
.conTop{
	width: 100%;
	height: 50px;
	background-color: #f0f0f0;
}
.nextPage,.prePage{
	width: 47px;
	height: 26px;
	border: 1px solid #ddd;
	margin-top: 12px;
}
.nextPage{
	margin-right: 25px;
	background: #fff url(../MeetingImages/icons/nextpage.png) no-repeat center;
}
.prePage{
	margin-left: 25px;
	background: #fff url(../MeetingImages/icons/prepage.png) no-repeat center;
	border-right: none;
	
}
.nextPage:hover,.prePage:hover{
	background-color: #f0f0f0;
}
.pageNumber{
	height: 50px;
	line-height: 50px;
	color: #666;
}
.zhiboList li{
	height: 259px;
	border-bottom: 1px dashed #ddd;
	padding: 20px 15px 10px 10px;
}
.zhiboList li .imgBox{
	display: block;
	width: 470px;
	height: 260px;
	overflow: hidden;
	margin-right: 23px;
}
.zhiboList li .imgBox img{
	display: block;
	width: 470px;
	height: 260px;
}
.transparentZhiBo{
	width: 470px;
	height: 260px;
	background:url(../MeetingImages/pics/picTouMing.png) no-repeat center;
	top: 0px;
	left: 0;
	z-index: 5;
	display: none;
}
.zhiboList li .textBox{
	width: 678px;
}
.zhiBoName{
	display: block;
	height: 40px;
	line-height: 40px;
}
.zhiBoName:hover{
	color: #308bd8;
}
.zhiBoMsg{
	padding: 5px 0;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}
.speaker,.startTime{
	padding-left: 28px;
	line-height: 26px;
	color: #999;
}
.speaker{
	background:url(../MeetingImages/icons/speaker.jpg) no-repeat 4px center;
}
.startTime{
	background:url(../MeetingImages/icons/startTime.jpg) no-repeat 4px center;
}
.zhiboBtn1,.zhiboBtn2,.zhiboBtn3{
	display: block;
	width: 106px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	margin-top: 30px;
}
.zhiboBtn1{
	background-color: #308bd8;
}
.zhiboBtn2{
	background-color: #fa8936;
}
.zhiboBtn3{
	background-color: #999;
}
.howPeople{
	line-height: 36px;
	margin-top: 30px;
	padding-left: 20px;
}
.page{
	display: block;
	margin: 40px auto;
	text-align: center;
}
