.total {
	width: 1200px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px dashed #929292;
	border-image: repeating-linear-gradient(135deg,
			#929292,
			#929292 5px,
			transparent 5px,
			transparent 10px) 1;
}

.total .left {
	width: 0;
	flex: 1;
}

.total .right {
	width: 562px;
	height: 328px;
}

.total .left .name {
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 35px;
	position: relative;
}

.total .left .name::after {
	content: '';
	display: block;
	position: absolute;
	width: 98px;
	height: 2px;
	background-color: #000000;
	bottom: 0;
}

.total .left .box {
	margin-top: 39px;
}

.total .left .item {
	margin-top: 22px;
	font-size: 16px;
	color: #0D0D0D;
}


.other{
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 96px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 87px 48px;
}

.other .item .name{
	font-weight: bold;
	font-size: 20px;
}

.other .item .box{
	margin-top: 37px;
}

.other .item .box .item2{
	font-size: 16px;
	margin-top: 19px;
}