.area .block-area{
	position: relative;
	overflow: hidden;
	background: none;
	padding: 0;
}
.area .block-area .area-img{
	float: left;
}
.area .block-area .para{
	position: absolute;
	right: 0;
	top: 3%;
	background: #fff;
	width: 680px;
	padding: 48px;
}
.area .block-area .section:not(:last-child){
	padding-bottom: 45px;
}
.area .block-area .section:last-child{
	margin-top: 15px;
}
.area .block-area .label{
	margin-left: -48px;
}
.area .block-area th, .area .block-area td{
	padding-bottom: 0;
}
.area .area-table{
	width: 100%;
	font-size: 15px;
}
.area .area-table tr, .area .area-table td, .area .area-table td{
	border: 1px solid #fff;
}
.area .area-table td, .area .area-table td{
	padding: 10px 0;
}
.area .area-table td{
	background: #d2e9f2;
	padding-left: 40px;
}
.area .area-table th{
	background: #cccccc;
	width: 120px;
	vertical-align: middle;
	text-align: center;
}
.area .list-item{
	display: inline-block;
	width: calc(50% - 3px);
}
.area .list-item .text-15{
	display: inline-block;
	border-bottom: 1px solid ;
}
.area .list-item .area-list{
	padding-left: 23px;
}
.area .list-item .area-list li{
	line-height: 1.8;
}
.text-15{
	line-height: 1.6;
}
@media(max-width: 768px){
	.area .block-area .para{
		position: static;
		padding: 0;
		width: 100%;
		background: none;
	}
	.area .block-area .para .section{
		background: #fff;
		padding: 5%;
	}
	.area .block-area .para .section:not(:last-child){
		margin-bottom: 5%;
	}
	.block-area table, .area .area-table{
		font-size: 12px;
	}
	.area .area-table th{
		min-width: 60px;
	}
	.area .area-table td, .area .area-table td{
		padding: 5px;
		line-height: normal;
	}
	.area .block-area .label{
		margin-left: 0;
	}
	.text-15{
		text-align: justify;
	}
	.area .list-item{
		vertical-align: top;
	}
	.area .list-item .area-list li{
		font-size: 12px;
	}
	.text-30{
		font-size: 17px;
		text-align: center;
	}
}