.content{
	background: #fff;
	padding:0 10px;
}
.exhibition{
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
	position: relative;
}
.exhibition:last-of-type{
	border-bottom: 0 none;
}
.exhibition span{
	display: inline-block;
}
.person-icon{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.icon-word{
	font-size: 16px;
	color: #333;
	margin-left:10px;
}
.arrow{
	width: 6px;
	right: 5px;
}
.contact{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	float: right;
	margin-right: 40px;
}
.title{
	font-size:16px;
	color: #333;
	padding: 10px;
}
.reminder{
	border: 1px dashed #0051cc;
	padding: 10px;
	margin: 10px;
	border-radius: 4px;
	background: #e2ebf9;
	color: #444;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}
.reminder-list{
	margin-bottom: 10px;
}
.reminder-list:last-of-type{
	margin-bottom: 45px;
}
.reminder-list h4{
	padding: 5px;
	margin:0 10px;
	border-radius: 4px;
	color:#002b6d;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.6;
}
.reminder-list h4:before{
	display: inline-block;
	content: '';
	width: 2px;
	height: 14px;
	background: #002b6d;
	position: relative;
	top: 2px;
	left: -5px;
}
.reminder-list-time{
	margin: 5px 20px;
	font-size: 12px;
	text-align: justify;
	line-height: 2;
}
.left{
	width: 65px;
}
.right{
	width: calc(100% - 70px);
}
.left-list{
	line-height: 2;
}
