/*-------------list1------------*/
.list1 {
	position: relative;
	list-style: none;
	margin-top: 0;
	overflow: hidden;
	z-index: 2;
	padding: 0;
	margin: 0;
}
.list1 li {
	margin-bottom: 29px;
	overflow: hidden;
}
.list1 li a {
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 36px 20px 35px;
	text-align: center;
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 0;
}
.list1 li a strong {
	font-family: 'Times New Roman', sans-serif;
	font-size: 21px;
	line-height: 23px;
	font-weight: 400;
	color: #333333;
	display: block;
	margin-bottom: 19px;
}
.list1 li a figure {
	margin-bottom: 28px;
}
.list1 li a h3 {
	margin-bottom: 0;
}
.list1 li a span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 0px solid #e5e5e5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list1 li a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.list1 li a:hover span {
	border: 15px solid #C59143;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}