@charset "utf-8";
#mainbox {
	min-height:400px;
}
#mainbox .xiaotuliebiao {
	display:block;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	padding: 10px;
	color:#666666;
}
#mainbox .xiaotuliebiao:last-child {
	border:0;
}
#mainbox .xiaotuliebiao .daibiaoxinxi {
	list-style:none;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	height:137px;
}
#mainbox .xiaotuliebiao .photo {
	width:120px;
	height:135px;
	border: 1px solid #e1e1e1;
	overflow:hidden;
	vertical-align: middle;
	line-height:270px;
}
#mainbox .xiaotuliebiao .photo img {
	width:100%;
	height:auto;
	display:block;
}
#mainbox .xiaotuliebiao .info {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	overflow: hidden;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	width: 0;
	padding-left: 10px;
	position:relative;
}
.info .xingming,.info .qq,.info .shouji {
	line-height:1.5;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.info .shouji {
	position:absolute;
	left: 10px;
	bottom: 10px;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
.info .shouji .tophone_bt {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align: center;
	display: block;
	background-color: #fff;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #508cee;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	width: 90%;
}
.info .shouji a.tophone_bt:before {
	content: "\f095";
	font-family: 'FontAwesome';
	margin-right: 5px;
	font-size: 20px;
	vertical-align: middle;
}
#noinf {
	padding-top: 100px;
	padding-bottom: 100px;
	line-height: 1.5;
	text-align: center;
}
