﻿.c_module {
	margin-bottom: 120px
}

.c_module .c_module1 {
	align-items: flex-start
}

.c_module .c_module1 .left {
	position: relative;
	box-sizing: border-box;
	width: 255px;
	height: 176px;
	padding-right: 20px;
	line-height: 2.4;
	background: #3ab470;
	color: #fff;
	text-align: right
}

.c_module .c_module1 .left:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 50%;
	right: -24px;
	margin-top: -13px;
	border: 20px solid transparent;
	border-width: 10px 13px;
	border-left-color: #3ab470
}

.c_module .c_module1 .steps {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-top: 42px;
	width: 16px;
	height: 1186px;
	margin-left: 70px;
	margin-right: 46px
}

.c_module .c_module1 .steps:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #dedede
}

.c_module .c_module1 .steps .step {
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 158px;
	width: 16px;
	height: 16px;
	border: 2px solid #3ab470;
	border-radius: 16px;
	background: #fff
}

.c_module .c_module1 .stepContent .unit {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 26px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 20px;
	width: 100%;
	/*height: 148px;*/
	background: #f7f7f7
}

/*.c_module .c_module1 .stepContent .unit:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 40px;
	left: -24px;
	border: 10px solid transparent;
	border-width: 10px 13px;
	border-right-color: #f7f7f7
}*/

.c_module .c_module1 .stepContent .unit p {
	line-height: 2;
	margin-top: 14px;
	margin-bottom: 14px;
	font-size: 16px;
	display: flex;
    align-items: center;
}

/*.c_module .c_module1 .stepContent .unit p:before {
	content: '路 ';
	font-size: 24px;
	vertical-align: middle
}*/

.c_module .linkBox {
	width: 100%
}

.c_module .linkBox .unit {
	margin-bottom: 32px;
	width: 340px;
	border: 1px solid #eee
}