.details_box{
	width: 998px;
	height: 700px;
	margin:0 auto;
	padding:10px 0;
	border:1px solid #C0BFC4;
	margin-top:15px;
}
.det_tit{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color:#333;
	text-align: center;
}
.det_case{
	width: 100%;
	height: auto;
	margin-top:15px;
}
.det_case li{
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	color:#333;
}
.det_case li .left{
	width: 30%;
	height: 100%;
	text-align: right;
	float:left;
}
.det_case li .right{
	width: 68%;
	height: 100%;
	text-align: left;
	float:right;
}
.unify_box{
	width: 1000px;
	height: auto;
	margin:0 auto;
}
.unify_box:after{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}
.unify_box .left_box{
	width:120px;
	height: 350px;
	float:left;
	padding:20px 10px;
}
.unify_box .right_box{
	width: 800px;
	height: auto;
	float:left;
}
.left_box .box-main{
	width: 100%;
	height: 100%;
	border:1px solid #C0BFC4;
}
.left_box .box-main button{
	width: 80%;
	height: 40px;
	margin-left:15px;
	margin-top:15px;
}
