body {
  background-color: #f1f3f8;
}

.list {
	margin: 20px 0 20px 0;
	overflow: hidden;
	min-height: 580px;
}
.list .items ul {
	margin-top: -10px;
	margin-left: -10px;
	overflow: hidden;
}
.list .items ul li.item {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding: 20px;
	background-color: #fff;
	height: 80px;
	width: 455px;
	border-radius: 5px;
}
.list .items ul li.item .cover {
	float: left;
	margin-right: 20px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 5px;
}
.list .items ul li.item .cover img {
	display: block;
	width: 100%;
	height: 100%;
	vertical-align: top;
  object-fit: cover;
}
.list .items ul li.item .info {
	overflow: hidden;
}
.list .items ul li.item .info .name {
	margin-bottom: 10px;
}
.list .items ul li.item .info .name span {
  font-weight: 600;
  letter-spacing: 2px;
}
.list .items ul li.item .info .name .sex-icon {
	font-size: 12px;
  margin-left: 3px;
}
.list .items ul li.item .info .name .man:before {
	content: '\e602';
	color: #007AFF;
}
.list .items ul li.item .info .name .woman:before {
	content: '\e602';
	color: #ff4b9f;
}
.list .items ul li.item .info .description {
	margin-bottom: 8px;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	height: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.list .items ul li.item .info .city {
	font-size: 14px;
	color: #999;
	line-height: 20px;
}
.list .items ul li.item .info .city i::before {
	content: '\e616';
	font-size: 14px;
	color: #999;
	margin-right: 2px;
}

.show {
	margin: 30px 0 30px 0;
}
.show .main {
	display: block;
	margin: 0 auto;
	max-width: 720px;
}
.show .top {
	margin-bottom: 30px;
}
.show .top .cover {
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
}
.show .top .cover img {
	width: 100%;
	height: 100%;
	vertical-align: top;
  object-fit: cover;
}
.show .top .name {
	text-align: center;
	margin-top: 16px;
	font-weight: 400;
}
.show .top .name .txt {
	letter-spacing: 2px;
	font-weight: 600;
}
.show .top .city {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}
.show .top .city .sex-icon {
	font-size: 12px;
  margin-left: 3px;
}
.show .top .city .man:before {
	content: '\e602';
	color: #007AFF;
}
.show .top .city .woman:before {
	content: '\e602';
	color: #ff4b9f;
}
.show .main .content .bd {
  color: #707070;
  line-height: 180%;
}

.page {
  margin: 35px 0 0 0;
}
.pagination {
  justify-content: center;
}
