body {
	background: #f4eedf;
}
.position {
	margin: 0 10px;
}
.container {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
	background: #fff;
}

.expert-containers {
	overflow: hidden;
}
.expert-list {
	padding: 20px;
}

.expert-modal {
	float: left;
    margin: 5px auto;
    width: 200px;
    text-align: center;
}
.expert-img {
	border: 1px solid #e8e8e8;
    padding: 2px;
    width: 130px;
    height: 170px;
    text-align: center;
    margin: 0 auto;
}
.expert-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover'
}
.expert-txt {
	text-align: center;
}
.expert-name {
	font-weight: bold;
	font-size: 16px;
	margin-top: 2px;
	margin-bottom: 5px;
}
.expert-pt {
	font-size: 14px;
}
.expert-dep {
	font-size: 14px;
}
.expert-dep a {
	text-decoration: underline;
}