.history {
	padding: 40px 0 160px;
}

.title {
	display: block;
	margin: 0 auto 20px;
}

.panel {
	position: relative;
	width: 400px;
}

.panel .bd {
	margin: 0 auto;
	width: 350px;
	padding: 10px 0;
	border: 2px dashed #FFFFFF;
	border-radius: 10px;
}

.panel .bd .text {
	display: block;
	width: 330px;
	margin: 0 auto;
	color: #FFFFFF;
	line-height: 30px;
}

.panel .bd img {
	display: block;
	margin: 0 auto;
}

.panel .bd .text_center {
	text-align: center;
	line-height: 45px;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.row1 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.row2 {
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 550px;
	margin-top: -135px;
	margin-bottom: -135px;
}

.row2 .panel:first-child {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.row2 .panel:last-child {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.row3 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.row4 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.row5 {
	margin-top: -50px;
}

.line1 {
	position: absolute;
	left: 100%;
	top: 0;
}

.line2 {
	position: absolute;
	left: 25px;
	top: -110px;
}

.line3 {
	position: absolute;
	left: 25px;
	bottom: -80px;
}

.line4 {
	position: absolute;
	right: 5px;
	top: -90px;
}

.line5 {
	position: absolute;
	right: 25px;
	bottom: -100px;
}

.line6 {
	position: absolute;
	left: -190px;
	bottom: 25px;
}

.line7 {
	position: absolute;
	left: -180px;
	top: 20px;
}

.panel .image {
	position: relative;
}

.panel .image .btn_more {
	position: absolute;
	right: 22px;
	bottom: 10px;
}