/*双选会*/
#doubleMeet{
	margin-bottom: 42px;
}
.doubleMeetContent .content{
	border: 1px solid #e6e6f0;
}
.doubleMeetContent .header{
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    border-bottom: 1px solid #e6e6f0;
    background: #f7f8fa;
}
.doubleMeetContent .header span{
	font-size: 16px;
	color: #2d2d2d;
	padding-left: 26px;
	background: url(../images/bg_detail.png) left no-repeat;
}
.doubleMeetContent .doubleMeetList{
	padding: 24px;
}
.doubleMeetContent .doubleMeetList ul{
    min-height: 150px;
}

.doubleMeetList ul li{
	width: 540px;
    margin-bottom: 15px;
	overflow: hidden;
}
.doubleMeetList ul li:hover{
	background: #f7f8fa !important;
}
.doubleMeetList ul li .content{
	padding: 8px;
	border: 1px dashed #e6e6f0;
}
.doubleMeetList .content .logo{
	width: 90px;
	height: 90px;
	overflow: hidden;
}
.doubleMeetList .content .logo img{
	width: 100%;
}
.doubleMeetList .more{
    display: block;
    width: 90px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    margin-top: 3px;
    text-align: center;
    color: #ffffff;
    background: #0065cd;
}

.doubleMeetList .dm_itemInfo{
    max-width: 400px;
	margin-left: 18px;
}
.dm_itemInfo .title,.dm_itemInfo .title a{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #0065cd;
}
.dm_itemInfo .join, .dm_itemInfo .email, .dm_itemInfo .date, .dm_itemInfo .addr{
    height: 29px;
	line-height: 29px;
	font-size: 13px;
	color: #505050;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.pageList{
	padding: 30px 0;
	text-align: right;
}
.pageListContent span, .pageListContent a, .pageListContent select{
	font-size: 12px;
	color: #505050;
}
.pageListContent a {
    margin: 0 5px;
}
.pageListContent a:hover{
	color: #0065CD;
}
.pageListContent select{
    width: 35px;
    height: 18px;
    padding-left: 5px;
    background: url(../images/bg_page_list.png) center no-repeat ;
}